/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

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

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

blockquote small:before {
  content: "\2014 \00A0";
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: "";
}

blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

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

  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

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

  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

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

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(
    linear,
    0 top,
    100% top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.5) 0),
    color-stop(rgba(0, 0, 0, 0.0001) 100%)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(
    linear,
    0 top,
    100% top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.0001) 0),
    color-stop(rgba(0, 0, 0, 0.5) 100%)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

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

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

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

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

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

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

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

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

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

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

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

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

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

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

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

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*!
 * bootstrap-select v1.3.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select > .btn {
  width: 100%;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1001;
}

.bootstrap-select .btn:focus {
  outline: thin dotted var(--dark-grey) !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select-searchbox {
  padding: 4px 8px;
}

.bootstrap-select {
  padding: 0 !important;
  box-shadow: none;
  border-color: #e4e4e4;
}

.bootstrap-select button.btn {
  color: inherit;
  font-family: inherit;
  padding: 7px 10px 0;
  background: transparent;
  outline: 0 !important;
  font-size: 10px;
  text-transform: capitalize;
}

.bootstrap-select--your-ring-size .dropdown-menu {
  text-transform: none;
}

.bootstrap-select button.btn:focus {
  outline: 0 !important;
}

.bootstrap-select.open .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.bootstrap-select .dropdown-menu > li > a {
  padding: 3px 10px;
}

.sp-big,
.form-control.sp-big {
  height: 38px;
}

.sp-big.btn-group .btn {
  font-size: 14px;
  color: var(--dark-grey);
}

.sp-big.btn-group .btn .filter-option {
  text-align: center;
}

.sp-big.btn-group .btn .filter-option {
  left: 25px;
}

.sp-big .dropdown-menu > li > a {
  font-size: 14px;
  color: var(--dark-grey);
  text-align: center;
  padding: 9px 10px 5px;
}

.mac .sp-big.btn-group .btn,
.linux .sp-big.btn-group .btn,
.ipad .sp-big.btn-group .btn,
.android .sp-big.btn-group .btn,
.iphone .sp-big.btn-group .btn {
  padding-top: 7px;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  margin-top: -1px;
  border-top: 0;
  left: -1px;
  right: -1px;
  border-color: #e4e4e4;
  box-shadow: none;
  font-size: 10px;
  text-transform: capitalize;
  text-align: left;
}

.bootstrap-select .dropdown-menu > li.selected {
  background: #ececec;
}

.bootstrap-select.btn-group .btn .caret {
  width: 10px;
  height: 10px;
  border: 0;
  margin-top: 0;
  background: url(/static/img/spirit/spirit-icons-1.png) -128px -46px no-repeat;
}

.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select.open .dropdown-toggle .caret {
  background-position: -114px -46px;
}

.bootstrap-select.dropup .dropdown-menu {
  border-top: 1px solid #e4e4e4;
}

.bootstrap-select.btn-group .btn .filter-option {
  left: 10px;
  right: 10px;
}

.bootstrap-select.dropup .dropdown-menu {
  margin-bottom: -1px;
  border-bottom-color: white;
}

.dropup-always .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-always .dropdown-menu {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
}

.dropdown-always .dropdown-menu {
  border-top: 0;
}

.bootstrap-select.dropdown-always .dropdown-menu {
  border-top: 0;
}

.bootstrap-select.input-sm button.btn {
  padding: 4px 5px 0;
}

.bootstrap-select.input-sm .dropdown-menu {
  margin-top: -1px;
}

.bootstrap-select--1 {
  font-size: 12px;
}

.bootstrap-select--1 .dropdown-menu {
  font-size: inherit !important;
}

.bootstrap-select--1 button.btn {
  font-size: 12px;
  padding-left: 15px;
}

.bootstrap-select--1.btn-group .btn .filter-option {
  left: 15px;
}

.bootstrap-select--1.btn-group .dropdown-menu li > a {
  padding: 10px 15px;
  color: var(--dark-grey);
}

.bootstrap-select--2 {
  font-size: 13px;
}

.bootstrap-select--2 .dropdown-menu {
  font-size: 13px;
  text-transform: capitalize;
}

.bootstrap-select--2 button.btn {
  font-size: 13px;
  padding-left: 15px;
  text-transform: capitalize;
}

.bootstrap-select--2.btn-group .btn .filter-option {
  left: 15px;
  top: 10px;
}

.bootstrap-select--2 .filter-option {
  color: var(--dark-grey);
}

.bootstrap-select--2 button.btn {
  -webkit-opacity: 1;
  -webkit-text-fill-color: var(--dark-grey);
  opacity: 1;
}

.bootstrap-select--2.btn-group .dropdown-menu li > a {
  padding: 10px 15px;
  color: var(--dark-grey);
}

@media (max-width: 767px) {
  .bootstrap-select--2 button.btn {
    padding-top: 12px;
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: 0;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: 0;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: 0;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: 0;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: 0;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: 0;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: var(--dark-grey);
}

.ui-widget-content a {
  color: var(--dark-grey);
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: var(--dark-grey);
  font-weight: bold;
}

.ui-widget-header a {
  color: var(--dark-grey);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("../fonts/iconfont.woff2?t=1696663703037") format("woff2"),
    url("../fonts/iconfont.woff?t=1696663703037") format("woff"),
    url("../fonts/iconfont.ttf?t=1696663703037") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 19px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.iconfont-left:before {
  content: "\e63c";
}

.iconfont-uparrow:before {
  content: "\e60e";
}

.iconfont-downarrow:before {
  content: "\e610";
}

.iconfont-close1:before {
  content: "\e659";
}

.iconfont-heart:before {
  content: "\e69a";
}

.iconfont-user:before {
  content: "\e90e";
}

.iconfont-help1:before {
  content: "\e63d";
}

.iconfont-plus:before {
  content: "\e698";
}

.iconfont-close2:before {
  content: "\e603";
}

.iconfont-facebook:before {
  content: "\e692";
}

.iconfont-twitter:before {
  content: "\e60a";
}

.iconfont-help:before {
  content: "\e61e";
}

.iconfont-arrow:before {
  content: "\e607";
}

.iconfont-right:before {
  content: "\e601";
}

.iconfont-mail3:before {
  content: "\e656";
}

.iconfont-arrow-copy:before {
  content: "\e60f";
}

.iconfont-mail:before {
  content: "\e604";
}

.iconfont-snapchat:before {
  content: "\e77b";
}

.iconfont-bag:before {
  content: "\e602";
}

.iconfont-minus:before {
  content: "\e816";
}

.iconfont-linkedin:before {
  content: "\e616";
}

.iconfont-tel1:before {
  content: "\e6e8";
}

.iconfont-pinterest:before {
  content: "\e613";
}

.iconfont-instagram:before {
  content: "\e683";
}

.iconfont-gbp:before {
  content: "\e615";
}

.iconfont-share:before {
  content: "\e617";
}

.iconfont-save:before {
  content: "\e618";
}

.iconfont-retake:before {
  content: "\e619";
}

.iconfont-resize:before {
  content: "\e61a";
}

.iconfont-search:before {
  content: "\e671";
}

.iconfont-blockchain:before {
  content: "\e61f";
}

.iconfont-location:before {
  content: "\e69b";
}

.iconfont-chat:before {
  content: "\f3b7";
}

.iconfont-refresh:before {
  content: "\e623";
}

.iconfont-madeinamericaicon:before {
  content: "\e624";
}

.iconfont-i:before {
  content: "\e625";
}

.iconfont-leaveacommenticon:before {
  content: "\e626";
}

.iconfont-people:before {
  content: "\e62b";
}

.iconfont-leaf1:before {
  content: "\e62c";
}

.iconfont-diamond:before {
  content: "\e62d";
}

.iconfont-setting:before {
  content: "\e62e";
}

.iconfont-heart-solid:before {
  content: "\e62f";
}

.iconfont-mail2:before {
  content: "\f3b8";
}

.iconfont-USD:before {
  content: "\e631";
}

.iconfont-GBP:before {
  content: "\e632";
}

.iconfont-AUD:before {
  content: "\e634";
}

.iconfont-CAD:before {
  content: "\e635";
}

.iconfont-youtube:before {
  content: "\e7b2";
}

.iconfont-arrow-right-long:before {
  content: "\e65b";
}

.iconfont-sms:before {
  content: "\e65e";
}

.iconfont-diamond-sparkled:before {
  content: "\e65f";
}

.iconfont-leaf:before {
  content: "\e621";
}

.glyphicon-leaf:before {
  font-size: 14px;
  content: "\e621";
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.iconfont-heart-light:before {
  content: "\f3ba";
}

.iconfont-engrave-star-of-david:before {
  content: "\e66a";
}

.iconfont-engrave-paw:before {
  content: "\e669";
}

.iconfont-engrave-moon:before {
  content: "\e668";
}

.iconfont-engrave-dot:before {
  content: "\e667";
}

.iconfont-engrave-cross:before {
  content: "\e666";
}

.iconfont-engrave-heart:before {
  content: "\e665";
}

.iconfont-engrave-star:before {
  content: "\e66c";
}

.iconfont-tel3:before {
  content: "\e6e8";
}

.iconfont-infoicon:before {
  content: "\e625";
}

.iconfont-chat2:before {
  content: "\f3b7";
}

.iconfont-tv:before {
  content: "\f3b9";
}

.iconfont-stacking-engagement:before {
  content: "\e664";
}

.iconfont-stacking-wedding:before {
  content: "\e663";
}

.iconfont-share-hollow:before {
  content: "\e65d";
}

.iconfont-TikTok-square:before {
  content: "\e600";
}

[ss-autocomplete] {
  z-index: 999999;
  position: absolute;
  right: -32px;
  left: auto;
  top: 28px;
  width: 235px;
}

[ss-autocomplete] * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searchspring-query + [ss-autocomplete] {
  display: none;
}

.searchspring-query.ss-ac-open + [ss-autocomplete] {
  display: block;
}

.searchform-wrapper .searchspring-query + [ss-autocomplete] {
  left: 0;
  right: auto;
  top: 100%;
}

[ss-autocomplete] ul,
[ss-autocomplete] ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

[ss-autocomplete] #ss-ac-terms h4,
[ss-autocomplete] #ss-ac-results h4,
[ss-autocomplete] #ss-ac-more h4 {
  margin: 0;
  padding: 0;
}

[ss-autocomplete] .ss-ac-wrapper {
  font-family: "Avenir Book", "Lucida Sans Unicode", "Lucida Grande", Lucida,
    Helvetica, Arial, sans-serif;
  text-transform: none;
  background: #fff;
  border: 1px solid #ececec;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
}

[ss-autocomplete] .ss-ac-wrapper,
[ss-autocomplete] .ss-ac-wrapper a {
  color: #767676;
  font-size: 12px;
}

[ss-autocomplete] #ss-ac-terms ul li.active a,
[ss-autocomplete]
  #ss-ac-results
  .item-results
  li
  a.ss-focused
  .item-details
  .item-name {
  color: var(--light-green);
}

[ss-autocomplete] #ss-ac-terms ul li a.ss-focused,
[ss-autocomplete]
  #ss-ac-results
  .item-results
  li
  a.ss-focused
  .item-details
  .item-name {
  text-decoration: underline;
}

[ss-autocomplete] #ss-ac-terms h4,
[ss-autocomplete] #ss-ac-results h4 {
  padding: 0;
  margin: 0 0 5px 0;
  background: #fff;
  color: #aaa;
  font-size: 14px;
  font-family: "Brandon Grotesque Medium", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

[ss-autocomplete] #ss-ac-terms .ac-terms,
[ss-autocomplete] #ss-ac-results .ac-results {
  padding: 0;
  margin: 0 0 5px 0;
  background: #fff;
  font-family: "ZapfHumanist601BT-Roman";
  font-size: 16px;
  text-transform: capitalize;
  color: var(--dark-grey);
}

[ss-autocomplete] #ss-ac-terms {
  margin: 0 0 10px 0;
}

[ss-autocomplete] #ss-ac-terms ul {
  margin: -2.5px 0 0 0;
}

[ss-autocomplete] #ss-ac-terms ul li a {
  display: block;
  padding: 2.5px 0;
}

[ss-autocomplete] #ss-ac-terms ul li a em {
  font-style: normal;
  font-weight: bold;
}

[ss-autocomplete] #ss-ac-results ul {
  margin: -5px 0 0 0;
}

[ss-autocomplete] #ss-ac-results ul li a {
  display: block;
  padding: 5px 0;
}

[ss-autocomplete] #ss-ac-results ul li a:before,
[ss-autocomplete] #ss-ac-results ul li a:after {
  content: "";
  display: table;
}

[ss-autocomplete] #ss-ac-results ul li a:after {
  clear: both;
  zoom: 1;
}

[ss-autocomplete] #ss-ac-results ul li a .item-image {
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 0;
}

[ss-autocomplete] #ss-ac-results ul li a .item-image .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details {
  overflow: hidden;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details p {
  margin: 0 0 5px 0;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details p:last-child {
  margin: 0;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details .item-name,
[ss-autocomplete] #ss-ac-results ul li a .item-details .item-name a {
  color: #767676;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details .item-price {
  font-family: "Brandon Grotesque Medium", Helvetica, Arial, sans-serif;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details .item-price span {
  position: static;
  opacity: 1;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details .item-price .regular {
  color: #464646;
  font-weight: normal;
}

[ss-autocomplete]
  #ss-ac-results
  ul
  li
  a
  .item-details
  .item-price
  .regular.on-sale {
  color: #464646;
  font-weight: normal;
}

[ss-autocomplete] #ss-ac-results ul li a .item-details .item-price .msrp {
  text-decoration: line-through;
  color: #767676;
  padding: 0 5px 0 0;
}

[ss-autocomplete] #ss-ac-more h4 {
  margin: 0 -10px;
  padding: 10px 10px 0 10px;
  background: #fff;
  color: #999;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  text-transform: initial;
}

[ss-autocomplete] #ss-ac-more h4 strong {
  font-style: italic;
}

[ss-autocomplete] #ss-ac-more .ac-more {
  margin: 0 -10px;
  padding: 10px 10px 0 10px;
  background: #fff;
  color: #999;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  text-transform: initial;
}

[ss-autocomplete] #ss-ac-more .ac-more strong {
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  [ss-autocomplete] {
    margin: auto;
    width: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 34px;
  }

  .searchform-wrapper .searchspring-query + [ss-autocomplete] {
    left: 15px;
    right: 15px;
    top: 64px;
  }

  .ss__autocomplete--active .home-search-mobile-wrap .ss__autocomplete--target {
    margin: 0 15px;
  }
}

.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
}

.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.global-navgation .wish-list .mCSB_container {
  margin-right: 10px;
}

.global-navgation .wish-list .mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_draggerRail {
  background: white;
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999;
  filter: none;
}

.global-navgation
  .wish-list
  .mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

.global-navgation
  .wish-list
  .mCSB_scrollTools
  .mCSB_dragger:active
  .mCSB_dragger_bar,
.global-navgation
  .wish-list
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

.global-navgation .my-bag .mCSB_container {
  margin-right: 10px;
}

.global-navgation .my-bag .mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_draggerRail {
  background: white;
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999;
  filter: none;
}

.global-navgation
  .my-bag
  .mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

.global-navgation
  .my-bag
  .mCSB_scrollTools
  .mCSB_dragger:active
  .mCSB_dragger_bar,
.global-navgation
  .my-bag
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

.queen-navgation .dropdown .mCSB_container {
  margin-right: 10px;
}

.queen-navgation .dropdown .mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
}

.queen-navgation .dropdown .mCSB_scrollTools .mCSB_draggerRail {
  background: white;
}

.queen-navgation .dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999;
  filter: none;
}

.queen-navgation
  .dropdown
  .mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

.queen-navgation
  .dropdown
  .mCSB_scrollTools
  .mCSB_dragger:active
  .mCSB_dragger_bar,
.queen-navgation
  .dropdown
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: #6fbf98;
  filter: none;
}

body #searchspring-autocomplete_results {
  position: fixed;
  z-index: 9999;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-menu > .mm-panel.mm-hasheader {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-header > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-header .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-header .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-header .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: 0;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}

.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px;
}

.mm-prev:before,
.mm-next:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: 0;
  border-bottom: 0;
  left: 20px;
}

.mm-next:after {
  border-top: 0;
  border-left: 0;
  right: 20px;
}

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview > li.mm-spacer {
  padding-top: 40px;
}

.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-header > a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li > a.mm-prev,
.mm-menu .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li > a.mm-prev:before,
.mm-menu .mm-listview > li > a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li > a.mm-prev:after,
.mm-menu .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

:root {
  --dark-green: #183e40;
  --dark-green-hover: #818f92;
  --dark-green-300: #597175;
  --light-green: #0d6363;
  --light-cyan: #e7efef;
  --light-green-100: #b4cfcf;
  --gray: #d9d9d9;
  --dark-grey: #2c2c2c;
  --light-mauve: #dad4de;
  --dark-rose: #a47379;
  --cream: #ece2df;
  --white: #fff;
  --grey-50: #f7f7f7;
  --grey-100: #e5e5e5;
  --grey-300: #ababab;
  --grey-500: gray;
  --grey-700: #4d4d4d;
  --error: #c21419;
  --warning: #f08532;
  --success: #2d9033;
}

.nostyle-heading {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}

sup {
  font-size: 50%;
  top: -1em;
}

a {
  color: var(--dark-grey);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: inherit;
}

a:hover {
  color: var(--light-green);
  text-decoration: underline;
}

a:focus,
a:active {
  color: var(--light-green);
}

.text-success {
  color: var(--light-green);
}

.text-success a {
  color: var(--light-green);
  text-decoration: underline;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 smallh1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: inherit;
}

.btn-default {
  padding: 4px 10px;
}

.btn {
  font-family: "Avenir Medium";
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.6em 1.3em 0.6em;
}

.btn:focus {
  outline: 0;
}

.mac .btn,
.linux .btn,
.ipad .btn,
.android .btn {
  padding: 0.7em 1.3em 0.5em;
}

.iphone .btn {
  padding: 0.82em 1.2em 0.38em;
}

.btn-lg3 {
  font-size: 18px;
  padding: 12px 30px 10px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-secondary:hover {
  background-color: var(--dark-green-hover);
  border-color: var(--dark-green-hover);
}

.btn-success {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
}

.btn-secondary {
  background: #ebebeb;
}

.btn-gray {
  background: #f2f2f2;
}

.btn-default2 {
  color: #666;
  border-color: var(--dark-grey);
  background: transparent;
}

.btn-default3 {
  color: #595959;
  border-color: #7f7f7f;
  background: transparent;
}

.btn-default4 {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background: transparent;
}

.btn-default5 {
  color: var(--light-green);
  border-color: var(--light-green);
  background: transparent;
}

.btn-default6 {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background: transparent;
}

.btn-default7 {
  color: var(--dark-grey);
  border-color: #959595;
  background: transparent;
}

.btn-default8 {
  color: #7d9596;
  border-color: #7d9596;
  background: transparent;
}

.btn-default8.btn-lg {
  font-size: 16px;
  padding: 12px 30px 10px;
}

.btn-default9 {
  color: #666;
  border-color: #666;
  background: transparent;
}

.btn-default10 {
  color: #666;
  border-color: #999;
  background: transparent;
}

.btn-default9.btn-lg {
  font-size: 16px;
  padding: 12px 30px 10px;
}

.btn-primary2 {
  color: #305e7b;
  border-color: #305e7b;
  background: transparent;
}

.btn-blue1 {
  color: #39adca;
  border-color: #39adca;
  background: transparent;
}

.btn-blue1:hover {
  background: var(--light-green);
  color: white;
  border-color: var(--light-green);
}

.btn-brown1 {
  color: #39adca;
  border-color: #39adca;
  background: transparent;
}

.btn-highlight {
  border-color: white;
  color: white !important;
  background: transparent;
}

.btn-highlight2 {
  border-color: white;
  color: white !important;
  background: transparent;
}

.btn-highlight2.btn-lg {
  font-size: 16px;
  padding: 12px 30px 10px;
}

.btn-green1 {
  color: #97cac5;
  border-color: #97cac5;
  background: transparent;
}

.btn-green1:hover {
  background: var(--light-green);
  color: white;
  border-color: var(--light-green);
}

.btn-sty1 {
  color: #dc8f77;
  border-color: #dc8f77;
  background: transparent;
}

.btn-sty2 {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background: transparent;
}

.btn-default2:hover,
.btn-highlight:hover,
.btn-default5:hover,
.btn-default8:hover,
.btn-default9:hover,
.btn-default10:hover,
.btn-primary2:hover,
.btn-brown1:hover,
.btn-default7:hover,
.btn-sty1:hover,
.btn-sty2:hover {
  color: white;
  background-color: var(--light-green);
  border-color: var(--light-green);
}

.btn-default3:hover,
.btn-default4:hover,
.btn-default6:hover {
  color: white;
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
}

.btn-success2 {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
  color: #fff;
}

.btn-success2:hover,
.btn-success2:focus,
.btn-success2:active,
.btn-success2.active,
.open .dropdown-toggle.btn-success2 {
  background-color: var(--dark-green-hover);
  border-color: var(--dark-green-hover);
  color: #fff;
}

.btn-success2.btn-lg {
  font-size: 18px;
}

.btn-success2.btn-lg2 {
  font-size: 14px;
  padding: 12px 30px 10px;
}

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

.btn-outline-dark {
  color: var(--dark-grey);
  border-color: var(--dark-grey);
  background: var(--white);
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: var(--dark-green-hover);
  border-color: var(--dark-green-hover);
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.modal:focus {
  outline: 0;
}

.close {
  font-weight: normal;
  color: inherit;
}

.thumbnail .caption {
  color: var(--dark-grey);
}

body {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  color: var(--dark-grey);
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-y: scroll;
}

.h2-s {
  font-size: 26px;
}

.h3-s {
  font-size: 22px;
}

.h3-m {
  font-size: 20px;
}

.h4-s {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h2-s,
.h3-s {
  font-weight: 400;
  font-family: "EB Garamond";
  text-transform: capitalize;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.carousel-control {
  opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  filter: none;
}

.carousel-control .glyphicon {
  font-family: iconfont !important;
  ont-size: 19px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 10px;
  height: 17px;
  text-shadow: none;
}

.carousel-control .glyphicon-chevron-left:before {
  content: "\e63c";
}

.carousel-control .glyphicon-chevron-right:before {
  content: "\e601";
}

.carousel-control:hover .glyphicon {
  color: var(--dark-grey);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.carousel-control .glyphicon-chevron-right {
  left: inherit;
  right: 50%;
}

.breadcrumb {
  font-size: 12px;
  font-family: "Avenir Roman";
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 18px 0 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .breadcrumb--lp {
    padding: 10px 0 7px;
  }
}

.breadcrumb > li + li:before {
  padding: 0 4px 0 4px;
  content: "/";
}

.breadcrumb a:hover {
  color: var(--light-green);
  text-decoration: underline;
}

.breadcrumb > .active,
.breadcrumb > li + li:before {
  color: var(--dark-grey);
}

@media (max-width: 767px) {
  .breadcrumb > li {
    display: inline;
  }

  .breadcrumb--lp {
    padding: 16px 0 10px;
  }
}

.touch .breadcrumb a:hover {
  color: inherit;
  text-decoration: none;
}

.touch .breadcrumb a:active,
.touch .breadcrumb a:focus {
  color: var(--light-green);
  text-decoration: underline;
}

.form-horizontal .control-label {
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.form-control {
  height: 28px;
  padding: 4px;
  font-size: 12px;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
}

.form-horizontal-md .form-group {
  margin-bottom: 12px;
}

.form-horizontal-md .control-label {
  font-size: 12px;
  line-height: 15px;
}

.form-horizontal-md .form-control {
  height: 32px;
}

.input-sm {
  height: 24px;
  line-height: 1.5;
  padding: 5px 5px;
}

.input-xs {
  height: 20px;
  line-height: 14px;
  padding: 0 1px;
}

.form-xs .control-label {
  padding-top: 2px;
  font-size: 10px;
}

.form-xs .form-group {
  margin-bottom: 5px;
}

.form-xs .input-xs,
.form-xs input[type="password"],
.form-xs select {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-dialog {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: auto !important;
    padding-top: 0;
    margin: 10px;
  }
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  outline: medium none;
  position: relative;
  border-top: 6px solid var(--light-green);
}

.modal-content .close {
  font-family: "Avenir Roman";
  position: absolute;
  right: 13px;
  z-index: 2;
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
  top: 17px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: capitalize;
}

.modal-content .close:focus {
  outline: 0;
}

.modal-bottom.fade .modal-dialog {
  -webkit-transform: translate(0, 125%);
  -ms-transform: translate(0, 125%);
  transform: translate(0, 125%);
  transition: transform 0.3s ease-in;
}

.modal-bottom.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-centered .modal-dialog,
.modal-bottom .modal-dialog {
  padding: 0;
}

.modal-top .modal-content,
.modal-centered .modal-content,
.modal-bottom .modal-content {
  border: 0;
}

.modal-top .close,
.modal-centered .close,
.modal-bottom .close {
  top: 0.4em;
  right: 0.2em;
}

.modal-centered,
.modal-bottom {
  text-align: center;
  padding: 10px;
}

.modal-centered:after,
.modal-bottom:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.modal-bottom:after {
  vertical-align: bottom;
}

.modal-centered .modal-dialog,
.modal-bottom .modal-dialog {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .modal-centered .modal-dialog,
  .modal-bottom .modal-dialog {
    width: 100% !important;
    padding-top: 0;
    margin: 0;
  }
}

.carousel-indicators li {
  border: 1px solid #7d7d7d;
  background-color: #7d7d7d;
  margin: 0 4px;
}

.carousel-indicators .active {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
  height: 10px;
  width: 10px;
  margin: 0 4px;
}

.form-control:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  font-size: 10px;
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  font-size: 10px;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  font-size: 10px;
  text-transform: capitalize;
}

.form-control::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  font-size: 10px;
  text-transform: capitalize;
}

.form-control {
  border-color: #e4e4e4;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control:focus,
.form-1 .form-control:focus,
.form-2 .form-control:focus {
  border-color: var(--dark-grey);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--dark-grey);
  text-decoration: none;
  background-color: #ebebeb;
  outline: 0;
}

.be-dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

@media (max-width: 767px) {
  .btn-lg-xs {
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .btn-lg-xs2 {
    padding-top: 9px;
    padding-bottom: 5px;
  }
}

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

.hr-thin {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.glyphicon-lock {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/static/img/icon/glyphicon-lock.png) center center no-repeat;
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-lock-o:before {
  content: "\1f512";
}

.cm-row {
  margin-left: 0;
  margin-right: 0;
}

.cm-row .col-xs-1,
.cm-row .col-xs-2,
.cm-row .col-xs-3,
.cm-row .col-xs-4,
.cm-row .col-xs-5,
.cm-row .col-xs-6,
.cm-row .col-xs-7,
.cm-row .col-xs-8,
.cm-row .col-xs-9,
.cm-row .col-xs-10,
.cm-row .col-xs-11,
.cm-row .col-xs-12,
.cm-row .col-sm-1,
.cm-row .col-sm-2,
.cm-row .col-sm-3,
.cm-row .col-sm-4,
.cm-row .col-sm-5,
.cm-row .col-sm-6,
.cm-row .col-sm-7,
.cm-row .col-sm-8,
.cm-row .col-sm-9,
.cm-row .col-sm-10,
.cm-row .col-sm-11,
.cm-row .col-sm-12,
.cm-row .col-md-1,
.cm-row .col-md-2,
.cm-row .col-md-3,
.cm-row .col-md-4,
.cm-row .col-md-5,
.cm-row .col-md-6,
.cm-row .col-md-7,
.cm-row .col-md-8,
.cm-row .col-md-9,
.cm-row .col-md-10,
.cm-row .col-md-11,
.cm-row .col-md-12,
.cm-row .col-lg-1,
.cm-row .col-lg-2,
.cm-row .col-lg-3,
.cm-row .col-lg-4,
.cm-row .col-lg-5,
.cm-row .col-lg-6,
.cm-row .col-lg-7,
.cm-row .col-lg-8,
.cm-row .col-lg-9,
.cm-row .col-lg-10,
.cm-row .col-lg-11,
.cm-row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.cs-row {
  margin-left: -5px;
  margin-right: -5px;
}

.cs-row .col-xs-1,
.cs-row .col-xs-2,
.cs-row .col-xs-3,
.cs-row .col-xs-4,
.cs-row .col-xs-5,
.cs-row .col-xs-6,
.cs-row .col-xs-7,
.cs-row .col-xs-8,
.cs-row .col-xs-9,
.cs-row .col-xs-10,
.cs-row .col-xs-11,
.cs-row .col-xs-12,
.cs-row .col-sm-1,
.cs-row .col-sm-2,
.cs-row .col-sm-3,
.cs-row .col-sm-4,
.cs-row .col-sm-5,
.cs-row .col-sm-6,
.cs-row .col-sm-7,
.cs-row .col-sm-8,
.cs-row .col-sm-9,
.cs-row .col-sm-10,
.cs-row .col-sm-11,
.cs-row .col-sm-12,
.cs-row .col-md-1,
.cs-row .col-md-2,
.cs-row .col-md-3,
.cs-row .col-md-4,
.cs-row .col-md-5,
.cs-row .col-md-6,
.cs-row .col-md-7,
.cs-row .col-md-8,
.cs-row .col-md-9,
.cs-row .col-md-10,
.cs-row .col-md-11,
.cs-row .col-md-12,
.cs-row .col-lg-1,
.cs-row .col-lg-2,
.cs-row .col-lg-3,
.cs-row .col-lg-4,
.cs-row .col-lg-5,
.cs-row .col-lg-6,
.cs-row .col-lg-7,
.cs-row .col-lg-8,
.cs-row .col-lg-9,
.cs-row .col-lg-10,
.cs-row .col-lg-11,
.cs-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.cn-row {
  margin-left: -10px;
  margin-right: -10px;
}

.cn-row .col-xs-1,
.cn-row .col-xs-2,
.cn-row .col-xs-3,
.cn-row .col-xs-4,
.cn-row .col-xs-5,
.cn-row .col-xs-6,
.cn-row .col-xs-7,
.cn-row .col-xs-8,
.cn-row .col-xs-9,
.cn-row .col-xs-10,
.cn-row .col-xs-11,
.cn-row .col-xs-12,
.cn-row .col-sm-1,
.cn-row .col-sm-2,
.cn-row .col-sm-3,
.cn-row .col-sm-4,
.cn-row .col-sm-5,
.cn-row .col-sm-6,
.cn-row .col-sm-7,
.cn-row .col-sm-8,
.cn-row .col-sm-9,
.cn-row .col-sm-10,
.cn-row .col-sm-11,
.cn-row .col-sm-12,
.cn-row .col-md-1,
.cn-row .col-md-2,
.cn-row .col-md-3,
.cn-row .col-md-4,
.cn-row .col-md-5,
.cn-row .col-md-6,
.cn-row .col-md-7,
.cn-row .col-md-8,
.cn-row .col-md-9,
.cn-row .col-md-10,
.cn-row .col-md-11,
.cn-row .col-md-12,
.cn-row .col-lg-1,
.cn-row .col-lg-2,
.cn-row .col-lg-3,
.cn-row .col-lg-4,
.cn-row .col-lg-5,
.cn-row .col-lg-6,
.cn-row .col-lg-7,
.cn-row .col-lg-8,
.cn-row .col-lg-9,
.cn-row .col-lg-10,
.cn-row .col-lg-11,
.cn-row .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.co-row {
  margin-left: -25px;
  margin-right: -25px;
}

.co-row .col-xs-1,
.co-row .col-xs-2,
.co-row .col-xs-3,
.co-row .col-xs-4,
.co-row .col-xs-5,
.co-row .col-xs-6,
.co-row .col-xs-7,
.co-row .col-xs-8,
.co-row .col-xs-9,
.co-row .col-xs-10,
.co-row .col-xs-11,
.co-row .col-xs-12,
.co-row .col-sm-1,
.co-row .col-sm-2,
.co-row .col-sm-3,
.co-row .col-sm-4,
.co-row .col-sm-5,
.co-row .col-sm-6,
.co-row .col-sm-7,
.co-row .col-sm-8,
.co-row .col-sm-9,
.co-row .col-sm-10,
.co-row .col-sm-11,
.co-row .col-sm-12,
.co-row .col-md-1,
.co-row .col-md-2,
.co-row .col-md-3,
.co-row .col-md-4,
.co-row .col-md-5,
.co-row .col-md-6,
.co-row .col-md-7,
.co-row .col-md-8,
.co-row .col-md-9,
.co-row .col-md-10,
.co-row .col-md-11,
.co-row .col-md-12,
.co-row .col-lg-1,
.co-row .col-lg-2,
.co-row .col-lg-3,
.co-row .col-lg-4,
.co-row .col-lg-5,
.co-row .col-lg-6,
.co-row .col-lg-7,
.co-row .col-lg-8,
.co-row .col-lg-9,
.co-row .col-lg-10,
.co-row .col-lg-11,
.co-row .col-lg-12 {
  padding-left: 25px;
  padding-right: 25px;
}

.ch-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.ch-row [class*=" col-"],
.ch-row [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 767px) {
  .xs-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs-container .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs-container [class*=" col-"],
  .xs-container [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs-container-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs-container-5 .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xs-container-5 [class*=" col-"],
  .xs-container-5 [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs-container-5v2 .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs-container-5v2 [class*=" col-"],
  .xs-container-5v2 [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs-container-7p5 .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .xs-container-7p5 [class*=" col-"],
  .xs-container-7p5 [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.cm-navbar {
  margin-bottom: 0;
  background: transparent;
  border-color: transparent;
  text-transform: uppercase;
}

.cm-navbar .navbar-toggle {
  border-color: #ddd;
}

.cm-navbar .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.form-horizontal .cs-row {
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 767px) {
  .xs-noapace.container {
    padding: 0;
  }

  .xs-noapace .row {
    margin: 0;
  }

  .xs-noapace .row div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.popover.bottom {
  border-top: 6px solid var(--light-green);
  border-radius: 0;
}

.popover.bottom {
  border-top-color: var(--light-green);
}

.popover.bottom .arrow {
  border-bottom-color: var(--light-green);
  top: -12px;
}

.popover-help-top {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}

.popover-help-top .close {
  position: absolute;
  font-size: 2em;
  opacity: 0.6;
  top: 0;
  right: 10px;
  line-height: 1em;
}

.popover-help-top .popover-content {
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .popover-left-xs {
    left: 15px !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.ui-widget {
  font-family: inherit;
}

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

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

@media (min-width: 768px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 400px) {
  .xs-br {
    display: block;
  }
}

.swiper-button-next:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .shape-your-future .title {
    padding-left: 0;
  }

  .rings-shape-lists li {
    margin-right: 8px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .shape-your-future .title {
    padding-left: 15px;
  }
}

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

@media (min-width: 1130px) {
  .container1100 {
    max-width: 1130px;
  }
}

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

@media (min-width: 1230px) {
  .container1200 {
    max-width: 1230px;
  }
}

@media (min-width: 1310px) {
  .container1280 {
    max-width: 1310px;
  }
}

@media (max-width: 1290px) {
  .container1260 {
    max-width: 1290px;
  }
}

@media (min-width: 1200px) {
  .container1260 {
    max-width: 1290px;
  }
}

@media (max-width: 1200px) {
  .container1260 {
    max-width: 1290px;
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  div.container,
  .et-container,
  .breadcrumb-trail .page-heading {
    max-width: 1290px;
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  div.container,
  .et-container,
  .breadcrumb-trail .page-heading {
    max-width: 1290px;
  }
}

@media (min-width: 1280px) {
  .container1250 {
    max-width: 1280px;
  }
}

@media (min-width: 992px) {
  .container-sty1 {
    max-width: 1290px;
    width: 94%;
  }
}

@media (min-width: 1000px) {
  .cm-container-md {
    max-width: 1030px;
  }
}

.container1440 {
  width: 100% !important;
  max-width: 1440px !important;
}

@media (min-width: 1024px) {
  .container1440 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.containerauto {
  width: 100% !important;
  max-width: 100% !important;
}

.cm-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.get-error .help-block,
.get-error .control-label {
  color: var(--error, #c21419);
}

.get-error2 .form-control {
  border-color: var(--error, #c21419) !important;
}

.get-error2 .form-control:focus {
  border-color: var(--error, #c21419) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}

.help-block-error,
.help-block-error-small {
  display: block;
  color: var(--error, #c21419);
  line-height: 1.2;
  padding-top: 5px;
}

.help-block-error-small {
  font-size: 14px;
}

.be-has-error .form-control,
.be-has-error-control {
  border-color: var(--error, #c21419) !important;
}

.be-has-error .form-control:focus,
.be-has-error-control:focus {
  border-color: var(--error, #c21419) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}

.be-help-block {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: var(--error, #c21419) !important;
  line-height: 1.2;
  margin-top: 7px;
}

.be-help-block a {
  color: var(--dark-grey);
  text-decoration: underline;
}

.be-help-block a:hover {
  color: var(--light-green);
}

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

  .xs-nospace {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-inline {
    display: none;
  }
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-xs-offset-2 {
    margin-left: 16.333333333333333333333333664%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.33333333333333333333333367%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-xs-offset-8 {
    margin-left: 66.33333333333333333333333366%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-xs-offset-11 {
    margin-left: 91.33333333333333333333333366%;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .center-block-sm {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left !important;
  }

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

  .text-center-sm {
    text-align: center !important;
  }

  .center-block-sm {
    float: none !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }

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

  .text-center-xs {
    text-align: center !important;
  }

  .center-block-xs {
    float: none !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left !important;
  }
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }
}

.dropdown-menu > li > a {
  text-decoration: none;
  color: inherit;
}

.list-unstyled2 {
  list-style: none;
  padding-left: 0;
  line-height: 1.02857;
}

.list-unstyled2 li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.list-thin li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.list-green {
  padding-left: 0;
  list-style: none;
}

.list-green li {
  padding-left: 20px;
  font-size: 14px;
  background: url(/static/img/icon/list-green-icon.png) 5px 9px no-repeat;
}

.list-green li a {
  color: var(--light-green);
  text-decoration: none;
}

ul.be-list {
  padding-left: 20px;
}

ul.be-list li {
  padding: 5px 0;
  list-style-position: inside;
}

.list-1 {
  padding-left: 20px;
  line-height: 18px;
}

.list-1 li {
  padding-bottom: 0.5em;
}

.list-1 li:last-child {
  padding-bottom: 0;
}

.thumbnail > img,
.thumbnail a > img,
.thumbnail .modal-product-superposition img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .thumbnail .modal-product-superposition img {
    height: auto !important;
  }
}

.navbar-toggle {
  float: left;
}

.navbar-default .navbar-toggle {
  border-color: var(--light-green);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ebebeb;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--light-green);
}

.sr-only {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  .row-layout1 .fore1 {
    width: 63%;
  }

  .row-layout1 .fore2 {
    width: 37%;
  }
}

@media (min-width: 992px) {
  .row-layout2 .fore1 {
    width: 60%;
  }

  .row-layout2 .fore2 {
    width: 40%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.clear-both {
  clear: both;
}

.position-relative {
  position: relative;
}

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

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

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

.d-flex {
  display: flex;
}

.cursor-help {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

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

.fw-n {
  font-weight: normal;
}

.fw-500,
.fw-medium {
  font-weight: 500 !important;
}

.text-xl {
  font-size: 18px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 10px;
}

.first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.text-highlight {
  color: white;
}

.text-focus:focus {
  color: inherit;
}

.text-focus:hover {
  color: var(--light-green);
}

.forever-highlight,
.forever-highlight * {
  color: white !important;
  text-decoration: none !important;
}

.text-lightgray {
  color: #c2c2c2;
}

.text-gray {
  color: #959595;
}

.text-deepgray,
.text-deepgray a {
  color: #464646;
}

.text-deepgray a {
  text-decoration: underline;
}

.text-deepgray a:hover {
  color: var(--light-green);
}

.text-11,
.text-11 a {
  color: #111;
}

.text-22 {
  color: #222;
}

.text-2c {
  color: var(--dark-grey);
}

a.text-2c:hover {
  color: var(--light-green);
}

.text-33,
.text-33 a {
  color: var(--dark-grey);
}

.text-33 a {
  text-decoration: underline;
}

.text-33 a:hover {
  color: var(--light-green);
}

.text-66,
.text-66 a {
  color: var(--dark-grey);
}

.text-66 a {
  text-decoration: underline;
}

.text-66 a:hover {
  color: var(--light-green);
}

.text-4b {
  color: #4b4b4b;
}

.text-46 {
  color: #464646;
}

.text-6b {
  color: #6b6b6b;
}

.text-cc {
  color: #ccc;
}

.text-61 {
  color: #616161;
}

.text-66 {
  color: var(--dark-grey);
}

.text-73 {
  color: #737373;
}

.text-7f {
  color: #7f7f7f;
}

.text-80 {
  color: gray;
}

.text-88 {
  color: #888;
}

.text-89 {
  color: #898989;
}

.text-99 {
  color: #999;
}

.text-86,
.text-86 a {
  color: #868686;
}

.text-86 a:hover {
  color: var(--light-green);
}

.text-bf {
  color: #bfbfbf;
}

.text-9a {
  color: #9a9a9a;
}

.text-95 {
  color: #959595;
}

.text-green {
  color: var(--light-green);
}

.text-dark {
  color: var(--dark-grey);
}

.text-dark a {
  color: #000;
  text-decoration: underline;
}

.text-dark a:hover {
  color: var(--light-green);
}

.forever-dark,
.forever-dark * {
  color: var(--dark-grey) !important;
  text-decoration: none !important;
}

.forever-gray,
.forever-gray * {
  color: var(--dark-grey) !important;
  text-decoration: none !important;
}

.forever-light,
.forever-light * {
  color: #fff !important;
  text-decoration: none !important;
}

.text-well {
  color: var(--dark-grey);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.text-good {
  font-size: 16px;
  color: var(--dark-grey);
  line-height: 20px;
  text-align: center;
}

.text-good.inverse {
  color: white;
}

.text-inherit {
  color: inherit;
}

.forever-text-inherit {
  color: inherit !important;
}

.hover-underline {
  text-decoration: underline !important;
}

.more-information {
  font-size: 10px !important;
  text-transform: uppercase;
}

.thumbnail .describe {
  font-size: 16px;
  color: var(--dark-grey);
  line-height: 20px;
}

.text-pretty {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
}

.text-beautiful {
  font-size: 10px !important;
  text-transform: uppercase;
}

.text-brandon,
.brandon-medium {
  text-transform: uppercase;
}

.brandon-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.didot {
  font-family: "DidotLTStd-Roman";
}

.potima {
  font-family: "ZapfHumanist601BT-Roman";
}

.avenir-heavy {
  font-family: "Avenir Heavy";
  font-weight: 500;
}

.avenir-roman {
  font-family: "Avenir Roman";
  font-weight: 400;
}

.avenir-medium {
  font-family: "Avenir Medium";
  font-weight: 500;
}

.EB-Garamond {
  font-family: "EB Garamond";
  font-weight: 400;
}

.potima-groups,
.potima-groups .btn {
  font-family: "ZapfHumanist601BT-Roman";
}

.potima-groups .h1,
.potima-groups .h2,
.potima-groups .h3,
.potima-groups .btn {
  text-transform: capitalize;
  font-family: inherit;
}

.text-note {
  color: #c21419;
}

.hover-color:hover {
  color: var(--light-green) !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px;
}

.fs-45 {
  font-size: 45px;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-65 {
  font-size: 65px !important;
}

@media (max-width: 767px) {
  .fs-xs-12 {
    font-size: 12px !important;
  }

  .fs-xs-14 {
    font-size: 14px !important;
  }

  .fs-xs-16 {
    font-size: 16px !important;
  }

  .fs-xs-24 {
    font-size: 24px !important;
  }
}

.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

.lh-12 {
  line-height: 12px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-36 {
  line-height: 36px;
}

.lh-45 {
  line-height: 45px;
}

.lh-normal {
  line-height: normal;
}

.ws-nowrap,
.nowrap {
  white-space: nowrap;
}

.ls-em5 {
  letter-spacing: 0.05em;
}

.ws-1 {
  word-spacing: 1px;
}

.p-r {
  position: relative;
}

.td-u,
a.td-u {
  text-decoration: underline !important;
}

.td-u2 {
  text-decoration: underline !important;
}

.td-n {
  text-decoration: none;
}

.td-n2 {
  text-decoration: none !important;
}

.tr-u,
.tt-u {
  text-transform: uppercase;
}

.tr-n,
.tt-n {
  text-transform: none !important;
}

.tt-c {
  text-transform: capitalize;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt18 {
  margin-top: 18px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

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

  .p-xs-0 {
    padding: 0 !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt-25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl80 {
  padding-left: 80px;
}

.pl90 {
  padding-left: 90px;
}

.mh250 {
  min-height: 250px;
}

.mh31 {
  min-height: 31px;
}

.h250 {
  height: 250px;
}

.w60 {
  width: 60px;
}

.w35 {
  width: 35px;
}

.w140 {
  width: 140px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w240 {
  width: 240px;
}

.w260 {
  width: 260px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w320 {
  width: 320px;
}

.w380 {
  width: 380px;
}

.wh300x300 {
  width: 300px;
  height: 300px;
}

.mw260 {
  max-width: 260px;
}

.mw330 {
  max-width: 330px;
}

.mw350 {
  max-width: 350px;
}

.min-w240 {
  min-width: 240px;
}

.min-w260 {
  min-width: 260px;
}

.min-w300 {
  min-width: 300px;
}

.max-w130 {
  max-width: 130px;
}

.max-w280 {
  max-width: 280px;
}

.max-w300 {
  max-width: 300px;
}

.max-w320 {
  max-width: 320px;
}

.max-w350 {
  max-width: 350px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w550 {
  max-width: 550px;
}

.max-w600 {
  max-width: 600px;
}

.max-w640 {
  max-width: 640px;
}

.max-w680 {
  max-width: 680px;
}

.max-w768 {
  max-width: 768px;
}

.max-w800 {
  max-width: 800px;
}

.min-h3d6e {
  min-height: 3.6em !important;
}

.min-h3d8e {
  min-height: 3.8em !important;
}

.min-h2d8e {
  min-height: 2.8em !important;
}

@media (max-width: 767px) {
  .min-w300-down {
    min-width: 300px !important;
  }
}

.scale-p7 {
  transform: scale(0.7);
}

.scale-p87 {
  transform: scale(0.8);
}

.scale-p9 {
  transform: scale(0.9);
}

.scale-p95 {
  transform: scale(0.95);
}

.scale-1p15 {
  transform: scale(1.15);
}

.paragraph-normal {
  font-size: 14px;
  text-transform: none;
}

.paragraph-lg {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.paragraph-lg h1,
.paragraph-lg h2,
.paragraph-lg h3,
.paragraph-lg h4,
.paragraph-lg h5,
.paragraph-lg h6 {
  color: #000;
}

.paragraph-lg p {
  margin-bottom: 24px;
}

.paragraph-md {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.paragraph-md p {
  margin-bottom: 20px;
}

.paragraph-sty1 {
  color: var(--dark-grey);
}

.paragraph-sty1 p {
  margin-bottom: 15px;
}

.ref-list {
  list-style-position: inside;
  padding-left: 0;
}

.ref-list li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ref-paragraph {
    font-size: 16px;
    line-height: 1.56;
  }

  .ref-paragraph.p {
    margin-bottom: 1em;
  }

  .ref-paragraph p {
    margin-bottom: 1em;
  }

  .ref-list li {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .re-paragraph p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

.line-gray {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  clear: both;
}

.line-green {
  border: 0;
  border-bottom: 1px solid var(--light-green);
  clear: both;
}

.default-pagination {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #959595;
}

.default-pagination li {
  display: inline;
  padding: 0 2px;
}

.default-pagination li.active {
  color: var(--light-green);
  text-decoration: underline;
}

.mbm-multiply {
  mix-blend-mode: multiply;
}

.mbm-normal {
  mix-blend-mode: normal !important;
}

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

.be-error {
  color: var(--error, #c21419);
  font-size: 12px;
}

.be-error a {
  color: var(--dark-grey);
  text-decoration: underline;
}

.be-error a:hover {
  color: var(--light-green);
}

.be-error2 {
  font-size: 12px;
}

.be-error2:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/static/img/icon/icon-exclamation-sign-new.png) center center
    no-repeat;
  background-size: 12px auto;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.be-error3 {
  color: #c21419;
}

.modal-type2 .modal-content {
  border-top: 0;
  padding: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-type2 .modal-header {
  border-bottom: 2px solid var(--light-green);
  padding: 0;
  margin-bottom: 40px;
}

.modal-type2 .modal-header .close {
  color: #959595;
  top: 18px;
}

.modal-type2 .modal-header .close i {
  vertical-align: middle;
  margin-left: 5px;
}

.modal-type2 .modal-header .modal-title {
  font-size: 26px;
  color: #000;
}

.modal-type2 .modal-body {
  padding: 0;
}

@media (max-width: 767px) {
  .modal-type2 {
    left: 10px;
    right: 10px;
  }

  .modal-type2 .modal-content {
    padding: 50px 25px 20px;
  }
}

.modal-type3 .modal-dialog {
  width: 714px;
}

.modal-type3 .modal-content {
  border-top: 0;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-type3 .modal-header {
  padding: 40px 40px 0;
  border: 0;
}

.modal-type3 .modal-body {
  padding: 10px 40px;
}

.modal-type3 .modal-footer {
  background-color: #ededed;
  text-align: center;
  padding: 10px 40px;
}

.modal-type3 .close {
  color: #959595;
  top: 18px;
}

.modal-type3 .close i {
  vertical-align: middle;
  margin-left: 5px;
}

.modal-type3 .modal-header .modal-title {
  font-size: 26px;
  color: #000;
}

.modal-type3 .modal-header .modal-title small {
  color: #000;
  display: block;
  font-size: 12px;
}

.modal-appoiniment .modal-dialog {
  width: 786px;
  width: 768px;
}

.modal-appoiniment .modal-header {
  padding: 30px 30px 0;
}

.modal-appoiniment .modal-body {
  padding: 10px 30px;
}

.join-our-newsletter .modal-dialog {
  width: 417px;
}

.join-our-newsletter .modal-content {
  border-top: 6px solid var(--light-green);
}

.join-our-newsletter .modal-footer {
  background: 0;
  border-top: 0;
  padding: 20px 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .modal-type3 .modal-dialog {
    width: 100%;
  }
}

.create-ring-step {
  padding: 0 !important;
  margin-top: 10px;
}

.create-ring-step .crs-inner {
  padding: 10px 20px;
  -moz-box-shadow: 0 0 2px var(--dark-grey);
  -webkit-box-shadow: 0 0 2px var(--dark-grey);
  box-shadow: 0 0 2px var(--dark-grey);
  margin-left: -1px;
  margin-right: -1px;
}

.create-ring-step .thumbnail {
  text-align: center;
  border-width: 0;
}

.create-ring-step .thumbnail .h3 {
  font-size: 12px;
  margin-top: 0;
  color: #999;
}

.create-ring-step .thumbnail .h4 {
  font-size: 14px;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}

.create-ring-step .active {
  border: 1px solid #eaeaea;
  border-top: 6px solid var(--light-green);
  padding-top: 19px;
  margin-top: -20px;
  margin-bottom: -25px;
  padding-bottom: 25px;
}

.modal-type3 .create-ring-step-operation {
  background: 0;
  border: 0;
  margin: 0;
  padding: 30px;
}

@media (max-width: 767px) {
  .create-ring-step .active {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .create-ring-step .crs-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal-join-newsletter .modal-dialog {
  width: 280px !important;
  margin-left: auto;
  margin-right: auto;
}

.modal-join-newsletter {
  text-align: center;
  color: var(--dark-grey);
  font-size: 14px;
}

.modal-join-newsletter .close {
  right: 5px;
  color: #959595;
}

.modal-join-newsletter .close .icons-close-green {
  vertical-align: middle;
}

.modal-join-newsletter .modal-body {
  padding: 15px;
}

.modal-join-newsletter .input-group-btn .btn {
  padding: 10px 12px !important;
}

.modal-join-newsletter h2 {
  font-size: 29px;
  margin-top: 30px;
  color: var(--dark-grey);
}

.modal-join-newsletter h2 small {
  font-size: 16px;
  color: var(--dark-grey);
  display: block;
  padding-bottom: 5px;
}

.ad-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.text-shadow {
  text-shadow: 0 0 20px #000;
}

.modal-product-superposition {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.modal-product-superposition .upper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.load-sync {
  opacity: 0;
}

.load-sync.load-base.load-overlay {
  opacity: 1;
}

.popover-green.bottom .arrow:after {
  top: -4px;
}

.popover-green.bottom .arrow:after {
  border-bottom-color: var(--light-green);
}

.afoo-favorites {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border: 0;
  width: 200px;
  color: white;
  font-size: 10px;
  border-radius: 0;
}

.afoo-favorites h3.popover-title {
  color: white;
  border-bottom: 0;
  padding: 12px 17px 8px;
  font-size: 10px;
  line-height: 14px;
  background: 0;
}

.afoo-favorites.top {
  border-bottom: 0;
}

.afoo-favorites.top .arrow {
  border-top-color: rgba(0, 0, 0, 0.4);
}

.afoo-favorites.top .arrow:after {
  border-top: 0;
}

.afoo-favorites.left .arrow:after {
  border-left: 0;
}

.afoo-favorites.left .arrow {
  border-left-color: rgba(0, 0, 0, 0.4);
}

.afoo-favorites.bottom {
  border-top: 0;
}

.afoo-favorites.bottom .arrow {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.afoo-favorites.bottom .arrow:after {
  border-bottom: 0;
}

.afoo-favorites .popover-content {
  padding: 0 17px 12px;
}

.afoo-favorites a {
  text-decoration: underline;
  color: white;
}

.afoo-favorites a:hover {
  color: var(--light-green);
}

.af-rude {
  min-height: 125px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.af-rude h3.popover-title {
  font-size: 12px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 18px;
}

.af-rude .popover-content {
  text-transform: uppercase;
  font-size: 12px;
}

.af-rude.top .arrow {
  border-top-color: rgba(0, 0, 0, 0.65);
}

.af-rude.top .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.65);
}

.popover-green2 {
  font-family: "Avenir Book";
  border: 2px solid var(--light-green) !important;
  border-radius: 0;
}

.popover-green2 .popover-content {
  font-size: 12px;
  padding: 9px;
}

.popover-green2 .iconfont-close1,
.popover-green2 .iconfont-close2 {
  color: var(--dark-grey);
  line-height: 1;
  cursor: pointer;
  float: right;
  padding: 5px;
}

.popover-green2.top .arrow {
  border-top-color: var(--light-green);
}

.popover-green2.top .arrow:after {
  bottom: 3px;
}

.popover-green2.bottom .arrow:after {
  top: 2px;
}

.popover-green3 {
  padding: 0;
  border-width: 0 !important;
  background-color: var(--light-green);
  color: var(--white);
}

.popover-green3.bottom .arrow {
  top: -10px;
}

.popover-green3 .popover-content {
  padding: 12px;
}

.popover-green3.top .arrow::after {
  border-top-color: var(--light-green);
}

.popover-green3.bottom .arrow::after {
  border-bottom-color: var(--light-green);
}

.popover-green3 .iconfont-close1,
.popover-green3 .iconfont-close2 {
  color: var(--white);
}

.popover-green3 .iconfont-close2 {
  transform: scale(0.5);
}

.heading-1 {
  font-size: 20px;
  text-align: center;
}

.heading-2 {
  font-size: 22px;
  text-align: center;
  color: var(--dark-grey);
}

.img-morelink {
  text-align: center;
}

.img-morelink div {
  display: inline-block;
  position: relative;
}

.img-morelink img {
  display: inline-block;
  vertical-align: top;
}

.img-morelink a {
  position: absolute;
}

.table-tbody-vam tbody > tr > th,
.table-tbody-vam tbody > tr > td {
  vertical-align: middle;
}

.mt-0 {
  margin-top: 0;
}

.mt-13 {
  margin-top: 13px;
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .pr-sm-0 {
    padding-right: 0;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .no-space-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .img-full-xs {
    width: 100%;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mt-xs-25 {
    margin-top: 25px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-45 {
    margin-top: 45px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-5 {
    margin-bottom: 5px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-10-2 {
    margin-bottom: 10px !important;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-25 {
    margin-bottom: 25px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-45 {
    margin-bottom: 45px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-50 {
    padding-bottom: 50px;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-10 {
    padding-top: 10px;
  }

  .pt-xs-20 {
    padding-top: 20px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-10 {
    padding-bottom: 10px;
  }

  .pb-xs-15 {
    padding-bottom: 15px;
  }

  .pb-xs-20 {
    padding-bottom: 20px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-45 {
    padding-bottom: 45px;
  }

  .pl-xs-15 {
    padding-left: 15px !important;
  }

  .pr-xs-15 {
    padding-right: 15px !important;
  }

  .max-xs-p80 {
    max-width: 80%;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pr-xs-75 {
    padding-right: 7.5px !important;
  }

  .pl-xs-75 {
    padding-left: 7.5px !important;
  }
}

.fix-s1 {
  position: relative;
  top: -2px;
}

.join-our-newsletter.fade .modal-dialog {
  transform: translate(0, 0);
}

.ir226-cyo-popup .modal-content .close {
  top: 15px;
  right: 8px;
  color: var(--dark-grey);
}

.ir226-cyo-popup .modal-content {
  border: 0;
}

.ir226-cyo-popup .modal-body {
  padding: 20px 25px;
}

.ir226-cyo-popup .h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.ir226-cyo-popup .h1 small {
  font-size: inherit;
  color: inherit;
}

.ir226-cyo-popup .h1 span {
  font-size: 30px;
  margin-top: -10px;
}

.ir226-cyo-popup .h1 span,
.ir226-cyo-popup .h3 {
  display: block;
  font-size: inherit;
}

.ir226-cyo-popup .h2 {
  margin-bottom: 0.2em;
  color: inherit;
  font-size: 46px;
  line-height: 1.04em;
}

.ir226-cyo-popup .steps {
  border: 1px solid #e0e0e0;
  margin-top: 8px;
  margin-bottom: 15px;
}

.ir226-cyo-popup .imitated-table {
  display: table;
  width: 100%;
}

.ir226-cyo-popup .step {
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #e0e0e0;
  padding-top: 19px;
}

.ir226-cyo-popup .step:last-child {
  border: 0;
}

.ir226-cyo-popup .h3 {
  font-size: 15px;
  margin-bottom: 4px;
}

.ir226-cyo-popup .cap-info {
  font-size: 13px;
}

.ir226-cyo-popup .h3,
.ir226-cyo-popup .cap-info {
  line-height: 18px;
}

.ir226-cyo-popup .caption {
  padding: 15px 10px 18px;
}

@media (min-width: 768px) {
  .ir226-cyo-popup {
    padding-top: 60px;
  }

  .ir226-cyo-popup .modal-body {
    text-align: center;
  }

  .ir226-cyo-popup .modal-dialog {
    width: 714px;
  }
}

@media (max-width: 767px) {
  .ir226-cyo-popup .modal-content .close {
    top: 4.5vw;
    right: 4.5vw;
    padding: 0;
  }

  .ir226-cyo-popup .iconfont-close1:before {
    content: "\e603";
    font-size: 7vw;
  }

  .ir226-cyo-popup {
    top: inherit;
    overflow-y: inherit;
    z-index: 10000;
  }

  .ir226-cyo-popup .h1 {
    font-size: 9.3vw;
  }

  .ir226-cyo-popup .modal-dialog {
    margin: 0;
    padding: 0;
  }

  .ir226-cyo-popup .modal-body {
    padding: 25px 15px;
  }

  .ir226-cyo-popup .modal-content {
    background-color: #f1f1f1;
  }
}

@media screen and (min-width: 768px) {
  .ir301-cyo-popup .modal-dialog {
    width: 740px;
  }
}

.ir301-cyo-popup .modal-dialog {
  text-align: center;
}

.ir301-cyo-popup .modal-content {
  border: 0;
}

.ir301-cyo-popup .h1 {
  font-size: 36px;
  margin-bottom: 0.5em;
}

.ir301-cyo-pop__steps {
  display: flex;
  justify-content: center;
}

.ir301-cyo-pop__steps .step {
  margin: 1em 10px;
  padding: 1em;
  padding-top: 1.2em;
  max-width: 220px;
  width: 220px;
  background: #f8f8f8;
}

.ir301-cyo-pop__steps .step-num {
  font-family: "Avenir Medium";
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}

.ir301-cyo-pop__steps .heading {
  font-size: 18px;
  font-family: "Avenir Medium";
}

.ir301-cyo-pop__steps p {
  margin-bottom: 0;
}

.ir301-cyo-pop__steps .step img {
  max-width: 70px;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ir301-cyo-popup .btn {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .ir301-cyo-pop__steps p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ir301-cyo-popup .h1 {
    font-size: 30px;
  }

  .ir301-cyo-pop__steps .heading {
    font-size: 16px;
  }
}

.arrow-green {
  border-width: 5px 0 5px 7px;
  border-color: transparent;
  border-left-color: var(--light-green);
  border-style: solid;
  height: 0;
  width: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
}

.container-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.different-link {
  position: relative;
  border-top: 1px solid transparent;
}

.different-link__behind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ir234-link-text,
.ir251-link-text {
  font-family: "Avenir Medium";
  font-size: 14px;
  color: var(--dark-grey);
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
}

.ir251-link-text.inverse {
  color: white;
}

.ir234-link-text:hover,
.ir251-link-text:hover {
  color: var(--light-green);
  text-decoration: underline;
}

.ir234-heading2,
.ir234-heading3 {
  font-size: 20px;
  color: var(--dark-grey);
  text-align: center;
}

.ir234-heading3 {
  font-size: 22px;
}

.ir234-heading2 a,
.ir234-heading3 a {
  color: var(--dark-grey);
  text-decoration: none;
}

.ir251-headline,
.ir255-heading,
.ir277-heading {
  color: var(--dark-grey);
  line-height: normal;
  font-size: 30px;
  text-transform: capitalize;
}

.ir277-heading {
  font-size: 24px;
}

.ir251-headline > a,
.ir255-heading > a,
.ir277-heading > a {
  color: inherit;
  text-decoration: none;
}

.ir367-heading {
  color: var(--dark-grey);
  font-size: 36px;
  text-transform: capitalize;
}

.ir367-heading-sm {
  font-size: 30px;
}

.ir367-heading-s {
  font-size: 24px;
}

.ir367-heading-xs {
  font-size: 18px;
}

.ir367-paragraph {
  font-size: 16px;
}

.ir367-paragraph-sm {
  font-size: 14px;
}

@media (max-width: 991px) {
  .ir251-headline,
  .ir255-heading {
    font-size: 24px;
  }

  .ir277-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #subscription_on_footer .help-block-error-small {
    font-size: 12px;
  }

  .ir367-heading {
    font-size: 30px;
  }

  .ir367-heading-sm {
    font-size: 24px;
  }

  .ir367-heading-s {
    font-size: 20px;
  }

  .ir367-heading-xs {
    font-size: 16px;
  }

  .ir367-paragraph {
    font-size: 14px;
  }

  .ir367-paragraph-sm {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  #subscription_on_footer .help-block-error-small {
    font-size: 13px;
  }
}

.box-gray1 {
  background: #f2f2f2;
}

.box-green {
  background: var(--dark-green);
}

.box-light-cyan {
  background: var(--light-cyan);
}

.box-purple {
  background: #a7588f;
}

.imitate-table {
  display: table;
  width: 100%;
}

.imitate-table > div,
.imitate-table > span {
  display: table-cell;
  vertical-align: middle;
}

.imitate-table > .va-t {
  vertical-align: top;
}

@media (min-width: 768px) {
  .imitate-table-up {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .imitate-table-up > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .imitate-table-up > div.va-t {
    vertical-align: top;
  }
}

@media (min-width: 992px) {
  .imitate-table-sm-up:before,
  .imitate-table-sm-up:after {
    display: none;
  }

  .imitate-table-sm-up {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .imitate-table-sm-up > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .imitate-table-sm-up > div.va-t {
    vertical-align: top;
  }

  .imitate-table-sm-up-v2 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .imitate-table-sm-up-v2 > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .imitate-table-sm-up-v2 > div.va-t {
    vertical-align: top;
  }
}

.intrinsic-ratio,
.intrinsic-ratio-5-2,
.intrinsic-ratio-4-1,
.intrinsic-ratio-10-3 {
  position: relative;
  height: 0;
}

.intrinsic-ratio-5-2 {
  padding-bottom: 40%;
}

.intrinsic-ratio-4-1 {
  padding-bottom: 26%;
}

.intrinsic-ratio-10-3 {
  padding-bottom: 30%;
}

.element-to-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.element-to-stretch > .imitate-table {
  height: 100% !important;
}

@media (max-width: 991px) {
  .md-nospace15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-100by38::before {
  padding-top: 38%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.LPMcontainer {
  outline: none !important;
}

.placeholder-tt-n::-moz-placeholder {
  text-transform: none !important;
}

.placeholder-tt-n:-ms-input-placeholder {
  text-transform: none !important;
}

.placeholder-tt-n::-webkit-input-placeholder {
  text-transform: none !important;
}

.composite-bgcolor {
  display: inline-block;
  vertical-align: top;
  background-color: #f8f8f8;
}

.win .crisp-edges,
.linux .crisp-edges {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

body > img[width="1"] {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline-readmore {
  max-height: 2.85em;
  overflow: hidden;
  position: relative;
}

.ellipsis-multiline-readmore.full-story {
  max-height: none;
}

.ellipsis-multiline-readmore .readmore {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #fff 90%, #ffffff00 100%);
  cursor: pointer;
  user-select: none;
  padding-left: 1em;
}

.opacity-40 {
  opacity: 0.4;
}

.nav-promo {
  line-height: 1.428571429;
  position: relative;
  width: 194px;
  max-width: 100%;
  min-height: 250px;
  display: flex;
  flex-flow: column;
}

.nav-promo__body {
  padding: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  height: 50%;
}

.nav-promo__body.middle {
  align-items: center;
}

.nav-promo__header {
  margin-bottom: 5px;
  letter-spacing: 0.025em;
}

.nav-promo__subheader {
  margin-bottom: 6px;
}

.nav-promo__subheader:last-child {
  margin-bottom: 0;
}

.nav-promo__terms-apply {
  color: var(--dark-grey);
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  font-size: 7px;
}

div.embeddedMessagingFrame,
div.embeddedMessagingConversationButtonWrapper,
#live-chat-tips-desktop,
div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"],
iframe.embeddedMessagingFrame,
.embeddedMessagingConversationButtonWrapper {
  z-index: 9999;
}

@media (max-width: 767px) {
  div.embeddedMessagingFrame,
  div.embeddedMessagingConversationButtonWrapper,
  #live-chat-tips-desktop,
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"],
  iframe.embeddedMessagingFrame,
  .embeddedMessagingConversationButtonWrapper {
    z-index: 1029;
  }
}

div.embedded-messaging > #embeddedMessagingModalOverlay.isMaximized {
  z-index: 9998;
}

.embedded-messaging .embeddedMessagingIconChat {
  vertical-align: middle;
}

@media (min-width: 768px) {
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
    bottom: 15px;
    right: 15px;
    max-height: 90vh !important;
  }
}

div.embeddedMessagingConversationButtonWrapper
  .embeddedMessagingConversationButton,
div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
  bottom: 98px;
  right: 18px;
}

@media (max-width: 767px) {
  div.embeddedMessagingConversationButtonWrapper
    .embeddedMessagingConversationButton,
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
    right: 7px;
    bottom: 82px;
  }
}

div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
  right: 15px;
  bottom: 96px;
}

@media (max-width: 767px) {
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
    right: 4px;
    bottom: 80px;
  }
}

#live-chat-tips-desktop .ir261_settingpdp_livechat_popup {
  cursor: pointer;
}

#live-chat-tips-desktop {
  font-family: "Avenir Roman";
  font-size: 12px;
  position: fixed;
  top: auto;
  bottom: 90px;
  left: auto;
  right: 20px;
  height: 50px;
  margin-top: 42px;
  margin-bottom: 11px;
  border-radius: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1607843137);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 50px;
  padding-right: 60px;
  background-color: white;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#live-chat-tips-desktop .iconfont-close1 {
  position: absolute;
  left: 13px;
  font-size: 24px;
  color: #cdcdcd;
  top: 8px;
  cursor: pointer;
}

#live-chat-tips-desktop.active {
  max-width: 430px;
  opacity: 1;
}

#live-chat-tips-desktop h4 {
  font-size: 16px;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}

#live-chat-tips-desktop p {
  margin-bottom: 0;
}

#live-chat-tips-mobile {
  font-family: "Avenir Roman";
  font-size: 12px;
  z-index: 1028;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 6px;
  height: 39px;
  margin-bottom: 10px;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1607843137);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 37px;
  padding-right: 65px;
  background-color: white;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#live-chat-tips-mobile .iconfont-close1 {
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #cdcdcd;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  padding-left: 7px;
  width: 26px;
}

#live-chat-tips-mobile.active {
  max-width: 350px;
  opacity: 1;
  visibility: visible;
}

#live-chat-tips-mobile h4 {
  font-size: 13px;
  font-family: inherit;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

#live-chat-tips-mobile p {
  margin-bottom: 0;
}

.lp_desktop .lp-window-root > .lpmx {
  height: 510px !important;
}

.lp_desktop .lp-window-root .lp_survey_area .lp_survey_header_area {
  padding-top: 0;
}

.ir325-promo-link {
  font-size: 15px;
}

@media (max-width: 767px) {
  .ir325-promo-link {
    font-size: 16px;
  }
}

.ir325-promo-v1 .ir325-promo-link {
  text-decoration: none;
  color: var(--light-green);
  text-transform: none;
}

@media (max-width: 767px) {
  .ir325-promo-v1 .ir325-promo-link {
    margin-bottom: 10px;
  }
}

.ir325-promo-v1 .ir325-promo-link:hover,
.ir325-promo-v1 .ir325-promo-link:focus {
  text-decoration: underline;
}

.ir325-promo-v3 .ir325-promo-link {
  overflow: hidden;
  border: 1px solid var(--light-green);
  text-decoration: none !important;
  border-radius: 6px;
  text-transform: none;
  padding: 0.4em 0.6em 0.2em;
  color: var(--light-green);
}

@media (max-width: 767px) {
  .ir325-promo-v3 .ir325-promo-link {
    margin-bottom: 10px;
    padding: 0.45em 0.6em 0.15em;
  }
}

.ir325-promo-v2 {
  color: var(--dark-grey);
}

.ir325-promo-v2 .ir325-promo-link {
  display: block;
}

.ir325-promo-v2 .ir325-promo-link:hover .media-heading {
  color: var(--light-green);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .ir309-detail .ir325-promo-v2 .ir325-promo-link {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1289px) {
  .ir309-detail .ir325-promo-v2 .ir325-promo-link {
    width: 78%;
  }
}

.ir325-promo-v2 .media {
  display: flex;
  align-items: center;
}

.ir325-promo-v2 .media .media-img {
  flex: 0 0 70px;
  height: 70px;
  margin-right: 10px;
}

.ir325-promo-v2 .media .media-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ir325-promo-v2 .media .media-heading {
  font-size: 13px;
  font-family: "Avenir Heavy";
  color: var(--dark-grey);
  text-transform: none;
}

@media (max-width: 767px) {
  .ir325-promo-v2 .media .media-heading {
    font-family: "Avenir Medium";
  }
}

.ir325-promo-v2 .media .media-text {
  font-size: 12px;
  font-family: "Avenir Book";
  color: var(--dark-grey);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ir325-gift-promo-modal .modal-dialog {
    width: 720px;
  }

  .ir325-gift-promo-modal .modal-body {
    padding: 30px;
  }
}

.ir325-gift-promo-modal .modal-body {
  color: var(--dark-grey);
}

.ir325-gift-promo-modal .modal-content {
  border-top: 0;
}

.ir325-gift-promo-modal .modal-content .close {
  top: 6px;
  font-size: 28px;
  line-height: 1.1;
}

.ir325-gift-promo-modal .media .media-img {
  float: left;
  width: 110px;
  text-align: center;
}

.ir325-gift-promo-modal .media .media-img img {
  width: 100%;
}

.ir325-gift-promo-modal .media .media-img + .media-body {
  overflow: hidden;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .ir325-gift-promo-modal .media .media-img + .media-body {
    padding-left: 20px;
  }
}

.ir325-gift-promo-modal .media .media-heading {
  font-family: "Avenir Medium";
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
}

@media (max-width: 767px) {
  .ir325-gift-promo-modal .media .media-heading {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .ir325-gift-promo-modal .media .media-text {
    font-size: 16px;
  }
}

.ir325-gift-promo-item {
  padding-bottom: 20px;
}

.ir325-gift-promo-item + .ir325-gift-promo-item {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.ir325-gift-promo-item .tc-text {
  color: #717171;
}

.ir325-gift-promo-cta {
  font-family: "Avenir Medium";
  padding: 13px 30px 9px;
  text-align: center;
  border: 1px solid var(--dark-grey);
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  background: 0;
}

.ir325-gift-promo-cta:hover {
  color: white;
  background: var(--dark-grey);
  text-decoration: none;
}

.ir325-gift-promo-modal .media-img a {
  font-size: 13px;
  font-family: "Avenir Heavy";
  color: var(--dark-grey);
  margin-top: 15px;
}

.ir325-gift-promo-modal .media-img a:hover {
  color: var(--light-green);
}

.ir325-gift-promo-description {
  max-height: 5.6em;
  overflow: hidden;
  position: relative;
}

.ir325-gift-promo-description a {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  text-decoration: underline;
  padding-left: 5px;
}

.ir325-gift-promo-description a:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 30px;
  height: 100%;
  top: 0;
  display: block;
  background-image: linear-gradient(
    to right,
    rgba(250, 250, 250, 0.0392156863),
    #fff
  );
}

.site-top-alert {
  font-size: 12px;
  color: white;
  letter-spacing: 0.1em;
  background-color: var(--dark-green);
  min-height: 32px;
  position: relative;
  z-index: 1002;
  padding-left: 32px;
  padding-right: 32px;
}

.site-top-alert a {
  font-family: "Avenir Roman";
  color: white;
  font-weight: 500;
}

.site-top-alert u {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .site-top-alert {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .site-top-alert {
    line-height: 1.32em;
  }
}

.carousel-top-alert .carousel-inner > .item {
  transition: 0.5s ease-in-out all;
}

.carousel-top-alert .has-link,
.carousel-top-alert .no-link {
  height: 32px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .carousel-top-alert .has-link,
  .carousel-top-alert .no-link {
    height: 40px;
  }
}

.carousel-top-alert .has-link {
  text-decoration: none;
}

.carousel-top-alert .has-link > div:after {
  color: white;
  text-decoration: none;
  content: ">";
  font-size: 9px;
  padding-left: 0.5em;
}

.carousel-top-alert .no-link {
  cursor: default;
}

.carousel-top-alert .carousel-inner > .next,
.carousel-top-alert .carousel-inner > .prev {
  display: none;
}

.carousel-top-alert .carousel-inner > .next.left,
.carousel-top-alert .carousel-inner > .prev.right {
  display: block;
  opacity: 0;
}

.carousel-top-alert .carousel-inner > .active.left {
  left: 0;
  opacity: 0;
}

.carousel-top-alert .carousel-inner > .active.right {
  left: 0;
  opacity: 0;
}

.carousel-top-alert {
  display: flex;
  align-items: center;
  min-height: 30px;
  gap: 10px;
}

.carousel-top-alert .carousel-control {
  width: 14px;
}

.carousel-top-alert .carousel-control:before {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  width: auto;
  height: auto;
}

.carousel-top-alert .carousel-control.right,
.carousel-top-alert .carousel-control.left {
  background-image: none;
  filter: none;
  position: relative;
}

@media (max-width: 1023px) {
  .site-top-alert {
    padding-left: 16px;
    padding-right: 16px;
  }

  .carousel-top-alert {
    height: 40px;
  }
}

[class^="iconking-"],
[class*=" iconking-"] {
  background-image: url("/static/img/navgation/king/iconking-new3.png?v7");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px auto;
  display: inline-block;
  height: 28px;
  width: 28px;
  min-width: 28px;
}

.iconking-setting {
  background-position: -2px -204px;
}

.iconking-diamond {
  background-position: -2px -31px;
}

.iconking-round {
  background-position: -30px 0;
}

.iconking-radiant {
  background-position: -60px 0;
}

.iconking-princess {
  background-position: -30px -30px;
}

.iconking-pear {
  background-position: -60px -30px;
}

.iconking-cushion {
  background-position: -30px -60px;
}

.iconking-emerald {
  background-position: -60px -60px;
}

.iconking-oval {
  background-position: -30px -90px;
}

.iconking-marquise {
  background-position: -60px -120px;
}

.king-navgation .iconking-marquise {
  transform: scale(1.1);
}

.iconking-asscher {
  background-position: -30px -120px;
}

.iconking-heart {
  background-position: -60px -90px;
}

.iconking-sapphire {
  background-position: -91px 0;
}

.iconking-emerald-2 {
  background-position: -91px -30px;
}

.iconking-aquamarine {
  background-position: -91px -90px;
}

.iconking-moissanite {
  background-position: -91px -60px;
}

.iconking-all {
  background-position: -91px -150px;
}

.iconking-morganite {
  background-position: -91px -180px;
}

.iconking-alexandrite {
  background-position: -91px -210px;
}

.iconking-colored-diamond {
  background-position: -91px -240px;
}

.iconking-natural {
  background-position: -2px -87px;
}

.iconking-lab {
  background-position: -2px -61px;
}

.iconking-ruby {
  background-position: -2px -122px;
}

.iconking-lab-diamond {
  background-position: -2px -175px;
}

.iconking-gemstone {
  background-position: -1px -148px;
}

.iconking-bridal-set {
  background-position: 0 -237px;
}

.iconking-elongated-cushion {
  background-position: -30px -150px;
}

@media (min-width: 768px) {
  .iconking-lab {
    top: -1px !important;
  }
}

.iconking-colorblue,
.iconking-colorteal,
.iconking-colorpeach,
.iconking-colorpurple,
.iconking-colorpink {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 5px;
}

.iconking-colorblue {
  background: #c8d2e2;
}

.iconking-colorteal {
  background: #b0d8de;
}

.iconking-colorpeach {
  background: #fddfce;
}

.iconking-colorpurple {
  background: #cabde8;
}

.iconking-colorpink {
  background: #ffdbfb;
}

.symbol-diamond-shape {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  vertical-align: middle;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.king-header {
  font-family: "Avenir Roman";
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 20px;
  height: 128px;
}

.king-header .nav-item {
  letter-spacing: 0.06em;
}

.king-header a:not(.btn) {
  color: var(--dark-grey);
}

.king-header a:not(.btn):hover {
  color: var(--light-green);
}

.king-header > .container1170 {
  display: table;
  width: 100%;
}

.king-header > .container1170 > .row {
  display: table-row;
}

.king-header > .container1170 > .row > div {
  display: table-cell;
  float: none;
  vertical-align: top;
  width: auto;
  padding: 0;
}

.king-header > .container1170 > .row > .king-quick-help {
  width: 320px;
}

.king-header.sticky > .container1170 > .row > .king-header-user {
  width: 1%;
  white-space: nowrap;
}

.king-quick-help {
  padding-top: 2px;
}

a.js-activated,
a#wishlist-toggler,
a#mybag-toggler {
  position: relative;
}

.king-header .contact-us {
  position: relative;
  z-index: 991;
}

.contact-us > li,
.site-header-personal > li,
.king-navgation > li {
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 9px;
}

.king-navgation > li {
  padding-left: 4px;
  padding-right: 4px;
}

.contact-us > li:first-child,
.site-header-personal > li:first-child,
.king-navgation > li:first-child {
  padding-left: 0;
}

.site-header-personal > li:last-child,
.king-navgation > li:last-child {
  padding-right: 0;
}

.king-quick-help .open .navitem {
  color: var(--light-green);
}

.king-quick-help .navitem {
  display: block;
  position: relative;
  height: 27px;
  text-decoration: none;
  outline: 0;
}

.king-quick-help a.navitem:hover,
#header-telephone:hover {
  color: var(--light-green);
  text-decoration: none;
}

.king-quick-help .iconfont-tv {
  margin-right: 3px;
}

.king-quick-help .count {
  font-family: "Avenir Heavy";
  position: absolute;
  left: 100%;
  bottom: 2px;
  line-height: 1;
  color: var(--light-green);
  font-size: 12px;
  padding-left: 2px;
}

@media (max-width: 1024px) {
  .king-quick-help .count {
    padding-left: 0;
    margin-left: -1px;
  }
}

#king-search-input {
  font-family: "Avenir Book";
  border: 0;
  outline: 0;
  letter-spacing: 0.3px;
  color: var(--dark-grey);
}

@media (min-width: 768px) {
  #king-search-input {
    border-bottom: 1px solid #d9d9d9;
    margin-right: -27px;
    padding-bottom: 4px;
  }

  #king-search-input:focus {
    border-bottom: 1.5px solid var(--dark-grey);
  }
}

#king-search-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#king-search-input:-ms-input-placeholder {
  color: inherit;
}

#king-search-input::-webkit-input-placeholder {
  color: inherit;
}

.iconfont-search {
  border: 0;
  background: transparent;
  color: inherit;
}

.king-search {
  display: block;
  width: 20px;
  height: 24px;
  position: relative;
  z-index: 991;
  top: 1px;
  white-space: nowrap;
}

.king-search .ss-targeted {
  white-space: normal;
}

.king-btn-search input,
.king-btn-search button {
  vertical-align: middle;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  outline: 0;
}

.king-btn-search .inner-search-input {
  transition: all 0.3s ease-in-out;
  width: 1px;
  opacity: 0;
}

.king-btn-search {
  display: inline-block;
  border-bottom: 1px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.king-btn-search-in .inner-search-input {
  display: inline-block;
  width: 180px;
  opacity: 1;
}

.site-header-personal .dropdown {
  position: static;
}

.king-quick-help .dropdown-menu {
  display: block;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  right: 0;
  left: auto;
  width: 320px;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  margin-top: 12px;
  padding: 20px;
  border: 1px solid var(--Grey-Scale-100, #d9d9d9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.king-quick-help .open .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.king-quick-help .open .dropdown-menu:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 15px;
  z-index: -1;
}

.king-quick-help .dropdown-menu-inner {
  border-top: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

.king-quick-help .dropdown-menu-login {
  width: 320px;
}

.king-header-user {
  text-align: right;
}

.site-header-personal {
  white-space: nowrap;
}

.site-header-personal li {
  white-space: normal;
}

.site-header-personal .user-name {
  padding-right: 0.3em;
  right: 100%;
}

.king-header .user-name,
.king-header .visit {
  position: absolute;
  top: 0.25em;
  white-space: nowrap;
}

.king-header .user-name {
  position: static;
}

.king-header li.user-name {
  display: none;
}

.king-header .visit {
  padding-left: 0.3em;
  left: 100%;
}

.king-header .iconfont-location ~ .visit {
  top: 0.15em;
}

.site-header-personal > li:first-child {
  width: 30px;
}

.site-header-personal {
  float: right;
  position: relative;
  z-index: 990;
  text-align: left;
}

.king-shopping-scrollbar {
  max-height: 300px;
}

.king-shopping-scrollbar .mCSB_container {
  margin-right: 10px;
}

.king-shopping-scrollbar .mCSB_scrollTools .mCSB_dragger {
  z-index: 2;
}

.king-shopping-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #b2b2b2;
  width: 8px;
}

.king-shopping-scrollbar
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar:hover {
  background-color: #aeacac;
}

.king-shopping-scrollbar .mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
}

.king-shopping-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0.1;
}

.king-shopping-list {
  padding: 0;
  list-style: none;
  color: var(--dark-grey);
  font-size: 12px;
}

.king-shopping-list li {
  position: relative;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #e2e2e2;
}

.king-shopping-list li:last-child {
  border-bottom: 0;
}

.king-shopping-list li:first-child {
  border-top-color: transparent;
}

.king-shopping-list .media-heading {
  margin-bottom: 5px;
  line-height: 1.33;
}

.king-shopping-list .media {
  padding: 0;
  margin: 0;
  display: table;
}

.king-shopping-list .media > div {
  display: table-cell;
  vertical-align: top;
}

.king-shopping-list .media > .pull-left {
  margin-right: 20px;
  float: none !important;
  vertical-align: middle;
  padding-right: 5px;
  text-align: center;
  width: 90px;
}

.king-shopping-list .media > .pull-left .media-object {
  width: 90px;
}

.king-shopping-list .icons-close {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 14px;
}

.king-shopping-list .parameter {
  display: block;
  line-height: 1.66;
}

.king-shopping-subtotal .media-subtotal {
  color: var(--dark-grey);
  font-size: 12px;
  text-align: center;
  padding: 15px 10px;
}

.king-shopping-subtotal {
  border-top: 1px solid #e2e2e2;
}

.site-header-login {
  font-family: "Avenir Book";
}

.site-header-login .help-block {
  color: var(--dark-grey);
}

[class^="icoking-"],
[class*=" icoking-"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAFACAMAAAAcbguwAAAC+lBMVEX///8BJ3Dx8fHSIDD/FRInNHjAFCK/EiD+/v3x8PC4AAb/AQDv//+6BhK6Awz8//8BKXLQDRz88vPKBBH8/P3roacBJG7w+PknIWHhCCjyzdEBEF/RGioqJGMUIWvLDhrDJDD8/PvRHiru7u7QFif/DAryv8DzubwqN3m9GR3giIz8S0jfABzjf4UAGmclH2AiHF4ACFkADF2+Dhv54eMcFlmpqsP++vkgGlvWb3UBFmX3gX7rsLP5+vvRVFzJN0L/BwUhL3UBIWwZE1ZgaZsAHmoCFGMUDlPz8/QUJG7XaHD/EQ8LGGP3+PklMncsOXziDC0PClH1sbrzoa3x/Pzx9vYcLHIOHGctJ2bKP0TRJjMYJ2/29vfAHyWJb5IKGWgLBk3s7vPMCBfcAhf89vcGA0no6/DR1OKrr8rzx8h+j7R+e6A9R4MOHWrLSU/aAAL77e7d4uv76Or02dtWXZDu8vbc3ec1P32zAAH+19zyqLNUUIIyLWkCAUDl5+7V3Oj5y89FUYrdWmLjGjHpqa1FXJEnRYLg5e2wutCgqcU9V484NG3dAA32/v++yNqPnLyamrd1gKqEg6draZNdWon8HBrHz95YYpUAA1LVKDffFSnPEyDOztvHx9dlb574h4VpF0HNAgi5uc2ztMmHkrU0TIZLS3/7QkDGAAZtdqNNWI/gZ3DVOEHx4uG1wNW/wdPtwcSYo8Glpb55ibCFiq1zcppXa5rZTVQOCkn8LizPCBXy09T1raz1np73kpBHQ3kOLnT4dXM/O3OltMvtlJ3lkZZPYpUbN3j4ZGT9ODX8JiP8xMXrur72pbD3pKMAK3qSj65kfKfafoIlMXP5a2zlPVC4ERUePHzgdXsfJW33XlvZQknz5uXthpLRYmjiLUDLGCKTk7VacaFqYYvoW2vnT2EmJFr20dTsdobrZ3j6PDvknqNXGFPfBCLx6eneg4rcgoj7V1f48fPei49KIV5uL1j0BiDeCR32AAtUCT/1HCmmbIZ/cJfqARSLw4mDAAAa+ElEQVR42uyYPYgTQRiGB4ucLCTiccKgjORKbXY0ThzhTIoBV0WLtXHFH1bIekjwOBXDwu6eIAcWWxiy6czBmUAaBY9gMGgRCNgdEq4IiHIggTRXeCgWooXfhlNQo9n8FAo+TYb8vMzM937vFxb1o3Dv8+toKBaLTUxE506+2L0DjcBCvGq5r5afxQAg3Np3MZpYm7kxpFolz500N64t75zYwheNmFIosTi4ZiFNdMcqoSXv1PL90I/EJCm6thsNAMgwQ8FMu46u1I8tP5B+IiKZZisxczjwYQsNh1NBqBIvFtnBj0/nehFNzqBAHK3I1JYVXtaZ7aqubeS29+RwanI7CsDxtiE4x3buStmmDDNZT6NRuOA5lGBZAZVblkIwxqMJThcUQahMBMlMPa7JmMtkFMGpplu1GWeMctsrVyllDI6cG16v6ugKltWspWtYVRWNs7ir6unU5J+Z/51eGq6PiEYJ3c3BUQlW8kto1jv48fW5P5Pc37vcTYcTGeoRRyivYCxjRjPoirtn+UHkz0jmh552tgyNKFTTc6Viw3c1oaISL9JjyztDfYiZiz26rQPHNfK0RmyVurjG84awNV3T/HDoQyjcev7L/lyDU9c7nnUpkzmTG9njnssZFvJeEOyraCZ/zh/PIUSxjiNUVTGGSoP5LpfB2ASfgDvsj7me+kGvpDNKZOPx5QJjhFMiOrOXSwYmTCZq+8xMfxYX3//QwDYcGHTyDQ+MzcHYbr7RxlRwLhvDGDtn6LmsAYdWwS9KvK1qsm9smRYbyjCtlxEifhSVbAFuFo0ldDzLweKyks+ghaozhGDa0KuwTd13s6yDsS3f2IQxMLY9hOAsYyJfKbVrGlZkTU1X4g2hgbFlls3GsfMEDcqScLAGVwbG9jo1jejCJrWOVwNVnWpq++WuYLzYGlzbp+N5wjhQT1+olCnUmNNy5XS6DuHFZN+HwTDnJtEWb0U3XeqX0WlPkf3Erk7BwFPgTbwXBn0wwpHuFqcymQXXzz4wdvH6kmCEgbF54W7c6Rrbb71ghKS1rqnznXqdQgBSqlla3uUcc0pdy7agKvAmCIYCEklO+yUxFEGJ3ozXwIQKJDYreiqY0B8upFBWzsOgD4q54t+fQWBLYL6iJjBougV0+i2TsZ/YC2hb9cDHO4mgnPNz0fPjRf1ubKxXECp3E5sz6BTbGaSXt0MQ1pngRFjNbF7tGlupNrMNBomNKW/mshgEB6JIHK8Bp1ZVrLFamtTAzYoGL+ka05jOtEHDIW2nLz/2MJcpZeXmVMliFJbcKk09qftLPKig1XkM16fA5UE9FtCtvL+UlfYFdN31i4QHHfRWrZrJfDN2aXZJiC1jZyqQ2KL7V+RwcKZRndWJ26CC2IJqdVq2ObMpozYsCRU252c/PkoGJrqBbC4Y46STLXagMzh43F5Kc9DicGD3dp5DOIQjQTHXkAYeBmMXoWU0QeCQjVk0VRH+nSptCIv0QWi9oExAN2Pu/1b3oN417FPLIlQXGOBiFmXIHgiHwEjdHQLCSucslcAKK171SYP5K85zXk4+NpDgJtIMXQV0x4HXLobjbK0UB5YHPz2QAmNuoualPnz5/PBkYBIr6D9/I5Pzk2NjPgWCq7Ho2Ij5rrkRk8JjQro4j4B1KTQmpCPIZ0aaGI9eTFpFPjeiZngsmNF51OVda99YaL34Zpyru8fC1Un0n3GyfWSBnxQWj3zYPwIfjszsQD+w2jKlETBbvwyTxUhshKaLrKJfWDMnQhNDEYr1fuiwDopD6h3pWeZUwhzyAtcP/2YYrJ08MgTrmyn0n3+P6Zu7bx7qA3xlOnhyrJ6LtC7+kVbk3MoOFJxDG3OSaUbCPYnAJ3Mbh9BgpHavJcNSJOb31nf8p/cRKZzcfH4YDUFqZXPuYst/sr4FLFvRxLuVUTrj0OrGu/XEXBI4l1h/t7HyZizz4Strds+aSBDGAVyGLXx4Hlg4AgN2IpMU216XC0y5sNgcu53lNXYhxxXX5QtcaW1p5QeQqGCnBqys5PqDFAf5BvdXj4y7zq56l38kwWT2xzMv+5Lxyz3ypV57x4Tv5NSb7U4nVkoRvlQcdzp3V/9eKLBYtRCiLYm0EBW3m/90U73r0I4qZqvG7fqlYluR045M/K1zdRnXAlaVi8hmjJFCTpLt88rrgDsrGMvmGeURentuziiy7co7r8hOvbq7rrxzybj+rh5EVT7bsevue4hhB94/iRR6vZthVr7oUqFy8dvNQ3jsTUdalx6ku9e6HJTN6zH4mCykFIzlNdKl9ZPc8qoghu0BR6UgyZOxXaFSsM+9XwWwz6UgInPmjVRVyFEz3+HAlIOUNoxJTCOlcjDgVa7AiAMfSJngWywbDgKUGOPvAtYH2t5D6LzPnHjB7GsDgHQDE+DVFUrl+jrzggHPHIgZCbxg+jS6HQpGMEB4LjLsm7GQF7S972/g2CZ+MKMXHq3GqA4xyWQ14t7P1FvhYYl1jGAJmM7Z2gTeTjTWcvQtKwHt8uPeC58DUwLGWGEJvL9JMNJriUvAhCd/C8RbL4jIJwvOJeGVqBIQwpcdeL+oABs9ewiapCsQ8PKAxjzuetxl4wFpt+LS4SgH2tEwVaQl84AgpuH+rAsOQIozRYQlrWdPQlpjwlzQSGv8crY9a4goyygHRjswyoGqJZJqNOryQOlYZpwcDuFMlE5nPBWFnyKtXIU4WwA+9OwBSPr3evqUAo2YN1rLJAfalWQ4nBctERmON92UHAhxjBKfbZKrMN1wbzCb7k7ftchN4sDd6Sd9jLmNbtdRz4woU4cg91HhhINDEH21lhE4Cd/KsGcO56QlU3hojRjuC+XBeYg5yYNKfxvwW0UYrAU7EG0mbmEa0yiCg2btxzoHIqghccfMl8aBZjQzxvEvpFUOtMt7TPIR2E2MI/a4e3vA8zyN86DBFed+UADJLWZPcmtoKkUweKx9XNgCKIRhOx2AE1FUAJ9r3/MgkaR9jNM5sdFvIcqByRGoZLy08M4Te5NUFcCjLuunFzcPp/r80tBH4ENhUihN13xWiYbXOqWjSWkWlw1p6bM9o7/cxwHHyyacF8CtOLEnRTarbfviwn6ohbd5EKFYbnp8wlte76+yR6debVoAESJpjLh6Or4KGh+Br7vLVxFESIYDTsq919/wPGAf4ENgPCAJbcpEw7NMyIGFC+zVgI9AhCRd+8XE7qf3GDQBbvWYFS+IBalf2QdylGH5+UAe1GvIs/c2ihzcTxK83FVLMuUHMYTI/Yi9FWYyZ2MsI9aio7yNNcn2buit0NjHHRjOPCAiYxweLBfRuj8ZL18+TfrzaLHEYTwWb4U8+AAQeTbGA8bZdLb61P2pBGmNBpkgatgdT2YTHXsflqbwtvnif5xraUFSrTE/P5eLVqZirVNB0O4IzD1xrvwPnFmsCMEvAY5+a7V/i9r9D5zr8G2Ta8QO9ARgbwnQxQNuL11vWZ0AcbvHo3A1iJu8A5sDrga/9oKvUgma3keAb+laUwk+BaYhVAXy1Gn7tVgBkjSM6VaCWIO1XB4WlWDX2OvKfx6Tx1ohz+alArxmvqkcw2lYBMPbpS4fw8/M4wpwEzU9O0CrYSmYDa+rNhD02LtlHJZvilAmklHFJsbl2ywErtQr3bipV4jlnqraUbt4a4lO7NBBbF3o1U98anlHrXfZnHO5ilt0bnl0VzsnbTqHJFfe6SI7aP0e+6UuzQ6WF6mKbWdwl+5kxy2/ua2+47iLyowJKAKY9tlr9dq/5qrd7sQYMIC7cuPOXfN/PzCv/2Hd/F6bhqI4fqAU7lvokr1stTWlaBhMUHRDaYTCKFbSFPyRYCKEheKqtLCfFhSmLQXdgzp/4CzVQXVIZ6tTmRSqj9ubD+JeJv5gPin4IPgXeG/6U5v+0n1h60aTT8+599xzz7k0FAVUSSSDoP8gGb94avLz0URJXzY949Q/WogQWYcPVliW2p2h9ZJomu4Flr8yQQYYutbY/HT/E/y622ZXLCW5bL3YuHlp+eFoV9YxeME/W9wQotpICWipAwIM+Q7JkRtXurESrTwR/JLI+U2ACIb8oleVxdUzHZqHnR2RHV6Os1od5kCH18pZVYGbOw3AtAXCya+SZiW4VkDRygX92pMxYNoS78c1idBaA7GwldqHr20TWPiDJgatHQGxG2r/yAzwLYzkl2S1QmsPxEhRi5yHZkAK+Ff9Xq4bIEbKG3cBNUkX56c1EfO6AGIFo9JKs4gM79Os1m6BXNAn3AdkYiLimQdxzd8lMCgK0s1RoHjUwGMZAPbGhuANdgEMOoSFMQglnzaayLOG3ecXow6O6xDIeX2xRwj6CtlEqDE5V16vRwSps8AWo/KtUejZTOv27CD6c/2yk1BNnTNfJUHkuDZAzuoXnjwASKZ0t8WdTfRADUnxkFTWQhRVXX44O7RODsRb7gXAtwTtTNlpZe00Yuq3jckUTRd2lQxEZL2HY4LENQdynMOxPAHjn120S7E5c1NAMWw9cDBjsevpzZ6y31hnVh1R0d8EKEq++F2At3k6rbgz+V0MsYStEck8FW2Knc73Buq2gCeazxwo+7w3KNifI/fo7nVsBmPEXW1KRgF6laxdsemJ17U9j5n7EG8EUjC/b+QShNYUHXtLf+kr72gksktIhCYiqzOwf9OmKy7aPjAOVV0K840WoodzALsKtC2FXUrWZhIeveQBC2Pn+32RhwBnP9LulJvO765svCy2shHIUjC56dQtFto9OF6L3zM3+2Mz5eI/rlod0cVZgHVsYSpN5+rajgYgwwwnFdpucdKF13XrbCjm8zoelkdfknDUC+L8SZjKOW2Kq+ha/1UeGbNJ8WSciptWkqjm7tiI4Ldy2jIYWtJEssxVIb4CcOxUlhj58S2eOsoc2Ot06c5B3B5XeKNLkkwSqRQzdtZAXA6WElFUXb4CPQNbeHyK6Ry+A5kAAZJ4ETyv20AfRTSV4whBuApYV4KqWJbkC86dgNeHizbXVtbS2wOMSdhQ6+k1sqCIfUZ60hwboqGN6DnACvc7/BWp2t74A+paMk87tzLZj88Z1Ahk+l7XSqrZVXlvtHp7fyQAgO7Phev19REP8Mlz/IInuZ4cNrEQEVB1Nr6+CA+FhwyFw3NDR8xKPVT3ZyPwTzEN9+Kpb6OzdUDnBWina79272qt9a0q0J7+2fra3a+xAbSztdKWOqVbX5vJATyn7e6WstcD21xLH8VjXlQs2yYnBh7bViB22aNbthGYwC5vM5DaZdtml8/q2wycwnGxbbJ9B2o4n9XpVnL+Edh0S2Xf4LWc3BxsqZzbVeW5EwMtr93cTzJRG11O12WbC9BefKv81TJ9UY1FK4GxDIMYIvKKKD5Q/UYgQqZAJhBi8HuIFEh8gEE1MUa/f/LV44Xpqh7HVk/Xf6aZhX2H84nE4QIeMLh/JzZdvXvh4gpgBW7fixqSZceeeztWZwFVHDq7xpoBWU8hm3XqdKo3RD28uHevLAuyIAiy78B9ILqueoMlqdLNCagqtO782GwMPfmiK2XLFM4CPIvgZs5QdBEYoyqJqBypcVU5fh2AYcuj9zyfoRNmQNKgU+ODNt3l0tPve2BmyYFLBSzhJfCGa0syxnk1743KhLMUtT+n2xS60GKWvxVoJ64pU0kEYwu4Egn6S4UDsDCGm/eovHi+chJCQeiHpWhRdHrAHIiAlLpMr5KxK2k6cRlgLuaTtJtM5d3lQ1rkISGVzXv+EVd/rkz+7bAJkMHhxhqjYtSUKRe9hcu6KzcFxxhU9EA9N1rbYz9t2miLRXcP9JjVhwx7hAdUNoV8tDuVzuY9eHLe1b4qimbBiFTS8Idw9beVcurYEWp+2QQIL6crg8NQMExqSsVJ56YQRlR41dVGUX0FUtnjoSZF370nZuXcy3vSi0rwMww1hacvZSluvaX+6ESRgf81uFVUlKJtcBJOL32I+hfN2wqHhkvJ0urDP7i9yNjdrql6IB4Z0hXgqsuNp63QB3A1Iqhcsz7FKsrq8pladhhf38p6/qpzWAqmEjj0SJuFYGJR9uPYbNZJiThsheBcoDxUPI6LgdDfZVdgwEVblCJps2bmvYK1bfOoHlq4S/wmP2YndsOJbMpNamtYiftUrn17y21o6q0jJQ4OzEaNF7Iu3GZNLOMmj+vs3EY6FHtkLG7W7MgBpg72ATPkFfDlnXb0nD86ch5YHkzEsDgKV6YP4a5W7BRIrhQ+vGu+MQUi94LdHgR59642wyEWnV8QvFw3QE5Wh6ApkME24qTBcZ0Cg14tdhdaiR0GMivBzoBBf//CLLQWS9LvIX8nYcNZBfGlcdjTToG5oCa1BYqyf3ECOtTM6obm93LNk0NQdcjTKwCdPyQwsRQToqp5+gpr+K2Rqx2zygccs48WuL1Ggk3/BZzvjyzd/5fHIwKz724wLOXJ2uxuO5bb7syuUYHAg5VR+GexPD+Vy+9ULC6XRUkl3r+mAjz6v6cEGYDh8Un8mNDkeA/5lxRZgOB/xP8u3exClIiiOH7nIejNIexGXAh6qX2IoblEwYAPDc1AsLXVlj5sEFK5JYZtZZJRJuHXYooQrkX10hq0D4YYvgULhhtERNQiERFEUUG9RV8QdO44jqOO6dQfgpjZ+e05955z7rn3st6ZKCjpDR1A/6tdNyrVt6Wl7e6pKbd7XbiQmr/571Bn8titBCaUSIKgyAotlrLOxlGlOVeJuv7hrieU2uEmVMI8x8QrdHcFYmkH4SRKd86lkzaB3lxAo+k4jkqtxvGZyMMzgZKx6tmRaRCv6RWUKDoNJNDAPc3uLecl9pDnZZW6q74RY9u5DSVEzEC6t+JUzolAq1b/+vnUeC6I7vSuUczb8ukxmpUMHEdILaqZd/x95sdnABqvJLowPQzocGy8ljEBwbxwCjGd+ng9mHl0VeFMRCy+TA9z9+H3zPVLbSAvU899rzZSkTfB4OXJbTApnBmp0rt/dzuS+b62DeQ5lcanNW9Pv8sEv3+CbUmN6MCOBwt/rRQPDu9pA3lBHEsjxjv5Grxd3oegqTiBuW7xnBhIDioEybJjUgeqMBmH9D3LvuVM8PprKAy556LMc73CYnjGulh4A3dRGygJNJbVZmnLp8PBzLvTCBUWqAoG9YsXYTthpR0Xqm1gqejOuYCGVk1eDgbfRBDyVQ9RzHCWxNgaK2AqnNeBjtJCK7EuvQdvP8K9Q2qCKjyoCyQYv0GsOS19ntbH8Mq0k5n34R14+x52NeU7xSJRCUjhjRgUcGJR0McUizlkLd1lJsfpd5eXl1cfQSg7OzbbUnxJ1oHy0uLmwh1PArfwwnjWegu/7/DatddP954IXnG0E8kIbGWqfhsVsiVJr0c0EDJPtePD5D5NHzeBhQ/3DdRVI8mLeQS2jxtxKfq7uuE3mU2avuwBfdk0SJ3iIMW1a/B5RW6nzKGoCfg6s1YXA64dqG8GEDcbQHw2xrVN5Gmjw9tyfZPBGxHIC0J2x7FZyhmSx8vGKH4KgjsdlzcNdRmEFxPizqY5tWnD2L9HJiOgycnJyKcve9bueaj9V38EetLReYE3iAKvKF1x7imYYsYImz1fLm/prbp9YWMtMd8+/Yi8X37z7rRDD+zL51iljSy/WX73oZWTpXBcV1O2zmaZJaa0/WKruEPCHn53yYFCUR24fxp+y+SrIOTxFq2jDR8tEkIpJbKlgYK0uCRIGJN6K2YgYY+DedlwXgeumbjlY8g3UGkeMsPXpN0i5kFWOIwT6tsKmVjkaE3bNF6+HoGE9VY9R6s68EqzOFZ3sIXpC5TqDQ4Hgv0uUbGB6CaqbwtnvTdyEicshVgQMrecqQlRIP42MCFIZI5F/of3h4OHP51rjSSVOJ7ReCgy2LycTrEC2yCwCKWYhfAvukOFom8G8piumw/BvEbeZIKXH7KruYP+l+A3fC/GS6LS8V5ZrEO1c52NCxyZ15ZIV+4lWyywGagtUoEUmzNtiYog0PScAvbVAuX0+ZqMOyF+5z6rmUuYJ3EEygZE5ksPEIiYjMMdFVtEwe/3LKxc4Bd5G3K5kgHzelqspW/VicTDIHqRyy8RVsr7gYBUWP+iL3xrX59C6BblPLX1EEmNQ9g0z01MmouYVckoKjyXAGcJBCLrXwoIAK/ZYjW58hlVSlmwOlpvKua4xrz2heLJovpzmRsIZH5TT551wec+fQ9mXrDeZryS9N63TkEZptnvtgSao6LVLzmPL2vdl6JWAzFw3UpYraBnO4cA2Y+RHTMswB5Cf6glrmSkIEyEKX8wyaHaOjwMyPq2qcoa1O5gzUEtqEsqxGQHMQxo9G2i1pr0li/snivMLcldwJ1m4JNNDOjoA4KfZDzvhbDpBkqzPuSbVc1A8xjOX4n8/vbt1+n9vUA9KMfKdwnfO62hMsFcB4H8U7LxNvH2/FfQmQYEqZVUpfcF5uKBWc4ErKD6brkzwkR4CtJTx8pIpe8FfNN5JkOJLUwo/R9yNmT+YQVaHF9J4CyFZc62WC6jhsQNIGL7QKg2qEqtrOPVuJ/wsk0rSYOVdtrPg/WmWEmOF+WmneHUW7AZWe63vFwtnXXe3RGtqbaIUGxAJdL3EdF7gMIhWz6zgg3qr228VMxqTUqpaMdAnsy1zBB6w1Xx5L2tVwuCnanWO4cDsR6flZ2p0C52muwKRePS6AZKbv3sL0e7zZAXS4Ed7F06vHtxsIV9b+hdp35w5u4xA5Piy+TMVuQ/amT18MTmWd7pytM+62O+wN5c9gQeiBNofFYUzEgSN7ZT0XW9+SwnSqrgiQ90WMZvw8fKpbcyNpXGMjKU740cHktQpP8yIWTBBzeUc50CztM46sjnhsXHloQGLNbOuzuxMYLSNDIpTbE93lLKC3akEsYoitWuZt11RrRpojgfulgRFcPhCV/35jE6RewB1WfxiXw7CngBdj09qlPBFpCXVckIRCz6+48dqqK9YZSB04aLDVc/0FErcjbH0eCVQshCBxbEf+PRFTPIUt6Y+E/27Y4OOuQNxURs22txLIoGan8N8t3eXIuxpLV9+m1slRAbROhub60ZcsxZ305HnWyeo54c0Ibo4hxR8Ug4SYwV0CiqT4jqsMmB+kbd8y40mnz+55Rg/u/WrXs2g0bXTG6MUIUfNLWEuvPTyJ58xxYwJYKMzSTWRikqlWOVJLKvldFcozlOCSGSoElSCaHj22fnC85//osSbxZuK2Jhdr85NhEO1Kq58hDb/gDUKT32FjyruQAAAABJRU5ErkJggg==);
  background-size: 100% 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 18px;
  height: 17px;
  width: 17px;
  vertical-align: top;
  margin-right: 2px;
  border-radius: 50em;
}

.icoking-cad {
  background-position: 50% -20px;
}

.icoking-gbp {
  background-position: 0 -40px;
}

.icoking-aud {
  background-position: 0 -60px;
}

.king-country-dropdown.open .arrow-bottom {
  transform: rotate(180deg);
}

.king-country-dropdown .navitem {
  padding-bottom: 3px;
}

.king-country-dropdown .top-header {
  text-align: left;
}

.king-country {
  list-style: none;
}

.king-country li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.king-country li:last-child {
  padding-bottom: 0;
}

.king-country a {
  display: block;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.king-country a:hover {
  color: var(--light-green);
}

.site-header-personal .king-country-dropdown {
  position: relative;
  top: 4px;
  width: 80px;
  white-space: nowrap;
  margin-left: 3px;
}

.king-country-dropdown .dropdown-menu {
  width: auto;
  min-width: 0;
  right: -10px;
}

.dropdown-king-showroom .txt {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  line-height: 25px;
}

.dropdown-king-showroom .dropdown-menu {
  left: -10px;
  right: auto;
  width: auto;
}

.dropdown-king-showroom .list-unstyled {
  margin-left: 10px;
}

.dropdown-king-showroom.open .arrow-bottom {
  transform: rotate(180deg);
}

.king-showroom {
  width: 300px;
  list-style: none;
}

.king-showroom .radio-green-cricle {
  font-family: "Avenir Medium";
  padding: 5px 0;
  padding-left: 13px;
  display: block;
  position: relative;
}

.radio-green-cricle:hover {
  text-decoration: none;
}

.radio-green-cricle i {
  background: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  margin-top: 1px;
}

.mac .radio-green-cricle i {
  margin-top: 0;
}

.king-header a.radio-green-cricle:hover {
  color: inherit;
}

.radio-green-cricle i.icons-checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--dark-green);
  border-radius: 100%;
}

.radio-green-cricle.disabled .icons-checkbox:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  background: var(--gray);
  transform: rotate(45deg);
}

.radio-green-cricle.disabled label {
  cursor: default;
}

.top-all-locations {
  margin-top: 10px;
}

.top-showroom-info {
  font-family: "Avenir Book";
  font-size: 11px;
  padding-left: 13px;
}

.king-site-logo {
  position: relative;
  z-index: 990;
  padding-top: 15px;
}

.king-navgation {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.king-navgation a {
  text-decoration: none;
}

.king-navgation .nav-item {
  text-transform: uppercase;
  padding: 18px 20px;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 1279px) {
  .king-navgation .nav-item {
    padding: 18px 10px;
  }
}

@media (max-width: 991px) {
  .king-navgation .nav-item {
    padding: 18px 2px;
  }
}

.king-navgation .open .nav-item {
  color: var(--light-green);
}

.king-navgation .dropdown-menu {
  letter-spacing: 0.02em;
  text-align: left;
  left: 0;
  right: 0;
  top: 100%;
  font-size: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  margin-top: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  display: block;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.king-navgation .open > .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  transition-delay: 0;
  visibility: visible;
}

.king-navgation {
  font-size: 13px;
}

.king-navgation .subnav-content a {
  font-size: 14px;
  padding: 8px 0;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  display: flex;
  min-height: 30px;
  align-items: center;
}

.king-navgation .subnav-content [class*="iconking-"] {
  margin-top: -10px;
  margin-bottom: -7px;
  margin-right: 5px;
  mix-blend-mode: multiply;
}

.king-navgation .subnav-three a {
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
}

.king-navgation .nav {
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 340px;
}

.king-navgation .nav > li {
  width: 100%;
}

.king-navgation .nav > li.li-half {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.king-navgation .h2 {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: inherit;
  font-family: "Avenir Heavy";
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.king-navgation .h2 a {
  font-size: inherit;
  padding: 0;
  min-height: auto;
}

.king-navgation .subnav-three {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 400px;
}

.king-navgation .subnav-three li {
  position: relative;
  margin: 0;
  padding: 0;
}

.king-navgation .subnav-three i {
  margin-right: 5px;
}

.king-navgation .subnav-sfd li {
  float: left;
  width: 50%;
}

.king-navgation .recomment {
  padding-top: 10px;
  min-width: 214px;
  max-width: 214px;
}

@media (max-width: 1000px) {
  .king-navgation .recomment {
    min-width: 160px;
    max-width: 160px;
  }
}

.king-navgation .recomment .subnav-three-ad img {
  float: right;
}

.king-navgation .cn-row {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.king-navgation .subnav-item {
  width: auto;
}

.king-navgation .row:before,
.king-navgation .row:after {
  display: none;
}

@media (min-width: 1200px) {
  .king-navgation .item-first {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .king-navgation .h2 {
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .king-navgation .nav {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .king-navgation .h2 {
    font-size: 10px;
    letter-spacing: 0;
  }

  .king-navgation .nav {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.nav-jewelry .nav-footer .item-first {
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 18px;
}

.nav-jewelry .nav-footer {
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}

.nav-jewelry .nav-footer .subnav-item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-featured {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-featured li {
  vertical-align: top;
}

.nav-featured .cta {
  display: block;
  font-size: 13px;
  font-family: "Avenir Roman";
  margin-top: 10px;
}

.nav-featured li:not(:last-child) {
  display: inline-block;
  margin-right: 10px;
}

.king-header.sticky .user-name {
  display: none;
}

.king-header.sticky {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  left: 0;
  position: fixed;
  z-index: 1012;
  top: 0;
  width: 100%;
  height: 65px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}

.king-header.sticky .hide-nav-word {
  display: none;
}

.king-header.sticky .king-site-logo,
.king-header.sticky .contact-us,
.king-site-logo-sticky {
  display: none;
}

.king-header.sticky .king-site-logo-sticky {
  display: block;
  margin-top: 23px;
  position: relative;
  z-index: 991;
  width: 225px;
}

.king-header.sticky > .container1170 > .row > .king-quick-help {
  width: auto;
}

.king-header.sticky .site-header-personal {
  padding-top: 18px;
}

.king-header.sticky .king-navgation {
  position: static;
}

.king-header.sticky .king-navgation .nav-item {
  padding: 22px 4px;
  letter-spacing: 0;
}

.king-header.sticky .king-quick-help .dropdown-menu {
  padding-top: 19px;
}

.king-header.sticky .king-quick-help .dropdown-menu:before {
  top: 21px;
}

.king-header.sticky .king-country-dropdown .dropdown-menu:before {
  top: 17px;
}

.king-header.sticky .king-country-dropdown .dropdown-menu {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .king-site-logo-sticky {
    width: 44px;
    overflow: hidden;
  }

  .king-header.sticky .king-site-logo-sticky {
    width: auto;
  }

  .king-site-logo-sticky img.img-responsive {
    width: 264px;
    max-width: none;
  }

  .king-header.sticky > .container1170 > .row > .king-header-serves {
    width: 30px;
  }

  .king-header.sticky .king-header-serves {
    width: 40px;
  }

  .king-header.sticky .king-header-navgation {
    width: auto;
    padding-left: 43px;
  }

  .king-header.sticky .king-header-user {
    float: right;
  }
}

@media (max-width: 1199px) {
  .king-header.sticky .king-site-logo-sticky {
    height: 22px;
    margin-top: 20px;
    background: url(/static/img/icon/logo.svg) left center no-repeat;
    background-size: auto 100%;
  }

  .king-header.sticky .king-site-logo-sticky img {
    display: none;
  }

  .king-header .container1170 {
    max-width: none;
  }

  .king-site-logo {
    width: 220px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .king-header > .container1170 > .row > .king-quick-help {
    width: 260px;
  }

  .king-header.sticky .king-navgation .nav-item {
    font-size: 11px;
    margin-top: 3px;
    padding: 23px 0;
    letter-spacing: 0;
  }

  .main-nav-ab1 .king-header.sticky .king-navgation .nav-item,
  .main-nav-ab2 .king-header.sticky .king-navgation .nav-item,
  .main-nav-ab3 .king-header.sticky .king-navgation .nav-item {
    font-size: 11px;
    margin-top: 3px;
    padding: 23px 0;
    letter-spacing: 0;
  }

  .king-header.sticky .king-navgation > li {
    padding-right: 0;
  }

  .iconfont.iconfont-location span {
    display: none;
  }

  .king-header .user-name,
  .king-header .visit {
    display: none;
  }
}

.iconfont.iconfont-location span {
  font-family: "Avenir Roman";
  position: absolute;
  left: 100%;
  margin-left: 4px;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 0.35em;
  letter-spacing: 0.6px;
  top: 0;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .king-header:not(.sticky) .king-search {
    float: none;
    position: relative;
    top: 2px;
    right: 0;
  }

  .main-nav-ab2 .king-header:not(.sticky) .king-search,
  .main-nav-ab3 .king-header:not(.sticky) .king-search {
    float: none;
    position: relative;
    top: 2px;
  }
}

.king-btn-search .inner-search-input {
  font-family: "ZapfHumanist601BT-Roman";
  width: 0;
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
  .king-btn-search .inner-search-input {
    opacity: 0;
    width: 1px;
  }
}

.king-btn-search-in .inner-search-input,
.king-header.sticky .king-btn-search-in .inner-search-input {
  display: inline-block;
  width: 150px !important;
  opacity: 1 !important;
  cursor: inherit;
}

@media (max-width: 1023px) {
  .king-btn-search-in .inner-search-input,
  .king-header.sticky .king-btn-search-in .inner-search-input {
    width: 100px !important;
  }
}

.king-header.sticky .king-btn-search .inner-search-input {
  width: 1px;
  opacity: 0;
}

.king-btn-search .iconfont-search {
  position: relative;
  padding-left: 3px;
}

.king-header:not(.sticky) .iconfont-search {
  top: -2px;
  background: white;
}

.king-navgation .diamond-quiz-top {
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
  margin-right: 270px;
  margin-top: 10px;
  margin-bottom: -24px;
}

.king-navgation .diamond-quiz-top:before {
  content: "";
  display: block;
  border-top: 1px solid #eaeaea;
}

.king-navgation .diamond-quiz-top p {
  padding-top: 18px;
}

.king-navgation .diamond-quiz-top p img {
  position: relative;
  top: -2px;
}

.king-navgation .diamond-quiz-top a {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.king-navgation .diamond-quiz-top .nav {
  margin-top: 10px;
  max-width: none;
}

.top-header {
  font-family: "Avenir Medium";
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center;
}

.king-shop-list {
  padding: 0;
  list-style: none;
  color: var(--dark-grey);
}

.king-shop-list li {
  position: relative;
  padding: 15px 15px 15px 0;
  border-top: 1px solid #e2e2e2;
}

.king-shop-list li:first-child {
  border-top-color: transparent;
}

.king-shop-list .media-heading {
  margin-bottom: 0;
}

.king-shop-list .media-heading a {
  text-decoration: none;
}

.king-shop-list .media {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

.king-shop-list .media > div {
  display: table-cell;
  vertical-align: top;
}

.king-shop-list .media > .pull-left {
  margin-right: 20px;
  float: none !important;
  vertical-align: middle;
  padding-right: 20px;
  text-align: center;
  width: 90px;
}

.king-shop-list .media > .pull-left .media-object {
  width: 90px;
}

.king-shop-list .icons-close {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 15px;
  cursor: pointer;
  width: 1em;
  height: 14px;
}

.king-shop-list .price {
  font-family: "Avenir Roman";
  color: var(--dark-grey);
  display: block;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

.btn--addtobag {
  padding: 0.3em 0.5em 0.2em;
}

.btn--addtobag:hover {
  background: var(--dark-green-300);
  border-color: var(--dark-green-300);
  color: var(--white);
}

.btn--addtobag {
  padding: 0.35em 0.5em 0.15em;
}

.mac .btn--addtobag,
.linux .btn--addtobag,
.ipad .btn--addtobag,
.android .btn--addtobag {
  padding: 0.4em 0.5em 0.1em;
}

.btn-outline-dark {
  font-family: "Avenir Medium";
  letter-spacing: 0.05em;
  background-color: #fff;
  color: var(--dark-grey);
  border-color: var(--dark-grey);
}

.btn-outline-dark:hover {
  background: black;
  color: white;
  border-color: var(--dark-grey);
}

@media (min-width: 768px) {
  .categorybg {
    padding-left: 30px !important;
  }
}

.categorybgcolor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
  z-index: -1;
}

.fixed-loading {
  position: fixed;
  z-index: 1031;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fixed-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ir325-promo-link {
  font-size: 15px;
}

@media (max-width: 767px) {
  .ir325-promo-link {
    font-size: 16px;
  }
}

.ir325-promo-v1 .ir325-promo-link {
  text-decoration: none;
  color: var(--light-green);
  text-transform: none;
}

@media (max-width: 767px) {
  .ir325-promo-v1 .ir325-promo-link {
    margin-bottom: 10px;
  }
}

.ir325-promo-v1 .ir325-promo-link:hover,
.ir325-promo-v1 .ir325-promo-link:focus {
  text-decoration: underline;
}

.ir325-promo-v3 .ir325-promo-link {
  overflow: hidden;
  border: 1px solid var(--light-green);
  text-decoration: none !important;
  border-radius: 6px;
  text-transform: none;
  padding: 0.4em 0.6em 0.2em;
  color: var(--light-green);
}

@media (max-width: 767px) {
  .ir325-promo-v3 .ir325-promo-link {
    margin-bottom: 10px;
    padding: 0.45em 0.6em 0.15em;
  }
}

.ir325-promo-v2 {
  color: var(--dark-grey);
}

.ir325-promo-v2 .ir325-promo-link {
  display: block;
}

.ir325-promo-v2 .ir325-promo-link:hover .media-heading {
  color: var(--light-green);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .ir309-detail .ir325-promo-v2 .ir325-promo-link {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1289px) {
  .ir309-detail .ir325-promo-v2 .ir325-promo-link {
    width: 78%;
  }
}

.ir325-promo-v2 .media {
  display: flex;
  align-items: center;
}

.ir325-promo-v2 .media .media-img {
  flex: 0 0 70px;
  height: 70px;
  margin-right: 10px;
}

.ir325-promo-v2 .media .media-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ir325-promo-v2 .media .media-heading {
  font-size: 13px;
  font-family: "Avenir Heavy";
  color: var(--dark-grey);
  text-transform: none;
}

@media (max-width: 767px) {
  .ir325-promo-v2 .media .media-heading {
    font-family: "Avenir Medium";
  }
}

.ir325-promo-v2 .media .media-text {
  font-size: 12px;
  font-family: "Avenir Book";
  color: var(--dark-grey);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ir325-gift-promo-modal .modal-dialog {
    width: 720px;
  }

  .ir325-gift-promo-modal .modal-body {
    padding: 30px;
  }
}

.ir325-gift-promo-modal .modal-body {
  color: var(--dark-grey);
}

.ir325-gift-promo-modal .modal-content {
  border-top: 0;
}

.ir325-gift-promo-modal .modal-content .close {
  top: 6px;
  font-size: 28px;
  line-height: 1.1;
}

.ir325-gift-promo-modal .media .media-img {
  float: left;
  width: 110px;
  text-align: center;
}

.ir325-gift-promo-modal .media .media-img img {
  width: 100%;
}

.ir325-gift-promo-modal .media .media-img + .media-body {
  overflow: hidden;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .ir325-gift-promo-modal .media .media-img + .media-body {
    padding-left: 20px;
  }
}

.ir325-gift-promo-modal .media .media-heading {
  font-family: "Avenir Medium";
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
}

@media (max-width: 767px) {
  .ir325-gift-promo-modal .media .media-heading {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .ir325-gift-promo-modal .media .media-text {
    font-size: 16px;
  }
}

.ir325-gift-promo-item {
  padding-bottom: 20px;
}

.ir325-gift-promo-item + .ir325-gift-promo-item {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.ir325-gift-promo-item .tc-text {
  color: #717171;
}

.ir325-gift-promo-cta {
  font-family: "Avenir Medium";
  padding: 13px 30px 9px;
  text-align: center;
  border: 1px solid var(--dark-grey);
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  background: 0;
}

.ir325-gift-promo-cta:hover {
  color: white;
  background: var(--dark-grey);
  text-decoration: none;
}

.ir325-gift-promo-modal .media-img a {
  font-size: 13px;
  font-family: "Avenir Heavy";
  color: var(--dark-grey);
  margin-top: 15px;
}

.ir325-gift-promo-modal .media-img a:hover {
  color: var(--light-green);
}

.ir325-gift-promo-description {
  max-height: 5.6em;
  overflow: hidden;
  position: relative;
}

.ir325-gift-promo-description a {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  text-decoration: underline;
  padding-left: 5px;
}

.ir325-gift-promo-description a:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 30px;
  height: 100%;
  top: 0;
  display: block;
  background-image: linear-gradient(
    to right,
    rgba(250, 250, 250, 0.0392156863),
    #fff
  );
}

div.embeddedMessagingFrame,
div.embeddedMessagingConversationButtonWrapper,
#live-chat-tips-desktop,
div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"],
iframe.embeddedMessagingFrame,
.embeddedMessagingConversationButtonWrapper {
  z-index: 9999;
}

@media (max-width: 767px) {
  div.embeddedMessagingFrame,
  div.embeddedMessagingConversationButtonWrapper,
  #live-chat-tips-desktop,
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"],
  iframe.embeddedMessagingFrame,
  .embeddedMessagingConversationButtonWrapper {
    z-index: 1029;
  }
}

div.embedded-messaging > #embeddedMessagingModalOverlay.isMaximized {
  z-index: 9998;
}

.embedded-messaging .embeddedMessagingIconChat {
  vertical-align: middle;
}

@media (min-width: 768px) {
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
    bottom: 15px;
    right: 15px;
    max-height: 90vh !important;
  }
}

div.embeddedMessagingConversationButtonWrapper
  .embeddedMessagingConversationButton,
div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
  bottom: 98px;
  right: 18px;
}

@media (max-width: 767px) {
  div.embeddedMessagingConversationButtonWrapper
    .embeddedMessagingConversationButton,
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
    right: 7px;
    bottom: 82px;
  }
}

div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
  right: 15px;
  bottom: 96px;
}

@media (max-width: 767px) {
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"] {
    right: 4px;
    bottom: 80px;
  }
}

#live-chat-tips-desktop .ir261_settingpdp_livechat_popup {
  cursor: pointer;
}

#live-chat-tips-desktop {
  font-family: "Avenir Roman";
  font-size: 12px;
  position: fixed;
  top: auto;
  bottom: 90px;
  left: auto;
  right: 20px;
  height: 50px;
  margin-top: 42px;
  margin-bottom: 11px;
  border-radius: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1607843137);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 50px;
  padding-right: 60px;
  background-color: white;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#live-chat-tips-desktop .iconfont-close1 {
  position: absolute;
  left: 13px;
  font-size: 24px;
  color: #cdcdcd;
  top: 8px;
  cursor: pointer;
}

#live-chat-tips-desktop.active {
  max-width: 430px;
  opacity: 1;
}

#live-chat-tips-desktop h4 {
  font-size: 16px;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}

#live-chat-tips-desktop p {
  margin-bottom: 0;
}

#live-chat-tips-mobile {
  font-family: "Avenir Roman";
  font-size: 12px;
  z-index: 1028;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 6px;
  height: 39px;
  margin-bottom: 10px;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1607843137);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 37px;
  padding-right: 65px;
  background-color: white;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#live-chat-tips-mobile .iconfont-close1 {
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #cdcdcd;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  padding-left: 7px;
  width: 26px;
}

#live-chat-tips-mobile.active {
  max-width: 350px;
  opacity: 1;
  visibility: visible;
}

#live-chat-tips-mobile h4 {
  font-size: 13px;
  font-family: inherit;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

#live-chat-tips-mobile p {
  margin-bottom: 0;
}

.lp_desktop .lp-window-root > .lpmx {
  height: 510px !important;
}

.lp_desktop .lp-window-root .lp_survey_area .lp_survey_header_area {
  padding-top: 0;
}

@media (max-width: 767px) {
  div.embedded-messaging > #embeddedMessagingModalOverlay.isMaximized {
    z-index: 1028;
  }

  div.embeddedMessagingFrame,
  div.embeddedMessagingConversationButtonWrapper,
  #live-chat-tips-desktop,
  div.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"],
  iframe.embeddedMessagingFrame,
  .embeddedMessagingConversationButtonWrapper {
    z-index: 1029;
  }

  iframe.embeddedMessagingFrame {
    z-index: 1030;
  }
}

.mm-prev:before,
.mm-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:after {
  font-family: "Avenir Medium";
  content: "Back";
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 32px;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background-color: transparent;
}

.mm-listview .mm-vertical .mm-panel {
  padding: 5px 15px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
  transform: none;
}

.mm-menu {
  color: var(--dark-grey);
  min-width: 290px;
}

.mm-menu .mm-title {
  display: none;
}

.mm-menu li[data-showroom] {
  margin-top: 10px;
}

.mm-menu .mm-hasheader {
  padding-left: 15px;
  padding-right: 15px;
}

.mm-menu .mm-header {
  border: 0;
}

.mm-menu .mm-header:after {
  display: none;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}

.mm-menu .mm-header > a {
  color: var(--dark-grey);
  line-height: inherit;
}

.mm-menu .mm-listview > li > a.mm-prev:before,
.mm-menu .mm-listview > li > a.mm-next:after,
.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after {
  border-color: var(--dark-grey);
}

.mm-menu.mm-offcanvas {
  top: 87px;
  display: block !important;
  z-index: 1000;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0);
  transform: translate3d(-100%, 0);
}

.mm-menu.mm-offcanvas.mm-opened {
  z-index: 1000;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-opening .mm-slideout {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: 0;
}

.mm-menu > .mm-panel:before {
  display: none !important;
}

.mm-listview > li:not(.mm-divider):after {
  right: 15px;
  left: 15px;
}

.mm-listview .mm-next:before {
  display: none;
}

.mm-listview > li > a,
.mm-listview > li > span {
  padding: 10px 10px 10px 15px;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  text-transform: uppercase;
}

.mm-listview > li.has-ico:not(.mm-divider):after {
  border: 0;
}

.mm-listview > li.has-ico {
  text-transform: uppercase;
}

.mm-listview > li.has-ico .iconfont {
  color: var(--dark-grey);
  font-size: 22px;
  margin-right: 10px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.mm-listview > li.has-ico .iconfont-tv {
  position: relative;
  left: -0.2em;
}

.mm-listview > li.has-ico .td-u {
  text-decoration: none !important;
}

#hamburger {
  outline: 0;
  margin-right: 0;
  padding: 5px 0 4px 15px;
}

#hamburger .icon-bar {
  background-color: var(--dark-grey);
}

#hamburger .icon-bar + .icon-bar {
  margin-top: 5px;
}

.king-menu-mobile {
  background: white;
  opacity: 1 !important;
}

.king-menu-mobile .categorybg {
  background-color: #f8f8f8;
  padding: 15px;
  padding-bottom: 10px;
  margin: 0 -15px;
}

.king-menu-mobile .categorybg ~ dl {
  background-color: #f8f8f8;
}

.king-menu-mobile .categorybg dl:last-child {
  margin-bottom: 0;
}

#mm-blocker {
  z-index: 2;
  background: rgba(255, 255, 255, 0.01);
}

@media (min-width: 768px) {
  #king-menu-mobile {
    display: none !important;
  }

  #mm-blocker {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #king-navgation-mobile.fixed #search-panel-mobile {
    display: none;
  }
}

#king-header-mobile {
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
}

.king-menu-mobile {
  font-family: "Avenir Roman";
  color: var(--dark-grey);
}

.king-menu-mobile a {
  color: inherit;
  padding: 9px 0;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  display: flex;
  min-height: 34px;
  align-items: center;
}

.king-menu-mobile a:hover {
  text-decoration: none;
}

.king-menu-mobile a:focus {
  text-decoration: none;
}

.king-menu-mobile dl {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.king-menu-mobile dt {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  font-family: "Avenir Heavy";
  text-transform: uppercase;
  padding: 7px 0;
}

.king-menu-mobile dt a {
  padding: 0;
  min-height: auto;
}

.king-menu-mobile dd > a {
  letter-spacing: 0.05em;
}

.change-currency-mobile .dropdown-backdrop {
  display: none;
}

.change-currency-mobile dd.active a,
.change-currency-mobile dd.active .iconfont {
  color: var(--light-green) !important;
  background: transparent !important;
}

.change-currency-mobile [class^="icoking-"],
.change-currency-mobile [class*=" icoking-"] {
  margin-right: 15px;
  width: 19px;
  height: 19px;
}

.change-currency-mobile .arrow-bottom {
  background: 0;
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-color: var(--dark-grey);
  border-top: 0;
  border-left: 0;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.change-currency-mobile.open .arrow-bottom {
  transform: rotate(225deg);
  transform-origin: 50% 50%;
  top: 0;
}

.change-currency-mobile .dropdown-menu {
  text-transform: none;
  opacity: 0.8;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}

.king-menu-mobile .subnav-three {
  list-style: none;
  margin: -5px 0;
}

.king-menu-mobile .subnav-three li {
  position: relative;
  padding-left: 40px;
  text-transform: none;
}

.king-menu-mobile .subnav-three li:after {
  display: none;
}

.king-menu-mobile [class*="iconking-"] {
  margin-top: -10px;
  margin-bottom: -7px;
  margin-right: 5px;
  mix-blend-mode: multiply;
}

.king-menu-mobile .subnav-three i {
  position: absolute;
  left: 0;
  top: 2px;
}

.king-menu-mobile .subnav-sfd li {
  float: left;
  width: 50%;
}

.king-header-mobile.fixed {
  position: fixed;
  z-index: 1002;
  width: 100%;
  top: 0;
  left: 0;
}

.king-navgation-mobile {
  background-color: white;
  font-family: "Avenir Book";
  color: var(--dark-grey);
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  z-index: 1002;
}

.king-navgation-mobile .iconfont {
  color: var(--dark-grey);
  font-size: 22px;
}

.king-navgation-mobile .iconfont-tv {
  position: relative;
  top: 1px;
  color: var(--dark-grey);
}

.king-navgation-mobile .iconfont-tel1 {
  position: relative;
  top: 1px;
}

.king-navgation-mobile .navbar-header {
  display: table;
  width: 100%;
}

.king-navgation-mobile .navbar-header > .item {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-right: 17px;
}

.king-navgation-mobile .navbar-header > .item > a {
  text-decoration: none;
}

.king-navgation-mobile .navbar-header > .item:last-child {
  padding-right: 15px;
}

.king-navgation-mobile .navbar-header .count {
  color: var(--light-green);
  font-size: 10px;
  position: absolute;
  top: 76%;
  left: 86%;
  width: 100%;
  text-align: center;
}

.king-navgation-mobile .navbar-header > .item-logo {
  width: 100%;
  text-align: center;
}

.king-navgation-mobile h2 {
  display: none;
}

.king-navgation-mobile .navbar {
  min-height: 40px;
  margin: 0;
}

#site-logo {
  margin: 10px 0;
  font-size: 14px;
}

#site-logo img {
  max-width: 297px;
  width: 100%;
  width: 200px;
  height: auto;
}

.king-navgation-mobile #site-logo img {
  max-width: 100%;
  width: 250px;
  position: relative;
  top: 3px;
}

.king-navgation-mobile .home-search-mobile {
  position: relative;
  display: block;
}

.king-navgation-mobile .home-search-mobile .input-group-btn {
  position: absolute;
  inset: 0;
  left: auto;
  width: auto;
}

.king-navgation-mobile .input-group-btn .iconfont-search {
  background: transparent;
  box-shadow: none;
  font-size: 22px;
  line-height: 30px;
  padding: 0 5px;
}

.king-navgation-mobile .home-search-mobile .form-control {
  font-size: 13px;
  box-shadow: none !important;
  -webkit-appearance: none;
  padding-top: 6px;
  padding-bottom: 4px;
  border: 1px solid #d9d9d9 !important;
  padding-right: 40px;
  border-radius: 0;
}

.king-navgation-mobile .home-search-mobile .form-control:focus {
  outline: 1.5px solid #2c2c2c !important;
  outline-offset: -1.5px;
}

.home-search-mobile .form-control::-moz-placeholder {
  font-size: 13px;
  color: inherit;
}

.home-search-mobile .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: inherit;
}

.home-search-mobile .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: inherit;
}

.home-search-mobile > input {
  border-radius: 0;
}

.king-navgation-mobile .navbar-default {
  border: 0;
  margin: 0;
}

.king-navgation-mobile .navbar-default {
  border: 0;
  margin: 0;
}

.king-navgation-mobile .navbar-default .navbar-toggle,
.king-navgation-mobile .navbar-default .navbar-toggle:hover {
  border: 0;
  margin: 4px 11px 0 0;
  padding-left: 0;
  background: transparent !important;
  outline: 0;
}

.king-navgation-mobile.fixed {
  position: fixed;
  z-index: 1002;
  width: 100%;
  top: 0;
  left: 0;
}

.fix-mm-blocker-index .king-navgation-mobile,
.fix-mm-blocker-index .mm-menu.mm-offcanvas.mm-opened {
  z-index: 1032;
}

.fix-mm-blocker-index .site-top-alert {
  position: relative;
  z-index: 1032;
}

.fix-mm-blocker-index #mm-blocker {
  z-index: 1031;
  background: rgba(7, 7, 7, 0.5803921569);
}

.king-navgation-mobile .global-navgation > li {
  display: table-cell;
}

.king-navgation-mobile .global-navgation > li > a,
.king-navgation-mobile .global-navgation > li > div > a {
  letter-spacing: 0.4px;
}

#search-panel-mobile {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}

.home-search-mobile-wrap {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ececec;
}

.home-search-mobile .form-control {
  border-color: var(--light-green);
}

.home-search-mobile .form-control {
  box-shadow: none !important;
  -webkit-appearance: none;
}

#hamburger.collapsed .icon-bar {
  background-color: var(--dark-grey);
}

#hamburger .icon-bar {
  background: var(--light-green);
}

.submenu-hasicon-groups {
  margin-left: -15px;
  margin-right: -15px;
}

.li-half {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.main-navbox-mobile-ab2 .navbar {
  background: white;
}

.main-search-mobile-ab2 {
  position: relative;
}

.main-nav-search:after {
  display: none !important;
}

.main-nav-search .king-navgation-mobile,
.main-nav-search .home-search-mobile-wrap {
  border: 0;
  padding-bottom: 0;
}

.main-nav-search .king-navgation-mobile {
  padding-top: 10px;
}

html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  max-height: 999999px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.btn-lgh44 {
  font-size: 14px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modal-country-toggle .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
}

.modal-country-toggle .close .iconfont {
  font-size: 15px;
}

.modal-country-toggle .modal-dialog {
  max-width: 480px;
  margin: 0 auto;
}

.country-toggle {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px 48px 15px;
}

.country-toggle__select {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 400;
  height: 45px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #2c2c2c;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 5px;
  -o-appearance: none;
  appearance: none;
  background: url(https://s3.global-e.com/merchantscontent/general/DropdownArrow.png)
    no-repeat;
  background-size: 10px;
  background-position: right 15px center;
}

@media (max-width: 767px) {
  .modal-country-toggle .modal-dialog {
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .country-toggle {
    padding: 50px 32px 15px;
  }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .modal-country-toggle .modal-dialog {
    display: flex;
    padding: 15px;
    height: 100%;
  }

  .modal-country-toggle .country-toggle {
    width: 100%;
    justify-content: center;
  }

  .country-toggle__logo {
    display: none;
  }
}

.horizon-or {
  position: relative;
  border-top: 1px solid #d9d9d9;
  height: 0;
}

.horizon-or:before {
  content: "or";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0 1rem;
}

.google-sign-in-button {
  font-family: "Avenir Medium";
  color: #2c2c2c !important;
  -webkit-appearance: none;
  display: flex;
  width: 100%;
  height: 48px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  background-color: white;
  text-decoration: none !important;
}

.google-sign-in-button:hover {
  background-color: #ededed;
}

.google-sign-in-button svg {
  width: 20px;
}

.google-sign-in-button-contents {
  padding-top: 3px;
}

.modal-google-signup .modal-content {
  border: 0;
}

.modal-google-signup .modal-content .close {
  top: 15px;
  right: 10px;
}

.modal-google-signup .modal-content .close .iconfont {
  font-size: 14px;
}

.modal-google-signup .modal-header {
  border: 0;
  padding: 12px;
}

.modal-google-signup .modal-body {
  padding: 56px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .modal-google-signup .modal-body {
    padding: 16px;
  }
}

.modal-google-signup__headline {
  font-family: "EB Garamond";
  font-size: 30px;
  padding-bottom: 0;
  text-transform: none;
  line-height: 1.3em;
  margin-bottom: 8px;
  text-align: center;
}

.form-3 .form-control {
  font-size: 16px;
  color: inherit;
  height: auto;
  padding: 10px 0 6px;
  box-shadow: none;
  border-width: 0;
  border-color: var(--dark-grey);
  border-bottom-width: 1px;
  -webkit-appearance: none;
}

.form-3 .form-control:not(textarea):focus {
  border-bottom-width: 2px;
  margin-bottom: -1px;
}

.form-3 .form-control::-moz-placeholder {
  font-size: inherit;
}

.form-3 .form-control::placeholder {
  font-size: inherit;
}

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

.form-3 textarea.form-control {
  border: 1px solid #ababab;
  padding: 10px;
}

.form-3 textarea.form-control:focus {
  outline: 1.5px solid var(--dark-grey);
  outline-offset: -2px;
}

.form-floating {
  font-size: 16px;
  position: relative;
}

.form-floating .control-label {
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: transform 0.3s ease-in-out;
}

.form-floating .help-block {
  font-size: 10px;
}

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

.form-floating-textarea .form-control::-moz-placeholder {
  color: var(--grey-700);
  font-family: "Avenir Book";
  text-transform: none;
  font-size: 14px;
}

.form-floating-textarea .form-control::placeholder {
  color: var(--grey-700);
  font-family: "Avenir Book";
  text-transform: none;
  font-size: 14px;
}

.form-floating-textarea .help-block {
  font-size: 11px;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.6875) translateY(-2rem);
}

.be-has-error2 .help-block,
.be-has-error2 .control-label {
  color: var(--error);
}

.be-has-error2 .form-control {
  border-color: var(--error);
}

.be-has-error2 textarea.form-control {
  border-color: var(--error) !important;
  outline-color: var(--error) !important;
}

.modal-normal .close {
  top: 18px;
}

.modal-normal .modal-content {
  border-top: 0;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-normal .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-normal .modal-header {
  border: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: "ZapfHumanist601BT-Roman";
}

.modal-appointment-signin .modal-content {
  border: 0;
}

.modal-appointment-signin .modal-content .close {
  top: 15px;
  right: 10px;
}

.modal-appointment-signin .modal-content .close .iconfont {
  font-size: 14px;
}

.modal-appointment-signin .modal-header {
  border: 0;
  padding: 12px;
}

.modal-appointment-signin .modal-body {
  padding: 56px;
  padding-top: 16px;
}

.modal-appointment-signin__headline {
  font-family: "EB Garamond";
  font-size: 30px;
  padding-bottom: 0;
  text-transform: none;
  line-height: 1.3em;
  margin-bottom: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-appointment-signin__headline {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .modal-appointment-signin__headline {
    font-size: 30px;
  }

  .appointment-survey-tabs {
    font-size: 16px;
  }

  .modal-appointment-signin .modal-body {
    padding: 16px;
  }
}

.btn-lgh48 {
  font-size: 14px;
  height: 48px;
  padding-top: 0.9em;
  padding-bottom: 0.7em;
  text-transform: none;
}

.mac .btn-lgh48,
.linux .btn-lgh48,
.ipad .btn-lgh48,
.android .btn-lgh48 {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

.radio-green-square i {
  background: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ababab;
  position: absolute;
  left: -10px;
  margin-top: 1px;
}

.radio-green-square i.icons-checked {
  background-color: var(--light-green);
  border-color: var(--light-green);
}

.radio-green-square i.icons-checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icons/check-mark--round--white.svg);
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.radio-green-normal {
  position: relative;
  padding-left: 25px;
}

.radio-green-normal i {
  left: 0;
}

.ir217-footer-links {
  font-family: "Avenir Roman";
}

@media (min-width: 768px) {
  .ir217-footer {
    padding: 30px 0 0;
    border-top: 1px solid #d3d3d3;
  }
}

.ir217-footer {
  font-size: 13px;
  color: var(--dark-grey);
  letter-spacing: 0.02em;
}

.ir217-footer a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
}

@media (min-width: 768px) {
  .ir217-footer-links .row > div.fore1 {
    width: 27%;
  }

  .ir217-footer-links .row > div.fore2 {
    width: 23%;
  }

  .ir217-footer-links .row > div.fore3 {
    width: 18%;
  }

  .ir217-footer-links .row > div.fore5 {
    width: 32%;
  }
}

.ir217-footer-links .h3 {
  font-size: 13px;
  font-family: inherit;
  color: inherit;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ir217-footer-links .submenu {
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
}

.ir217-footer-links .submenu > li {
  margin-bottom: 9px;
}

.ir249-footer-serves {
  font-family: "Avenir Roman";
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 14px;
}

#ir217-copyright {
  padding-top: 12px;
}

#ir217-copyright li {
  display: inline;
  padding: 0;
}

#ir217-copyright span {
  display: inline-block;
}

#ir217-copyright li:after {
  content: " ";
  letter-spacing: 1.8em;
  position: relative;
  top: -1px;
  width: 40px !important;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAImJiQAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==)
    no-repeat center center;
  background-size: 1px 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .ir217-follow-us li:nth-child(7) {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #ir217-copyright li:after {
    width: 20px !important;
    letter-spacing: 1.2em;
  }

  #ir217-copyright {
    letter-spacing: 0;
  }
}

.email-address-group .input-group-btn .btn {
  font-size: 14px;
  border-radius: 0;
  padding: 10px 21px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDI0NjIgMUw4Ljg0OTI0IDguNDI0NjJMMS40MjQ2MiAxNS44NDkyIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.email-address-group .input-group-btn .puretext {
  background-image: none;
}

.email-address-group .form-control {
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
}

.ir217-footer-links .email-address-group .form-control,
.ir217-footer-links
  .email-address-group
  > input.form-control::-webkit-input-placeholder {
  font-size: 13px;
}

@media (min-width: 768px) {
  .wishlist-email .email-address-group .form-control,
  .wishlist-email
    .email-address-group
    > input.form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #ir217-copyright {
    font-size: 11px;
    font-family: "Avenir Roman";
  }

  .email-address-group .form-control {
    font-size: 14px;
  }

  .ir217-footer-links .h3 {
    text-transform: capitalize;
  }

  .ir217-footer-links .email-address-group > input.form-control {
    padding: 12px 16px 8px;
    color: var(--dark-grey);
  }

  .ir249-footer-serves {
    padding-bottom: 10px;
    padding-top: 0;
  }

  #ir217-copyright li:after {
    letter-spacing: 1em;
  }
}

.email-address-group > input.form-control::-moz-placeholder {
  opacity: 1;
  font-size: 13px;
  font-family: inherit;
  color: inherit;
  text-transform: capitalize;
}

.email-address-group > input.form-control:-ms-input-placeholder {
  font-size: 13px;
  font-family: inherit;
  color: inherit;
  text-transform: capitalize;
}

.email-address-group > input.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: inherit;
  color: inherit;
  text-transform: capitalize;
}

@media (min-width: 767px) {
  .email-address-group > input.form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #ir217-copyright {
    float: left;
  }

  .ir217-follow-us {
    float: left;
  }

  .ir217-follow-us li:first-child {
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .ir217-follow-us li {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-align: right;
  }
}

.ir217-follow-us a {
  font-size: 24px;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .ir217-footer-links .submenu-adress-form li:first-child {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ir217-footer-links .row > div.fore1 {
    width: 23%;
  }

  .ir217-footer-links .row > div.fore2 {
    width: 27%;
  }

  .ir217-footer-links .row > div.fore3 {
    width: 19%;
  }

  .ir217-footer-links .row > div.fore5 {
    width: 31%;
  }
}

@media (max-width: 1199px) {
  .ir217-follow-us,
  #ir217-copyright {
    text-align: center;
  }

  .ir217-follow-us li:first-child {
    padding-left: 0;
  }

  .ir217-follow-us li {
    float: left;
  }
}

@media (min-width: 768px) {
  .ir217-footer-links .collapse {
    display: block !important;
  }

  .ir217-footer-links {
    min-height: 265px;
  }
}

.ir217-footer-links .swith {
  display: none;
}

.ir217-footer-links .address-group-wrap {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .ir217-footer {
    font-size: 12px;
    color: var(--dark-grey);
  }

  .ir217-footer a {
    color: inherit;
  }

  .footer-contact-us-mobile {
    font-family: "Avenir Roman";
    color: var(--dark-grey);
    text-align: center;
    padding: 20px 0 20px;
    border-top: 1px solid #e2e2e2;
  }

  .footer-contact-us-mobile .h4 {
    font-family: inherit;
    text-transform: uppercase;
    color: var(--dark-grey);
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .footer-contact-us-mobile ul {
    margin: 0;
    padding-top: 15px;
    font-size: 14px;
    text-transform: capitalize;
  }

  .footer-contact-us-mobile ul li {
    width: 23%;
    text-align: center;
    vertical-align: top;
  }

  .footer-contact-us-mobile .iconfont {
    color: inherit;
    font-size: 25px;
    display: block;
    height: 35px;
  }

  .footer-contact-us-mobile ul li .iconfont-mail {
    font-size: 30px;
    position: relative;
    top: -0.07em;
  }

  .footer-contact-us-mobile ul li a {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }

  .ir217-footer-links .column {
    margin: 0 -15px;
  }

  .ir217-footer-links .h3 {
    margin: 0;
    font-size: 15px;
    border-top: 1px solid #e2e2e2;
    position: relative;
    padding: 5px 0;
  }

  .ir217-footer-links .swith {
    display: block;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 5px;
    bottom: 5px;
    line-height: 40px;
    width: 100%;
  }

  .ir217-footer-links .collapsed + a {
    color: inherit !important;
  }

  .ir217-footer-links .swith + a {
    color: var(--light-green);
  }

  .ir217-footer-links .symbol {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
  }

  .ir217-footer-links .symbol:before,
  .ir217-footer-links .symbol:after {
    content: "";
    height: 1px;
    width: 11px;
    display: block;
    background: var(--dark-grey);
    position: absolute;
    top: 5px;
    left: 0;
  }

  .ir217-footer-links .symbol:after {
    display: none;
    height: 11px;
    width: 1px;
    top: 0;
    left: 5px;
  }

  .ir217-footer-links .collapsed .symbol:after {
    display: block;
  }

  .ir217-footer-links .h3 .link {
    font-size: 13px;
    font-family: "Avenir Medium";
    display: inline-block;
    padding: 12px 15px 8px 15px;
    position: relative;
    letter-spacing: 0.03em;
    z-index: 101;
  }

  .ir217-footer-links .h3 .re-link {
    display: inline-block !important;
    margin-right: 0 !important;
  }

  .ir217-footer-links .submenu {
    padding: 5px 15px;
    margin: 0;
  }

  .ir217-footer-links .submenu-adress-form {
    padding-top: 0;
  }

  .ir217-footer-links .submenu > li a {
    font-family: "Avenir Roman";
    font-size: 13px;
    display: block;
    padding: 0.5em 15px;
  }

  .ir249-footer-join-movement {
    margin-top: -16px;
  }

  .ir217-footer-links .address-group-wrap {
    padding: 0;
    padding-bottom: 15px;
  }

  .ir217-follow-us {
    text-align: center;
    margin: 0 -15px 10px;
  }

  .ir217-follow-us li {
    width: 14%;
  }

  .ir217-follow-us a {
    font-size: 29px;
  }

  #ir217-copyright {
    font-size: 11px;
    margin: 0;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

.ico-l,
.space-l {
  margin-right: 5px;
}

.ico-r,
.space-r {
  margin-left: 5px;
}

[class^="icons-"],
[class*=" icons-"] {
  background-image: url("/static/img/spirit/spirit-icons-6-cache1.png");
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 16px;
}

.icons-close {
  width: 9px;
  height: 9px;
  background-position: 0 -104px;
}

.icons-close-green {
  width: 12px;
  height: 12px;
  background: url(../images/icons/close.svg) center center no-repeat;
  background-size: 12px auto;
}

.icons-chevron-right-gray {
  width: 10px;
  height: 17px;
  background-position: -37px -177px;
}

.icons-close-white2 {
  width: 12px;
  height: 12px;
  background-position: -97px -87px;
}

.icons-chevron-up-gray {
  width: 9px;
  height: 5px;
  background-position: -114px -46px;
}

.icons-chevron-down-gray {
  width: 9px;
  height: 5px;
  background-position: -128px -46px;
}

.icons-checked {
  width: 9px;
  height: 9px;
  border: 1px solid #464646;
  background-color: #464646;
}

.arrow-bottom {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/static/img/icon/arrow-black10x10.png) center bottom no-repeat;
}

.didot {
  font-family: "DidotLTStd-Roman";
}

.ad-title-larger .h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 10px;
  color: white;
  text-align: center;
  margin-bottom: 2em;
}

.ad-title-larger .h1 .text {
  display: block;
  padding: 5px 0;
  font-size: 580%;
  color: inherit;
}

.ad-title-larger .h1 small {
  display: block;
  color: white;
  font-size: 160%;
  line-height: 1.14em;
}

.ad-title-larger .h1 .s1 {
  display: block;
}

.modal {
  font-family: "Avenir Book";
}

.ir219-modal-need-assistance {
  color: var(--dark-grey);
}

.ir219-modal-need-assistance .modal-content {
  border-top: 0;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.ir219-modal-need-assistance .modal-header {
  border: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.ir219-modal-need-assistance .modal-header .tro {
  font-family: "Avenir Book";
  text-align: center;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.ir219-modal-need-assistance .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ir219-modal-need-assistance .modal-footer {
  font-size: 12px;
  border: 0;
  margin-top: 0;
  padding: 15px;
  text-align: left;
}

.ir219-modal-need-assistance .close {
  top: 18px;
}

.ir219-modal-need-assistance .close i {
  vertical-align: middle;
  margin-left: 5px;
}

.ir219-modal-need-assistance .modal-title {
  font-family: "EB Garamond";
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.1;
  padding-bottom: 0.2em;
  text-align: center;
}

.ir219-popup-contact-us li {
  margin-bottom: 1em;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.ir219-popup-contact-us a {
  color: var(--dark-grey);
  font-size: 16px;
}

.ir219-popup-contact-us .iconfont {
  color: var(--dark-grey);
  margin-right: 5px;
}

.ir219-popup-contact-us .iconfont-tv {
  margin-left: -0.25em;
  margin-right: 2px;
}

.ir219-popup-contact-us a:hover {
  color: var(--light-green);
  text-decoration: none;
}

@media (min-width: 768px) {
  .ir219-modal-need-assistance .modal-dialog {
    width: 740px;
  }

  .ir219-modal-need-assistance .modal-header {
    padding: 40px 40px 10px;
  }

  .ir219-modal-need-assistance .modal-body {
    padding: 10px 40px;
  }

  .ir219-modal-need-assistance .modal-footer {
    padding: 15px 40px;
  }
}

@media (max-width: 767px) {
  .ir219-modal-need-assistance .modal-title {
    font-size: 24px;
  }

  .ir219-popup-contact-us a {
    font-size: 14px;
  }
}

.ir216-join-our-newsletter {
  color: var(--dark-grey);
}

.ir216-join-our-newsletter .modal-content .close {
  top: 0.4em;
  right: 0.2em;
  color: inherit;
}

.ir216-join-our-newsletter .modal-content {
  border: 0;
}

.ir216-join-our-newsletter .modal-body {
  padding: 70px 65px 27px;
}

.ir216-join-our-newsletter p {
  margin-bottom: 20px;
}

.ir216-join-our-newsletter .privacy-info {
  margin-bottom: 0;
}

.ir216-join-our-newsletter .h2 {
  text-transform: capitalize;
  margin-bottom: 0.2em;
  color: inherit;
  font-size: 40px;
  line-height: 1.04em;
}

.ir216-join-our-newsletter .email-address-group {
  margin: 10px auto 15px;
  width: 100%;
}

.ir216-join-our-newsletter .input-group-btn {
  width: 33%;
}

.ir216-join-our-newsletter .privacy-info a {
  color: inherit;
  text-decoration: underline;
}

.ir216-join-our-newsletter .privacy-info a:hover {
  color: var(--light-green);
}

.ir216-join-our-newsletter .input-group-btn .btn-default {
  height: 36px;
  padding: 9px 8px 7px;
  width: 100%;
}

.ir216-join-our-newsletter .iconfont-right {
  font-size: 13px;
}

@media (min-width: 768px) {
  .ir216-join-our-newsletter {
    padding-top: 64.5px;
  }

  .ir216-join-our-newsletter .modal-body {
    text-align: center;
  }

  .ir216-join-our-newsletter .modal-dialog {
    width: 500px;
  }

  .ir216-join-our-newsletter .join-cont p:not(.h2) {
    margin: auto;
    max-width: 300px;
  }

  .ir216-join-our-newsletter .privacy-info {
    font-size: 13px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .ir216-join-our-newsletter {
    top: 50%;
    margin-top: -110px;
    bottom: 0;
  }

  .ir216-join-our-newsletter .join-cont {
    text-align: center;
  }

  .ir216-join-our-newsletter .modal-body {
    padding: 20px;
  }

  .ir216-join-our-newsletter.in .modal-dialog {
    padding-bottom: 0;
  }

  .ir216-join-our-newsletter .input-group-btn .btn-default {
    height: 45px;
  }

  .ir216-join-our-newsletter .input-group-btn {
    width: 45px;
  }

  .ir216-join-our-newsletter .h2 {
    font-size: 2.5em;
  }
}

.ir269-appointment-modal-dialog {
  color: var(--dark-grey);
}

.ir269-appointment-modal-dialog .close {
  top: 5px;
  margin-top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .ir269-appointment-modal-dialog {
    width: 768px;
    padding-top: 90px;
  }

  .ir269-appointment-modal-dialog .modal-content {
    min-height: 380px;
  }
}

@media (min-width: 992px) {
  .ir269-appointment-modal-dialog--embed {
    padding-top: 0;
  }
}

.ir269-appointment-modal-dialog .modal-content {
  border-top: 0;
}

.ir269-setster-steps .mobile-setster-step {
  width: 370px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ir269-appointment-modal-dialog .modal-content .step3,
  .ir269-appointment-modal-dialog .modal-content .repair-step3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ir269-appointment-modal-dialog--embed {
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
  }

  .ir269-appointment-modal-dialog .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .ir269-setster-steps .mobile-setster-step {
    width: 80%;
    margin-top: 15px;
  }

  .ir269-setster-steps .modal-body {
    padding: 15px 12px;
  }
}

#showroom_footer a {
  color: #464646;
  text-decoration: underline;
}

#showroom_footer a:hover {
  color: var(--light-green);
  text-decoration: underline;
}

#showroom_tel a {
  color: var(--light-green);
  text-decoration: none;
}

#showroom_tel a:hover {
  color: var(--light-green);
  text-decoration: underline;
}

@media (min-width: 768px) {
  #visit-showroom_embed {
    position: static;
    z-index: 1;
    display: block !important;
    overflow: inherit;
    overflow-y: inherit;
    opacity: 1;
  }

  #visit-showroom_embed.fade .modal-dialog {
    transform: none;
    padding-bottom: 0;
  }
}

.modal-setster .loading-area {
  height: 200px;
  background: url(/static/img/common/ajax-loading-y23.gif) center center
    no-repeat;
  background-size: 50px;
}

.modal-setster .repair-loading-area {
  height: 200px;
  background: url(/static/img/common/ajax-loading-y23.gif) center center
    no-repeat;
  background-size: 50px;
}

.modal-setster {
  color: var(--dark-grey);
  outline: 0;
}

.modal-setster .intro .close {
  color: var(--dark-grey);
  text-shadow: none;
}

.modal-setster .intro .hero-intro {
  margin: -20px -20px 0;
  background: url(/static/img/appointment-scheduler/schedule-appointment-hero-v2.jpg)
    center center no-repeat;
  background-size: 500px;
  height: 210px;
  margin-bottom: 10px;
}

.modal-setster .hero-intro .ad-title-larger {
  padding-top: 65px;
}

.modal-setster .hero-intro .ad-title-larger .text {
  font-size: 31px;
  color: #fff;
}

.modal-setster .line1 {
  border-color: #bebebe;
  border-width: 2px;
  margin: 0 -20px;
}

.modal-setster .line2 {
  border-color: #bebebe;
  border-width: 2px;
  margin: 10px 0;
}

.setster-progress-step .heading,
.setster-progress-step .secondary-heading,
.repair-setster-progress-step .heading,
.repair-setster-progress-step .secondary-heading {
  color: var(--dark-grey);
  line-height: 142%;
  padding-bottom: 0;
  margin-top: 5px;
  text-align: center;
  text-transform: none;
  font-size: 36px;
  margin-bottom: 10px;
}

.setster-progress-step p.text {
  font-size: 14px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.setster-progress-step .step1 p.text {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.setster-progress-step .secondary-heading {
  font-size: 15px;
}

.mobile-setster-step {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 15px 0;
}

.mobile-setster-step .node {
  float: left;
  height: 14px;
  min-width: 14px;
  overflow: hidden;
}

.mobile-setster-step .node.fore1 {
  width: 33.33%;
}

.mobile-setster-step .node.fore2 {
  width: 33.33%;
}

.mobile-setster-step .node.fore3 {
  width: 33.33%;
}

.mobile-setster-step .node.fore4 {
  background-position: -689px top;
  margin-left: -14px;
}

.mobile-setster-step .node {
  position: relative;
}

.mobile-setster-step .node > div {
  font-family: Arial;
  color: #949494;
  font-size: 12px;
  position: relative;
  background-color: #ccc;
  border-radius: 100%;
  overflow: hidden;
  width: 14px;
  height: 14px;
  z-index: 1;
}

.mobile-setster-step .node:after {
  position: absolute;
  height: 2px;
  background-color: #eee;
  display: block;
  content: "";
  top: 50%;
  margin-top: -1px;
  z-index: 0;
  left: 13px;
  right: 0;
}

.mobile-setster-step .node.ready > div {
  background-color: var(--dark-grey);
}

.mobile-setster-step .node.pasted > div {
  background-color: #747474;
}

.mobile-setster-step .node.pasted:after {
  background-color: #747474;
}

.mobile-setster-step .node.disabled > div {
  cursor: initial;
}

.mobile-setster-step .node > div .txt {
  display: none;
}

.mobile-setster-step .node > div .view {
  position: absolute;
  left: 155%;
  top: 100%;
  border: 1px solid #949494;
  background-color: #f5f6f7;
  color: #949494;
  padding: 0 5px;
  text-decoration: none;
}

.showroom-location-list {
  margin: 20px -12px 0;
  padding: 0 6px;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.showroom-location-list li {
  padding-bottom: 20px;
  font-size: 12px;
  width: 33.33%;
  padding-left: 6px;
  padding-right: 6px;
}

.showroom-location-list .item-virtual-appointment {
  position: relative;
  width: 50%;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .showroom-location-list .item-virtual-appointment {
    width: 100%;
  }
}

.showroom-location-list .item-virtual-appointment div {
  display: inline-block;
  text-align: left;
}

.showroom-location-list .item-virtual-appointment small {
  display: block;
}

.showroom-location-list li a {
  display: block;
  padding: 6px 8px;
  border: 4px solid transparent;
  outline: 1px solid #e1e1e1;
  outline-offset: -1px;
  position: relative;
}

.showroom-location-list li a,
.showroom-location-list li a:hover {
  color: var(--dark-grey);
  height: 100%;
}

.showroom-location-list li.active a {
  outline-color: var(--light-green);
  border-color: var(--light-green);
}

.no-touch .showroom-location-list li:hover a:after {
  position: absolute;
  content: "";
  height: 4px;
  background-color: var(--light-green);
  display: block;
  z-index: 1;
  left: -4px;
  right: -4px;
  bottom: -4px;
}

.showroom-location-list li.active a:after {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .showroom-location-list li a {
    min-height: 126px;
    padding: 2px 4px;
  }

  .modal-setster .modal-body {
    padding: 10px;
  }
}

.showroom-location-list li .h3 {
  font-size: 20px;
  word-break: break-all;
  margin: 0;
  margin-top: 2px;
  color: var(--dark-grey);
  text-align: left;
  text-transform: capitalize;
}

.showroom-location-list li small {
  font-family: "Avenir Roman";
  display: block;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .showroom-location-list {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .showroom-location-list {
    padding: 10px 5px;
    margin-top: 0;
  }

  .showroom-location-list li {
    padding-bottom: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .showroom-location-list li a {
    border-width: 3px;
  }

  .showroom-location-list li .h3 {
    text-transform: capitalize;
    text-align: center;
  }

  .showroom-location-list li small {
    display: none;
  }

  .setster-progress-step p.text {
    font-size: 13px;
  }

  .setster-progress-step .heading,
  .setster-progress-step .secondary-heading {
    font-size: 30px;
  }

  .setster-progress-step .step1 .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 413px) {
  .showroom-location-list li .h3 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .showroom-location-list--simple li {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .btn-showroom-book {
    color: #000;
    text-transform: none;
    border-color: #2c2c2c;
    padding: 0.55em 1.2em 0.65em;
    background: #f9f9f8;
    min-width: 280px;
  }

  .ir307-stories .btn-showroom-book {
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.location-local {
  position: relative;
  border: 4px solid transparent;
  outline: 1px solid #e1e1e1;
  padding: 8px;
  cursor: pointer;
}

.no-touch .location-local:hover:before {
  position: absolute;
  content: "";
  height: 4px;
  background-color: var(--dark-grey);
  display: block;
  z-index: 1;
  left: -4px;
  right: -4px;
  bottom: -4px;
}

.location-local.active {
  outline-color: var(--dark-grey);
  border-color: var(--dark-grey);
}

.header_location-local {
  position: relative;
  border: 4px solid transparent;
  outline: 1px solid #e1e1e1;
  padding: 8px;
  cursor: pointer;
}

.header_location-local.active {
  outline-color: var(--dark-grey);
  border-color: var(--dark-grey);
}

.divider-appointment {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
}

.divider-appointment:before {
  font-style: italic;
  font-size: 12px;
  content: "Search Other Locations";
  display: inline-block;
  padding: 0 2em;
  background-color: white;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.selected-location {
  font-size: 16px;
  padding: 9px 14px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.selected-location span {
  font-family: "Avenir Medium";
}

.list-group-setster-service {
  color: var(--dark-grey);
  list-style: none;
}

.list-group-setster-service-wrapper .list-group-setster-service {
  display: flex;
  width: 100%;
}

.list-group-setster-service-wrapper .list-group-setster-service .item {
  position: relative;
  background-color: #fff;
}

.list-group-setster-service-wrapper .list-group-setster-service > div {
  flex: 1;
}

.list-group-setster-service-wrapper .list-group-setster-service .flex {
  display: flex;
}

.list-group-setster-service-wrapper .list-group-setster-service,
.list-group-setster-service-wrapper .list-group-setster-service .item-heading,
.list-group-setster-service-wrapper .list-group-setster-service .item-text,
.list-group-setster-service-wrapper .list-group-setster-service .item a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.list-group-setster-service-wrapper .list-group-setster-service .item a {
  color: inherit;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 22px 15px 22px 15px;
  position: relative;
  border: 1px solid #e1e1e1;
  outline: 0;
}

.list-group-setster-service-wrapper .list-group-setster-service .item-eg a {
  background: url(/static/img/appointment-scheduler/engagement-ring-v2.png) left
    center no-repeat;
  background-size: 120px;
  padding-left: 140px;
}

.list-group-setster-service-wrapper .list-group-setster-service .item-wr a {
  background: url(/static/img/appointment-scheduler/wedding-ring-v3.jpg) left
    center no-repeat;
  background-size: 120px;
  padding-left: 140px;
}

.list-group-setster-service-wrapper .list-group-setster-service .item-heading {
  font-size: 14px;
  font-family: "Avenir Book";
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.list-group-setster-service-wrapper .list-group-setster-service .item-text {
  font-size: 14px;
  line-height: 14px;
}

.list-group-setster-service-wrapper .dropoff-and-pickup .item-heading {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "EB Garamond";
}

.list-group-setster-service-wrapper .dropoff-and-pickup .item-heading,
.list-group-setster-service-wrapper .dropoff-and-pickup .item-text {
  display: inline-block;
}

.no-touch
  .list-group-setster-service-wrapper
  .list-group-setster-service
  .item:not(.active):hover
  .bo-3 {
  position: absolute;
  content: "";
  height: 4px;
  background-color: var(--light-green);
  display: block;
  z-index: 1;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.list-group-setster-service-wrapper
  .list-group-setster-service
  .item.active
  .bo-1 {
  position: absolute;
  content: "";
  height: 4px;
  background-color: var(--dark-grey);
  display: block;
  z-index: 1;
  left: -1px;
  right: -1px;
  top: -1px;
}

.list-group-setster-service-wrapper
  .list-group-setster-service
  .item.active
  .bo-2 {
  position: absolute;
  content: "";
  width: 4px;
  background-color: var(--dark-grey);
  display: block;
  z-index: 1;
  right: -1px;
  bottom: -1px;
  top: -1px;
}

.list-group-setster-service-wrapper
  .list-group-setster-service
  .item.active
  .bo-3 {
  position: absolute;
  content: "";
  height: 4px;
  background-color: var(--dark-grey);
  display: block;
  z-index: 1;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.list-group-setster-service-wrapper
  .list-group-setster-service
  .item.active
  .bo-4 {
  position: absolute;
  content: "";
  width: 4px;
  background-color: var(--dark-grey);
  display: block;
  z-index: 1;
  left: -1px;
  bottom: -1px;
  top: -1px;
}

@media (min-width: 992px) {
  .list-group-setster-service-wrapper .list-group-setster-service .item {
    margin-bottom: 10px;
  }

  .list-group-setster-service-wrapper
    .list-group-setster-service
    > div:first-child {
    padding-right: 5px;
  }

  .list-group-setster-service-wrapper
    .list-group-setster-service
    > div:last-child {
    padding-left: 5px;
  }

  .list-group-setster-service-wrapper .list-group-setster-service .item-fv a {
    background: url(/static/img/appointment-scheduler/jewelry-rings-v3.jpg) left
      top no-repeat;
    background-size: 120px;
    padding-left: 140px;
  }

  .list-group-setster-service-wrapper .list-group-setster-service .flex.item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.list-group-setster-service-wrapper .dropoff-and-pickup .item a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-group-setster-service-wrapper .dropoff-and-pickup .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .selected-location {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .list-group-setster-service-wrapper .list-group-setster-service {
    flex-direction: column;
  }

  .list-group-setster-service-wrapper .list-group-setster-service .item {
    margin-bottom: 8px;
  }

  .list-group-setster-service-wrapper
    .list-group-setster-service
    > .item
    .item-heading {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .list-group-setster-service-wrapper .dropoff-and-pickup .item a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .list-group-setster-service-wrapper .dropoff-and-pickup .item-heading {
    font-size: 13px;
    padding-right: 6px;
  }

  .list-group-setster-service-wrapper .dropoff-and-pickup .item-heading,
  .list-group-setster-service-wrapper .dropoff-and-pickup .item-text {
    display: inline;
  }

  .list-group-setster-service-wrapper .dropoff-and-pickup > div .item-heading,
  .list-group-setster-service-wrapper .dropoff-and-pickup .item-heading {
    font-size: 20px;
    line-height: 18px;
  }

  .list-group-setster-service-wrapper .list-group-setster-service .item-eg a,
  .list-group-setster-service-wrapper .list-group-setster-service .item-wr a {
    background-size: 82px;
    padding-left: 94px;
  }

  .no-touch
    .list-group-setster-service-wrapper
    .list-group-setster-service
    .item:hover
    .bo-3,
  .list-group-setster-service-wrapper
    .list-group-setster-service
    .item.active
    .bo-1,
  .list-group-setster-service-wrapper
    .list-group-setster-service
    .item.active
    .bo-3 {
    height: 3px;
  }

  .list-group-setster-service-wrapper
    .list-group-setster-service
    .item.active
    .bo-2,
  .list-group-setster-service-wrapper
    .list-group-setster-service
    .item.active
    .bo-4 {
    width: 3px;
  }
}

@media (max-width: 374px) {
  .selected-location {
    font-size: 11px;
    padding: 9px;
  }

  .list-group-setster-service-wrapper .dropoff-and-pickup .item-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .list-group-setster-service-wrapper .list-group-setster-service .item-eg a,
  .list-group-setster-service-wrapper .list-group-setster-service .item-wr a {
    padding-left: 88px;
  }
}

.footer-switch-location {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer-switch-location {
    padding-top: 5px;
    border-top: 0;
    margin-top: 0;
  }
}

.setster-footer-logo {
  background: url(/static/img/pic/showroom/mobile/setster-logo-bottom.jpg) right
    top no-repeat;
  margin: 15px 0 0;
  background-size: 95px auto;
  height: 15px;
}

.setster-footer-logo span {
  color: #959595;
  font-size: 12px;
  display: block;
  line-height: 1em;
}

@media (min-width: 768px) {
  .setster-appointment-details {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 962px;
    margin: 20px auto 25px;
  }

  .ir269-appointment-modal-dialog--embed .setster-appointment-details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .appointment-details-wrapper {
    width: 100%;
    height: 372px;
    background: url("/static/img/appointment-scheduler/appoint-bg.jpg") left
      center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .appointment-details-content {
    width: 278px;
    height: 278px;
    border-radius: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.79);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .appointment-details-content .h4 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-switch-location {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-switch-location {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.appointment-details-content {
  text-align: center;
}

.setster-appointment-details .appointment-details-content p {
  font-size: 16px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .appointment-details-wrapper {
    margin-bottom: 40px;
  }
}

.appointment-details-content .h4 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.appointment-details-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.appointment-mobile-introduction p {
  font-family: "Avenir Book";
}

@media (max-width: 767px) {
  .appointment-details-content {
    margin-bottom: 15px;
  }

  .appointment-details-content p {
    font-size: 12px;
  }

  .appointment-details-content .h4,
  .appointment-details-content p {
    line-height: 1.5;
  }

  .setSter-form .checkbox label {
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .appointment-details-content .h4,
  .appointment-details-content p {
    font-size: 16px;
  }
}

.appointment-details-lists {
  list-style: none;
  padding: 0 20px;
  font-size: 15px;
}

.appointment-details-lists li {
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 15px;
}

.appointment-details-lists p {
  margin-bottom: 0;
}

.appointment-details-lists .glyphicon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}

.setSter-form .form-group {
  margin-bottom: 10px;
}

.setSter-form .form-control {
  font-family: "Avenir Book";
  font-size: 14px;
  padding: 11px 16px 9px;
  height: 40px;
  line-height: 1.5;
  border-color: #c4c4c4;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}

.setSter-form .form-control:focus {
  border-color: var(--dark-grey);
}

.setSter-form .bootstrap-select--2 button.btn {
  padding-top: 11px;
}

.setSter-form .bootstrap-select--2 .text {
  font-family: inherit;
}

.setSter-form .bootstrap-select--2 button.btn,
.setSter-form .bootstrap-select--2.btn-group .dropdown-menu li > a {
  font-size: 14px;
}

.setSter-form .form-control::-webkit-input-placeholder,
.setSter-form .form-control::placeholder {
  font-family: "Avenir Book";
  font-size: 14px;
  text-transform: capitalize;
}

.setSter-form textarea.form-control {
  height: auto;
}

.setSter-form label {
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
}

.setSter-form .checkbox {
  padding-top: 4px;
}

.setSter-form .checkbox label {
  font-size: 14px;
}

.setSter-form .btn:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .setster-datepicker {
    float: left;
    width: 48%;
  }

  .setster-times {
    float: left;
    width: 48%;
    padding-left: 8%;
  }

  .setster-datetime-wrapper {
    padding: 4px 90px 40px 90px;
  }
}

.setster-datepicker {
  text-transform: uppercase;
  margin-left: -5px;
  margin-right: -5px;
}

.setster-datepicker .ui-datepicker .ui-datepicker-title {
  font-family: "Avenir Medium";
}

.setster-datepicker .ui-widget-header .ui-state-hover {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  top: 2px;
}

.setster-datepicker .ui-widget-header .ui-state-hover.ui-state-disabled {
  cursor: default;
}

.setster-datepicker .ui-widget-header .ui-datepicker-prev-hover {
  left: 2px;
}

.setster-datepicker .ui-widget-header .ui-datepicker-next-hover {
  right: 2px;
}

.setster-datepicker .ui-datepicker .ui-datepicker-prev span {
  left: 2px;
}

.setster-datepicker .ui-datepicker-calendar th span {
  font-size: 14px;
  font-weight: normal;
}

.setster-datepicker .ui-datepicker {
  font-family: "Avenir Book";
  max-width: 260px;
  font-size: 16px;
  border-color: #e1e1e1;
  margin-right: 0;
  margin-left: auto;
}

.setster-datepicker .ui-widget-header {
  font-weight: normal;
  text-transform: capitalize;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.setster-datepicker .ui-widget-content {
  border-radius: 0;
  padding: 8px 8px;
}

.setster-datepicker .ui-state-default {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  color: var(--dark-grey);
  border: 0;
  background-color: #fff;
  text-align: center;
  outline: 2px solid transparent;
}

.setster-datepicker .ui-priority-secondary {
  border-color: #c4c4c4;
  background-color: #f2f2f2;
  color: #bebebe;
}

.setster-datepicker .ui-state-active {
  color: var(--dark-grey);
  outline-color: var(--dark-grey);
}

.no-touch .setster-datepicker .ui-state-default:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background-color: var(--light-green);
  bottom: -2px;
}

.no-touch .setster-datepicker .ui-state-active:hover:after,
.no-touch .setster-datepicker .ui-state-disabled .ui-state-default:hover:after {
  display: none;
}

.setster-datepicker .ui-datepicker td span,
.setster-datepicker .ui-datepicker td a {
  line-height: 1;
  padding: 0.3em 0.1em;
}

.setster-datepicker .ui-datepicker td {
  padding: 3px;
}

.list-appointment-hours {
  padding: 0;
}

.list-appointment-hours ul {
  list-style: none;
  padding: 2px;
  margin: 0;
}

@media (min-width: 768px) {
  .list-appointment-hours ul {
    column-count: 2;
    column-gap: 12px;
    break-inside: avoid;
  }
}

.list-appointment-hours ul .item {
  padding-bottom: 9px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.list-appointment-hours ul .item a {
  display: block;
  position: relative;
  text-align: center;
  border: 3px solid transparent;
  outline: 1px solid #e1e1e1;
  outline-offset: -1px;
}

.list-appointment-hours .item.active a {
  border-color: var(--light-green);
  outline-color: var(--light-green);
}

.list-appointment-hours .item .item-heading {
  font-family: "Avenir Book";
  text-transform: lowercase;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.no-touch .list-appointment-hours .item:hover a:after {
  position: absolute;
  content: "";
  width: 4px;
  background-color: var(--light-green);
  display: block;
  z-index: 1;
  left: -4px;
  top: -4px;
  bottom: -4px;
}

.list-appointment-hours .item.active:hover a:after {
  display: none;
}

.ui-widget-header .ui-icon {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/spirit/spirit-icons-6.png?xyz=99);
}

.ui-icon-circle-triangle-w {
  background-position: 10px -40px;
}

.ui-icon-circle-triangle-e {
  background-position: -12px -40px;
}

.appointment-times {
  margin-top: 9px;
  text-align: center;
  padding: 0.5em 0 0.45em;
}

.appointment-times * {
  color: var(--dark-grey);
  margin: 0;
  line-height: 1.4em;
}

.appointment-times h3 {
  font-size: 15px;
}

.appointment-times .h4 {
  font-size: 18px;
  font-family: "Avenir Book";
}

@media (max-width: 991px) {
  .setster-datepicker .ui-datepicker {
    width: 96%;
    margin: 0 auto;
  }

  .setster-times {
    margin-top: 10px;
  }

  .setster-datetime-wrapper {
    padding: 10px 0 20px 0;
  }

  .appointment-times {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .list-appointment-hours {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .list-appointment-hours {
    width: 270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }

  .list-appointment-hours ul {
    width: 104px;
    margin-left: auto;
    margin-right: auto;
  }

  .setster-datepicker .ui-datepicker {
    max-width: 100%;
    font-size: 14px;
  }

  .appointment-times h4,
  .appointment-times .h4 {
    font-size: 14px;
  }

  .setster-datepicker .ui-datepicker .ui-datepicker-month {
    text-transform: capitalize;
  }
}

.setster-appointment-confirmed {
  text-align: center;
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.ir269-appointment-modal-dialog--embed .setster-appointment-confirmed {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .setster-appointment-confirmed {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.setster-appointment-confirmed .h2 {
  font-size: 28px;
  color: var(--dark-grey);
  margin-top: 15px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.setster-appointment-confirmed .appointment-details-lists {
  text-align: left;
  font-size: 16px;
  padding: 0;
}

.setster-appointment-confirmed .appointment-details-lists li {
  min-height: 40px;
}

.setster-appointment-confirmed .appointment-details-lists p {
  display: table-cell;
  height: 40px;
  margin-bottom: 0;
  vertical-align: middle;
}

.setster-appointment-confirmed .appointment-details-lists .glyphicon {
  font-size: 36px;
}

#Preferred-Appointment-Datepacker {
  margin: 0;
  width: auto;
  margin-top: 10px;
  text-align: center;
  float: none;
}

#Preferred-Appointment-Datepacker > div {
  margin: auto;
  width: 100%;
}

#Preferred-Appointment-Date {
  cursor: pointer;
  background: #fff
    url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdpY29uLXNlbGVjdC1hcnJvdycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4PScwJyB5PScwJyB2aWV3Qm94PScwIDAgOSA1JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48cGF0aCBmaWxsPScjOTU5NTk1JyBjbGFzcz0nc3QwJyBkPSdNMCAwaDF2MUgwek0xIDFoMXYxSDF6TTIgMmgxdjFIMnpNMyAzaDF2MUgzek00IDRoMXYxSDR6TTUgM2gxdjFINXpNNiAyaDF2MUg2ek03IDFoMXYxSDd6TTggMGgxdjFIOHonLz48L3N2Zz4=")
    no-repeat right 1.45rem center/9px 5px;
}

#Preferred-Appointment-Date.open {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdpY29uLXVwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzAnIHk9JzAnIHZpZXdCb3g9Jy0yOTMgNDE4LjkgOSA1JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48c3R5bGU+LnN0MHt9PC9zdHlsZT48cGF0aCB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGQ9J00tMjg1IDQyMi45aDF2MWgtMXpNLTI4NiA0MjEuOWgxdjFoLTF6TS0yODcgNDIwLjloMXYxaC0xek0tMjg4IDQxOS45aDF2MWgtMXpNLTI4OSA0MTguOWgxdjFoLTF6TS0yOTAgNDE5LjloMXYxaC0xek0tMjkxIDQyMC45aDF2MWgtMXpNLTI5MiA0MjEuOWgxdjFoLTF6TS0yOTMgNDIyLjloMXYxaC0xeicgc3R5bGU9J2ZpbGw6ICM5NTk1OTU7Jy8+PC9zdmc+");
}

.modal-virtual-appointment .setster-datepicker .ui-datepicker td span,
.modal-virtual-appointment .setster-datepicker .ui-datepicker td a {
  padding: 0.45em 0.1em 0.15em;
  width: 1.7em;
  margin: auto;
}

@media (min-width: 768px) {
  .modal-virtual-appointment {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.modal-virtual-appointment .step-header {
  text-align: center;
  padding: 1em 0;
}

.modal-virtual-appointment {
  font-size: 16px;
  min-height: 300px;
}

.modal-virtual-appointment .virtual-appointment-stepsend {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-virtual-appointment .modal-content .close {
  top: 0.4em;
  right: 0.2em;
}

.modal-virtual-appointment .heading {
  text-align: center;
  text-transform: none;
}

@media (min-width: 992px) {
  .modal-virtual-appointment .modal-dialog {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.virtual-information p {
  margin-top: 2em;
  margin-bottom: 2em;
}

.virtualappt-switch-groups {
  display: flex;
  justify-content: center;
}

.virtualappt-switch-groups:before,
.virtualappt-switch-groups:after {
  display: none;
}

.virtualappt-switch {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

.virtualappt-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.virtualappt-switch label {
  font-family: "Avenir Book";
  outline: 1px solid #e7e7ea;
  outline-offset: -1px;
  cursor: inherit;
  padding: 0.5em 0.5em;
  margin: 0;
  display: block;
}

.virtualappt-switch label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .no-touch .virtualappt-switch label:hover:before {
    width: 5px;
    background: var(--light-green);
  }
}

.virtualappt-switch input:checked ~ label:before,
.no-touch .virtualappt-switch input:checked ~ label:before {
  width: 100%;
  background: 0;
  border: 5px solid var(--dark-grey);
}

.virtual-appointment-pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding-top: 1em;
  justify-content: space-between;
}

.virtual-appointment-pager-head {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 3px;
}

@media (min-width: 768px) {
  .modal-virtual-appointment .virtual-appointment-pager {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.virtual-appointment-pager > li {
  width: 50%;
}

.virtual-appointment-pager > li:last-child {
  text-align: right;
}

.virtual-appointment-pager a {
  font-size: 14px;
  text-decoration: none;
  color: var(--dark-grey);
}

.virtual-appointment-pager li .iconfont {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.virtual-appointment-pager .iconfont-left {
  margin-right: 0.5em;
}

.virtual-appointment-pager .iconfont-right {
  margin-left: 0.5em;
}

.modal-virtual-appointment {
  font-family: "Avenir Book";
}

.modal-virtual-appointment .h2,
.modal-virtual-appointment .h3,
.modal-virtual-appointment h4 {
  text-transform: none;
}

.icons-checkbox {
  width: 9px;
  height: 9px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.setster-appointment-details setSter-form button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background: var(--light-green) !important;
}

.checkbox-ty7 {
  padding-bottom: 7px;
  padding-left: 25px;
  line-height: 16px;
}

.checkbox-ty7 input {
  display: none;
}

.checkbox-ty7 .icons-checkbox {
  background: white;
}

.checkbox-ty7 .icons-checkbox,
.checkbox-ty7 .icons-checked {
  text-align: center;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -25px;
}

.checkbox-ty7 .icons-checked {
  background-color: #fff;
  border-color: #ccc;
  line-height: 15px;
  font-size: 0.8em;
  background-image: url("../images/icons/check-mark.svg");
  background-size: 10px auto;
  background-position: center;
}

.checkbox-ty7-green {
  padding-bottom: 7px;
  padding-left: 25px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.checkbox-ty7-green input {
  display: none;
}

.checkbox-ty7-green .icons-checkbox {
  background: white;
}

.checkbox-ty7-green i {
  background: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid var(--gray);
  position: absolute;
  left: -10px;
  margin-top: 0;
}

.checkbox-ty7-green .icons-checked {
  line-height: 15px;
  font-size: 0.8em;
  background-image: url(../images/icons/check-mark--round--white.svg);
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--light-green);
  border-color: var(--light-green);
}

.checkbox-ty7-green.disabled label {
  cursor: default;
}

.checkbox-ty7-green.disabled .icons-checkbox:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  background: var(--gray);
  transform: skew(-45deg);
}

.form-1,
.form-2 {
  color: var(--dark-grey);
}

.form-1 .form-group,
.form-2 .form-group {
  margin-bottom: 16px;
}

.form-1 .control-label,
.form-2 .control-label {
  font-size: 14px;
  line-height: 15px;
  padding-top: 10px;
}

.form-1 .form-control,
.form-2 .form-control {
  color: inherit;
  font-size: 13px;
  height: 42px;
  padding: 4px 15px;
  box-shadow: none;
  border-color: #ccc;
  -webkit-appearance: none;
}

.form-1 .form-control:focus,
.form-2 .form-control:focus {
  border-color: var(--dark-grey);
}

.form-1 textarea.form-control,
.form-2 textarea.form-control {
  padding: 10px 15px;
}

.form-1 .form-control::-moz-placeholder,
.form-2 .form-control::-moz-placeholder {
  font-size: 13px;
  opacity: 1;
  text-transform: capitalize;
}

.form-1 .form-control:-ms-input-placeholder,
.form-2 .form-control:-ms-input-placeholder {
  font-size: 13px;
  opacity: 1;
  text-transform: capitalize;
}

.form-1 .form-control::-webkit-input-placeholder,
.form-2 .form-control::-webkit-input-placeholder {
  font-size: 13px;
  opacity: 1;
  text-transform: capitalize;
}

.form-1 .filter-option,
.form-2 .filter-option {
  font-size: 13px;
  text-transform: capitalize;
}

.form-1 .form-control[disabled],
.form-1 .form-control[readonly],
.form-1 fieldset[disabled] .form-control,
.form-2 .form-control[disabled],
.form-2 .form-control[readonly],
.form-2 fieldset[disabled] .form-control {
  -webkit-appearance: none;
  cursor: default;
  -webkit-text-fill-color: #555;
  -webkit-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .form-1 .form-control,
  .form-2 .form-control {
    height: 45px;
    font-size: 14px;
  }

  .form-1 .filter-option,
  .form-2 .filter-option {
    font-size: 14px;
  }

  .form-1 .bootstrap-select--1,
  .form-2 .bootstrap-select--1 {
    height: 45px;
  }

  .form-1 .bootstrap-select--1 button.btn,
  .form-2 .bootstrap-select--1 button.btn,
  .bootstrap-select--your-ring-size button.btn {
    padding-top: 13px;
  }

  .form-1 .bootstrap-select--1 .btn .caret,
  .form-2 .bootstrap-select--1 .btn .caret {
    background-position: -128px -41px !important;
  }

  .form-1 .form-control::-webkit-input-placeholder,
  .form-2 .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
}

#back-top,
#back-top-destop {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 30px;
  display: none;
  width: 60px;
}

#back-top img,
#back-top-destop img {
  width: 100%;
  height: auto;
}

#back-top {
  right: 5px;
  bottom: 15px;
}

[data-lpbtn-type="online-only"] {
  display: none;
}

#LP_DIV_1437450196969,
.always_available_mobile_btn,
.live_chat_bubble_desktop_position,
.always_available_pc_btn,
.live_chat_bubble_tablet_position,
.always_available_ipad_btn {
  width: 0;
  height: 0;
  overflow: hidden;
}

.lp_mobile .lp-window-root .lp_survey_area .lp_header_text {
  font-size: 1.1em;
}

.lp_mobile .lp-window-root .lp_survey_area .lp_survey_header_area {
  padding-top: 5px;
}

.lp_mobile .lp-window-root .lp_survey_area .lp_header_text p {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .ir220-error404 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ir220-error404 .fore2 {
    padding-left: 50px;
  }

  .ir220-error404 .tro {
    padding-right: 70px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.ir220-error404 .btn {
  margin-left: 9px;
  padding: 7px 25px;
  line-height: 24px;
}

.ir220-error404 .form-control {
  height: 40px;
  line-height: 24px;
  padding: 7px 10px;
}

.ir220-error404 .input-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ir220-error404 .list-unstyled a {
  line-height: 38px;
}

.text-purple {
  color: #a95490;
}

.lp_desktop .lp-window-root .lp_survey_area .lp_survey_view_container {
  padding-bottom: 55px;
}

.lp_desktop .lp_pagination-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-copyright {
  text-align: center;
  font-size: 10px;
}

.footer-copyright a {
  outline: 0;
  text-decoration: none !important;
}

.footer-copyright span {
  display: inline-block;
}

.footer-copyright li {
  display: inline;
  padding: 0;
}

.footer-copyright li:after {
  content: " ";
  letter-spacing: 1.8em;
  position: relative;
  top: -1px;
  width: 40px !important;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAImJiQAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==)
    no-repeat center center;
  background-size: 1px 10px;
}

@media (max-width: 991px) {
  .footer-copyright {
    font-size: 9px;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  .modal-drop-hint .modal-title {
    font-size: 24px;
  }
}

.copy-link-text {
  color: #2c2c2c;
  text-align: center;
  position: relative;
}

.copy-link-text .iconfont,
.copy-link-text svg {
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
}

.copy-link-text .iconfont {
  transform: rotateY(180deg);
}

.copy-link .iconfont,
.copy-link svg {
  margin-left: -19px;
}

.copy-link-success {
  transition: all 0.5s ease-in 0.1s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}

.copy-link-success.active {
  visibility: visible;
  opacity: 1;
}

.copy-link-success svg {
  position: relative;
  top: 1px;
}

a.copy-link {
  font-size: 15px;
  color: #2c2c2c;
}

a.copy-link.active {
  color: var(--light-green);
}

hr.style-eight {
  font-size: 12px;
  color: #cbcbcb;
  overflow: visible;
  text-align: center;
}

hr.style-eight:after {
  content: "OR";
  display: inline-block;
  position: relative;
  top: -0.7em;
  padding: 0 0.25em;
  background: white;
}

.share-design-tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 75px;
}

.share-design-tabs a {
  font-family: "Avenir Medium";
  color: #2c2c2c;
  text-decoration: none;
}

.share-design-tabs li {
  border: 1px solid #d9d9d9;
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.share-design-tabs li.active {
  border-color: var(--light-green);
}

.share-design-tabs .iconfont {
  line-height: 22px;
  position: relative;
  display: inline-block;
}

.share-design-tabs .iconfont .glyphicon {
  font-size: 0.5em;
  color: var(--light-green);
  position: absolute;
  top: -0.1em;
  margin-left: -0.56em;
  left: 50%;
}

.share-design-tabs .iconfont-mail:before {
  content: "\e604";
}

.ico-l,
.space-l {
  margin-right: 5px;
}

.ico-r,
.space-r {
  margin-left: 5px;
}

.icon-h [class^="icon-"],
.icon-h [class*=" icon-"] {
  background-image: url("/static/img/spirit/spirit-hover.png");
}

.arrow-bottom {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/icons/drop-down.svg") center center no-repeat;
  background-size: 9px auto;
}

.arrow-top {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/static/img/icon/arrow-black10x10.png) center top no-repeat;
}

[class^="icon-"],
[class*=" icon-"] {
  background-image: url("/static/img/spirit/spirit.png");
  background-position: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  width: 25px;
}

.icon-shipping {
  background-position: -72px 0;
  width: 18px;
  height: 10px;
  margin-right: 5px;
}

.icon-shipping2 {
  background-position: -96px 3px;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.icon-maple-leaf {
  background-position: -24px -16px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

[class^="icons-"],
[class*=" icons-"] {
  background-image: url("/static/img/spirit/spirit-icons-6-cache2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 16px;
}

.icons-white {
  background-image: url("/static/img/spirit/spirit-icons-hover-1.png");
}

.icons-live-chat,
.icons-tel,
.icons-email-us {
  width: 22px;
  height: 16px;
}

.icons-live-chat {
  background-position: 0 -24px;
}

.icons-tel {
  background-position: -35px -24px;
}

.icons-email-us {
  background-position: -63px -24px;
}

.icons-tel2-green {
  width: 18px;
  height: 26px;
  background-position: 0 -200px;
}

.icons-live-chat2-green {
  width: 32px;
  height: 26px;
  background-position: -30px -200px;
}

.icons-email-us2-green {
  width: 32px;
  height: 26px;
  background-position: -74px -200px;
}

.icons-plus,
.icons-minus {
  width: 9px;
  height: 9px;
}

.icons-plus {
  background-position: -21px -104px;
}

.icons-minus {
  background-position: -44px -104px;
}

.icons-play {
  width: 19px;
  height: 19px;
  background-position: 0 -120px;
}

.icons-chevron-up {
  width: 9px;
  height: 5px;
  background-position: -82px -46px;
}

.icons-chevron-down {
  width: 9px;
  height: 5px;
  background-position: -96px -46px;
}

.icons-chevron-up-white {
  width: 9px;
  height: 5px;
  background-position: -82px -70px;
}

.icons-chevron-down-white {
  width: 9px;
  height: 5px;
  background-position: -96px -70px;
}

.icons-chevron-up-gray {
  width: 9px;
  height: 5px;
  background-position: -114px -46px;
}

.icons-chevron-down-gray {
  width: 9px;
  height: 5px;
  background-position: -128px -46px;
}

.icons-chevron-left-gray2 {
  width: 5px;
  height: 9px;
  background-position: -147px -44px;
}

.icons-chevron-right-gray2 {
  width: 5px;
  height: 9px;
  background-position: -161px -44px;
}

.icons-close {
  width: 9px;
  height: 9px;
  background-position: 0 -104px;
}

.icons-close-white {
  width: 7px;
  height: 7px;
  background-position: -114px -104px;
}

.icons-close-white2 {
  width: 12px;
  height: 12px;
  background-position: -97px -87px;
}

.icons-close-green {
  width: 12px;
  height: 12px;
  background: url(../images/icons/close.svg) center center no-repeat;
  background-size: 12px auto;
}

.icons-backward-black {
  width: 5px;
  height: 9px;
  background-position: -49px -44px;
}

.icons-forward-black {
  width: 5px;
  height: 9px;
  background-position: -61px -44px;
}

.icons-chevron-left-black {
  width: 10px;
  height: 17px;
  background-position: 0 -40px;
}

.icons-chevron-right-black {
  width: 10px;
  height: 17px;
  background-position: -22px -40px;
}

.icons-chevron-left-gray {
  width: 10px;
  height: 17px;
  background-position: -19px -177px;
}

.icons-chevron-right-gray {
  width: 10px;
  height: 17px;
  background-position: -37px -177px;
}

.icons-chevron-left-orange {
  width: 10px;
  height: 17px;
  background-position: -163px -148px;
}

.icons-chevron-right-orange {
  width: 10px;
  height: 17px;
  background-position: -185px -148px;
}

.icons-usd {
  width: 20px;
  height: 16px;
  background-position: -166px -24px;
  vertical-align: top;
}

.icons-cad {
  width: 20px;
  height: 16px;
  background-position: -146px -24px;
  vertical-align: top;
}

.icons-aud {
  width: 20px;
  height: 16px;
  background-position: -126px -24px;
  vertical-align: top;
}

.icons-quadrate-minus,
.icons-quadrate-plus {
  position: relative;
  top: 2px;
}

.icons-quadrate-minus {
  width: 16px;
  height: 16px;
  background-position: -114px -64px;
}

.icons-quadrate-plus {
  width: 16px;
  height: 16px;
  background-position: -138px -64px;
}

.icons-tel-green {
  width: 14px;
  height: 14px;
  background-position: -24px -120px;
}

.icons-live-chat-green {
  width: 17px;
  height: 14px;
  background-position: -45px -120px;
}

.icons-email-us-green {
  width: 17px;
  height: 14px;
  background-position: -65px -120px;
}

.icons-our-showroom {
  width: 17px;
  height: 14px;
  background-position: -89px -120px;
}

.icons-double-right-arrow {
  width: 15px;
  height: 15px;
  background-position: -114px -120px;
}

.icons-chevron-left-green {
  width: 16px;
  height: 25px;
  background-position: -133px -85px;
}

.icons-chevron-right-green {
  width: 16px;
  height: 25px;
  background-position: -151px -85px;
}

.icons-email2-white {
  width: 20px;
  height: 14px;
  background-position: -175px -86px;
}

.btn-lg.btn-success .icons-email2-white {
  position: relative;
  top: 2px;
}

.icons-facebook-white {
  width: 23px;
  height: 22px;
  background-position: -131px -117px;
}

.icons-twitter-white {
  width: 23px;
  height: 22px;
  background-position: -154px -117px;
}

.icons-pinterest-white {
  width: 23px;
  height: 22px;
  background-position: -177px -117px;
}

.icons-email-white {
  width: 23px;
  height: 22px;
  background-position: -131px -145px;
}

.icons-facebook-green {
  width: 31px;
  height: 30px;
  background-position: 0 -140px;
}

.icons-twitter-green {
  width: 31px;
  height: 30px;
  background-position: -32px -140px;
}

.icons-pinterest-green {
  width: 31px;
  height: 30px;
  background-position: -63px -140px;
}

.icons-pencil {
  width: 20px;
  height: 20px;
  background-position: -114px -202px;
}

.icons-message {
  width: 26px;
  height: 26px;
  background-position: -98px -143px;
}

.icons-checkbox {
  width: 9px;
  height: 9px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.icons-checked {
  width: 9px;
  height: 9px;
  border: 1px solid #464646;
  background-color: #464646;
}

.top-favorites-header {
  padding: 60px 0 0;
}

.top-favorites-header .showing {
  padding-top: 9px;
}

.top-favorites-header .favorites {
  text-align: center;
}

.top-favorites-header .view-all {
  text-align: right;
  padding-top: 9px;
}

.top-favorites-header .h1 {
  font-size: 26px;
  margin: 0;
}

.list_carousel {
  margin: 0 0 30px 60px;
  position: relative;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  text-align: center;
  width: 180px;
  padding: 0;
  margin: 6px 35px;
  display: block;
  float: left;
}

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

.list_carousel .prev,
.list_carousel .next {
  top: 0;
  height: 265px;
  width: 50px;
  outline: 0;
}

.list_carousel .prev i {
  margin-left: 30%;
}

.list_carousel .next i {
  margin-right: 30%;
}

.list_carousel .prev i,
.list_carousel .next i {
  margin-top: 100px;
}

.list_carousel .prev.disabled,
.list_carousel .next.disabled {
  cursor: default;
}

.list_carousel .prev.disabled i {
  background-position: -163px -64px;
}

.list_carousel .next.disabled i {
  background-position: -185px -64px;
}

.list_carousel .prev {
  float: left;
  position: absolute;
  left: 0;
}

.list_carousel .next {
  float: right;
  position: absolute;
  right: 0;
}

.list_carousel .next i {
  float: right;
}

.list_carousel .pager {
  text-align: center;
}

.list_carousel .pager a {
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #a1a1a1;
  border-radius: 10px;
}

.list_carousel .pager a.selected {
  text-decoration: underline;
  background-color: #000;
}

.list_carousel .pager-wrapper {
  text-align: center;
}

.list_carousel .pager-wrapper:before {
  content: "";
  display: block;
  border-top: 1px solid #ececec;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
  bottom: -10px;
}

.list_carousel .pager-wrapper .pager {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  background-color: white;
}

.list_carousel li {
  text-align: center;
  height: auto;
}

.list_carousel li .thumbnail {
  border: 0;
}

.list_carousel li .caption {
  position: relative;
  padding-top: 0;
}

.list_carousel li h3,
.list_carousel li .h3 {
  margin-top: 0;
  line-height: 16px;
  padding-bottom: 3px;
  color: var(--dark-grey);
  font-size: 14px;
  min-height: 3.5em;
}

.list_carousel li h3 a,
.list_carousel li .h3 a {
  font-size: 14px;
  color: black;
}

.list_carousel li a:hover,
.list_carousel li a:hover {
  text-decoration: none;
}

.list_carousel li .price {
  color: black;
}

.list_carousel li .state {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: -3px;
  color: #000;
}

.list_carousel pager {
  margin-top: 0;
}

.list-rfy li h3,
.list-rfy li .h3 {
  font-size: 10px;
  height: 3.3em;
  line-height: 1.1;
}

.list-rfy li h3 a,
.list-rfy li .h3 a {
  font-size: 10px;
}

.list-rfy li h3 a:hover,
.list-rfy li .h3 a:hover {
  color: #6fbf98;
}

@media (min-width: 768px) {
  .list-rfy li {
    width: 33%;
    padding: 6px 15px;
    margin: 0;
  }

  .col-md-12 .list-rfy li {
    width: 16.667%;
  }

  .list-rfy .prev,
  .list-rfy .next {
    display: none;
  }
}

@media (max-width: 767px) {
  .list-rfy li {
    margin: 6px;
    width: 140px;
  }
}

.list_carousel .prev {
  left: -50px;
}

.list_carousel .next {
  right: -50px;
}

@media (min-width: 1290px) and (max-width: 1366px) {
  .list_carousel .prev {
    left: 0;
  }

  .list_carousel .next {
    right: 0;
  }
}

@media (max-width: 1086px) {
  .list_carousel .prev {
    left: 0;
  }

  .list_carousel .next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .list_carousel .prev {
    left: -15px;
  }

  .list_carousel .next {
    right: -15px;
  }
}

@media (min-width: 768px) {
  .ir251-our-designs {
    padding-left: 270px;
    position: relative;
  }

  .ir251-our-designs .side {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 30px;
    width: 230px;
  }

  .ir251-our-designs-carousel .caroufredsel_wrapper:after {
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    height: 4px;
    background: #e9e9e9;
    z-index: -1;
  }

  .ir251-our-designs-carousel .caroufredsel_wrapper {
    padding-bottom: 4px;
  }

  .ir251-our-designs-carousel li {
    border-bottom: 4px solid transparent;
  }

  .ir251-our-designs-carousel li:hover {
    border-color: var(--grey-700);
  }
}

.ir251-list_carousel--designs li {
  margin: 0;
}

.ir251-list_carousel--designs.four-items li {
  width: 220px;
}

.ir251-our-designs-carousel .prev {
  left: -10px;
  opacity: 0.4;
}

.ir251-our-designs-carousel .next {
  right: -10px;
  opacity: 0.4;
}

.ir251-our-designs-carousel .headline {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4;
}

.ir251-our-designs-carousel li:hover a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .ir251-our-designs .side {
    text-align: center;
  }

  .ir251-list_carousel--designs .prev i,
  .ir251-list_carousel--designs .next i {
    margin-top: 72px;
  }

  .ir251-list_carousel--designs .prev,
  .ir251-list_carousel--designs .next {
    height: 220px;
  }

  .ir251-list_carousel--designs li {
    margin: 0 5px;
    width: 140px !important;
    min-height: 230px !important;
  }

  .ir251-list_carousel--designs li img {
    height: 132px !important;
  }

  .ir251-list_carousel--designs {
    margin-bottom: 0;
  }
}

.our-top-favorites-v3 li .h3 {
  font-size: 18px;
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
}

.our-top-favorites-v3 small {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.our-top-favorites-v3 .thumbnail {
  background: 0;
}

.our-top-favorites-v3 .thumbnail .caption {
  color: inherit;
}

.bottom-tile {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-tile__item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 150px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 5px;
}

.bottom-tile__item:first-child {
  margin-right: 15px;
  margin-left: 0;
}

.bottom-tile__item:last-child {
  margin-left: 15px;
  margin-right: 0;
}

.bottom-tile__link {
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid currentColor;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px;
}

@media (max-width: 767px) {
  .bottom-tile__item {
    margin: 0 0 15px !important;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .bottom-tile-xs .bottom-tile__item {
    flex-basis: 50%;
    padding: 0;
  }

  .bottom-tile-xs .bottom-tile__item:nth-child(2n + 1) {
    border-right: 7px solid #fff;
  }

  .bottom-tile-xs .bottom-tile__item:nth-child(2n) {
    border-left: 7px solid #fff;
  }
}

.bottom-tile--a .bottom-tile__item {
  background: var(--dark-green);
}

.bottom-tile--a .bottom-tile__item:hover {
  background: var(--dark-green-hover);
}

.bottom-tile--a .bottom-tile__link {
  border: 0;
  color: white;
}

.bottom-tile--a .bottom-tile__link h3 {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  margin: 0;
  display: inline;
  line-height: inherit;
}

.ir257-ready-started {
  font-size: 18px;
}

.ir257-ready-started h3 {
  font-family: inherit;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: center;
  height: 170px;
}

.ir257-ready-started a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  background: #fff;
  border: 1px solid currentColor;
}

.ir257-ready-started a:hover {
  color: var(--light-green);
  text-decoration: none;
}

@media (max-width: 767px) {
  .ir257-ready-started h3 {
    height: 120px;
    font-size: 3.5vw;
  }

  .ir257-ready-started--three h3 {
    font-size: 18px;
  }
}
