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;
  text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #291f44;
}
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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: auto;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-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;
    break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    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 {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #291f44;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #291f44;
  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-banner-cover {
  max-height: 50rem;
  max-width: 100%;
  object-fit: cover;
}
@media (width>= 1170px) {
  .img-banner-cover {
    margin-left: 15%;
  }
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (width>= 990px) {
  .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 {
  color: #999;
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 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 {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
ul,
ol {
  margin-bottom: 10px;
  margin-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (width>= 990px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd::before,
  .dl-horizontal dd::after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd::after {
    clear: both;
  }
  .dl-horizontal dd::before,
  .dl-horizontal dd::after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd::after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 20px;
  padding: 10px 20px;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  color: #999;
  display: block;
  line-height: 1.428571429;
}
blockquote small::before {
  content: "\2014 \00A0";
}
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
}
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;
  font-style: normal;
  line-height: 1.428571429;
  margin-bottom: 10px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 10px;
  overflow-wrap: break-word;
  padding: 9.5px;
  word-break: break-all;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.container::before,
.container::after {
  content: " ";
  display: table;
}
.container::after {
  clear: both;
}
.container::before,
.container::after {
  content: " ";
  display: table;
}
.container::after {
  clear: both;
}
.row {
  width: 100%;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.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 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.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 (width>= 990px) {
  .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 (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 (width>= 1200px) {
  .container {
    max-width: 900px;
  }
  .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 {
  background-color: transparent;
  max-width: 100%;
}
th {
  text-align: left;
}
.table {
  margin-bottom: 20px;
  width: 100%;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.428571429;
  padding: 8px;
  vertical-align: top;
}
.table thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.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 (width <= 990px) {
  .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: scroll hidden;
    width: 100%;
  }
  .table-responsive > .table {
    background-color: #fff;
    margin-bottom: 0;
  }
  .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 {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9;
}
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:placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-control:input-placeholder {
  color: #999;
}
.form-control::input-placeholder {
  color: #999;
}
.form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  vertical-align: middle;
  width: 100%;
}
.form-control:focus {
  border-color: #66afe9;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 7.5%),
    0 0 8px rgb(102 175 233 / 60%);
  outline: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 20px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
  margin-bottom: 0;
}
.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 {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 10px;
  margin-top: 0;
}
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 {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  border-radius: 6px;
  font-size: 18px;
  height: 45px;
  line-height: 1.33;
  padding: 10px 16px;
}
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;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 7.5%),
    0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  background-color: #fcf8e3;
  border-color: #c09853;
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 7.5%),
    0 0 6px #d59392;
}
.has-error .input-group-addon {
  background-color: #f2dede;
  border-color: #b94a48;
  color: #b94a48;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 7.5%),
    0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  background-color: #dff0d8;
  border-color: #468847;
  color: #468847;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (width>= 990px) {
  .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;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 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 {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table;
}
.form-horizontal .form-group::after {
  clear: both;
}
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table;
}
.form-horizontal .form-group::after {
  clear: both;
}
@media (width>= 990px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.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;
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  pointer-events: none;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333;
}
.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 {
  background-color: #428bca;
  border-color: #357ebd;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3276b1;
  border-color: #285e8e;
  color: #fff;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ed9c28;
  border-color: #d58512;
  color: #fff;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #d2322d;
  border-color: #ac2925;
  color: #fff;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #47a447;
  border-color: #398439;
  color: #fff;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #39b3d7;
  border-color: #269abc;
  color: #fff;
}
.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 {
  border-radius: 0;
  color: #428bca;
  cursor: pointer;
  font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #2a6496;
  text-decoration: underline;
}
.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 {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}
.btn-sm,
.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src:
    url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
      format("svg");
}
.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}
.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 {
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 17.5%);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
ul.dropdown-menu {
  z-index: 1005;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  padding: 6px 20px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #428bca;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.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 {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-decoration: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 1.428571429;
  padding: 3px 20px;
}
.dropdown-backdrop {
  inset: 0;
  position: fixed;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid #000;
  border-top: 0 dotted;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 1px;
  top: auto;
}
@media (width>= 990px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.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 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: left;
  position: relative;
}
.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 {
  content: " ";
  display: table;
}
.btn-toolbar::after {
  clear: both;
}
.btn-toolbar::before,
.btn-toolbar::after {
  content: " ";
  display: table;
}
.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, :last-child, .dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child, .dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-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, :last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-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 {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn-group-lg > .btn {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 12.5%);
}
.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;
  max-width: 100%;
  width: 100%;
}
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group::after {
  clear: both;
}
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after {
  content: " ";
  display: table;
}
.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-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child, :last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child, :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-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  border-collapse: separate;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.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 {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  margin-bottom: 0;
  width: 100%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 6px;
  font-size: 18px;
  height: 45px;
  line-height: 1.33;
  padding: 10px 16px;
}
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 {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}
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, :last-child),
.input-group-btn:not(:first-child, :last-child),
.input-group .form-control:not(:first-child, :last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.input-group-addon.input-sm {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
}
.input-group-addon.input-lg {
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
}
.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, .dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-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 {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav::before,
.nav::after {
  content: " ";
  display: table;
}
.nav::after {
  clear: both;
}
.nav::before,
.nav::after {
  content: " ";
  display: table;
}
.nav::after {
  clear: both;
}
.nav > li {
  display: block;
  position: relative;
}
.nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
}
.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.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 {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.428571429;
  margin-right: 2px;
}
.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 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #555;
  cursor: default;
}
.nav-tabs.nav-justified {
  border-bottom: 0;
  width: 100%;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (width>= 990px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.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 {
  background-color: #428bca;
  color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 2px;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (width>= 990px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable::before,
.tabbable::after {
  content: " ";
  display: table;
}
.tabbable::after {
  clear: both;
}
.tabbable::before,
.tabbable::after {
  content: " ";
  display: table;
}
.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-bottom-color: #428bca;
  border-top-color: #428bca;
}
.nav a:hover .caret {
  border-bottom-color: #2a6496;
  border-top-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
  z-index: 1000;
}
.navbar::before,
.navbar::after {
  content: " ";
  display: table;
}
.navbar::after {
  clear: both;
}
.navbar::before,
.navbar::after {
  content: " ";
  display: table;
}
.navbar::after {
  clear: both;
}
@media (width>= 990px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header::before,
.navbar-header::after {
  content: " ";
  display: table;
}
.navbar-header::after {
  clear: both;
}
.navbar-header::before,
.navbar-header::after {
  content: " ";
  display: table;
}
.navbar-header::after {
  clear: both;
}
@media (width>= 990px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  max-height: 340px;
  -webkit-overflow-scrolling: touch;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-collapse::before,
.navbar-collapse::after {
  content: " ";
  display: table;
}
.navbar-collapse::after {
  clear: both;
}
.navbar-collapse::before,
.navbar-collapse::after {
  content: " ";
  display: table;
}
.navbar-collapse::after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (width>= 990px) {
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .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-left: -15px;
  margin-right: -15px;
}
@media (width>= 990px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (width>= 990px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-width: 0 0 1px;
  left: 0;
  position: fixed;
  right: 0;
}
@media (width>= 990px) {
  .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;
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (width>= 990px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
}
.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (width>= 990px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 15px;
  text-align: left;
}
.navbar-nav > li > a {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (width>= 990px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (width>= 990px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 10%),
    0 1px 0 rgb(255 255 255 / 10%);
  margin: 8px -15px;
  padding: 10px 15px;
}
@media (width>= 990px) {
  .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;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (width <= 990px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (width>= 990px) {
  .navbar-form {
    border: 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-bottom: 8px;
  margin-top: 8px;
}
.navbar-text {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (width>= 990px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 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 {
  background-color: transparent;
  color: #5e5e5e;
}
.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 {
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #ccc;
}
.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-bottom-color: #333;
  border-top-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-bottom-color: #555;
  border-top-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #777;
  border-top-color: #777;
}
@media (width <= 990px) {
  .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 {
    background-color: transparent;
    color: #333;
  }
  .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 {
    background-color: #e7e7e7;
    color: #555;
  }
  .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 {
    background-color: transparent;
    color: #ccc;
  }
}
.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 {
  background-color: transparent;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #444;
}
.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 {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #999;
  border-top-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-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
@media (width <= 990px) {
  .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 {
    background-color: transparent;
    color: #fff;
  }
  .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 {
    background-color: #080808;
    color: #fff;
  }
  .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 {
    background-color: transparent;
    color: #444;
  }
}
@media (width <= 990px) {
  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .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;
  }
  .aa-logo {
    text-align: center;
    width: 100%;
  }
  .aa-logo img {
    max-width: 250px;
    padding-top: 15px;
  }
  .logo-img {
    max-width: 250px;
    padding-top: 15px;
  }
  .nav .nav-item li {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-nav > li > ul > li > a {
    display: block;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #291f44;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #291f44;
    text-decoration: none;
  }
}
.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: none;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: "/\00a0";
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  line-height: 1.428571429;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-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 {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
  cursor: default;
  z-index: 2;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 18px;
  padding: 10px 16px;
}
.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
  padding: 5px 10px;
}
.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}
.pager::before,
.pager::after {
  content: " ";
  display: table;
}
.pager::after {
  clear: both;
}
.pager::before,
.pager::after {
  content: " ";
  display: table;
}
.pager::after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}
.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 {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}
.label {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.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 {
  background-color: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #fff;
  color: #428bca;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  background-color: #eee;
  color: inherit;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  margin-bottom: 30px;
  padding: 30px;
}
.jumbotron h1 {
  color: inherit;
  line-height: 1;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (width>= 990px) {
  .jumbotron {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  display: block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  padding: 4px;
  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-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  color: #333;
  padding: 1.5rem;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.alert h4 {
  color: inherit;
  margin-top: 0;
}
.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 {
  color: inherit;
  position: relative;
  right: -21px;
  top: -2px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@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 {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  transition: width 0.6s ease;
  width: 0;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgb(255 255 255 / 15%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(255 255 255 / 15%)),
    color-stop(0.75, rgb(255 255 255 / 15%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  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, rgb(255 255 255 / 15%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(255 255 255 / 15%)),
    color-stop(0.75, rgb(255 255 255 / 15%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 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, rgb(255 255 255 / 15%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(255 255 255 / 15%)),
    color-stop(0.75, rgb(255 255 255 / 15%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 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, rgb(255 255 255 / 15%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(255 255 255 / 15%)),
    color-stop(0.75, rgb(255 255 255 / 15%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 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, rgb(255 255 255 / 15%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(255 255 255 / 15%)),
    color-stop(0.75, rgb(255 255 255 / 15%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 15%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 15%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 15%) 50%,
    rgb(255 255 255 / 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 {
  list-style: none;
  padding-left: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}
.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 {
  background-color: #f5f5f5;
  text-decoration: none;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
  z-index: 2;
}
.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-bottom: 5px;
  margin-top: 0;
}
.list-group-item-text {
  line-height: 1.3;
  margin-bottom: 0;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
}
.panel-body {
  padding: 15px;
}
.panel-body::before,
.panel-body::after {
  content: " ";
  display: table;
}
.panel-body::after {
  clear: both;
}
.panel-body::before,
.panel-body::after {
  content: " ";
  display: table;
}
.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-left-radius: 0;
  border-top-right-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 {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}
.panel-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}
.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}
.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 {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
}
.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 {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.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 {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.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 {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.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 {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.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 {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgb(0 0 0 / 15%);
}
.well-lg {
  border-radius: 6px;
  padding: 24px;
}
.well-sm {
  border-radius: 3px;
  padding: 9px;
}
.close {
  color: #291f44;
  filter: alpha(opacity=20);
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.close:hover,
.close:focus {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
button.close {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  inset: 0;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: -moz-transform 0.3s ease-out;
  transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: auto;
  z-index: 1050;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  outline: 0;
  position: relative;
}
.modal-backdrop {
  background-color: #000;
  inset: 0;
  position: fixed;
  z-index: 1030;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.428571429;
  margin: 0;
}
.modal-body {
  padding: 20px;
  position: relative;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
}
.modal-footer::before,
.modal-footer::after {
  content: " ";
  display: table;
}
.modal-footer::after {
  clear: both;
}
.modal-footer::before,
.modal-footer::after {
  content: " ";
  display: table;
}
.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 (width>= 990px) {
  .modal-dialog {
    left: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
    right: auto;
    width: 600px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  }
}
.tooltip {
  display: block;
  filter: alpha(opacity=0);
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  position: absolute;
  visibility: visible;
  z-index: 1030;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 5px;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  right: 5px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 5px;
  top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  right: 5px;
  top: 0;
}
.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  display: none;
  left: 0;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow::after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgb(0 0 0 / 25%);
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}
.popover.top .arrow::after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
  content: " ";
  margin-left: -10px;
}
.popover.right .arrow {
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgb(0 0 0 / 25%);
  left: -11px;
  margin-top: -11px;
  top: 50%;
}
.popover.right .arrow::after {
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  content: " ";
  left: 1px;
}
.popover.bottom .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgb(0 0 0 / 25%);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px;
}
.popover.bottom .arrow::after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}
.popover.left .arrow {
  border-left-color: #999;
  border-left-color: rgb(0 0 0 / 25%);
  border-right-width: 0;
  margin-top: -11px;
  right: -11px;
  top: 50%;
}
.popover.left .arrow::after {
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  content: " ";
  right: 1px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  line-height: 1;
  max-width: 100%;
}
.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 {
  bottom: 0;
  color: #fff;
  filter: alpha(opacity=50);
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  top: 0;
  width: 15%;
}
.carousel-control.left {
  background-image: -webkit-gradient(
    linear,
    0 top,
    100% top,
    from(rgb(0 0 0 / 50%)),
    to(rgb(0 0 0 / 0.01%))
  );
  background-image: linear-gradient(
    left,
    color-stop(rgb(0 0 0 / 50%) 0),
    color-stop(rgb(0 0 0 / 0.01%) 100%)
  );
  background-image: linear-gradient(
    left,
    rgb(0 0 0 / 50%) 0,
    rgb(0 0 0 / 0.01%) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0 / 50%) 0,
    rgb(0 0 0 / 0.01%) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(
    linear,
    0 top,
    100% top,
    from(rgb(0 0 0 / 0.01%)),
    to(rgb(0 0 0 / 50%))
  );
  background-image: linear-gradient(
    left,
    color-stop(rgb(0 0 0 / 0.01%) 0),
    color-stop(rgb(0 0 0 / 50%) 100%)
  );
  background-image: linear-gradient(
    left,
    rgb(0 0 0 / 0.01%) 0,
    rgb(0 0 0 / 50%) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0 / 0.01%) 0,
    rgb(0 0 0 / 50%) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  filter: alpha(opacity=90);
  opacity: 0.9;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-family: serif;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}
.carousel-control .icon-prev::before {
  content: "\2039";
}
.carousel-control .icon-next::before {
  content: "\203a";
}
.carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 15;
}
.carousel-indicators li {
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.carousel-indicators .active {
  background-color: #fff;
  height: 12px;
  margin: 0;
  width: 12px;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  z-index: 10;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (width>= 990px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
  }
  .carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.navmenu-right-group {
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.affix {
  position: fixed;
}
@viewport {
  width: device-width;
}
@media screen and (width <= 400px) {
  @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 (width <= 990px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (width>= 990px) and (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 (width>= 992px) and (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 (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 (width <= 990px) {
  .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 (width>= 990px) and (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 (width>= 992px) and (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 (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 (width <= 990px) {
  .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 (width>= 990px) and (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 (width>= 992px) and (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 (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 (width <= 990px) {
  .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 (width>= 990px) and (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 (width>= 992px) and (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 (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 (width <= 990px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (width>= 990px) and (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 (width>= 992px) and (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 (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 (width <= 990px) {
  .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 (width>= 990px) and (width <= 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (width>= 992px) and (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 (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 (width <= 990px) {
  .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 (width>= 990px) and (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 (width>= 992px) and (width <= 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (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 (width <= 990px) {
  .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 (width>= 990px) and (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 (width>= 992px) and (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 (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;
  }
}
body {
  background-color: #ddd;
  margin: 0;
  padding: 0;
}
@media (width <= 990px) {
  body {
    font-size: 10px;
  }
}
@media (width <= 992px) {
  body {
    font-size: 12px;
  }
}
@media (width <= 1200px) {
  body {
    font-size: 14px;
  }
}
input,
select,
textarea {
  max-width: 280px;
}
@media (width <= 992px) {
  input,
  select,
  textarea {
    max-width: initial;
  }
}
.image-in-text {
  margin-top: 10px;
}
h4.itemcode {
  color: gray;
  font-size: 14px;
  font-weight: bold;
}
div.itemprice {
  color: gray;
  margin-bottom: 10px;
}
.divPane a {
  color: #111;
  display: block;
  font-size: 9pt;
  margin: 0;
  padding: 8px;
}
.divPane a.selected {
  background-color: #d4d4d4;
}
.divPane a:hover {
  background-color: #818285;
  color: #fff;
}
.environmental-friendly {
  bottom: 0;
  max-width: 35%;
  position: absolute;
  right: 0;
}
.seedling {
  bottom: 0;
  left: 0;
  max-width: 28%;
  position: absolute;
}
.new-item {
  left: 0;
  max-width: 15%;
  position: absolute;
  top: 0;
}
.environmental-friendly-full {
  bottom: 0;
  max-width: 35%;
  position: absolute;
  right: 0;
}
.seedling-full {
  bottom: 0;
  left: 0;
  max-width: 22%;
  position: absolute;
}
.new-item-full {
  left: 0;
  max-width: 15%;
  position: absolute;
  top: 0;
}
.header-languages-selected .header-regions-selected {
  font-weight: bold;
}
.kp-sidebar-filters h3 {
  border-bottom: 1px solid #291f44;
  color: #291f44;
  font-size: 1em;
}
a.kp-sidebar-filter {
  display: block;
  text-align: left;
}
a.kp-sidebar-filter:hover {
  color: #291f44;
}
a.kp-sidebar-filter-active {
  background-color: #291f44;
  color: #fff;
  display: block;
}
a.kp-sidebar-filter-active:hover {
  color: #333;
}
.kp-product-image {
  margin: 10px;
  text-align: center;
}
.kp-product-detail {
  margin: 10px;
}
h3 {
  color: #291f44;
  font-weight: bold;
}
#kp-product-detail-itemcode {
  color: #291f44;
  font-size: 0.9em;
}
.kp-product-detail-specname {
  color: #aaa;
  display: inline-block;
  text-align: right;
  width: 215px;
}
.kp-product-detail-specvalue {
  display: inline-block;
}
.kp-post-content {
  background: none repeat scroll 0 0 #fff;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.thumbnail {
  position: relative;
}
.kp-thumbnail {
  margin-bottom: 20px;
  position: relative;
}
.kp-home-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.kp-home-grid::before {
  display: none;
}
.kp-text-page {
  margin: 15px 15px 10px 14px;
}
.kp-product-page {
  margin: 0 15px 10px 70px;
}
.kp-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: -7.5px;
}
.kp-products-grid::before {
  display: none;
}
.kp-products-grid .thumbnail {
  margin-bottom: 30px;
  min-height: 100%;
}
.kp-product-item {
  padding-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  text-align: center;
}
.kp-product-item a:hover {
  color: #291f44;
}
.kp-submit {
  background-color: #291f44;
  border: medium none;
  color: #fff;
  height: 40px;
  width: 200px;
}
.kp-qty-input {
  border: 1px solid #ddd;
  color: #555;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 40px;
  max-width: 100px;
  padding: 10px;
  width: 100%;
}
.kp-home-grid-item {
  padding-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.kp-home-grid-item .thumbnail {
  min-height: 100%;
}
.onstock {
  border-color: #01982b !important;
  border-width: 0 !important;
}
.notonstock {
  border-color: #ffa500 !important;
  border-width: 0 !important;
}
.onstockstatus {
  color: #01982b !important;
  font-size: 14px;
  font-weight: bold;
}
.notonstockstatus {
  color: #ffa500 !important;
  font-size: 14px;
  font-weight: bold;
}
.kp-cart-page {
  margin: 15px 15px 10px 70px;
}
.kp-cart-page .order-info-item {
  margin-top: 14px;
}
.kp-cart-page .order-info-item label {
  font-weight: normal;
}
.order-thumbnail {
  bottom: 0;
  color: #291f44;
  font-size: 1.2em;
  margin-bottom: 10px;
  min-width: 100%;
  position: absolute;
}
.order-qty {
  display: inline;
}
.add-to-cart {
  display: inline;
  position: absolute;
  right: 25px;
}
.remove-from-cart {
  display: inline;
  left: 7px;
  position: absolute;
}
#content input[type="text"],
#content input[type="datetime"],
#content input[type="email"] {
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.dropdown {
  display: block;
  float: left;
}
.btn-primary {
  background-color: white;
  border-color: #333;
}
#upper-navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.dropdown-menu > li > a:hover {
  background-color: #291f44;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
  color: black;
}
.affix {
  background: gray;
  left: 0;
  right: 0;
  top: 0;
}
.affix-bottom {
  background: red;
}
#info-list li {
  margin-bottom: 2px solid #291f44;
}
.img-contain {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.navbar-default .navbar-toggle form {
  display: none;
}
.navbar-default .navbar-toggle.collapsed img.collapse-off,
.navbar-default .navbar-toggle.collapsed form.collapse-off {
  display: inline-block;
}
.navbar-default .navbar-toggle:not(.collapsed) img.collapse-on,
.navbar-default .navbar-toggle:not(.collapsed) form.collapse-on {
  display: inline-block;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  outline: 0;
  padding: 0;
}
.navbar-default .navbar-toggle.pull-left {
  margin-right: 0;
}
.searchQuestion-xs {
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  padding-bottom: 7px;
  padding-top: 2px;
}
#navbar-content-collapse h3 {
  color: white;
  font-size: 18px;
}
#navbar-content-collapse .kp-sidebar-filter {
  color: white;
  cursor: pointer;
  font-size: 14px;
}
#navbar-content-collapse .kp-sidebar-filter-active {
  font-weight: bold;
  text-decoration: underline;
}
.menu-button-image {
  width: 26px;
  height: 26px;
  display: block;
}
.navmenu-button-mobile.sidebar {
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
}
.navmenu-button-mobile.sidebar .menu-toggle-icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
}
.navmenu-button-mobile.sidebar .menu-toggle-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.navmenu-button-mobile.sidebar .menu-toggle-icon span:nth-child(1) {
  top: 0;
}
.navmenu-button-mobile.sidebar .menu-toggle-icon span:nth-child(2) {
  top: 8px;
}
.navmenu-button-mobile.sidebar .menu-toggle-icon span:nth-child(3) {
  top: 16px;
}
.navmenu-button-mobile.sidebar.open .menu-toggle-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navmenu-button-mobile.sidebar.open .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}
.navmenu-button-mobile.sidebar.open .menu-toggle-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
#sidebar-offcanvas {
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
}
#sidebar-offcanvas {
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
}
.kp-products-page {
  margin-top: 20px;
}
.kp-products-page .tool-buttons {
  position: absolute;
  right: 30px;
  text-align: right;
  top: -20px;
}
#sidebar-offcanvas {
  bottom: 0;
  left: -100%;
  position: fixed;
  top: 0;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  z-index: 10000;
}
#sidebar-offcanvas.open {
  transform: translateX(100%);
}
#sidebar-offcanvas .bg {
  background: rgb(0 0 0 / 0%);
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  width: 20%;
}
#sidebar-offcanvas.opened .bg {
  background: rgb(0 0 0 / 70%);
}
#sidebar-offcanvas .content {
  background: white;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 80%;
}
#image-target {
  cursor: pointer;
}
.zoom-image {
  cursor: pointer;
}
.static a {
  color: #291f44;
}
#duurzaam-submenu {
  font-size: 12px;
  margin-bottom: 15px;
}
@media (width>= 990px) {
  #menu.affix {
    position: relative;
  }
}
@media (width <= 990px) {
  #sidebar-offcanvas {
    color: #291f44;
    text-align: center;
  }
  #sidebar-offcanvas a {
    color: #291f44;
  }
  #sidebar-offcanvas a.kp-sidebar-filter-active {
    color: #fff;
  }
  #sidebar-offcanvas .nav-item .dropdown-menu {
    display: block;
    left: 15px;
    position: relative;
    right: 30px;
    width: 100%;
  }
  #sidebar-offcanvas .dropdown-menu a {
    color: #291f44;
  }
  #sidebar-offcanvas li {
    list-style: none;
  }
  #sidebar-offcanvas .dropdown {
    display: block;
    width: 100%;
  }
  #sidebar-offcanvas .dropdown > ul {
    border-bottom: 1px solid #74666a;
  }
  .content > .dropdown {
    margin-bottom: 10px;
  }
  #sidebar-offcanvas .caret {
    border-top: 4px solid #291f44;
  }
  .kp-products-page .tool-buttons {
    padding-right: 0;
    text-align: center;
  }
  .kp-product-page {
    margin: 10px;
  }
  .kp-product-page .subitem {
    padding-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .kp-product-page .kp-home-grid {
    padding-left: 0;
    padding-right: 0;
  }
  .kp-cart-page {
    margin: 10px;
  }
  .kp-cart-page .item .col-xs-2 {
    padding: 0;
  }
  #menu.affix {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 130;
  }
}
#ZoomImageModal {
  background-color: #000;
  background-color: rgb(0 0 0 / 60%);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1011;
}
#image-target-zoom {
  display: block;
  margin: auto;
  max-width: 700px;
  width: 80%;
}
#ZoomCaption {
  color: #ccc;
  display: block;
  height: 150px;
  margin: auto;
  max-width: 700px;
  padding: 10px 0;
  text-align: center;
  width: 80%;
}
#image-target-zoom,
#ZoomCaption {
  animation-duration: 0.6s;
  animation-name: zoom;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#ZoomClose {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 35px;
  top: 15px;
  transition: 0.3s;
}
#ZoomClose:hover,
#ZoomClose:focus {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (width <= 700px) {
  #image-target-zoom {
    width: 100%;
  }
}
.aa-footer-widget h2 {
  color: white;
}
#chosen-filters h3 {
  left: 0;
}
#delete-filters {
  display: inline;
  font-size: 0.8em;
  position: absolute;
  right: 30px;
  top: 21px;
}
#delete-filter a:hover {
  color: #291f44;
}
.affix {
  background-color: #291f44;
}
.carousel {
  margin: 10px 15px 50px;
}
.static .carousel {
  margin-left: 30px;
  margin-right: 30px;
}
.carousel a,
.carousel a:hover {
  text-decoration: none;
}
.carousel-inner > .item img {
  width: 100%;
}
.carousel-controls {
  position: absolute;
  top: 165px;
  width: 100%;
  z-index: 20;
}
.carousel-controls a {
  background: rgb(0 0 0 / 20%);
  display: inline-block;
  font-size: 1.5em;
  padding: 8px 15px;
}
.carousel-control-left:hover,
.carousel-control-right:hover {
  background: rgb(0 0 0 / 90%);
}
.carousel-control-left,
.carousel-control-right {
  color: #fff !important;
}
.carousel-control-left {
  float: left;
}
.carousel-control-right {
  float: right;
}
.carousel-caption-row {
  display: flex;
}
.carousel-caption {
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: left;
  text-shadow: 0 0 0 rgb(0 0 0 / 0%);
  width: 100%;
}
.carousel-caption h3,
.carousel-caption p {
  color: #291f44;
  margin: 0;
}
.carousel-caption p {
  margin-top: 0;
}
.carousel-caption-left {
  float: left;
  width: 70%;
}
.carousel-caption-right {
  float: right;
  position: relative;
  width: 30%;
}
.carousel-caption-button {
  position: absolute;
  right: 0;
  top: -27px;
}
.carousel-caption .btn {
  background: #291f44;
  color: #fff;
  margin-bottom: 0;
}
.carousel-caption .btn:hover {
  background: #000;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background: #291f44;
  border-color: #291f44;
  opacity: 0.5;
}
.carousel-indicators li.active {
  background: #291f44;
  border-color: #291f44;
  opacity: 1;
}
@media only screen and (width <= 1200px) {
  .carousel-controls {
    top: 120px;
  }
  .carousel-controls a {
    font-size: 1em;
  }
  .carousel-caption-left {
    width: 70%;
  }
  .carousel-caption-right {
    width: 30%;
  }
}
@media only screen and (width <= 992px) {
  .carousel-caption {
    font-size: 1.1em;
    padding: 20px 10px 10px;
    position: relative;
  }
  .carousel-caption h3 {
    font-size: 1.2em;
    margin-bottom: 0;
    text-align: center;
  }
  .carousel-caption p {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  .carousel-caption-row {
    display: block;
  }
  .carousel-caption-left,
  .carousel-caption-right {
    float: none;
    width: 100%;
  }
  .carousel-caption .btn {
    display: none;
  }
}
@media only screen and (width <= 990px) {
  .carousel {
    margin: 0 13px 40px;
  }
  .carousel-controls {
    top: 100px;
  }
}
@media only screen and (width <= 480px) {
  .carousel-controls {
    top: 50px;
  }
  .carousel-indicators {
    bottom: -40px;
  }
  .carousel-controls a {
    font-size: 0.7em;
    padding: 5px 10px;
  }
  .carousel-caption .btn {
    font-size: 0.8em;
  }
}
body {
  background-color: #fff;
  color: #291f44;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.428571429;
}
.no-padding {
  padding: 0 !important;
}
.article-padding {
  padding: 1.2rem;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}
img {
  border: 0;
}
.aa-primary-btn {
  border: 1px solid #e9e9e9;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 30px;
  transition: 0.5s;
}
.aa-primary-btn:hover,
.aa-primary-btn:focus {
  text-decoration: none;
}
.aa-primary-btn span {
  margin-right: 5px;
}
.aa-secondary-btn {
  -ms--border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 22px;
  transition: 0.5s;
}
.aa-secondary-btn:hover,
.aa-secondary-btn:focus {
  color: #fff;
  text-decoration: none;
}
.aa-browse-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 18px;
  transition: all 0.5s;
}
.aa-browse-btn span {
  margin-left: 5px;
}
.aa-browse-btn:hover,
.aa-browse-btn:focus {
  background-color: #fff;
}
.aa-add-to-cart-btn {
  border: 1px solid #ccc;
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.aa-add-to-cart-btn span {
  margin-right: 5px;
}
.aa-filter-btn {
  color: #fff;
  font-size: 15px;
  height: 30px;
  width: 80px;
}
.aa-cart-view-btn {
  border: 0;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.aa-cart-view-btn:hover {
  background-color: #000;
  color: #fff;
}
@keyframes cartbox-transition {
  33.33% {
    top: -13px;
  }
  66.66% {
    top: -17px;
  }
  100% {
    top: -15px;
  }
}
@keyframes cartbox-transition {
  33.33% {
    top: -13px;
  }
  66.66% {
    top: -17px;
  }
  100% {
    top: -15px;
  }
}
#aa-header {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top {
  border-bottom: 1px solid #e8e8e8;
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top .aa-header-top-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top .aa-header-top-left {
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language {
  border-right: 1px solid #ccc;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .btn img {
  display: inline;
  height: 10px;
  margin-right: 5px;
  margin-top: -2px;
  width: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu {
  border-radius: 0;
  min-width: 110px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu a {
  font-size: 12px;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-language
  .dropdown-menu
  a
  img {
  height: 10px;
  margin-right: 5px;
  margin-top: -2px;
  width: 12px;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-language
  .dropdown-menu::after,
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-language
  .dropdown-menu::before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-language
  .dropdown-menu::after {
  border-color: rgb(255 255 255 / 0%);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 0;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-language
  .dropdown-menu::before {
  border-color: rgb(221 221 221 / 0%);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -2px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency {
  border-right: 1px solid #ccc;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn i {
  display: inline;
  font-size: 12px;
  margin-right: 3px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu {
  border-radius: 0;
  min-width: 110px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a i {
  display: inline;
  font-size: 12px;
  margin-right: 3px;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-currency
  .dropdown-menu::after,
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-currency
  .dropdown-menu::before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 43%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-currency
  .dropdown-menu::after {
  border-color: rgb(255 255 255 / 0%);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 0;
}
#aa-header
  .aa-header-top
  .aa-header-top-left
  .aa-currency
  .dropdown-menu::before {
  border-color: rgb(221 221 221 / 0%);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -2px;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone {
  border-right: 1px solid #ddd;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 10px;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone p span {
  margin-right: 5px;
}
#aa-header .aa-header-top .aa-header-top-right {
  float: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right {
  display: inline-block;
  text-align: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li {
  display: inline-block !important;
  text-align: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
  border-right: 1px solid #ddd;
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 5px 8px;
}
#aa-header .aa-header-bottom {
  display: inline;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
  float: left;
  margin-top: 4px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
  font-family: Raleway, sans-serif;
  font-size: 28px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a:hover {
  color: #333;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a > span {
  display: inline-block;
  float: left;
  font-size: 50px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
  display: inline-block;
  float: left;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: -5px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
  float: right;
  margin-right: 5%;
  margin-top: 13px;
  position: relative;
  width: 500px;
}
#aa-header
  .aa-header-bottom
  .aa-header-bottom-area
  .aa-search-box
  input[type="text"] {
  border: 1px solid #ddd;
  color: #555;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 40px;
  padding: 10px 55px 10px 10px;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
  border: medium none;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 50px;
}
#aa-header
  .aa-header-bottom
  .aa-header-bottom-area
  .aa-search-box
  button:hover {
  opacity: 0.8;
}
#search-autocomplete-results {
  background: #fff;
  border: 1px solid #000;
  max-height: 400px;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
}
.search-autocomplete-item {
  display: block;
  width: 100%;
}
#search-autocomplete-results > li {
  border-bottom: solid 1px #ccc;
}
#search-autocomplete-results > li:last-child {
  border-bottom: 0;
}
#search-autocomplete-results > li > a.search-autocomplete-item:active {
  background-color: transparent;
  color: black;
}
#search-autocomplete-results > li > a.search-autocomplete-item:hover {
  background-color: transparent;
  color: black;
  filter: opacity(0.5);
}
.search-autocomplete-item > * {
  display: inline-block;
}
.search-autocomplete-item .product-image,
.search-autocomplete-item .stock-info {
  width: 50px;
}
.search-autocomplete-item .product-info {
  width: calc(100% - 100px);
}
#aa-header .aa-header-bottom .aa-cartbox {
  float: right;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
  display: block;
  font-size: 22px;
  height: auto;
  position: relative;
  width: 120px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .fa-shopping-basket {
  position: relative;
  z-index: 99;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-title {
  color: #555;
  display: block;
  font-size: 14px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: cartbox-transition;
  animation-timing-function: linear;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 9px;
  position: absolute;
  right: 39%;
  top: -15px;
  z-index: 10;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify::after,
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify::before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify::after {
  border-color: rgb(255 102 102 / 0%);
  border-width: 5px;
  margin-left: -5px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify::before {
  border-color: rgb(0 0 0 / 0%);
  border-width: 6px;
  margin-left: -6px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 9999;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 81%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after {
  border-color: rgb(255 255 255 / 0%);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
  border-color: rgb(233 233 233 / 0%);
  border-bottom-color: #e9e9e9;
  border-width: 11px;
  margin-left: -11px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li:last-child {
  border: 0;
  margin-bottom: 0;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-img {
  display: block;
  float: left;
  height: 95px;
  width: 80px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-img
  img {
  height: 100%;
  width: 100%;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 10px;
  width: 55%;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-info
  h4 {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-info
  h4
  a {
  color: #333;
  letter-spacing: 0.5px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-info
  p {
  font-size: 16px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-remove-product {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #c0c0c0;
  font-size: 12px;
  height: 20px;
  line-height: 17px;
  position: absolute;
  right: 0;
  top: 30%;
  transition: all 0.5s;
  width: 20px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-remove-product:hover,
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-remove-product:focus {
  color: #333;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-total-title {
  float: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-total-price {
  float: right;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#content {
  display: inline;
  float: left;
  width: 100%;
}
@media screen and (width>= 992px) and (width <= 1200px) {
}
#menu {
  display: inline;
  float: left;
  width: 100%;
}
#menu .menu-area {
  display: inline;
  float: left;
  width: 100%;
}
#menu .menu-area .navbar-default {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}
#menu .menu-area .navbar-default .navbar-nav {
  display: inline-block;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}
#menu .menu-area .navbar-default .navbar-nav li a {
  color: #74666a;
  font-size: 16px;
  padding: 10px 15px;
  transition: all 0.5s;
}
#menu .menu-area .navbar-default .navbar-nav .open a {
  background-color: #fff;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 8px 15px;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:hover,
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:focus {
  color: #fff;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu .dropdown-header {
  color: #555;
  display: block;
  font-size: 16px;
  padding: 3px 20px;
  text-transform: uppercase;
}
.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #fff;
  outline: 0;
  text-decoration: none;
}
@keyframes loader-two-before-transition {
  50% {
    left: -154px;
  }
  100% {
    left: -97px;
  }
}
@keyframes loader-two-before-transition {
  50% {
    left: -154px;
  }
  100% {
    left: -97px;
  }
}
@keyframes loader-two-after-transition {
  50% {
    left: 54px;
  }
  100% {
    left: -4px;
  }
}
@keyframes loader-two-after-transition {
  50% {
    left: 54px;
  }
  100% {
    left: -4px;
  }
}
#wpf-loader-two {
  height: 100%;
  inset: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
#wpf-loader-two .wpf-loader-two-inner {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100px;
  left: 46%;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100px;
}
#wpf-loader-two .wpf-loader-two-inner::before {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loader-two-before-transition;
  animation-timing-function: linear;
  content: "";
  height: 57%;
  left: -204px;
  position: absolute;
  top: -5px;
  transition: all 0.5s ease 0s;
  width: 200px;
}
#wpf-loader-two .wpf-loader-two-inner::after {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loader-two-after-transition;
  animation-timing-function: linear;
  content: "";
  height: 57%;
  left: 104%;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  width: 200px;
}
#wpf-loader-two .wpf-loader-two-inner span {
  color: #fff;
  display: inline-block;
  margin-top: 42%;
}
#aa-slider {
  display: inline;
  float: left;
  width: 100%;
}
#aa-slider .aa-slider-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-slider .aa-slider-area .seq-title {
  left: 19%;
  margin-right: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 57%;
}
#aa-slider .aa-slider-area .seq-title span {
  background-color: #fff;
  display: inline-block;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  padding: 6px 15px;
  text-transform: uppercase;
}
#aa-slider .aa-slider-area .seq-title h2 {
  background-color: rgb(255 255 255 / 60%);
  color: #333;
  display: inline-block;
  float: none;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#aa-slider .aa-slider-area .seq-title p {
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  text-align: center;
}
#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
  margin-top: 25px;
}
#aa-slider .aa-slider-area .seq .seq-next {
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-next:hover,
#aa-slider .aa-slider-area .seq .seq-next:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}
#aa-slider .aa-slider-area .seq .seq-prev {
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-prev:hover,
#aa-slider .aa-slider-area .seq .seq-prev:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}
#aa-slider .seq-canvas .slick-prev,
#aa-slider .seq-canvas .slick-next {
  font-weight: bold;
  height: 50px;
  top: 49%;
  width: 50px;
}
#aa-slider .seq-canvas .slick-prev {
  left: 50px;
}
#aa-slider .seq-canvas .slick-next {
  right: 50px;
}
#aa-slider .slick-slide img {
  max-width: 100%;
  min-width: 100%;
}
#aa-promo {
  display: inline;
  float: left;
  width: 100%;
}
#aa-promo .aa-promo-area {
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-left {
  display: inline;
  float: left;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
  top: 40% !important;
}
#aa-promo .aa-promo-area .aa-promo-middle {
  background-color: #ddd;
  display: inline;
  float: left;
  height: 400px;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-right {
  display: inline;
  float: left;
  height: 400px;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
  float: left;
  height: 50%;
  width: 50%;
}
#aa-promo .aa-promo-area .aa-promo-banner {
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-banner::before {
  background: rgb(255 255 255 / 60%);
  border-radius: 100%;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease-out;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover img {
  height: 120%;
  margin-left: -10%;
  margin-top: -10%;
  width: 120%;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover::before {
  transform: scale(2);
}
#aa-promo .aa-promo-area .aa-promo-banner img {
  height: 100%;
  transition: all 0.5s;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 35%;
  width: 100%;
  z-index: 99;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
  background-color: #fff;
  padding: 5px 10px;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.5s;
}
#aa-product {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
  float: left;
  margin: 0;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner #men {
  margin-left: -55px;
  padding-bottom: 35px;
  text-align: center;
}
#aa-product .aa-product-area .aa-product-inner #electronics {
  margin-left: -55px;
  padding-bottom: 35px;
  text-align: center;
}
#aa-product .aa-product-area .aa-product-inner #women {
  margin-left: -55px;
  padding-bottom: 35px;
  text-align: center;
}
#aa-product .aa-product-area .aa-product-inner #sports {
  margin-left: -55px;
  padding-bottom: 35px;
  text-align: center;
}
.aa-product-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.aa-product-nav li {
  display: inline-block;
}
.aa-product-nav li a {
  color: #333;
  display: inline-block;
  padding: 8px 15px;
}
.aa-product-content {
  margin-left: -30px;
  margin-top: 20px;
}
.aa-product-content li {
  background-color: #ccc;
  display: block;
  float: left;
  height: 250px;
  margin: 0 0 0 30px;
  margin-bottom: 20px;
  width: 22.5%;
}
.aa-products-tab {
  border: 0;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.aa-products-tab li {
  border: 0;
  display: inline-block;
  float: none;
}
.aa-products-tab li a {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  margin: 0 6px;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
  background-color: inherit;
  color: #333;
}
.aa-products-tab li.active a {
  background-color: inherit;
  border: 0;
  font-size: 16px;
}
.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
  background-color: inherit;
  border: 0;
}
.aa-product-catg {
  margin-left: -54px;
}
.aa-product-catg li {
  display: block;
  float: left;
  height: 380px;
  margin: 0 0 20px 55px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 20.5%;
}
.aa-product-catg li:hover figure .aa-product-img {
  background-color: rgb(0 0 0 / 50%);
}
.aa-product-catg li:hover figure .aa-add-card-btn {
  transform: scale(1);
}
.aa-product-catg li:hover .aa-product-hvr-content {
  transform: translateX(0%);
}
.aa-product-catg li figure {
  height: 300px;
  position: relative;
}
.aa-product-catg li figure .aa-product-img {
  background-color: #f9f9fb;
  display: block;
  transition: all 0.5s;
}
.aa-product-catg li figure .aa-add-card-btn {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: scale(0);
  transition: all 0.5s;
}
.aa-product-catg li figure .aa-add-card-btn span {
  margin-right: 5px;
}
.aa-product-catg li .aa-product-title {
  color: #333;
  margin-bottom: 5px;
}
.aa-product-catg li .aa-product-title a {
  color: #333;
  transition: all 0.5s;
}
.aa-product-catg li .aa-product-price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.aa-product-catg li .aa-product-price del {
  margin-left: 5px;
}
.aa-product-catg li .aa-product-hvr-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateX(-100%);
  transition: all 0.5s;
  width: 100%;
}
.aa-product-catg li .aa-product-hvr-content a {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
}
.aa-product-catg li .aa-badge {
  color: #fff;
  font-size: 15px;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 5%;
}
.aa-product-catg li .aa-sale {
  background-color: #008000;
}
.aa-product-catg li .aa-sold-out {
  background-color: #f00;
}
.aa-product-catg li .aa-hot {
  background-color: #f60;
}
#quick-view-modal .modal-dialog {
  margin: 10% auto;
  width: 800px;
}
#quick-view-modal .modal-content {
  border-radius: 0;
}
#quick-view-modal .modal-content button.close {
  margin-right: 10px;
  transition: all 0.5s;
}
#quick-view-modal .modal-content button.close:hover {
  opacity: 1;
}
#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .aa-product-view-slider
  .simpleLens-container
  .simpleLens-big-image-container {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .aa-product-view-slider
  .simpleLens-container
  .simpleLens-big-image-container
  .simpleLens-lens-image {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .aa-product-view-slider
  .simpleLens-thumbnails-container {
  text-align: center;
}
#quick-view-modal .modal-content .aa-product-view-content {
  padding-bottom: 10px;
  padding-right: 10px;
}
#quick-view-modal .modal-content .aa-product-view-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
#quick-view-modal .modal-content .aa-product-view-content h4 {
  font-weight: bold;
  letter-spacing: 1px;
}
#quick-view-modal .modal-content .aa-product-view-content > p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
  margin-bottom: 5px;
  position: relative;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-price-block
  .aa-product-view-price {
  font-size: 18px;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-price-block
  .aa-product-avilability {
  position: absolute;
  right: 0;
  top: 0;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  transition: all 0.5s;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-quantity
  form {
  display: inline-block;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-quantity
  form
  select {
  height: 25px;
  width: 40px;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category
  a {
  font-size: 14px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-view-bottom
  a:last-child {
  margin-left: 10px;
}
#aa-banner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area a {
  display: block;
}
#aa-banner .aa-banner-area a img {
  max-width: 100%;
}
#aa-popular-category {
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}
#aa-popular-category .aa-popular-category-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-popular-category
  .aa-popular-category-area
  .tab-content
  > .tab-pane:not(.active),
#aa-popular-category
  .aa-popular-category-area
  .pill-content
  > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}
#aa-popular-category .aa-popular-category-area #popular,
#aa-popular-category .aa-popular-category-area #featured,
#aa-popular-category .aa-popular-category-area #latest {
  text-align: center;
}
.slick-arrow {
  height: 30px;
  width: 30px;
}
#aa-support {
  background-color: #333;
  display: inline;
  float: left;
  width: 100%;
}
#aa-support .aa-support-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single {
  display: inline;
  float: left;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single span {
  font-size: 30px;
}
#aa-support .aa-support-area .aa-support-single h4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#aa-support .aa-support-area .aa-support-single p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 0;
}
#aa-testimonial {
  background-attachment: fixed;
  background-image: url("../img/testimonial-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
#aa-testimonial::after {
  background-color: rgb(0 0 0 / 70%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#aa-testimonial .aa-testimonial-area {
  display: inline;
  float: left;
  padding: 100px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single {
  color: #fff;
  padding: 50px 0;
  position: relative;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single::before {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 100%;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 1;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single::after {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100% 0 0;
  bottom: 0;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  width: 100px;
  z-index: 1;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  > p {
  margin-bottom: 20px;
  padding: 0 15%;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  .aa-testimonial-img {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  .aa-testimonial-quote {
  color: #fff;
  display: block;
  font-size: 35px;
  margin-top: 30px;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  .aa-testimonial-info
  p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  .aa-testimonial-info
  span {
  color: #f8f8f8;
  display: block;
  letter-spacing: 1px;
}
#aa-testimonial
  .aa-testimonial-area
  .aa-testimonial-slider
  .aa-testimonial-single
  .aa-testimonial-info
  a {
  color: #f8f8f8;
  letter-spacing: 1px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .slick-dots li {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  height: 6px;
  width: 20px;
}
#aa-latest-blog {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-latest-blog .aa-latest-blog-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-latest-blog .aa-latest-blog-area > h2 {
  margin-bottom: 20px;
  text-align: center;
}
.aa-latest-blog-single {
  display: block;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-img {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-img:hover img {
  transform: scale(1.5);
}
.aa-latest-blog-single .aa-blog-img img {
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption {
  background: rgb(0 0 0 / 20%) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a i,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span i {
  margin-right: 5px;
}
.aa-latest-blog-single .aa-blog-info {
  display: inline;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-info .aa-blog-title {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.aa-latest-blog-single .aa-blog-info .aa-blog-title a {
  color: #222;
  font-size: 18px;
  transition: all 0.5s ease 0s;
}
.aa-latest-blog-single .aa-blog-info p {
  font-size: 15px;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn {
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus {
  color: #222;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover span,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus span {
  opacity: 1;
  transform: translateX(10%);
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-200%);
  transition: all 0.5s;
}
#aa-client-brand {
  background-color: #333;
  display: inline;
  float: left;
  padding: 40px 0;
  width: 100%;
}
#aa-client-brand .aa-client-brand-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider {
  margin-left: -35px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-left: 35px;
  text-align: center;
  width: 17%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a {
  display: block;
  padding: 20px 0;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a img {
  display: inline-block;
  max-width: 100%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  top: 44%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
  left: -15px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  right: -45px;
}
#aa-client-brand .aa-client-brand-area .slick-dots {
  display: none !important;
}
#aa-subscribe {
  display: inline;
  float: left;
  width: 100%;
}
#aa-subscribe .aa-subscribe-area {
  display: inline;
  float: left;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
#aa-subscribe .aa-subscribe-area h3 {
  color: #222;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
#aa-subscribe .aa-subscribe-area p {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form {
  margin: 20px auto 0;
  position: relative;
  width: 450px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="email"] {
  border: 1px solid #ccc;
  color: #555;
  height: 40px;
  padding: 5px 125px 5px 10px;
  width: 100%;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
}
#aa-catg-head-banner {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
#aa-catg-head-banner .aa-catg-head-banner-area {
  background-color: rgb(0 0 0 / 50%);
  inset: 0;
  position: absolute;
  text-align: center;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
  display: inline-block;
  float: left;
  padding: 10% 0;
  text-align: center;
  width: 100%;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb {
  background-color: transparent;
  border-radius: 0;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb
  a {
  color: white;
}
#aa-product-category {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
  padding-bottom: 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a {
  display: block;
  padding: 4px 0;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  .noUi-connect {
  box-shadow: none;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
  display: block;
  margin-top: 15px;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-red {
  background-color: #f00;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-green {
  background-color: #008000;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-yellow {
  background-color: #ff0;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-pink {
  background-color: #ffc0cb;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-purple {
  background-color: #800080;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-blue {
  background-color: #00f;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orange {
  background-color: #ffa500;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-gray {
  background-color: #bebebe;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-black {
  background-color: #000;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-cyan {
  background-color: #0ff;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-olive {
  background-color: #0ff;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orchid {
  background-color: #da70d6;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li:last-child {
  border: 0;
  margin-bottom: 0;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img {
  display: block;
  float: left;
  height: 95px;
  width: 100px;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img
  img {
  height: 100%;
  width: 100%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4 {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a {
  color: #333;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  p {
  font-size: 16px;
}
#aa-product-category .aa-product-catg-content {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head {
  background-color: #f3f3f3;
  display: inline;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left {
  float: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  label {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 10px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form {
  float: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form
  select {
  border: 1px solid #ccc;
  text-align: center;
  width: 150px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form
  select
  option {
  padding: 4px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form {
  float: left;
  margin-left: 25px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form
  select {
  border: 1px solid #ccc;
  text-align: center;
  width: 80px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form
  select
  option {
  padding: 4px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right {
  float: right;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right
  a {
  color: #555;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 0;
  transition: all 0.5s;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg {
  margin-left: -30px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg
  li {
  margin: 0 0 20px 30px;
  width: 29.916%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg
  li
  .aa-product-descrip {
  display: none;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
  height: 345px;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-product-img {
  float: left;
  margin-right: 40px;
  width: 35%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-add-card-btn {
  bottom: 35%;
  font-size: 14px;
  left: 40%;
  transform: scale(1);
  width: 150px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  figcaption {
  text-align: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-product-descrip {
  display: block;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  .aa-product-hvr-content {
  width: 35%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:first-child
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:first-child
  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:last-child
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:last-child
  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span {
  border: 0;
  color: #888;
  margin-left: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:hover,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:hover {
  background-color: #fff;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:focus,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:focus {
  color: #fff;
}
#aa-product-details {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-details .aa-product-details-area {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-details-content {
  margin: 0 auto;
  width: 80%;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-slider {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content {
  padding-bottom: 10px;
  padding-right: 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-view-size
  a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity {
  margin-top: 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity
  form {
  display: inline-block;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity
  form
  select {
  height: 25px;
  width: 40px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category
  a {
  font-size: 14px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-view-bottom
  a {
  margin-right: 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  .aa-color-green {
  background-color: #008000;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  .aa-color-yellow {
  background-color: #ff0;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  .aa-color-pink {
  background-color: #ffc0cb;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  .aa-color-black {
  background-color: #000;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-color-tag
  .aa-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom {
  border-top: 1px solid #ccc;
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs {
  text-align: center;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li
  a {
  border: 0;
  border-radius: 0;
  font-size: 18px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li
  a:hover,
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li
  a:focus {
  background-color: transparent;
  border: 0;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  #description {
  padding: 20px 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  #description
  ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  #description
  ul
  li {
  color: #555;
  list-style: outside none square;
  margin-top: 5px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area {
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  > h4 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  .aa-review-nav
  li {
  margin-bottom: 20px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  .aa-review-nav
  li
  .media-object {
  display: block;
  height: 60px;
  width: 60px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  .aa-review-nav
  li
  .media-body {
  border: 1px solid #ccc;
  padding: 10px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  .aa-review-nav
  li
  .media-body
  .media-heading {
  font-size: 16px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-product-review-area
  .aa-review-nav
  li
  .media-body
  .aa-product-rating
  span {
  color: #f60;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form {
  margin-top: 20px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  label {
  color: #555;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  textarea {
  height: 200px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  input {
  height: 45px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .aa-review-submit {
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  height: 45px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .aa-review-submit:hover {
  background-color: #000;
  border-color: #000;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .form-control {
  border-radius: 0;
  box-shadow: none;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .form-control:focus {
  box-shadow: none;
}
#aa-product-details .aa-product-details-area .aa-product-related-item {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-related-item h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-related-item
  .slick-prev,
#aa-product-details
  .aa-product-details-area
  .aa-product-related-item
  .slick-next {
  top: -65px;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-related-item
  .slick-dots {
  display: none !important;
}
#cart-view {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area {
  display: inline;
  float: left;
  padding-top: 50px;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table {
  background-color: #f5f5f5;
  display: inline;
  float: left;
  min-height: 350px;
  padding: 30px;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table .table {
  border: 1px solid #ddd;
}
#cart-view .cart-view-area .cart-view-table .table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #555;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td {
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove {
  color: #f00;
  padding: 5px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove:hover {
  color: #555;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td img {
  height: 100px;
  width: 80px;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-quantity {
  padding: 5px;
  width: 50px;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom {
  padding: 50px;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom
  .aa-cart-coupon {
  float: left;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom
  .aa-cart-coupon
  .aa-coupon-code {
  border: 1px solid #e5e5e5;
  color: #505050;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  margin-right: 20px;
  min-width: 250px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total {
  margin: 0 auto;
  text-align: center;
  width: 400px;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
  border: 1px solid #ccc;
  width: 100%;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .cart-view-total
  .aa-totals-table
  tr
  th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .cart-view-total
  .aa-totals-table
  tr
  td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total a {
  display: inline-block;
  float: none;
  margin-top: 30px;
}
#checkout {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#checkout .checkout-area .checkout-left {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default {
  border-radius: 0;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .panel-default
  .panel-heading {
  background-color: transparent;
  padding: 0;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .panel-default
  .panel-heading
  .panel-title {
  font-size: 18px;
  padding: 20px 15px;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .panel-default
  .panel-heading
  .panel-title
  a {
  display: block;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-coupon
  .aa-coupon-code {
  border: 1px solid #e5e5e5;
  color: #505050;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-right: 20px;
  min-width: 250px;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-coupon
  input[type="submit"] {
  font-size: 14px;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-login
  input[type="text"],
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-login
  input[type="password"] {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login label {
  cursor: pointer;
  font-weight: normal;
  margin-top: 8px;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-login
  input[type="checkbox"] {
  margin-top: 5px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login button {
  float: left;
  font-size: 14px;
  margin-right: 5px;
  padding: 8px 20px;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-login
  .aa-lost-password {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  input {
  border: 1px solid #ccc;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  textarea {
  border: 1px solid #ccc;
  color: #999;
  height: 150px;
  padding: 10px;
  width: 100%;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  select {
  border: 1px solid #ccc;
  color: #999;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-right {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-right h4 {
  margin-top: 0;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area {
  margin-bottom: 30px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
  border: 1px solid #ccc;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-order-summary-area
  .table
  thead
  tr
  th {
  border: 1px solid #ccc;
  text-align: center;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-order-summary-area
  .table
  tbody
  tr
  td {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-order-summary-area
  .table
  tbody
  tr
  td
  strong {
  font-size: 14px;
  margin-left: 5px;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-order-summary-area
  .table
  tfoot
  tr
  th {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-order-summary-area
  .table
  tfoot
  tr
  td {
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-payment-method {
  border: 1px solid #ccc;
  padding: 15px;
}
#checkout .checkout-area .checkout-right .aa-payment-method label {
  font-weight: normal;
  width: 100%;
}
#checkout .checkout-area .checkout-right .aa-payment-method img {
  margin-top: -10px;
  width: 80%;
}
#checkout
  .checkout-area
  .checkout-right
  .aa-payment-method
  input[type="submit"] {
  display: block;
  margin-top: 15px;
  padding: 8px 12px;
  width: 100%;
}
#aa-myaccount {
  display: inline;
  float: left;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area h4 {
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#aa-myaccount .aa-myaccount-area .aa-myaccount-login {
  display: inline;
  float: left;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area .aa-myaccount-register {
  display: inline;
  float: left;
  width: 100%;
}
.aa-login-form input[type="text"],
.aa-login-form input[type="password"] {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.aa-login-form label {
  font-weight: normal;
  margin-top: 8px;
}
.aa-login-form label span {
  color: red;
}
.aa-login-form .rememberme {
  cursor: pointer;
  margin-top: 18px;
}
.aa-login-form input[type="checkbox"] {
  margin-top: 5px;
}
.aa-login-form button {
  float: left;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 10px;
  padding: 8px 20px;
}
.aa-login-form .aa-lost-password {
  color: #291f44;
  margin-top: 10px;
  width: 100%;
}
.aa-login-form .aa-lost-password a {
  color: #291f44;
}
#login-modal .modal-content {
  border-radius: 0;
}
#login-modal .modal-dialog {
  margin: 100px auto;
  width: 320px;
}
#login-modal .modal-dialog h4 {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
#login-modal .modal-dialog .aa-register-now {
  border-top: 1px solid #ccc;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 10px;
}
#login-modal .modal-dialog .aa-register-now a {
  margin-left: 5px;
}
#aa-blog-archive {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  h4
  a {
  color: #555;
  transition: all 0.5s;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  p {
  font-size: 14px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-blog-img {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-blog-img:hover
  img {
  opacity: 1;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-blog-img
  img {
  max-width: 100%;
  opacity: 0.8;
  transition: all 0.5s;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-article-bottom {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-article-bottom
  .aa-post-author {
  float: left;
  font-size: 12px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-article-bottom
  .aa-post-date {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget h3 {
  margin-top: 5px;
  padding-bottom: 10px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-catg-nav
  li
  a {
  display: block;
  padding: 4px 0;
  transition: all 0.5s;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud {
  display: block;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud
  a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all 0.5s;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud
  a:focus {
  color: #fff;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  .noUi-connect {
  box-shadow: none;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li:last-child {
  border: 0;
  margin-bottom: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img {
  display: block;
  float: left;
  height: 80px;
  width: 90px;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img
  img {
  height: 100%;
  width: 100%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a {
  color: #333;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  p {
  font-size: 12px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li:first-child
  a,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li:first-child
  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li:last-child
  a,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li:last-child
  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  a,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  span {
  border: 0;
  color: #888;
  margin-left: 0;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  span:hover {
  background-color: #fff;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  a:focus,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  span:focus {
  color: #fff;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  .active
  a {
  color: #fff;
}
#aa-blog-archive .aa-blog-archive-2 .aa-blog-content {
  margin-top: 10px;
}
#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single {
  margin-bottom: 30px;
}
#aa-blog-archive
  .aa-blog-archive-2
  .aa-latest-blog-single
  .aa-blog-img
  .aa-blog-img-caption
  a {
  margin-right: 8px;
}
#aa-blog-archive
  .aa-blog-archive-2
  .aa-latest-blog-single
  .aa-blog-img
  .aa-blog-img-caption
  span {
  margin-right: 8px;
}
.aa-blog-details h2 {
  color: #555;
}
.aa-blog-details h2 a {
  color: #555;
}
.aa-blog-details .aa-blog-content-single p {
  font-size: 17px !important;
}
.aa-blog-details .aa-blog-content-single ul {
  margin-left: 52px;
}
.aa-blog-details .aa-blog-content-single ul li {
  list-style: outside none disc;
  margin-bottom: 5px;
}
.aa-blog-details .aa-blog-content-single .blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag {
  display: inline;
  float: left;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag span {
  font-size: 20px;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag a {
  color: #333;
  font-size: 16px;
  margin-left: 5px;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-tag a:focus {
  outline: 0;
  text-decoration: none;
}
.aa-blog-details .aa-blog-content-single .blog-single-social {
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
}
.aa-blog-details .aa-blog-content-single .blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-content-single .blog-single-social a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-social a:focus {
  outline: 0;
  text-decoration: none;
}
.aa-blog-details .aa-article-bottom {
  margin-bottom: 20px;
}
.aa-blog-details .aa-article-bottom .aa-post-author {
  font-size: 14px;
}
.aa-blog-details .aa-article-bottom .aa-post-date {
  font-size: 14px;
}
.aa-blog-details .aa-blog-navigation {
  border-top: 1px solid #ccc;
  display: inline;
  float: left;
  padding-top: 25px;
  width: 100%;
}
.aa-blog-details .aa-blog-navigation .aa-blog-prev {
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.aa-blog-details .aa-blog-navigation .aa-blog-prev span {
  margin-right: 10px;
}
.aa-blog-details .aa-blog-navigation .aa-blog-next {
  color: #fff;
  display: inline-block;
  float: right;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.aa-blog-details .aa-blog-navigation .aa-blog-next span {
  margin-left: 10px;
}
.aa-blog-details .aa-blog-comment-threat {
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}
.aa-blog-details .aa-blog-comment-threat h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
.aa-blog-details .aa-blog-comment-threat .comments {
  display: inline;
  float: left;
  width: 100%;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li {
  border: 1px solid #ddd;
  display: inline;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .news-img {
  height: 70px;
  margin-right: 10px;
  width: 70px;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .commentlist
  li
  .media-body
  .author-name {
  margin-bottom: 0;
  margin-top: 0;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .commentlist
  li
  .comments-date {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 16px;
  padding: 8px 12px;
  transition: all 0.5s;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .commentlist
  li
  .reply-btn:hover {
  color: #fff;
  opacity: 0.8;
  outline: 0;
  text-decoration: none;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .children {
  margin-left: 50px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-tag {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 6px;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .commentlist
  li
  .author-comments {
  background-color: #f8f8f8;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination {
  display: inline-block;
  text-align: left;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li {
  display: inline-block;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li a {
  border: 1px solid #f8f8f8;
  color: #ccc;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  transition: all 0.5s;
  width: 30px;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .comments-pagination
  li
  a:hover {
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.aa-blog-details
  .aa-blog-comment-threat
  .comments
  .commentlist
  > li:last-child {
  margin-bottom: 0;
}
.aa-blog-details
  .aa-blog-comment-threat
  .aa-blog-archive-pagination
  .pagination {
  border: none !important;
}
.aa-blog-details #respond {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  margin-top: 25px;
  padding: 20px;
  width: 100%;
}
.aa-blog-details #respond .reply-title {
  font-size: 25px;
  margin-top: 0;
}
.aa-blog-details #respond .comment-notes {
  font-size: 15px;
}
.aa-blog-details #respond .required {
  color: red;
}
.aa-blog-details #respond label {
  display: block;
}
.aa-blog-details #respond input[type="text"],
.aa-blog-details #respond input[type="email"],
.aa-blog-details #respond input[type="url"] {
  border: 1px solid #ccc;
  color: #555;
  height: 35px;
  margin-bottom: 10px;
  padding: 5px;
  transition: all 0.5s;
  width: 65%;
}
.aa-blog-details #respond textarea {
  border: 1px solid #ccc;
  color: #555;
  margin-bottom: 5px;
  padding: 10px;
  transition: all 0.5s;
  width: 100%;
}
.aa-blog-details #respond .form-submit input {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 8px;
  transition: all 0.5s;
}
.aa-blog-details #respond .form-submit input:hover {
  background-color: #fff;
}
#aa-contact {
  background: #ccc none repeat scroll 0 0;
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px 100px;
  text-align: center;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top h2 {
  color: #555;
  padding-bottom: 0;
}
#aa-contact .aa-contact-area .aa-contact-top p {
  color: #555;
}
#aa-contact .aa-contact-area .aa-contact-map {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-map iframe {
  margin-bottom: -6px;
}
.aa-footer-social {
  margin-bottom: 10px;
}
#aa-contact .aa-contact-area .aa-contact-address {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form {
  margin-top: 10px;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  input {
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  transition: all 0.5s;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  textarea {
  border-radius: 0;
  font-size: 16px;
  height: 200px;
  padding: 10px;
  width: 70%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  .form-control:focus {
  box-shadow: none;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  .form-group {
  float: left;
  margin-bottom: 20px;
  width: 100% !important;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  button {
  transition: all 0.5s;
  width: 100px;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-right
  address
  h4 {
  font-size: 22px;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-right
  address
  span {
  margin-right: 10px;
}
#aa-error {
  display: inline;
  float: left;
  width: 100%;
}
#aa-error .aa-error-area {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 100px 100px 130px;
  text-align: center;
  width: 100%;
}
#aa-error .aa-error-area h2 {
  display: inline-block;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px #ddd;
}
#aa-error .aa-error-area span {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #ddd;
}
#aa-error .aa-error-area p {
  font-size: 18px;
}
#aa-error .aa-error-area a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s;
}
#aa-footer {
  background-color: #291f44;
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-top {
  display: inline;
  float: left;
  min-height: 100px;
  padding: 5rem 0 2rem;
  width: 100%;
}
#aa-footer .aa-footer-top .aa-footer-top-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
  display: block;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget h3 {
  color: #fff;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a {
  color: #fff;
  transition: all 0.5s;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a:hover,
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a:focus {
  color: #fff;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
  color: #fff;
  margin-bottom: 0;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
  margin-right: 0;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-social
  a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  padding: 2px 0;
  text-align: center;
  transition: all 0.5s;
  width: 35px;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-social
  a:hover {
  border-color: #fff;
  color: #fff;
}
#aa-footer .aa-footer-bottom {
  border-top: 1px solid #333;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
  color: #daeeed;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
  color: #daeeed;
  transition: all 0.5s;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
  float: right;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span {
  color: #daeeed;
  margin-left: 8px;
}
#aa-footer
  .aa-footer-bottom
  .aa-footer-bottom-area
  .aa-footer-payment
  span:hover {
  color: #fff;
}
@media (width <= 1199px) {
  .aa-product-catg {
    margin-left: -45px;
  }
  .aa-product-catg li {
    margin: 0 0 20px 45px;
    width: 20.5%;
  }
  .slick-prev {
    left: 93%;
  }
  .aa-popular-category-area .slick-dots {
    display: none !important;
  }
  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
    left: 15px;
  }
  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    right: -15px;
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    line-height: 50px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 29.2%;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
  .aa-sidebar-price-range .aa-filter-btn {
    margin-top: 10px;
  }
  #aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
    font-size: 22px;
  }
  #aa-catg-head-banner img {
    width: 100%;
  }
  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 5% 0;
  }
  #aa-slider .aa-slider-area .seq-title {
    top: 18%;
  }
  #aa-product .aa-product-area .aa-product-inner #men,
  #aa-product .aa-product-area .aa-product-inner #women,
  #aa-product .aa-product-area .aa-product-inner #sports,
  #aa-product .aa-product-area .aa-product-inner #electronics {
    margin-left: -45px;
  }
}
@media (width <= 991px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
  }
  #aa-slider .aa-slider-area .seq-title {
    left: 8%;
    top: 10%;
    width: 80%;
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 0;
  }
  #aa-slider .seq-canvas .slick-prev {
    left: 20px;
  }
  #aa-slider .seq-canvas .slick-next {
    right: 20px;
  }
  #aa-product .aa-product-area .aa-product-inner #men,
  #aa-product .aa-product-area .aa-product-inner #women,
  #aa-product .aa-product-area .aa-product-inner #sports,
  #aa-product .aa-product-area .aa-product-inner #electronics {
    margin-left: -20px;
  }
  .aa-product-catg {
    margin-left: -20px;
  }
  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 30.5%;
  }
  .slick-prev {
    left: 91%;
  }
  #quick-view-modal .modal-dialog {
    margin: 10% auto;
    width: 90%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 44%;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 3.5% 0;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-descrip {
    padding-right: 20px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-img {
    margin-right: 20px;
    width: 42%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-img
    img {
    max-width: 100%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-descrip {
    font-size: 15px;
    padding-right: 25px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-add-card-btn {
    bottom: 20%;
    left: 46%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    .aa-product-hvr-content {
    width: 42%;
  }
  #aa-product-details .aa-product-details-area .aa-product-details-content {
    margin: 0 auto;
    width: 100%;
  }
  .aa-product-details-content
    .aa-product-view-slider
    .simpleLens-big-image-container {
    width: 100%;
  }
  .aa-product-details-content
    .aa-product-view-slider
    .simpleLens-big-image-container
    .simpleLens-lens-image {
    width: 100%;
  }
  .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
    float: none;
    margin-top: 20px;
  }
  #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
    margin-top: 20px;
  }
  #aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
    margin-top: 30px;
  }
}
@media (width <= 990px) {
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle {
    border-radius: 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  #aa-product .aa-product-area {
    padding: 0 15px;
  }
  #aa-popular-category .aa-popular-category-area {
    padding: 0 15px;
  }
  #aa-support .aa-support-area .aa-support-single {
    margin-bottom: 30px;
  }
  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single {
    margin-bottom: 30px;
  }
  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-img {
    height: 400px;
  }
  #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
    text-align: left;
  }
  .simpleLens-lens-element {
    display: none;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 45%;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
  .aa-product-details-content .aa-product-view-slider .simpleLens-container {
    width: 100%;
  }
  #aa-product-details
    .aa-product-details-area
    .aa-product-details-content
    .aa-product-view-content {
    padding: 0 30px;
    text-align: center;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon {
    float: none;
  }
  .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
    float: none;
    margin-top: 20px;
  }
  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 15px;
    padding: 12px;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom {
    padding: 15px;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon
    .aa-coupon-code {
    font-size: 15px;
    margin-right: 15px;
    min-width: 100px;
    padding: 12px;
    width: 150px;
  }
  .aa-blog-details .aa-blog-content-single .blog-single-tag {
    text-align: center;
  }
  .aa-blog-details .aa-blog-content-single .blog-single-social {
    margin-top: 20px;
    text-align: center;
  }
}
@media (width <= 640px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
    width: 100%;
  }
  .aa-product-catg {
    margin-left: -20px;
  }
  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 46%;
  }
  .slick-prev {
    left: 89%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg {
    margin-left: 0;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    margin-left: 0;
    width: 100%;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
  #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
    height: 40px;
    width: 40px;
  }
  #cart-view .cart-view-area .cart-view-table .table thead tr th {
    font-size: 16px;
    padding: 10px 0;
  }
  #cart-view .cart-view-area .cart-view-table .table tbody tr td {
    font-size: 14px;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon
    .aa-coupon-code {
    font-size: 12px;
    margin-right: 10px;
    min-width: 100px;
    padding: 8px;
    width: 100px;
  }
  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 12px;
    padding: 10px;
  }
  #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
    font-size: 20px;
  }
  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 10px;
    padding: 8px 10px;
  }
  #aa-slider .aa-slider-area .seq-title span {
    font-size: 14px;
    padding: 3px 10px;
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0;
  }
  #aa-slider .aa-slider-area .seq-title p {
    font-size: 14px;
  }
  #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (width <= 480px) {
  #aa-slider .aa-slider-area .seq-title {
    left: 2%;
    top: 15%;
    width: 90%;
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #aa-slider .seq-canvas .slick-prev,
  #aa-slider .seq-canvas .slick-next {
    height: 30px;
    top: 45%;
    width: 30px;
  }
  #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
    font-size: 12px;
    margin-top: 0;
  }
  #aa-slider .slick-slider {
    height: 250px;
  }
  #aa-slider .slick-slide img {
    height: 250px;
  }
  #aa-product .aa-product-area .aa-product-inner #men,
  #aa-product .aa-product-area .aa-product-inner #women,
  #aa-product .aa-product-area .aa-product-inner #sports,
  #aa-product .aa-product-area .aa-product-inner #electronics {
    margin-left: 0;
  }
  #aa-slider .aa-slider-area .seq-title span {
    font-size: 12px;
  }
  .seq .seq-next,
  .seq .seq-prev {
    font-size: 30px;
    line-height: 35px;
    margin-top: -50px;
    padding: 5px 12px;
  }
  .aa-product-catg {
    margin-left: 0;
  }
  .aa-product-catg li {
    margin-left: 0;
    width: 100%;
  }
  .slick-prev {
    left: 84%;
  }
  #aa-promo .aa-promo-area {
    margin-top: 20px;
    padding: 0;
  }
  #aa-promo .aa-promo-area .aa-promo-left {
    height: 250px;
    width: 100%;
  }
  #aa-promo .aa-promo-area .aa-promo-right {
    height: auto;
  }
  #aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
    height: 250px;
    width: 100%;
  }
  #aa-product .aa-product-area {
    margin-top: 20px;
  }
  .aa-products-tab li a {
    margin: 0 4px;
    padding: 6px;
  }
  .scrollToTop {
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    width: 40px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-head
    .aa-product-catg-head-left
    .aa-sort-form
    select {
    padding: 0 5px 0 0;
    width: auto;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-head
    .aa-product-catg-head-left
    .aa-show-form
    select {
    padding: 0 5px 0 0;
    width: auto;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    height: 500px;
    width: 100%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-img {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-add-card-btn {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    .aa-product-hvr-content {
    top: 40%;
    width: 100%;
  }
  #aa-catg-head-banner
    .aa-catg-head-banner-area
    .aa-catg-head-banner-content
    h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #aa-catg-head-banner
    .aa-catg-head-banner-area
    .aa-catg-head-banner-content
    .breadcrumb {
    margin-bottom: 0;
    padding: 3px 10px;
  }
  #aa-catg-head-banner {
    height: 100px;
  }
  #aa-catg-head-banner img {
    height: 100%;
  }
  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 6.5% 0;
  }
  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 7px;
    padding: 8px 0;
  }
  #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
    font-size: 14px;
    padding: 10px 0;
  }
  #aa-contact .aa-contact-area .aa-contact-top {
    padding: 20px;
  }
  #aa-contact .aa-contact-area .aa-contact-top h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  #aa-contact
    .aa-contact-area
    .aa-contact-address
    .aa-contact-address-left
    .comments-form
    textarea {
    width: 100%;
  }
  #aa-contact .aa-contact-area .aa-contact-address {
    padding: 20px;
  }
  #aa-error .aa-error-area {
    padding: 70px 70px 90px;
  }
  #aa-error .aa-error-area h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .aa-blog-details #respond input[type="text"],
  .aa-blog-details #respond input[type="email"],
  .aa-blog-details #respond input[type="url"] {
    width: 100%;
  }
}
@media (width <= 360px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
    display: inline-block;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
    text-align: left;
  }
  #aa-header .aa-header-bottom .aa-cartbox {
    text-align: center;
    width: 100%;
  }
  #aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
    display: inline-block;
  }
  .aa-popular-category .aa-products-tab {
    text-align: left;
  }
  .aa-popular-category-area .tab-content {
    margin-top: 40px;
  }
  .slick-prev,
  .slick-next {
    margin-top: 0;
    top: -40px;
  }
  .slick-prev {
    left: 77%;
  }
  #aa-subscribe .aa-subscribe-area .aa-subscribe-form {
    width: 100%;
  }
  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    top: 30%;
  }
  #aa-subscribe .aa-subscribe-area h3 {
    font-size: 20px;
  }
  #aa-subscribe .aa-subscribe-area p {
    font-size: 14px;
  }
  #aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
    font-size: 14px;
  }
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 45%;
  }
  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-img {
    height: 250px;
  }
  #wpf-loader-two .wpf-loader-two-inner {
    left: 36%;
  }
  #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
    text-align: center;
    width: 100%;
  }
  #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  #quick-view-modal
    .modal-content
    .aa-product-view-content
    .aa-prod-view-bottom {
    text-align: center;
  }
  #quick-view-modal
    .modal-content
    .aa-product-view-content
    .aa-prod-view-bottom
    a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .aa-add-to-cart-btn {
    min-width: 150px;
  }
  #quick-view-modal .modal-content .aa-product-view-content {
    margin-top: 10px;
    text-align: center;
  }
  #quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
    text-align: left;
  }
  #quick-view-modal .modal-content .aa-product-view-content h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }
  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 8% 0;
  }
  #aa-product-details
    .aa-product-details-area
    .aa-product-details-content
    .aa-product-view-content {
    padding: 0 10px;
  }
  #aa-product-details .aa-product-details-area .aa-product-related-item h3 {
    text-align: left;
  }
  #aa-product-details
    .aa-product-details-area
    .aa-product-related-item
    .slick-prev,
  #aa-product-details
    .aa-product-details-area
    .aa-product-related-item
    .slick-next {
    top: -75px;
  }
  #cart-view .cart-view-area .cart-view-table {
    padding: 0 0 20px;
  }
  #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
    height: 15px;
    width: 15px;
  }
  #cart-view .cart-view-area .cart-view-table .table thead tr th {
    font-size: 10px;
    padding: 7px 0;
  }
  #cart-view .cart-view-area .cart-view-table .table tbody tr td {
    font-size: 14px;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon
    .aa-coupon-code {
    font-size: 12px;
    margin-right: 10px;
    min-width: 100px;
    padding: 8px;
    width: 100px;
  }
  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 12px;
    padding: 10px;
  }
  #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
    font-size: 20px;
  }
  #cart-view .cart-view-area .cart-view-table .cart-view-total {
    width: auto;
  }
  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 7px;
    min-width: auto;
    padding: 8px 0;
  }
  #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
    font-size: 14px;
    padding: 10px 0;
  }
  #aa-error .aa-error-area {
    padding: 10px;
    padding-bottom: 30px;
  }
  .aa-blog-details h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .aa-blog-details .aa-blog-content-single p {
    font-size: 15px !important;
  }
  .aa-blog-details .aa-blog-content-single blockquote {
    font-size: 16px;
  }
  .aa-blog-details .aa-blog-navigation .aa-blog-prev {
    font-size: 14px;
    padding: 6px 10px;
  }
  .aa-blog-details .aa-blog-navigation .aa-blog-next {
    font-size: 14px;
    padding: 6px 10px;
  }
  #aa-slider .seq-canvas .slick-prev,
  #aa-slider .seq-canvas .slick-next {
    top: 40%;
  }
  #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
    font-size: 12px;
    padding: 8px 15px;
  }
}
@media (width <= 320px) {
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 52%;
  }
  #aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
    font-size: 10px;
    padding: 6px 1px;
  }
  #aa-header .aa-header-top .aa-header-top-left .aa-language {
    padding-top: 3px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-head
    .aa-product-catg-head-left
    .aa-show-form {
    margin-left: 5px;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-head
    .aa-product-catg-head-left
    label {
    margin-right: 0;
  }
  #cart-view .cart-view-area .cart-view-table .table tbody tr td {
    font-size: 10px;
  }
  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  #cart-view
    .cart-view-area
    .cart-view-table
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon
    .aa-coupon-code {
    font-size: 10px;
    min-width: auto;
    padding: 6px;
    width: 90px;
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    padding: 5px 2px;
  }
}
.aa-search-box input[type="text"] {
  max-width: initial;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
  margin-top: 50px;
  width: 50%;
}
h2 {
  color: #291f44;
}
.aa-primary-btn:hover,
.aa-primary-btn:focus {
  border-color: #291f44;
  color: #291f44;
}
.aa-secondary-btn {
  color: #291f44;
}
.aa-secondary-btn:hover,
.aa-secondary-btn:focus {
  background-color: #291f44;
}
.aa-browse-btn {
  background-color: #291f44;
  border: 1px solid #291f44;
}
.aa-browse-btn:hover,
.aa-browse-btn:focus {
  color: #291f44;
}
.aa-add-to-cart-btn:hover,
.aa-add-to-cart-btn:focus {
  border-color: #291f44;
  color: #291f44;
}
.aa-filter-btn {
  background-color: #291f44;
  border: 1px solid #291f44;
}
.aa-cart-view-btn {
  background-color: #291f44;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a > span {
  color: #291f44;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a strong {
  color: #291f44;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
  background-color: #291f44;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
  color: #291f44;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify {
  border: 1px solid #291f44;
  color: #291f44;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify::after {
  border-top-color: #291f44;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-remove-product:hover,
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-remove-product:focus {
  border-color: #291f44;
}
#menu {
  background-color: #291f44;
}
#menu .menu-area .navbar-default .navbar-nav .open a {
  color: #291f44;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
  color: #291f44;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:hover,
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:focus {
  background-color: #291f44;
}
.scrollToTop {
  background-color: #291f44;
  border: 1px solid #291f44;
}
.scrollToTop:hover,
.scrollToTop:focus {
  color: #291f44;
}
#wpf-loader-two .wpf-loader-two-inner::before {
  background: #291f44;
}
#wpf-loader-two .wpf-loader-two-inner::after {
  background: #291f44;
}
#wpf-loader-two {
  background-color: #291f44;
}
#aa-slider .aa-slider-area .seq-title span {
  color: #291f44;
}
#aa-slider .aa-slider-area .seq .seq-next:hover,
#aa-slider .aa-slider-area .seq .seq-next:focus {
  background-color: #291f44;
}
#aa-slider .aa-slider-area .seq .seq-prev:hover,
#aa-slider .aa-slider-area .seq .seq-prev:focus {
  background-color: #291f44;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
  color: #291f44;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a:hover {
  color: #291f44 !important;
}
.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
  border-bottom: 1px solid #291f44;
}
.aa-products-tab li.active a {
  border-bottom: 1px solid #291f44 !important;
}
.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
  border-bottom: 1px solid #291f44;
}
.aa-product-catg li figure .aa-add-card-btn:hover {
  color: #291f44;
}
.aa-product-catg li .aa-product-title a:hover,
.aa-product-catg li .aa-product-title a:focus {
  color: #291f44;
}
.aa-product-catg li .aa-product-price {
  color: #291f44;
}
.aa-product-catg li .aa-product-hvr-content a:hover,
.aa-product-catg li .aa-product-hvr-content a:focus {
  color: #291f44;
}
#quick-view-modal .modal-content button.close:hover {
  color: #291f44;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-price-block
  .aa-product-avilability
  span {
  color: #291f44;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-view-size
  a:hover,
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-view-size
  a:focus {
  border-color: #291f44;
  color: #291f44;
}
#quick-view-modal
  .modal-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category
  a {
  color: #291f44;
}
.slick-prev,
.slick-next {
  background-color: #291f44;
}
#aa-support .aa-support-area .aa-support-single span {
  color: #291f44;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider li.slick-active {
  background-color: #291f44;
}
.aa-latest-blog-single .aa-blog-img:hover .aa-blog-img-caption {
  background-color: #291f44;
}
.aa-latest-blog-single .aa-blog-info .aa-blog-title a:hover {
  color: #291f44;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn {
  color: #291f44;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover span,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus span {
  color: #291f44;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
  background: #291f44 none repeat scroll 0 0;
  border: 1px solid #291f44;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a:hover,
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a:focus {
  color: #291f44;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb
  .active {
  color: #291f44;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
  border-bottom: 1px solid #291f44;
  color: #291f44;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a:hover,
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a:focus {
  color: #291f44;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a:hover,
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a:focus {
  background-color: #291f44;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a:hover,
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a:focus {
  color: #291f44;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right
  a:hover,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right
  a:focus {
  color: #291f44;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:hover,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:hover {
  color: #291f44;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:focus,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:focus {
  background-color: #291f44;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-content
  .aa-product-view-content
  .aa-prod-quantity
  .aa-prod-category
  a {
  color: #291f44;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li
  a:hover,
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .nav-tabs
  li
  a:focus {
  color: #291f44;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .aa-review-submit {
  background-color: #291f44;
  border-color: #291f44;
}
#aa-product-details
  .aa-product-details-area
  .aa-product-details-bottom
  .aa-review-form
  .form-control:focus {
  border-color: #291f44;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-title {
  color: #291f44;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-title:hover {
  color: #291f44;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .panel-default
  .panel-heading
  .panel-title
  a {
  color: #291f44;
}
#checkout .checkout-area .checkout-right h4 {
  color: #291f44;
}
#login-modal .modal-dialog .aa-register-now a {
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  h4
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  h4
  a:focus {
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-article-bottom
  .aa-post-author
  a {
  border-bottom: 1px solid #291f44;
  color: #291f44;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget h3 {
  border-bottom: 1px solid #291f44;
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-catg-nav
  li
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-catg-nav
  li
  a:focus {
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .tag-cloud
  a:focus {
  background-color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  .noUi-connect {
  background: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a:focus {
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  a:hover,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  span:hover {
  color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  a:focus,
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  li
  span:focus {
  background-color: #291f44;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-archive-pagination
  .pagination
  .active
  a {
  background-color: #291f44;
}
.aa-blog-details h2 a:hover,
.aa-blog-details h2 a:focus {
  color: #291f44;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-tag a:focus {
  color: #291f44;
}
.aa-blog-details .aa-blog-content-single .blog-single-social a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-social a:focus {
  color: #291f44;
}
.aa-blog-details .aa-blog-navigation .aa-blog-prev {
  background-color: #291f44;
  border: 1px solid #291f44;
}
.aa-blog-details .aa-blog-navigation .aa-blog-next {
  background-color: #291f44;
  border: 1px solid #291f44;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn {
  background-color: #291f44;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-tag {
  background-color: #291f44;
}
.aa-blog-details #respond input[type="text"]:focus,
.aa-blog-details #respond input[type="email"]:focus,
.aa-blog-details #respond input[type="url"]:focus {
  border-color: #291f44;
}
.aa-blog-details #respond textarea:focus {
  border-color: #291f44;
}
.aa-blog-details #respond .form-submit input:hover {
  color: #291f44 !important;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  .form-control:focus {
  border-color: #291f44;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  button {
  border: 1px solid #291f44;
}
#aa-error .aa-error-area {
  border: 5px solid #291f44;
}
#aa-error .aa-error-area h2 {
  border-bottom: 3px solid #291f44;
}
#aa-error .aa-error-area a:hover,
#aa-error .aa-error-area a:focus {
  border-color: #291f44;
  color: #291f44;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a:hover,
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a:focus {
  color: #291f44;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #291f44;
}
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  text-align: center;
  width: 1.28571429em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.14285714em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2.14285714em;
  position: absolute;
  text-align: center;
  top: 0.14285714em;
  width: 2.14285714em;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass::before {
  content: "\f000";
}
.fa-music::before {
  content: "\f001";
}
.fa-search::before {
  content: "\f002";
}
.fa-envelope-o::before {
  content: "\f003";
}
.fa-heart::before {
  content: "\f004";
}
.fa-star::before {
  content: "\f005";
}
.fa-star-o::before {
  content: "\f006";
}
.fa-user::before {
  content: "\f007";
}
.fa-film::before {
  content: "\f008";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-th::before {
  content: "\f00a";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-check::before {
  content: "\f00c";
}
.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: "\f00d";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-signal::before {
  content: "\f012";
}
.fa-gear::before,
.fa-cog::before {
  content: "\f013";
}
.fa-trash-o::before {
  content: "\f014";
}
.fa-home::before {
  content: "\f015";
}
.fa-file-o::before {
  content: "\f016";
}
.fa-clock-o::before {
  content: "\f017";
}
.fa-road::before {
  content: "\f018";
}
.fa-download::before {
  content: "\f019";
}
.fa-arrow-circle-o-down::before {
  content: "\f01a";
}
.fa-arrow-circle-o-up::before {
  content: "\f01b";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-play-circle-o::before {
  content: "\f01d";
}
.fa-rotate-right::before,
.fa-repeat::before {
  content: "\f01e";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-lock::before {
  content: "\f023";
}
.fa-flag::before {
  content: "\f024";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-book::before {
  content: "\f02d";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-print::before {
  content: "\f02f";
}
.fa-camera::before {
  content: "\f030";
}
.fa-font::before {
  content: "\f031";
}
.fa-bold::before {
  content: "\f032";
}
.fa-italic::before {
  content: "\f033";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-list::before {
  content: "\f03a";
}
.fa-dedent::before,
.fa-outdent::before {
  content: "\f03b";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
  content: "\f03e";
}
.fa-pencil::before {
  content: "\f040";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-tint::before {
  content: "\f043";
}
.fa-edit::before,
.fa-pencil-square-o::before {
  content: "\f044";
}
.fa-share-square-o::before {
  content: "\f045";
}
.fa-check-square-o::before {
  content: "\f046";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-play::before {
  content: "\f04b";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-eject::before {
  content: "\f052";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-times-circle-o::before {
  content: "\f05c";
}
.fa-check-circle-o::before {
  content: "\f05d";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-mail-forward::before,
.fa-share::before {
  content: "\f064";
}
.fa-expand::before {
  content: "\f065";
}
.fa-compress::before {
  content: "\f066";
}
.fa-plus::before {
  content: "\f067";
}
.fa-minus::before {
  content: "\f068";
}
.fa-asterisk::before {
  content: "\f069";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-warning::before,
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-plane::before {
  content: "\f072";
}
.fa-calendar::before {
  content: "\f073";
}
.fa-random::before {
  content: "\f074";
}
.fa-comment::before {
  content: "\f075";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-bar-chart-o::before,
.fa-bar-chart::before {
  content: "\f080";
}
.fa-twitter-square::before {
  content: "\f081";
}
.fa-facebook-square::before {
  content: "\f082";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-key::before {
  content: "\f084";
}
.fa-gears::before,
.fa-cogs::before {
  content: "\f085";
}
.fa-comments::before {
  content: "\f086";
}
.fa-thumbs-o-up::before {
  content: "\f087";
}
.fa-thumbs-o-down::before {
  content: "\f088";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-heart-o::before {
  content: "\f08a";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-linkedin-square::before {
  content: "\f08c";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-github-square::before {
  content: "\f092";
}
.fa-upload::before {
  content: "\f093";
}
.fa-lemon-o::before {
  content: "\f094";
}
.fa-phone::before {
  content: "\f095";
}
.fa-square-o::before {
  content: "\f096";
}
.fa-bookmark-o::before {
  content: "\f097";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-twitter::before {
  content: "\f099";
}
.fa-facebook-f::before,
.fa-facebook::before {
  content: "\f09a";
}
.fa-github::before {
  content: "\f09b";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-feed::before,
.fa-rss::before {
  content: "\f09e";
}
.fa-hdd-o::before {
  content: "\f0a0";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-hand-o-right::before {
  content: "\f0a4";
}
.fa-hand-o-left::before {
  content: "\f0a5";
}
.fa-hand-o-up::before {
  content: "\f0a6";
}
.fa-hand-o-down::before {
  content: "\f0a7";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-group::before,
.fa-users::before {
  content: "\f0c0";
}
.fa-chain::before,
.fa-link::before {
  content: "\f0c1";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-cut::before,
.fa-scissors::before {
  content: "\f0c4";
}
.fa-copy::before,
.fa-files-o::before {
  content: "\f0c5";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-save::before,
.fa-floppy-o::before {
  content: "\f0c7";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
  content: "\f0c9";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-pinterest::before {
  content: "\f0d2";
}
.fa-pinterest-square::before {
  content: "\f0d3";
}
.fa-google-plus-square::before {
  content: "\f0d4";
}
.fa-google-plus::before {
  content: "\f0d5";
}
.fa-money::before {
  content: "\f0d6";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-unsorted::before,
.fa-sort::before {
  content: "\f0dc";
}
.fa-sort-down::before,
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-sort-up::before,
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-linkedin::before {
  content: "\f0e1";
}
.fa-rotate-left::before,
.fa-undo::before {
  content: "\f0e2";
}
.fa-legal::before,
.fa-gavel::before {
  content: "\f0e3";
}
.fa-dashboard::before,
.fa-tachometer::before {
  content: "\f0e4";
}
.fa-comment-o::before {
  content: "\f0e5";
}
.fa-comments-o::before {
  content: "\f0e6";
}
.fa-flash::before,
.fa-bolt::before {
  content: "\f0e7";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-paste::before,
.fa-clipboard::before {
  content: "\f0ea";
}
.fa-lightbulb-o::before {
  content: "\f0eb";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-bell-o::before {
  content: "\f0a2";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-cutlery::before {
  content: "\f0f5";
}
.fa-file-text-o::before {
  content: "\f0f6";
}
.fa-building-o::before {
  content: "\f0f7";
}
.fa-hospital-o::before {
  content: "\f0f8";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-desktop::before {
  content: "\f108";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-tablet::before {
  content: "\f10a";
}
.fa-mobile-phone::before,
.fa-mobile::before {
  content: "\f10b";
}
.fa-circle-o::before {
  content: "\f10c";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-circle::before {
  content: "\f111";
}
.fa-mail-reply::before,
.fa-reply::before {
  content: "\f112";
}
.fa-github-alt::before {
  content: "\f113";
}
.fa-folder-o::before {
  content: "\f114";
}
.fa-folder-open-o::before {
  content: "\f115";
}
.fa-smile-o::before {
  content: "\f118";
}
.fa-frown-o::before {
  content: "\f119";
}
.fa-meh-o::before {
  content: "\f11a";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-keyboard-o::before {
  content: "\f11c";
}
.fa-flag-o::before {
  content: "\f11d";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-code::before {
  content: "\f121";
}
.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: "\f122";
}
.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: "\f123";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-crop::before {
  content: "\f125";
}
.fa-code-fork::before {
  content: "\f126";
}
.fa-unlink::before,
.fa-chain-broken::before {
  content: "\f127";
}
.fa-question::before {
  content: "\f128";
}
.fa-info::before {
  content: "\f129";
}
.fa-exclamation::before {
  content: "\f12a";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-shield::before {
  content: "\f132";
}
.fa-calendar-o::before {
  content: "\f133";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-maxcdn::before {
  content: "\f136";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-html5::before {
  content: "\f13b";
}
.fa-css3::before {
  content: "\f13c";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-minus-square-o::before {
  content: "\f147";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: "\f150";
}
.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: "\f151";
}
.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "\f152";
}
.fa-euro::before,
.fa-eur::before {
  content: "\f153";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-dollar::before,
.fa-usd::before {
  content: "\f155";
}
.fa-rupee::before,
.fa-inr::before {
  content: "\f156";
}
.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: "\f157";
}
.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: "\f158";
}
.fa-won::before,
.fa-krw::before {
  content: "\f159";
}
.fa-bitcoin::before,
.fa-btc::before {
  content: "\f15a";
}
.fa-file::before {
  content: "\f15b";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-desc::before {
  content: "\f15e";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-desc::before {
  content: "\f161";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-desc::before {
  content: "\f163";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-youtube-square::before {
  content: "\f166";
}
.fa-youtube::before {
  content: "\f167";
}
.fa-xing::before {
  content: "\f168";
}
.fa-xing-square::before {
  content: "\f169";
}
.fa-youtube-play::before {
  content: "\f16a";
}
.fa-dropbox::before {
  content: "\f16b";
}
.fa-stack-overflow::before {
  content: "\f16c";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-flickr::before {
  content: "\f16e";
}
.fa-adn::before {
  content: "\f170";
}
.fa-bitbucket::before {
  content: "\f171";
}
.fa-bitbucket-square::before {
  content: "\f172";
}
.fa-tumblr::before {
  content: "\f173";
}
.fa-tumblr-square::before {
  content: "\f174";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-apple::before {
  content: "\f179";
}
.fa-windows::before {
  content: "\f17a";
}
.fa-android::before {
  content: "\f17b";
}
.fa-linux::before {
  content: "\f17c";
}
.fa-dribbble::before {
  content: "\f17d";
}
.fa-skype::before {
  content: "\f17e";
}
.fa-foursquare::before {
  content: "\f180";
}
.fa-trello::before {
  content: "\f181";
}
.fa-female::before {
  content: "\f182";
}
.fa-male::before {
  content: "\f183";
}
.fa-gittip::before,
.fa-gratipay::before {
  content: "\f184";
}
.fa-sun-o::before {
  content: "\f185";
}
.fa-moon-o::before {
  content: "\f186";
}
.fa-archive::before {
  content: "\f187";
}
.fa-bug::before {
  content: "\f188";
}
.fa-vk::before {
  content: "\f189";
}
.fa-weibo::before {
  content: "\f18a";
}
.fa-renren::before {
  content: "\f18b";
}
.fa-pagelines::before {
  content: "\f18c";
}
.fa-stack-exchange::before {
  content: "\f18d";
}
.fa-arrow-circle-o-right::before {
  content: "\f18e";
}
.fa-arrow-circle-o-left::before {
  content: "\f190";
}
.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: "\f191";
}
.fa-dot-circle-o::before {
  content: "\f192";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-vimeo-square::before {
  content: "\f194";
}
.fa-turkish-lira::before,
.fa-try::before {
  content: "\f195";
}
.fa-plus-square-o::before {
  content: "\f196";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-slack::before {
  content: "\f198";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-wordpress::before {
  content: "\f19a";
}
.fa-openid::before {
  content: "\f19b";
}
.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: "\f19c";
}
.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-yahoo::before {
  content: "\f19e";
}
.fa-google::before {
  content: "\f1a0";
}
.fa-reddit::before {
  content: "\f1a1";
}
.fa-reddit-square::before {
  content: "\f1a2";
}
.fa-stumbleupon-circle::before {
  content: "\f1a3";
}
.fa-stumbleupon::before {
  content: "\f1a4";
}
.fa-delicious::before {
  content: "\f1a5";
}
.fa-digg::before {
  content: "\f1a6";
}
.fa-pied-piper::before {
  content: "\f1a7";
}
.fa-pied-piper-alt::before {
  content: "\f1a8";
}
.fa-drupal::before {
  content: "\f1a9";
}
.fa-joomla::before {
  content: "\f1aa";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-spoon::before {
  content: "\f1b1";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-behance::before {
  content: "\f1b4";
}
.fa-behance-square::before {
  content: "\f1b5";
}
.fa-steam::before {
  content: "\f1b6";
}
.fa-steam-square::before {
  content: "\f1b7";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-automobile::before,
.fa-car::before {
  content: "\f1b9";
}
.fa-cab::before,
.fa-taxi::before {
  content: "\f1ba";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-spotify::before {
  content: "\f1bc";
}
.fa-deviantart::before {
  content: "\f1bd";
}
.fa-soundcloud::before {
  content: "\f1be";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-file-pdf-o::before {
  content: "\f1c1";
}
.fa-file-word-o::before {
  content: "\f1c2";
}
.fa-file-excel-o::before {
  content: "\f1c3";
}
.fa-file-powerpoint-o::before {
  content: "\f1c4";
}
.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: "\f1c5";
}
.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: "\f1c6";
}
.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: "\f1c7";
}
.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: "\f1c8";
}
.fa-file-code-o::before {
  content: "\f1c9";
}
.fa-vine::before {
  content: "\f1ca";
}
.fa-codepen::before {
  content: "\f1cb";
}
.fa-jsfiddle::before {
  content: "\f1cc";
}
.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-circle-o-notch::before {
  content: "\f1ce";
}
.fa-ra::before,
.fa-rebel::before {
  content: "\f1d0";
}
.fa-ge::before,
.fa-empire::before {
  content: "\f1d1";
}
.fa-git-square::before {
  content: "\f1d2";
}
.fa-git::before {
  content: "\f1d3";
}
.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: "\f1d4";
}
.fa-tencent-weibo::before {
  content: "\f1d5";
}
.fa-qq::before {
  content: "\f1d6";
}
.fa-wechat::before,
.fa-weixin::before {
  content: "\f1d7";
}
.fa-send::before,
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-send-o::before,
.fa-paper-plane-o::before {
  content: "\f1d9";
}
.fa-history::before {
  content: "\f1da";
}
.fa-circle-thin::before {
  content: "\f1db";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: "\f1e3";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-slideshare::before {
  content: "\f1e7";
}
.fa-twitch::before {
  content: "\f1e8";
}
.fa-yelp::before {
  content: "\f1e9";
}
.fa-newspaper-o::before {
  content: "\f1ea";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-paypal::before {
  content: "\f1ed";
}
.fa-google-wallet::before {
  content: "\f1ee";
}
.fa-cc-visa::before {
  content: "\f1f0";
}
.fa-cc-mastercard::before {
  content: "\f1f1";
}
.fa-cc-discover::before {
  content: "\f1f2";
}
.fa-cc-amex::before {
  content: "\f1f3";
}
.fa-cc-paypal::before {
  content: "\f1f4";
}
.fa-cc-stripe::before {
  content: "\f1f5";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-bell-slash-o::before {
  content: "\f1f7";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-at::before {
  content: "\f1fa";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-lastfm::before {
  content: "\f202";
}
.fa-lastfm-square::before {
  content: "\f203";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-bus::before {
  content: "\f207";
}
.fa-ioxhost::before {
  content: "\f208";
}
.fa-angellist::before {
  content: "\f209";
}
.fa-cc::before {
  content: "\f20a";
}
.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: "\f20b";
}
.fa-meanpath::before {
  content: "\f20c";
}
.fa-buysellads::before {
  content: "\f20d";
}
.fa-connectdevelop::before {
  content: "\f20e";
}
.fa-dashcube::before {
  content: "\f210";
}
.fa-forumbee::before {
  content: "\f211";
}
.fa-leanpub::before {
  content: "\f212";
}
.fa-sellsy::before {
  content: "\f213";
}
.fa-shirtsinbulk::before {
  content: "\f214";
}
.fa-simplybuilt::before {
  content: "\f215";
}
.fa-skyatlas::before {
  content: "\f216";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-venus::before {
  content: "\f221";
}
.fa-mars::before {
  content: "\f222";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-intersex::before,
.fa-transgender::before {
  content: "\f224";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-facebook-official::before {
  content: "\f230";
}
.fa-pinterest-p::before {
  content: "\f231";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-server::before {
  content: "\f233";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-hotel::before,
.fa-bed::before {
  content: "\f236";
}
.fa-viacoin::before {
  content: "\f237";
}
.fa-train::before {
  content: "\f238";
}
.fa-subway::before {
  content: "\f239";
}
.fa-medium::before {
  content: "\f23a";
}
.fa-yc::before,
.fa-y-combinator::before {
  content: "\f23b";
}
.fa-optin-monster::before {
  content: "\f23c";
}
.fa-opencart::before {
  content: "\f23d";
}
.fa-expeditedssl::before {
  content: "\f23e";
}
.fa-battery-4::before,
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-2::before,
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-1::before,
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-0::before,
.fa-battery-empty::before {
  content: "\f244";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-sticky-note-o::before {
  content: "\f24a";
}
.fa-cc-jcb::before {
  content: "\f24b";
}
.fa-cc-diners-club::before {
  content: "\f24c";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-hourglass-o::before {
  content: "\f250";
}
.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: "\f255";
}
.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: "\f256";
}
.fa-hand-scissors-o::before {
  content: "\f257";
}
.fa-hand-lizard-o::before {
  content: "\f258";
}
.fa-hand-spock-o::before {
  content: "\f259";
}
.fa-hand-pointer-o::before {
  content: "\f25a";
}
.fa-hand-peace-o::before {
  content: "\f25b";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-creative-commons::before {
  content: "\f25e";
}
.fa-gg::before {
  content: "\f260";
}
.fa-gg-circle::before {
  content: "\f261";
}
.fa-tripadvisor::before {
  content: "\f262";
}
.fa-odnoklassniki::before {
  content: "\f263";
}
.fa-odnoklassniki-square::before {
  content: "\f264";
}
.fa-get-pocket::before {
  content: "\f265";
}
.fa-wikipedia-w::before {
  content: "\f266";
}
.fa-safari::before {
  content: "\f267";
}
.fa-chrome::before {
  content: "\f268";
}
.fa-firefox::before {
  content: "\f269";
}
.fa-opera::before {
  content: "\f26a";
}
.fa-internet-explorer::before {
  content: "\f26b";
}
.fa-tv::before,
.fa-television::before {
  content: "\f26c";
}
.fa-contao::before {
  content: "\f26d";
}
.fa-500px::before {
  content: "\f26e";
}
.fa-amazon::before {
  content: "\f270";
}
.fa-calendar-plus-o::before {
  content: "\f271";
}
.fa-calendar-minus-o::before {
  content: "\f272";
}
.fa-calendar-times-o::before {
  content: "\f273";
}
.fa-calendar-check-o::before {
  content: "\f274";
}
.fa-industry::before {
  content: "\f275";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-map-o::before {
  content: "\f278";
}
.fa-map::before {
  content: "\f279";
}
.fa-commenting::before {
  content: "\f27a";
}
.fa-commenting-o::before {
  content: "\f27b";
}
.fa-houzz::before {
  content: "\f27c";
}
.fa-vimeo::before {
  content: "\f27d";
}
.fa-black-tie::before {
  content: "\f27e";
}
.fa-fonticons::before {
  content: "\f280";
}
.fa-reddit-alien::before {
  content: "\f281";
}
.fa-edge::before {
  content: "\f282";
}
.fa-credit-card-alt::before {
  content: "\f283";
}
.fa-codiepie::before {
  content: "\f284";
}
.fa-modx::before {
  content: "\f285";
}
.fa-fort-awesome::before {
  content: "\f286";
}
.fa-usb::before {
  content: "\f287";
}
.fa-product-hunt::before {
  content: "\f288";
}
.fa-mixcloud::before {
  content: "\f289";
}
.fa-scribd::before {
  content: "\f28a";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-pause-circle-o::before {
  content: "\f28c";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-stop-circle-o::before {
  content: "\f28e";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-hashtag::before {
  content: "\f292";
}
.fa-bluetooth::before {
  content: "\f293";
}
.fa-bluetooth-b::before {
  content: "\f294";
}
.fa-percent::before {
  content: "\f295";
}
.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 {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
  border-collapse: collapse;
  content: "";
  display: table;
}
.ui-helper-clearfix::after {
  clear: both;
}
.ui-helper-zfix {
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -0.25em;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle;
}
.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 100%;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  position: relative;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
}
.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 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 {
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
  position: absolute;
  top: 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin-right: 0.1em;
  overflow: visible;
  padding: 0.4em 1em;
  position: relative;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
  width: 2em;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-button.ui-icon-notext .ui-icon {
  height: 2.1em;
  padding: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 2.1em;
}
input.ui-button.ui-icon-notext .ui-icon {
  height: auto;
  padding: 0.4em 1em;
  text-indent: 0;
  white-space: normal;
  width: auto;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}
.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;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.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: none;
}
.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 {
  border: 0;
  border-radius: 0.12em;
  box-shadow: inset 1px 1px 1px #ccc;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  border: 0;
  border-radius: 1em;
  height: 16px;
  overflow: visible;
  width: 16px;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  border-style: solid;
  border-width: 4px;
  height: 8px;
  width: 8px;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 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;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  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 {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: 0;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center;
}
.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;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}
.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 {
  margin: 0 auto 0.4em;
  width: 95%;
}
.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;
  font-size: 0;
  width: 100%;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.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-left-width: 1px;
  border-right-width: 0;
}
.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  left: 0.5em;
  overflow: hidden;
  text-indent: -99999px;
  top: 0.3em;
}
.ui-dialog {
  left: 0;
  outline: 0;
  padding: 0.2em;
  position: absolute;
  top: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
  height: 20px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
}
.ui-dialog .ui-dialog-content {
  background: 0;
  border: 0;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  right: 0;
  width: 2px;
}
.ui-dialog .ui-resizable-s {
  bottom: 0;
  height: 2px;
}
.ui-dialog .ui-resizable-w {
  left: 0;
  width: 2px;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  height: 7px;
  width: 7px;
}
.ui-dialog .ui-resizable-se {
  bottom: 0;
  right: 0;
}
.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 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 {
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  display: block;
  font-size: 0.1px;
  position: absolute;
  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;
  left: 0;
  top: -5px;
  width: 100%;
}
.ui-resizable-s {
  bottom: -5px;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%;
}
.ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -5px;
  top: 0;
  width: 7px;
}
.ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -5px;
  top: 0;
  width: 7px;
}
.ui-resizable-se {
  bottom: 1px;
  cursor: se-resize;
  height: 12px;
  right: 1px;
  width: 12px;
}
.ui-resizable-sw {
  bottom: -5px;
  cursor: sw-resize;
  height: 9px;
  left: -5px;
  width: 9px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  height: 9px;
  left: -5px;
  top: -5px;
  width: 9px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  height: 9px;
  right: -5px;
  top: -5px;
  width: 9px;
}
.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}
.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==");
  filter: alpha(opacity=25);
  height: 100%;
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  touch-action: none;
}
.ui-selectable-helper {
  border: 1px dotted black;
  position: absolute;
  z-index: 100;
}
.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  border: 0;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 0.5em 0 0;
  padding: 2px 0.4em;
}
.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 {
  cursor: default;
  height: 1.2em;
  position: absolute;
  touch-action: none;
  width: 1.2em;
  z-index: 2;
}
.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.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 {
  margin-left: -0.6em;
  top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}
.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 {
  touch-action: none;
}
.ui-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.ui-spinner-input {
  background: 0;
  border: 0;
  color: inherit;
  margin: 0.2em 0;
  margin-left: 0.4em;
  margin-right: 2em;
  padding: 0.222em 0;
  vertical-align: middle;
}
.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5em;
  height: 50%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 1.6em;
}
.ui-spinner a.ui-spinner-button {
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  padding: 0.2em;
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  border-bottom-width: 0;
  float: left;
  list-style: none;
  margin: 1px 0.2em 0 0;
  padding: 0;
  position: relative;
  top: 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 {
  background: 0;
  border-width: 0;
  display: block;
  padding: 1em 1.4em;
}
.ui-tooltip {
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
}
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 {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  background: #e9e9e9;
  border: 1px solid #ddd;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.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 {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: normal;
}
.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 {
  background: #f0ecf0;
  border: 1px solid #ccc;
  color: #2b2b2b;
  font-weight: normal;
}
.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 {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: normal;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff;
}
.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 {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620;
}
.ui-state-checked {
  background: #fffa90;
  border: 1px solid #dad55e;
}
.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 {
  background: #fddfdf;
  border: 1px solid #f1a899;
  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 {
  filter: alpha(opacity=70);
  font-weight: normal;
  opacity: 0.7;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: alpha(opacity=35);
  opacity: 0.35;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  height: 16px;
  width: 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-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .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-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;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
#upper-navbar > .navbar-collapse {
  margin: 0 auto;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
  margin-right: 0;
}
.searchQuestion-xs {
  filter: grayscale(100%);
}
h1 {
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 80%;
}
#delete-filters {
  display: inline-block;
  margin: 0 0 5px;
  padding: 5px 10px;
  position: relative;
  right: 0;
  top: 0;
}
#delete-filters a {
  color: #fff;
  color: red;
}
#delete-filters a::after {
  margin-left: 10px;
}
.kp-sidebar-filter {
  font-size: 0.8em;
}
.kp-sidebar-filters {
  padding-top: 23px;
}
.kp-sidebar-filter i {
  margin-right: 5px;
}
.kp-sidebar-filters h3 {
  padding-bottom: 5px;
}
.aa-footer-widget h2 {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (width <= 1200px) {
  h1 {
    font-size: 22px;
  }
  #sidebar-offcanvas .dropdown-menu {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (width <= 400px) {
  #aa-header .aa-header-bottom {
    padding-bottom: 10px;
  }
  .aa-logo img {
    max-width: 80%;
  }
}
#chosen-filters h3 {
  padding-top: 10px;
}
.kp-sidebar-filter {
  position: relative;
}
.kp-sidebar-filter,
#chosen-filters {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#chosen-filters {
  background: #e2e2e2;
}
#chosen-filters .kp-sidebar-filter {
  padding: 0 0 6px;
}
.fa-check-square::before {
  display: none;
}
.fa-check-square::after {
  content: "\f1f8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 0;
}
.kp-sidebar-filters > h3:nth-of-type(1) ~ a {
  background: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.kp-sidebar-filters > h3:nth-of-type(1) ~ a > .fa-check-square::before {
  display: inline-block;
}
.kp-sidebar-filters > h3:nth-of-type(1) ~ a > .fa-check-square::after {
  display: none;
}
.fa-check-square {
  font-weight: bold;
}
.aa-header-bottom .container {
  padding-left: 0;
  padding-right: 0;
}
#menu {
  background-color: #f0ecf0;
}
.menu-area {
  width: 100%;
}
.navbar-nav-left {
  float: left;
  width: auto !important;
}
.navbar-nav > li > .dropdown-menu {
  border: 0;
  padding: 0;
}
#menu .menu-area .navbar-default .navbar-nav li a {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 8px;
  transition: none;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-toggle {
  font-weight: 500;
}
.navbar-nav-right {
  float: right !important;
  width: auto !important;
}
.navbar-nav .dropdown-menu li {
  background: #f0ecf0;
  text-align: left;
}
.navbar-nav .dropdown-menu li a {
  border-top: 1px solid #74666a;
  color: #74666a !important;
  display: inline-block;
  font-size: 1em !important;
  text-align: left;
  width: 100%;
}
.navbar-nav .dropdown-menu li:first-child a {
  border-top: none !important;
}
.navbar-nav .dropdown-menu li a:hover {
  background: #74666a !important;
  color: #fff !important;
  text-decoration: none;
}
#menu .btn {
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
}
#menu .btn:hover {
  background: #fff;
}
.btn-login {
  background: #76646a;
  color: #fff !important;
}
#menu .btn-register {
  background: #8a89a4 !important;
  color: #fff !important;
}
.btn-login:hover {
  background: #483e41 !important;
  color: #584b4f !important;
}
.btn-contact {
  background: #76646a;
  color: #fff !important;
}
.btn-news {
  background: #8a89a2;
  color: #fff !important;
}
.btn-contact:hover {
  background: #d1bfdb !important;
  color: #fff !important;
}
#menu .btn-register:hover {
  background: #69687e !important;
  color: #fff !important;
}
@media only screen and (width <= 990px) {
  .btn-register {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
  }
}
@media only screen and (width>= 990px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar-toggle:hover {
  background: none !important;
}
#sidebar-offcanvas .content {
  background: #f0ecf0;
}
#sidebar-offcanvas a,
#sidebar-offcanvas h3 {
  color: #74666a;
}
#sidebar-offcanvas #chosen-filters a {
  color: #f0ecf0;
  text-align: left;
}
#sidebar-offcanvas #chosen-filters h3 {
  color: #f0ecf0;
}
#sidebar-offcanvas h3 {
  margin-left: 10px;
}
#sidebar-offcanvas #chosen-filters #delete-filters a {
  color: red;
}
#sidebar-offcanvas .caret {
  border-top: 4px solid #74666a;
}
#sidebar-offcanvas .dropdown-menu a {
  color: #f0ecf0;
}
#sidebar-offcanvas .dropdown-menu li > a {
  background: #f0ecf0 !important;
  color: #74666a !important;
  padding: 10px;
}
#sidebar-offcanvas .dropdown-menu li > a:hover {
  background: #f0ecf0 !important;
  color: #74666a !important;
}
.intro {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
}
@media (width>= 990px) {
  .kp-home-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.thumbnail {
  border-radius: 0;
  padding: 0;
}
.kp-home-grid-item {
  display: flex;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (width <= 990px) {
  .kp-home-grid-item {
    display: block !important;
    margin-left: 0;
    width: 100%;
  }
}
.kp-home-grid-item img {
  width: 100%;
}
.kp-home-grid-item a:hover {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.btn-dark {
  background: #291f44;
  color: #fff !important;
  float: right;
  margin-bottom: 10px;
}
.btn-outline-purple {
  border: 1.5px solid #2b1e46;
  color: #2b1e46;
  float: right;
  font-weight: 600;
  margin-bottom: 10px;
}
.kp-products-grid .thumbnail {
  padding: 10px;
}
h1 {
  text-align: center;
}
.TitleContent {
  margin-bottom: 40px;
  margin-left: 10%;
  text-align: center;
  width: 80%;
}
.thumbnail .caption {
  position: unset;
}
.thumbnail .caption p {
  margin-bottom: 50px;
}
.cart-complete-p {
  margin-bottom: 10px !important;
}
.thumbnail .caption .btn {
  bottom: 0;
  position: absolute;
  right: 10px;
}
@media (width <= 990px) {
  .carousel-indicators {
    display: none;
  }
  .thumbnail .caption {
    min-height: auto;
  }
  .thumbnail .caption .btn {
    position: relative;
    right: 0;
    white-space: normal;
  }
}
.container {
}
@media (width>= 992px) {
  .container {
    max-width: 1170px;
  }
}
.breadcrumb {
  font-size: 13px;
  margin: 0 -15px;
}
.kp-home-grid {
  margin: 4rem auto;
}
@media (width>= 992px) {
  .kp-home-grid {
    max-width: var(--max-row-width);
  }
}
.kp-home-grid-item {
  display: flex;
}
.kp-home-conversion {
  margin-top: 0;
}
@media (width <= 992px) {
  .kp-home-conversion .kp-home-grid-item {
    width: 100%;
  }
}
.kp-home-conversion-item {
  border: 1px solid #ddd;
  display: block;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (width <= 990px) {
  .kp-home-conversion-item {
    width: 100%;
  }
}
.kp-home-conversion-item h2 {
  background: #fff;
  color: #291f44;
  font-size: 18px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.kp-home-conversion-item p {
  padding: 15px 20px;
}
.kp-home-conversion-item-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.kp-home-conversion-item form {
  display: block;
  height: 50px;
  padding-left: 17px;
}
.kp-home-conversion-item .form-group {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  width: 70%;
}
@media (width <= 520px) {
  .kp-home-conversion-item .form-group {
    width: 50%;
  }
}
.kp-home-conversion-item .form-group ~ .form-group {
  padding-right: 15px;
  width: 30%;
}
.kp-home-conversion-item .form-group ~ .form-group .btn {
  padding-right: 15px;
  width: 100%;
}
.kp-home-conversion-item .form-group input {
  max-width: inherit;
}
input {
  border-radius: 0 !important;
}
.btn:hover {
  background: #483e41 !important;
  color: #fff !important;
}
#aa-header .aa-header-bottom .aa-header-bottom-area {
}
@media (width>= 900px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area {
  }
}
.navbar-header {
  padding: 0 15px;
}
#menu .menu-area {
}
.tool-buttons .img-responsive {
  margin-top: -64px !important;
}
@media (width <= 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .static .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .static .carousel {
    margin-left: 15px;
    margin-right: 15px;
  }
  .kp-products-page .tool-buttons {
    position: relative;
    right: -7.5px;
    top: 0;
  }
  .tool-buttons .img-responsive {
    margin-top: 0 !important;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area {
    padding: 0;
  }
}
#upper-navbar {
  z-index: 999999;
}
.cart-button-mobile {
  color: #2c1d46;
  padding: 2px 8px 1px 6px !important;
}
.navmenu-button-mobile {
  color: #2c1d46;
  margin: auto 0;
  padding: 2px 8px 1px 6px !important;
}
.navmenu-button-mobile i {
  font-size: 26px;
}
.navbar-header {
  display: flex !important;
  align-items: center;
}
.kp-products-page .tool-buttons {
  position: relative;
  right: -7.5px;
  top: 0;
}
.tool-buttons .img-responsive {
  margin-top: 0 !important;
}
#aa-header .aa-header-bottom .aa-header-bottom-area {
}
#upper-navbar {
  z-index: 999999;
}
.cart-button-mobile {
  color: #2c1d46;
  padding: 2px 8px 1px 6px !important;
}
.enteremailaddress {
  display: none;
}
.sort-bar {
  font-size: 13px;
  margin-right: 0;
  text-align: right;
}
.bold {
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
.zoom-container {
  position: relative;
}
.zoom-image {
  cursor: pointer;
}
#img-zoom-lens {
  border: 1px solid #d4d4d4;
  cursor: pointer;
  height: 40px;
  margin-left: 25px;
  position: absolute;
  width: 40px;
}
#zoom-image-result {
  height: 400px;
  left: 320px;
  position: absolute;
  top: 0;
  width: 400px;
  z-index: 10000;
}
#zoom-image-result.show {
  background-color: white;
  border: 1px #000 solid;
  display: block;
}
#zoom-image-result.hide {
  border: 0;
  display: none;
}
@media (width <= 991px) {
  #img-zoom-lens,
  .zoom-image-result {
    display: none;
  }
}
.hover-zoom-note {
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.panel-background-1 {
  background-image: url("https://img.koenpack.com/GlobalWebshop/onetree-1.png");
}
.panel-background-2,
.panel-background-3,
.panel-background-4 {
  background-image: url("https://img.koenpack.com/GlobalWebshop/onetree.jpg");
}
#oneTreeSidepanel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 200px;
  overflow-x: hidden;
  padding-top: 10px;
  position: fixed;
  right: 0;
  top: 240px;
  transition: 0.4s;
  width: 130px;
  z-index: 1;
}
#oneTreeSidepanel .insidediv {
  margin-left: 30px;
  margin-top: 117px;
  position: center;
}
#oneTreeCounter {
  overflow: hidden;
  position: absolute;
  text-align: center;
}
@media screen and (width <= 1200px) {
  #oneTreeSidepanel {
    display: none;
  }
}
#onetreeplantedlink:hover {
  color: #000;
}
.flexbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  padding: 16px;
  width: 100%;
}
.flexbox-item {
  width: 24%;
}
@media screen and (width <= 992px) {
  .flexbox-item {
    width: 49%;
  }
}
@media screen and (width <= 692px) {
  .flexbox-item {
    width: 99%;
  }
}
.kp-footer-upper {
  background: #f0ecf0;
  clear: both;
  display: block;
  width: 100%;
}
.kp-footer-upper::before,
.kp-footer-upper::after {
  content: " ";
  display: table;
}
.kp-footer-upper::after {
  clear: both;
}
.kp-footer-upper .kp-footer-upper-row {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (width <= 992px) {
  .kp-footer-upper .kp-footer-upper-row {
    flex-direction: row;
    height: 100%;
  }
}
footer.kp-footer-upper {
  align-items: center;
  display: flex;
  height: calc(var(--footer-bottom-height) * 0.838);
  min-height: calc(var(--footer-bottom-height) * 0.838);
  padding: 0;
}
footer.kp-footer-upper .kp-footer-upper-icon {
  height: 56px !important;
  margin: 0 auto 10px !important;
  width: 56px !important;
}
footer.kp-footer-upper .kp-footer-upper-icon svg {
  height: 56px !important;
  width: 56px !important;
}
footer.kp-footer-upper .kp-footer-upper-title {
  color: #8988a1 !important;
  font-size: 20px !important;
  font-weight: 600;
  margin: 0 0 8px !important;
  text-align: center !important;
}
footer.kp-footer-upper .kp-footer-upper-text {
  color: #8988a1 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}
footer.kp-footer-upper .kp-footer-upper-item {
  align-items: center;
  color: #8988a1 !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
footer .kp-footer-upper-item.kp-item-clickable {
  cursor: pointer;
}
footer.kp-footer-upper > .container {
  height: 100%;
  width: 100%;
}
@media (width <= 991px) {
  :root {
    --footer-bottom-height: 420px;
  }
}
html,
body {
  height: 100%;
}
#all-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#content {
  flex: 1 0 auto;
}
.kp-footer-upper,
#aa-footer {
  margin-top: auto;
}
.kp-newsletter {
  cursor: pointer;
}
.kp-nl-overlay {
  background: rgb(0 0 0 / 55%);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9998;
}
.kp-nl-modal {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 35%);
  display: none;
  left: 50%;
  padding: 18px 18px 14px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(360px, calc(100% - 32px));
  z-index: 9999;
}
.kp-nl-modal h3 {
  font-size: 18px;
  margin: 0 0 6px;
}
.kp-nl-modal p {
  color: #666;
  font-size: 13px;
  margin: 0 0 12px;
}
.kp-nl-modal .kp-nl-row {
  margin-bottom: 10px;
}
.kp-nl-modal input {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
.kp-nl-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 12px;
}
.kp-nl-btn {
  border: 0;
  border-radius: 4px;
  height: 38px;
  padding: 0 14px;
}
.kp-nl-btn-primary {
  background: #2f7d32;
  color: #fff;
}
.kp-nl-btn-ghost {
  background: #f2f2f2;
}
.kp-nl-error {
  color: #b00020;
  display: none;
  font-size: 12px;
  margin-top: 8px;
}
.kp-nl-success {
  color: #1b5e20;
  display: none;
  font-size: 12px;
  margin-top: 8px;
}
.photo-banner-colorbg {
  display: flex;
  justify-content: center;
}
.text-banner-colorbg {
  align-items: center;
  color: #f7f2f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3vmax 3%;
  text-align: center;
}
.text-banner-colorbg.news {
  padding: 5rem 0;
}
@media (width <= 900px) {
  .text-banner-colorbg.custom-made-banner {
    padding: 0;
  }
  .text-banner-colorbg.news {
    padding: 2rem 0;
  }
}
.text-banner-colorbg h1 {
  font-size: clamp(2.8rem, calc(2.419rem + 0.952vw), 4.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
.text-banner-colorbg h2 {
  color: #f6f2f8;
  font-size: clamp(1.4rem, calc(1.19rem + 0.524vw), 2.5rem);
  font-weight: 500;
}
.text-banner-colorbg h3 {
  color: #f6f2f8;
  font-size: clamp(1.8rem, calc(1.686rem + 0.286vw), 2.4rem);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1vw;
}
:root {
  --gap: 40px;
  --items-visible: 3;
  --radius: 8px;
  --arrow-size: 40px;
  --max-row-width: 57vw;
}
.carousel-items-1 {
  --items-visible: 1;
}
.carousel-items-4 {
  --items-visible: 4;
}
@media (width <= 900px) {
  .carousel-items-4 {
    --items-visible: 2;
  }
  .carousel-items-3 {
    --items-visible: 2;
  }
}
@media (width <= 640px) {
  .carousel-items-4 {
    --items-visible: 1;
  }
  .carousel-items-3 {
    --items-visible: 1;
  }
  .carousel-items-2 {
    --items-visible: 1;
  }
}
@media (width <= 1170px) {
  .custom-carousel-component {
    margin: 2rem auto !important;
    max-width: 90% !important;
  }
}
@media (width <= 900px) {
  .custom-carousel-component {
    max-width: 80% !important;
  }
}
.custom-carousel-component {
  margin: 5rem auto;
  max-width: var(--max-row-width);
}
.align-right {
  margin-right: 0 !important;
}
.custom-carousel-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-align: center;
}
.custom-carousel-shell {
  position: relative;
}
.custom-carousel-viewport {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.custom-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  padding: 0;
  transition: transform 300ms ease;
  will-change: transform;
}
.custom-carousel-item {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex: 0 0
    calc(
      (100% - (var(--gap) * (var(--items-visible) - 1))) / var(--items-visible)
    );
  flex-direction: column;
  min-height: auto;
  overflow: visible;
}
.custom-carousel-link {
  color: inherit;
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.custom-carousel-link dd {
  color: #808080;
  margin-top: 1rem;
}
.custom-carousel-link p {
  color: #291f44;
}
.underline-expand {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
.underline-expand::after {
  background: white;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  width: 0%;
}
.underline-expand:hover::after {
  width: 100%;
}
.custom-carousel-item img {
  background: #f3f3f3;
  display: block;
  margin: auto;
  max-width: max-content;
  object-fit: cover;
  width: 100%;
}
.custom-carousel-item p {
  color: #291f44;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.custom-carousel-arrow {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #2b1d46;
  cursor: pointer;
  display: flex;
  fill: #2b1d46;
  font-size: 34px;
  height: var(--arrow-size);
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  user-select: none;
  width: var(--arrow-size);
  z-index: 10;
}
.custom-carousel-arrow::before {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}
.custom-carousel-arrow:hover {
  background: transparent;
  transform: translateY(-80%) scale(1.05);
}
.custom-carousel-arrow:active {
  transform: translateY(-80%) scale(0.98);
}
.custom-carousel-arrow.left {
  left: -20px;
}
.custom-carousel-arrow.right {
  right: -20px;
}
@media (width <= 900px) {
  :root {
    --items-visible: 2;
    --gap: 24px;
  }
  .custom-carousel-arrow.left {
    left: 0;
  }
  .custom-carousel-arrow.right {
    right: 0;
  }
}
@media (width <= 640px) {
  :root {
    --items-visible: 1;
    --gap: 18px;
  }
  .custom-carousel-arrow.left {
    left: -30px;
  }
  .custom-carousel-arrow.right {
    right: -30px;
  }
}
.custom-carousel-meta {
  color: #888;
  font-size: 12px;
  margin-top: 10px;
}
.text-banner-colorbg.custom-made-banner h2 {
  color: #76646a;
  font-size: clamp(2rem, 1.3vmax, 3rem);
  font-weight: 700;
}
.text-banner-colorbg.custom-made-banner h3 {
  color: #76646a;
  font-size: clamp(2.5rem, 1.75vmax, 5rem) !important;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.news-article.showroom-article,
.custom-row .news-article.showroom-article h2 {
  color: #291f44 !important;
}
.custom-row .col-sm-7:has(img) {
  margin: auto;
}
.underline-expand-inherit-color::after {
  background: currentColor;
}
.news-carousel .custom-carousel-item p {
  font-weight: 600;
  text-align: left;
}
.text-banner-colorbg.custom-made-banner p {
  color: #76646a;
  font-size: clamp(1.6rem, calc(1.524rem + 0.19vw), 2rem);
  padding-bottom: 1rem;
}
@media (width>= 990px) {
  .text-banner-colorbg.custom-made-banner {
    padding: 0 15rem;
    text-align: left;
  }
}
@media (width>= 1170px) {
  .custom-made-banner .row {
    max-width: var(--max-row-width);
  }
  .custom-row {
    max-width: var(--max-row-width) !important;
  }
  .custom-made-banner .row {
    align-items: center;
    display: flex;
  }
  .img-banner-custom-made {
    padding: 0 !important;
  }
}
.img-banner-custom-made {
  max-height: fit-content;
  max-width: 100%;
  padding: 1rem 0 0;
}
@media (width>= 990px) {
  .home-banner-text-column {
    padding: 2rem;
  }
}
.home-grid-text {
  padding-bottom: 3rem;
  text-align: center;
}
.text-banner-colorbg.landing-page-banner {
  flex-direction: row !important;
}
.text-banner-colorbg.landing-page-banner h2 {
  font-size: clamp(3.2rem, calc(2.514rem + 1.714vw), 6.8rem);
  font-weight: 600;
  margin: 0;
}
.text-banner-colorbg.landing-page-banner h3 {
  font-size: clamp(2.5rem, 1.5vmax, 6rem);
}
.landing-page-text-header-left {
  color: #cdc1ce !important;
  text-align: left;
}
.landing-page-text-header-right {
  font-size: clamp(1rem, 1.2vmax, 2rem);
  padding: 2rem 1rem 0;
  text-align: center;
}
.landing-page-text-header-left h3 {
  font-weight: 300;
  margin-top: 0;
}
.custom-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
}
@media (width>= 900px) {
  .landing-page-text-header-right {
    padding: 0 10% 0 0;
    text-align: left;
  }
  .landing-page-text-header-left {
    text-align: left;
  }
  .custom-row {
    flex-direction: row;
  }
  .custom-row:has(.landing-page-text-article-left) {
    align-items: flex-start;
  }
  .landing-page-text-article-left {
    padding: 5% 15% 0 0 !important;
    text-align: left;
  }
  .home-banner-text-column {
    padding-bottom: 15% !important;
    padding-right: 10% !important;
  }
  .home-banner-text-column p {
    margin-inline-end: 15%;
  }
}
.news-article,
.news-article h1 {
  text-align: left !important;
}
.photo-banner-colorbg.thin {
  max-height: 20vw;
  min-height: 20rem;
}
.text-banner-colorbg.landing-page-banner .landing-page-text-article-left h2 {
  font-size: clamp(2.5rem, 1.75vmax, 5rem) !important;
  font-weight: 700 !important;
}
.landing-page-text-header-left h2,
.landing-page-text-header-left h3 {
  color: #b08c9b;
}
.landing-page-text-header-right p,
.landing-page-text-header-left p {
  color: #b08c9b;
}
.img-news-article {
  float: left;
  max-width: 100%;
}
.landing-page-text-article-left {
  font-size: clamp(1.6rem, calc(1.524rem + 0.19vw), 2rem);
  padding: 5rem 5rem 2% !important;
}
@media (width <= 1170px) {
  .landing-page-text-article-left {
    padding: 20px !important;
  }
  .col-sm-5,
  .col-sm-7 {
    padding: 20px !important;
  }
  .custom-row.mobile-reverse {
    flex-direction: column-reverse;
  }
}
.news-article-expandable .expandable:not(:first-child) {
  border-radius: 10px;
  border-top: 1px solid #d8d8d8;
}
.expandable {
  background: #fff;
  margin-bottom: 4rem;
  padding: 2rem;
  width: calc(100% - 21.5vw);
}
.expandable__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  padding: 2px 0;
  user-select: none;
}
.expandable__summary::-webkit-details-marker {
  display: none;
}
.expandable__title {
  color: #2b1e46;
  font-size: clamp(16px, 1.2vmax, 3rem);
}
.expandable__chevron {
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  flex: 0 0 auto;
  height: 10px;
  margin-left: auto;
  transform: rotate(45deg);
  transition: transform 150ms ease;
  width: 10px;
}
.expandable[open] .expandable__chevron {
  transform: rotate(-135deg);
}
.expandable__content {
  padding-top: 10px;
}
.expandable__content p {
  color: #333;
  font:
    400 14px/1.5 system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  margin: 0;
}
.expandable__summary:focus-visible {
  border-radius: 8px;
  outline: 2px solid #4c9ffe;
  outline-offset: 4px;
}
.custom-row .col-sm-6,
.row .col-sm-6 {
  overflow: hidden;
  position: relative;
}
@media (width <= 1170px) {
  .tag {
    font-size: 2rem !important;
  }
  .expandable {
    width: 100% !important;
  }
  .row.news-article-row {
    margin-top: 1rem;
  }
  .kp-bottom-links__col {
    margin-bottom: 1rem;
  }
  .custom-row.quicklinks-row .kp-bottom-links__col:not(:last-child) {
  }
  .custom-row .col-sm-6 {
    padding: 0;
  }
  .row.news-article-row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
.tag {
  background-color: #8a89a2;
  color: #f6f2f8;
  font-size: 4rem;
  font-weight: 500;
  padding: 1.5rem;
  padding-right: 15px !important;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (width>= 1170px) {
  .custom-row .col-sm-6,
  .row .col-sm-6 {
    padding: 0;
  }
  .news-article-image-col .tag {
    padding: 1.5rem;
  }
  .news-article-row {
    align-items: stretch;
    display: flex;
  }
  .news-article-image-col {
    overflow: hidden;
    position: relative;
  }
  .news-article-image-col img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    width: 100%;
  }
  .news-article-expandable {
    flex-grow: 1;
  }
}
.bg-white {
  background-color: #fff !important;
}
.landing-page-text-article-left .custom-carousel-item img {
  height: auto;
  width: auto;
}
.banner--carousel-split .custom-carousel-shell {
  display: inline-flex;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 100%;
  padding-inline: var(--split-arrow-gap, 5rem);
  position: relative;
  width: fit-content;
}
.banner--carousel-split .custom-carousel-viewport {
  height: auto;
  overflow: hidden;
  position: relative;
  width: min(100%, calc(var(--max-row-width) / 2));
}
.banner--carousel-split .custom-carousel-item {
  min-height: 0;
}
.banner--carousel-split .custom-carousel-item img {
  display: block;
  height: auto;
  object-fit: contain;
}
.banner--carousel-split .custom-carousel-arrow {
  color: #74666a;
  position: relative;
  top: 50%;
  transform: translateY(13rem);
  z-index: 5;
}
.banner--carousel-split .custom-carousel-arrow.left {
  left: 0;
}
.banner--carousel-split .custom-carousel-arrow.right {
  right: 0;
}
.banner--carousel-split .landing-page-text-article-left {
  overflow: visible !important;
}
.banner--carousel-split .landing-page-text-article-left p {
  color: #323232;
}
.banner--carousel-split .landing-page-text-article-left dd {
  color: #7f7f7f;
}
@media (width <= 991px) {
  .banner--carousel-split .custom-carousel-shell {
    margin-inline: auto;
  }
  .banner--carousel-split .custom-carousel-viewport {
    width: min(100%, 90vw);
  }
}
@media (width <= 990px) {
  .banner--carousel-split .custom-carousel-shell {
    padding-inline: 2.5rem;
  }
}
.landing-page-text-article-left .custom-carousel-component {
  float: right;
  max-width: calc(var(--max-row-width) / 2) !important;
}
.banner--carousel-split .banner--carousel-split-panelInner {
  display: none;
  height: 100%;
  padding: 10% 10% 5%;
}
.banner--carousel-split .banner--carousel-split-panelInner h3 {
  font-size: 3rem;
  margin-top: 1rem;
}
.banner--carousel-split .banner--carousel-split-panelInner.is-active {
  display: block;
  height: 100%;
}
.banner--carousel-split .banner--carousel-split-panel {
  background-color: #6a7569;
  color: white;
  flex: 1;
  max-height: 100%;
  min-height: 100%;
  overflow: auto;
  text-align: left;
}
@media (width>= 1170px) {
  .banner--carousel-split-panelInner {
    max-width: calc(var(--max-row-width) / 2);
  }
  .kp-tips-right .kp-tips-list h3 {
    font-size: clamp(2rem, 1.5vmax, 3rem);
  }
  .kp-tips-right .kp-tips-list {
    padding: 0 12rem 0 5rem;
  }
  .kp-tips-right {
    padding: 0 !important;
  }
}
.banner--carousel-split .banner--carousel-split-row {
  align-items: stretch;
  display: flex;
}
.banner--carousel-split .banner--carousel-split-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.banner--carousel-split .landing-page-text-article-left {
  align-items: flex-start;
  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}
.banner--carousel-split .custom-carousel-component {
  float: none !important;
  margin-left: auto !important;
  max-width: 100%;
  width: fit-content;
}
.banner--carousel-split .custom-carousel-viewport {
  width: min(100%, var(--split-viewport-width, 280px)) !important;
}
@media (width <= 991px) {
  .banner--carousel-split .landing-page-text-article-left {
    justify-content: center !important;
  }
  .banner--carousel-split .custom-carousel-component {
    margin-left: 0 !important;
  }
  .banner--carousel-split .custom-carousel-viewport {
    width: min(100%, 90vw) !important;
  }
}
@media (width <= 990px) {
  .banner--carousel-split .banner--carousel-split-row {
    flex-direction: column;
    gap: 1.6rem;
  }
  .banner--carousel-split .banner--carousel-split-row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .banner--carousel-split .bg-white {
    padding: 1.2rem 1.2rem 1.6rem;
  }
  .banner--carousel-split .banner--carousel-split-panel {
    margin-top: 0;
  }
  .banner--carousel-split .banner--carousel-split-panelInner {
    height: auto;
    padding: 2.2rem 1.6rem;
  }
  .banner--carousel-split .custom-carousel-shell {
    padding-inline: 3.2rem;
  }
}
@media (width <= 990px) {
  .banner--carousel-split .bg-white {
    padding: 1rem 1rem 1.4rem;
  }
  .banner--carousel-split .banner--carousel-split-panelInner {
    padding: 1.8rem 1.2rem;
  }
  .banner--carousel-split .custom-carousel-shell {
    padding-inline: 2.6rem;
  }
}
@media (width <= 1170px) {
  .banner--carousel-split .custom-carousel-shell {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    padding-inline: 3.2rem;
    width: 100vw;
  }
  .banner--carousel-split .custom-carousel-viewport {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
  .banner--carousel-split .custom-carousel-track {
    width: max-content;
  }
  .banner--carousel-split .custom-carousel-item {
    flex: 0 0 auto;
    width: calc(100% / var(--items-visible));
  }
}
@media (width <= 990px) {
  .banner--carousel-split .custom-carousel-shell {
    padding-inline: 2.6rem;
  }
}
@media (width <= 1170px) {
  .banner--carousel-split .custom-carousel-shell {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    padding-inline: 3.2rem !important;
    width: 100% !important;
  }
  .banner--carousel-split .custom-carousel-viewport {
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner--carousel-split .custom-carousel-shell,
  .banner--carousel-split .custom-carousel-viewport {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (width <= 990px) {
  .banner--carousel-split .custom-carousel-shell {
    padding-inline: 2.6rem !important;
  }
}
@media (width <= 1170px) {
  .landing-page-text-article-left .custom-carousel-component {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner--carousel-split .custom-carousel-shell {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner--carousel-split .custom-carousel-viewport {
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner--carousel-split .custom-carousel-shell,
  .banner--carousel-split .custom-carousel-viewport {
    min-width: 0 !important;
  }
  .banner--carousel-split .custom-carousel-track {
    width: 100% !important;
  }
}
.bg-mauve {
  background-color: #74666a;
}
.bg-white {
  background-color: #fff;
}
.text-invert {
  color: #fff !important;
}
.text-mauve {
  color: #74666a !important;
}
.kp-tips-row {
  padding: 48px 0;
}
.kp-tips-row h2 {
  color: #f6f2f8 !important;
}
.kp-tips-row a {
  color: #f6f2f8 !important;
}
.kp-tips-row .kp-tips-left a {
  color: #fff !important;
  font-size: clamp(2rem, 0.5vmax, 7rem);
  font-weight: 400;
}
.kp-tips-left {
  padding-right: 40px;
}
.kp-tips-left h2.kp-tips-headline {
  font-size: clamp(3rem, 2vmax, 4.5rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 18px;
  margin-top: 0;
}
.kp-tips-contact-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.kp-tips-contact-link:hover {
  text-decoration: underline;
}
.kp-tips-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.kp-tips-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
.kp-tips-title:first-child {
  margin-top: 0;
}
.kp-tips-text {
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 8px;
  opacity: 0.92;
}
.kp-tips-cta {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.kp-tips-cta:hover {
  text-decoration: underline;
}
.custom-row.kp-tips-row .kp-tips-right {
  padding: 0 2rem;
}
.kp-bottom-links {
  border-top: 0;
}
.kp-bottom-links .custom-row {
  gap: 2rem;
  padding: 4rem 0;
}
.kp-bottom-links__col {
  font-size: 2rem;
  text-align: center;
}
.kp-bottom-links__item {
  color: inherit;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.kp-bottom-links__item:hover {
  text-decoration: underline;
}
@media (width <= 991px) {
  .kp-tips-left {
    padding-right: 15px;
  }
  .kp-tips-headline {
    font-size: 32px;
  }
}
@media (width <= 990px) {
  .kp-tips-row {
    padding: 32px 1rem;
  }
  .kp-bottom-links__col {
    margin-bottom: 10px;
  }
}
.quicklinks-row {
  width: 100%;
}
.custom-row.quicklinks-row .kp-bottom-links__col a {
  color: #291f44 !important;
}
.aa-footer-widget address a {
  color: #fff !important;
}
.home-banner-text-column h2,
.home-banner-text-column h3,
.home-banner-text-column a,
.home-banner-text-column {
  color: #76646a !important;
}
.home-banner-text-column a {
  cursor: pointer;
  font-size: clamp(1.6rem, calc(1.524rem + 0.19vw), 2rem);
  font-weight: 600;
}
.home-banner-text-column a::after {
  background-color: #76646a;
}
.home-banner-text-column {
  text-align: left;
}
@media (width <= 1170px) {
  .home-banner-text-column {
    padding-left: 5% !important;
  }
}
.home-banner-text-column h3 {
  margin-bottom: 1rem;
}
.home-banner-text-column p {
  font-size: clamp(1.2rem, 0.8vmax, 1.5rem);
}
@media (width <= 900px) {
  .home-banner-text-column {
    padding: 3rem !important;
  }
}
@media (width <= 1170px) {
  footer.kp-footer-upper {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1rem 0 !important;
  }
  footer.kp-footer-upper > .container {
    height: auto !important;
  }
  .kp-footer-upper .kp-footer-upper-row {
    height: auto !important;
  }
  footer.kp-footer-upper .kp-footer-upper-item {
    padding-left: 0;
    padding-right: 0;
    width: 33% !important;
  }
  .row.kp-footer-upper-row {
    align-items: start;
    padding: 0 1rem !important;
  }
  footer.kp-footer-upper .kp-footer-upper-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
}
.kp-home-grid-item h3 {
  margin-top: 0;
}
.expandable__content a {
  float: inline-end;
}
.custom-carousel-track a {
  max-width: 100%;
}
p.kp-tips-text.bulletpoints {
  text-align: left;
}
.banner--carousel-split-panelInner h4 {
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
@media (width <= 990px) {
  .banner--carousel-split-panelInner h4 {
    font-size: clamp(2.5rem, 1.5vmax, 3rem);
    padding-bottom: 1rem;
  }
}
.aa-footer-widget .row {
  padding-bottom: 10px;
}
#aa-footer .row > .col-md-3:last-child {
  border-left: 1px solid #ddd;
  padding-left: 7%;
}
@media (width <= 990px) {
  #aa-footer .row > .col-md-3:last-child {
    border-left: none;
  }
  #aa-footer .aa-footer-top-area > .row > [class*="col-"]:nth-child(3),
  #aa-footer .aa-footer-top-area > .row > [class*="col-"]:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 25px;
    padding-top: 25px;
  }
}
#aa-footer,
#aa-footer a {
  color: #fff;
}
#aa-footer a:has(img) {
  text-decoration: none;
}
@media (width <= 990px) {
  #aa-footer .aa-footer-top-area .row {
    display: flex;
    flex-wrap: wrap;
  }
  #aa-footer
    .aa-footer-top-area
    > .row
    > .col-xs-6:nth-last-child(2)
    > .aa-footer-widget,
  #aa-footer
    .aa-footer-top-area
    > .row
    > .col-xs-6:last-child
    > .aa-footer-widget {
    margin-bottom: 2rem;
  }
  #aa-footer .aa-footer-top-area > .row > img {
    height: 25px;
    width: 25px;
  }
}
.kp-footer-bottom-row {
  color: #fff;
  font-size: 12px;
  padding-top: 2rem;
  text-align: center;
}
.split-article-title,
.split-article-title h2 {
  color: #af8d9b;
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media (width <= 1170px) {
  .col-sm-5 .split-article-title.split-article-column,
  .split-article-title,
  .split-article-title h2 {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 2em;
    align-items: center;
  }
  .col-sm-5 .split-article-title.split-article-column {
    flex-direction: row !important;
  }
}
.landing-page-text-article-left.news-article h2 {
  color: inherit !important;
}
.news-article h2 {
  margin-top: 1rem !important;
}
.split-article-title:not(h1) {
}
.split-article-title div.number {
  flex-basis: min-content;
}
.split-article-title.split-article-column {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.news-article div.number {
  font-size: clamp(2.625rem, 1.2813rem + 5.375vw, 10rem);
  line-height: 1;
  font-weight: 700;
}
.news-article ul {
  padding-left: 2rem;
}
.article-margin-bottom {
  margin-bottom: 5rem;
}
.article-margin-top {
  margin-top: 5rem;
}
.news-article a {
  color: inherit !important;
  font-size: 0.8em;
}
@media (width>= 1170px) {
  .news-article .number {
    padding-bottom: 10px;
  }
  .news-article h2 {
    padding-bottom: 2rem;
  }
  .padding-left-0 {
    padding-left: 0 !important;
  }
}
@media (width <= 1170px) {
  #content
    > div:nth-child(2)
    > div
    > div:nth-child(7)
    > div
    > div.col-sm-5.landing-page-text-article-left.news-article {
    padding-top: 0 !important;
  }
}
.no-padding-top {
  padding-top: 0 !important;
}
