@charset "UTF-8";
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  z-index: 1999;
  top: 0;
  left: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Aspira Nar", "Myriad Pro", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", “Segoe UI”, "Droid Sans", Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  background-color: #fff;
}

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

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00C9C0;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #F8F8F8;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

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

small,
.small {
  font-size: 81%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #00C9C0;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00968f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #C90000;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #960000;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00C9C0;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00968f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #F8F8F8;
}

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

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #F8F8F8;
}

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #F2F2F2;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F8F8F8;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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

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

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

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

.container:after {
  clear: both;
}

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

@media (min-width: 1024px) {
  .container {
    width: 900px;
  }
}

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

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

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

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

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

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

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

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

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

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

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

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

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

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

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

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

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

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F2F2F2;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

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

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #C90000;
}

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

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

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

.has-error .form-control-feedback {
  color: #C90000;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

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

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: #F8F8F8;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-default:focus, .btn-default.focus {
  color: #000;
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-default:hover {
  color: #000;
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #cdcdcd;
  border-color: rgba(0, 0, 0, 0.02);
}

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

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #F8F8F8;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-default .badge {
  color: #F8F8F8;
  background-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #00C9C0;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00968f;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-primary:hover {
  color: #fff;
  background-color: #00968f;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00968f;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #00726d;
  border-color: rgba(0, 0, 0, 0.02);
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00C9C0;
  border-color: rgba(0, 0, 0, 0.02);
}

.btn-primary .badge {
  color: #00C9C0;
  background-color: #fff;
}

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

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

.btn-link {
  color: #000;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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 {
  color: #00C9C0;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  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;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
  background-color: #f5f5f5;
}

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.625;
  color: #F2F2F2;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

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

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

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

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

.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 {
  margin-left: -5px;
}

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

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

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

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

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

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-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 > .btn {
  float: none;
}

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

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

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

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

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

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

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

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

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

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid transparent;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}

.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #F8F8F8;
  border-color: #000;
}

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}

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

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

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

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

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

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

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

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #C90000;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #960000;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #000;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.625;
}

.modal-body {
  position: relative;
  padding: 40px;
}

.modal-footer {
  padding: 40px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

*:focus {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
}

.btn {
  transition: all 0.2s ease !important;
}

.btn-inverted, .block-inverted .btn-default {
  background: #333;
  color: #FFF;
}

.block-gray .btn-default {
  color: #000 !important;
  background: #FFF;
}

.block-gray .btn-default:hover {
  color: #000 !important;
  background-color: #C6C6C6;
}

.block-gray input:-webkit-autofill, .block-gray textarea:-webkit-autofill {
  box-shadow: 0 -0.5px 0px 0 #000 inset !important;
}

.form-control {
  resize: vertical;
  overflow: auto;
}

.form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999 !important;
}

.form-control:-moz-placeholder {
  font-size: 13px;
  color: #999 !important;
}

.form-control::-moz-placeholder {
  font-size: 13px;
  color: #999 !important;
}

.form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999 !important;
}

.form-control[disabled], .form-control[readonly] {
  background-color: transparent;
  opacity: 0.5;
}

.form-control, .form-control-static {
  box-shadow: none !important;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  background: transparent url(/assets/images/icons/bottom-line.svg) bottom left no-repeat;
}

.form-control.inverted, .block-inverted .form-control, .inverted .form-control, .inverted .btn-input, .inverted.btn-input {
  color: #fff !important;
  background: transparent url(/assets/images/icons/bottom-line-inverted.svg) bottom left no-repeat;
}

.form-control.inverted::-webkit-input-placeholder, .block-inverted .form-control::-webkit-input-placeholder, .inverted .form-control::-webkit-input-placeholder, .inverted .btn-input::-webkit-input-placeholder, .inverted.btn-input::-webkit-input-placeholder {
  color: #999 !important;
}

.form-control.inverted:-moz-placeholder, .block-inverted .form-control:-moz-placeholder, .inverted .form-control:-moz-placeholder, .inverted .btn-input:-moz-placeholder, .inverted.btn-input:-moz-placeholder {
  color: #999 !important;
}

.form-control.inverted::-moz-placeholder, .block-inverted .form-control::-moz-placeholder, .inverted .form-control::-moz-placeholder, .inverted .btn-input::-moz-placeholder, .inverted.btn-input::-moz-placeholder {
  color: #999 !important;
}

.form-control.inverted:-ms-input-placeholder, .block-inverted .form-control:-ms-input-placeholder, .inverted .form-control:-ms-input-placeholder, .inverted .btn-input:-ms-input-placeholder, .inverted.btn-input:-ms-input-placeholder {
  color: #999 !important;
}

.form-control.inverted .caret, .block-inverted .form-control .caret, .inverted .form-control .caret, .inverted .btn-input .caret, .inverted.btn-input .caret {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.caret.pull-right {
  margin-top: 10px;
}

.inverted .dropdown-menu a:link, .inverted .dropdown-menu a:visited, .inverted .dropdown-menu a:hover {
  color: #000 !important;
}

.input-group .btn-link {
  background: transparent url(/assets/images/icons/bottom-line.svg) bottom left no-repeat !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.input-group .btn-link.inverted, .block-inverted .input-group .btn-link {
  background: transparent url(/assets/images/icons/bottom-line-inverted.svg) bottom left no-repeat !important;
}

.has-error .form-control, .has-error .btn-input {
  background-image: url(/assets/images/icons/bottom-line-danger.svg);
  border: none;
}

.has-error .form-control::-webkit-input-placeholder, .has-error .btn-input::-webkit-input-placeholder {
  color: #C90000 !important;
}

.has-error .form-control:-moz-placeholder, .has-error .btn-input:-moz-placeholder {
  color: #C90000 !important;
}

.has-error .form-control::-moz-placeholder, .has-error .btn-input::-moz-placeholder {
  color: #C90000 !important;
}

.has-error .form-control:-ms-input-placeholder, .has-error .btn-input:-ms-input-placeholder {
  color: #C90000 !important;
}

.btn-input, .btn-input:active {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
  background: transparent url(/assets/images/icons/bottom-line.svg) bottom left no-repeat;
  text-align: left !important;
}

.btn-input .caret, .btn-input:active .caret {
  border: 0;
  background: url("/assets/images/icons/arrow-down-sm.svg") center no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 10px;
  background-size: contain;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btn-group.open .dropdown-toggle.btn-input .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-sm, .btn-group-sm > .btn {
  font-weight: 600;
}

.btn-sm.btn-link, .btn-group-sm > .btn-link.btn {
  font-weight: inherit;
}

.btn-lg, .btn-group-lg > .btn {
  height: 48px;
  padding: 10px 20px 10px 20px !important;
  line-height: 28px;
}

.btn-lg span.h6, .btn-group-lg > .btn span.h6 {
  margin: 0 !important;
  line-height: 28px;
  display: block;
}

a:link, a:visited, a:hover, a.btn-link:hover {
  transition: all 0.2s ease;
  text-decoration: none;
}

hr, .hr {
  border: none;
  height: 1px;
  background: transparent url(/assets/images/icons/bottom-line.svg) bottom left repeat-x;
  opacity: 0.2;
}

.hr {
  margin: -1px 0 0 0;
  position: relative;
  z-index: 10;
}

.block-inverted hr, .block-inverted .hr {
  background-image: url(/assets/images/icons/bottom-line-inverted.svg);
  opacity: 0.2;
}

small, .small {
  font-size: 13px;
  font-weight: 400;
}

html, body {
  height: 100%;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

p, .p {
  margin-bottom: 0.5em;
  line-height: 1.625;
}

.p {
  display: block;
  display-line-height: 1.625;
}

.text-primary {
  color: #00C9C0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 0.5em 0;
}

.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  line-height: 1.625;
  margin: auto;
}

p.h1, p.h2, p.h3 {
  line-height: 1.33em;
  margin: 0 0 0.5em 0;
}

p.h4, p.h5, p.h6 {
  line-height: 1.625em;
  margin: 0 0 0.5em 0;
}

div.h1, div.h2, div.h3, div.h4, div.h5 {
  margin: 0;
}

h1, .h1 {
  font-weight: 200;
}

h2, .h2, h4, .h4 {
  font-weight: 600;
}

h6, .h6 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

h5, .h5 {
  font-weight: 400;
}

[class^="col"].center-block {
  float: none !important;
}

.modal {
  padding: 0px !important;
}

.modal-dialog {
  margin: 0 auto;
}

.modal-dialog .modal-content {
  border: 0;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  color: #fff;
}

.modal-dialog .modal-title {
  padding-right: 60px;
}

.modal-header {
  padding: 40px 40px 15px 40px;
  border-bottom: none;
}

.modal-header .modal-title {
  padding-bottom: 10px;
}

.modal-header .close, .modal-header .open {
  display: block;
  border: 0;
  padding: 0;
  right: 14px;
  top: 14px;
  background-color: #000 !important;
}

.modal-header::after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.modal-form {
  margin-bottom: 20px;
}

.modal-form .modal-form-tips {
  font-size: 13px;
  margin-top: 20px;
  padding: 15px;
  border: 1px dotted #FFF;
}

.modal-form.fail .modal-form-group .form-control {
  color: #d9534f !important;
}

.modal-form.fail .modal-form-group .form-control, .modal-form.fail .modal-form-group .btn-link {
  background-image: url(/assets/images/icons/bottom-line-danger.svg) !important;
}

.modal-form.fail .modal-form-tips {
  color: #d9534f;
  border: 1px dotted #d9534f;
}

.modal-form.success .modal-form-tips {
  color: #00C9C0;
  border: 1px dotted #00C9C0;
}

.modal-for-video {
  width: 100%;
  height: 100%;
}

.modal-for-video .modal-dialog,
.modal-for-video .modal-content {
  width: 100%;
  height: 100%;
}

.modal-for-video .modal-dialog .modal-header,
.modal-for-video .modal-content .modal-header {
  height: 0;
  padding: 0;
}

.modal-for-video .modal-dialog .modal-body,
.modal-for-video .modal-content .modal-body {
  width: 100%;
  height: 100%;
}

.modal-for-video .modal-dialog .modal-body .plyr--ready,
.modal-for-video .modal-dialog .modal-body .plyr__video-wrapper,
.modal-for-video .modal-dialog .modal-body .modal-video,
.modal-for-video .modal-content .modal-body .plyr--ready,
.modal-for-video .modal-content .modal-body .plyr__video-wrapper,
.modal-for-video .modal-content .modal-body .modal-video {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .close.open {
    background-color: transparent !important;
  }
}

@media (max-width: 374px) {
  .modal {
    border: 0 !important;
  }
  .modal-body {
    padding: 40px 20px !important;
  }
  .modal-content {
    box-shadow: none;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-tabs {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.nav-tabs img {
  width: 80px;
  margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  box-shadow: inset 0 -2px 0 #000;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  margin: 0;
}

.panel-group .panel {
  position: relative;
  padding: 20px 0 20px 0;
}

.panel-group .panel .panel-title {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.panel-group .panel .panel-title [aria-expanded=true] {
  color: #00C9C0 !important;
}

.panel-group .panel .panel-body {
  padding: 20px 0 0 0;
}

.panel-group .panel::after {
  display: block;
  height: 1px;
  content: '';
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, #C6C6C6 0%, #C6C6C6 51%, transparent 51%);
}

.panel-group .panel:first-child::before {
  display: block;
  height: 1px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, #C6C6C6 0%, #C6C6C6 51%, transparent 51%);
}

.media {
  margin: 0 0 20px 0;
}

.media-body, .media-left, .media-right {
  vertical-align: middle;
}

.alert {
  margin: 20px 0;
}

.alert.alert-success {
  color: #00C9C0;
  border: 1px dotted #00C9C0;
  background: transparent;
}

.alert.alert-danger {
  color: #d9534f;
  background: #FFE6E6;
  border: 1px solid #FFE6E6;
}

.alert .alert-close-btn {
  float: right;
  position: relative;
  top: -2px;
  right: -21px;
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background: transparent;
  border: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: 72px;
  line-height: 72px;
  background: black;
}

header > nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header > nav > li.header-space {
  -webkit-box-flex: 100000;
  flex-grow: 100000;
}

header > nav > li:last-child > .btn {
  margin-right: -14px;
}

header > nav > li > a.btn-link {
  color: #FFF;
}

header > nav > li > a.btn-link.slick-changing {
  transition: color 1.6s ease !important;
}

header > nav > li > a.btn-link.active:link, header > nav > li > a.btn-link.active:visited {
  color: #C6C6C6;
}

header > nav > li > a > img {
  transition: all 1.6s ease;
}

header .brand-logo {
  margin: 0 20px 0 0;
}

.no-cssfilters header {
  background: #000 !important;
}

.header-immerse header > nav > li > a {
  color: #FFF;
}

.header-immerse header > nav > li > a > img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

header.header-inverted > nav > li > a {
  color: #000;
}

header.header-inverted > nav > li > a > img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mobile-menu-trigger, .close {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 6px;
  top: 15px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 11;
  cursor: pointer;
}

.mobile-menu-trigger.menu-inverted span, .mobile-menu-trigger.menu-inverted::after, .mobile-menu-trigger.menu-inverted::before, .close.menu-inverted span, .close.menu-inverted::after, .close.menu-inverted::before {
  background: black;
}

.mobile-menu-trigger span, .mobile-menu-trigger::after, .mobile-menu-trigger::before, .close span, .close::after, .close::before {
  display: block;
  height: 1px;
  background: white;
  width: 18px;
  position: absolute;
  top: 16px;
  left: 16px;
  content: '';
  transition: all 0.5s ease;
}

.mobile-menu-trigger::after, .close::after {
  top: 22px;
  transition-delay: 0.2s;
}

.mobile-menu-trigger::before, .close::before {
  top: 28px;
  transition-delay: 0.1s;
}

.mobile-menu-trigger.open, .close.open {
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 999999999;
}

.mobile-menu-trigger.open span, .close.open span {
  -webkit-transform: rotate(45deg) translate(0, 8.5px);
  transform: rotate(45deg) translate(0, 8.5px);
  background-color: #fff;
}

.mobile-menu-trigger.open::before, .close.open::before {
  -webkit-transform: rotate(-45deg) translate(0, -8.5px);
  transform: rotate(-45deg) translate(0, -8.5px);
  background-color: #fff;
}

.mobile-menu-trigger.open::after, .close.open::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background-color: #fff;
}

.mobile-menu-trigger.open {
  -webkit-transform: translate(-8px, -2px);
  transform: translate(-8px, -2px);
}

.modal-open .mobile-menu-trigger span, .modal-open .mobile-menu-trigger::after, .modal-open .mobile-menu-trigger::before {
  background: white;
}

@media (max-width: 767px) {
  header > nav > li {
    display: none;
  }
  header > nav > li.brand-logo {
    display: block !important;
    margin-right: 0;
  }
  header > nav > li.header-space {
    display: block !important;
  }
  header > nav > li.global-cart {
    display: block !important;
    position: static !important;
    margin-right: 40px !important;
  }
  .mobile-menu-trigger {
    display: block;
  }
}

@media (max-width: 359px) {
  .mobile-menu-trigger {
    right: 0;
    width: 38px;
  }
  .mobile-menu-trigger span, .mobile-menu-trigger::after, .mobile-menu-trigger::before {
    left: 10px;
  }
}

body {
  padding-top: 72px;
}

body.header-immerse {
  padding-top: 0;
}

body.header-immerse header {
  background: transparent;
}

body.header-immerse .full-height {
  padding-top: 72px;
}

body.header-second {
  padding-top: 132px;
  box-shadow: inset 0 132px 0 black;
}

body.header-one {
  padding-top: 72px;
}

body.header-one header.inverted {
  background: #000;
}

body.inverted {
  background: #000;
}

.navigation-child {
  width: 100%;
  z-index: 10;
  left: 0;
  padding: 10px 0 7px 0;
  height: 60px;
  line-height: 40px;
  background: #000;
  transition: background 0.5s ease;
  position: absolute;
  top: 72px;
}

.navigation-child .container {
  position: relative;
  z-index: 13;
}

.navigation-child h4 {
  margin: 0;
  transition: all 0.5s ease;
  line-height: 32px;
  display: inline;
  color: #fff;
}

.navigation-child a.btn-link:link, .navigation-child a.btn-link:visited {
  color: #fff;
}

.navigation-child a.btn-link:link.text-muted, .navigation-child a.btn-link:visited.text-muted {
  color: #999;
}

.navigation-child a.btn-link:hover {
  color: #00C9C0;
}

.navigation-child .btn-rounded {
  margin-left: 13px;
}

@media (max-width: 480px) {
  .navigation-child .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation-child .btn-rounded {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0px;
  }
  .navigation-child .btn-link.pull-right {
    margin-left: -13px;
  }
}

.header-immerse .navigation-child::before, .header-second .navigation-child::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: none;
  height: 100%;
  z-index: 11;
  top: 0;
}

.header-immerse .navigation-child.affix, .header-second .navigation-child.affix {
  background: rgba(238, 238, 238, 0.8);
  position: fixed !important;
  top: 0 !important;
  z-index: 90;
}

.header-immerse .navigation-child.affix.inverted, .header-second .navigation-child.affix.inverted {
  background: rgba(19, 19, 19, 0.8) !important;
}

.header-immerse .navigation-child.affix::before, .header-immerse .navigation-child.affix h4, .header-immerse .navigation-child.affix .btn, .header-second .navigation-child.affix::before, .header-second .navigation-child.affix h4, .header-second .navigation-child.affix .btn {
  opacity: 1;
  visibility: visible;
}

.header-immerse .navigation-child.affix .invincible.hidden-xs, .header-second .navigation-child.affix .invincible.hidden-xs {
  display: block !important;
}

.header-second .navigation-child .invincible.hidden-xs {
  display: block !important;
}

.header-immerse .navigation-child {
  background: transparent;
  transition: background 0.5s ease;
}

.header-immerse .navigation-child.sticky-top {
  top: 0px;
  position: fixed;
}

.header-immerse .navigation-child h4 {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.header-immerse .navigation-child .btn {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.header-immerse .navigation-child .btn.invincible {
  opacity: 1 !important;
  visibility: visible;
}

.navigation-child.sticky-top {
  background: rgba(255, 255, 255, 0);
}

.navigation-child.sticky-top h4, .navigation-child.affix h4 {
  color: #000;
}

.navigation-child.sticky-top a.btn-link:link, .navigation-child.sticky-top a.btn-link:visited, .navigation-child.affix a.btn-link:link, .navigation-child.affix a.btn-link:visited {
  color: #000;
}

.navigation-child.sticky-top a.btn-link:link.text-muted, .navigation-child.sticky-top a.btn-link:visited.text-muted, .navigation-child.affix a.btn-link:link.text-muted, .navigation-child.affix a.btn-link:visited.text-muted {
  color: #999;
}

.navigation-child.sticky-top a.btn-link:hover, .navigation-child.affix a.btn-link:hover {
  color: #00C9C0;
}

.navigation-child.sticky-top.inverted h4, .navigation-child.affix.inverted h4 {
  color: #fff;
}

.navigation-child.sticky-top.inverted a.btn-link:link, .navigation-child.sticky-top.inverted a.btn-link:visited, .navigation-child.affix.inverted a.btn-link:link, .navigation-child.affix.inverted a.btn-link:visited {
  color: #fff;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #00C9C0;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #00C9C0, 0 0 5px #00C9C0;
  opacity: 1.0;
  -webkit-transform: rotate(3deg), translate(0px, -4px);
  transform: rotate(3deg), translate(0px, -4px);
}

.list-social li {
  padding: 0;
}

.list-social .dropdown .dropdown-menu {
  padding: 10px;
  min-width: 120px;
  border: none;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.list-social .dropdown .dropdown-menu img {
  width: 100%;
}

.list-social .icon-link {
  opacity: 0.5;
  margin: 0 -5px !important;
}

.list-social .icon-link:hover {
  opacity: 1;
}

#mobileMenu .list-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#mobileMenu .list-social li:last-child {
  margin-right: -10px;
}

#mobileMenu .list-social a > img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  height: 40px;
}

#mobileMenu .list-social a > img[src="/assets/images/icons/jd.svg"] {
  width: 36px;
}

footer {
  background: #F8F8F8;
}

footer .btn-link:first-child {
  margin-left: -10px;
}

footer .list-unstyled li {
  padding-top: 3px;
}

footer #language-switch .icon:first-child {
  margin-right: 5px;
  vertical-align: text-top;
}

footer #language-switch .icon:last-child {
  margin-left: 15px;
  vertical-align: middle;
}

footer .footer-copyright .hidden-xs {
  margin-top: -5px;
}

footer .footer-subscribe .content-block-sm {
  margin-top: -30px;
  margin-bottom: -30px;
}

footer ul.list-unstyled {
  margin-bottom: -5px;
}

footer.block-inverted {
  background: #101010;
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .footer-copyright {
    padding-left: 40px;
  }
}

#mobileMenu .btn-inverted {
  position: relative;
}

#mobileMenu .btn-inverted img {
  position: absolute;
  right: 20px;
  top: 17px;
}

#mobileMenu .list-unstyled .btn-link {
  margin-left: -10px;
}

.space-xxs {
  height: 10px;
}

.space-xs {
  height: 20px;
}

.space-sm {
  height: 30px;
}

.space-md {
  height: 40px;
}

.space-lg {
  height: 60px;
}

.space-xlg {
  height: 80px;
}

.space-xxlg {
  height: 120px;
}

.padding-left-xxs {
  padding-left: 10px;
}

.padding-right-xxs {
  padding-right: 10px;
}

.padding-left-right-xxs {
  padding: 0 10px;
}

.padding-left-xs {
  padding-left: 20px;
}

.padding-right-xs {
  padding-right: 20px;
}

.padding-left-right-xs {
  padding: 0 20px;
}

.padding-left-sm {
  padding-left: 30px;
}

.padding-right-sm {
  padding-right: 30px;
}

.padding-left-right-sm {
  padding: 0 30px;
}

.padding-left-md {
  padding-left: 40px;
}

.padding-right-md {
  padding-right: 40px;
}

.padding-left-right-md {
  padding: 0 40px;
}

.padding-left-lg {
  padding-left: 50px;
}

.padding-right-lg {
  padding-right: 50px;
}

.padding-left-right-lg {
  padding: 0 50px;
}

.padding-left-xlg {
  padding-left: 60px;
}

.padding-right-xlg {
  padding-right: 60px;
}

.padding-left-right-xlg {
  padding: 0 60px;
}

.padding-left-xxlg {
  padding-left: 70px;
}

.padding-right-xxlg {
  padding-right: 70px;
}

.padding-left-right-xxlg {
  padding: 0 70px;
}

.break-word {
  word-wrap: break-word;
}

.nowrap-word {
  white-space: nowrap;
}

.icon {
  display: inline-block !important;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.btn .icon {
  margin: -2px 4px 0 0;
}

.icon-inverted, .block-inverted .icon-link {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

a.link-primary:link, a.link-primary:visited, .link-primary {
  color: #00C9C0;
}

a.link-primary:hover, .link-primary:hover {
  color: #000;
  text-decoration: none;
}

.link-primary-inverted, a.link-primary-inverted:link, a.link-primary-inverted:visited, .link-primary-inverted, .block-inverted a.link-primary:link, .block-inverted a.link-primary:visited, .block-inverted .link-primary {
  color: #00C9C0;
}

.link-primary-inverted.text-muted, a.link-primary-inverted:link.text-muted, a.link-primary-inverted:visited.text-muted, .link-primary-inverted.text-muted, .block-inverted a.link-primary:link.text-muted, .block-inverted a.link-primary:visited.text-muted, .block-inverted .link-primary.text-muted {
  color: #999 !important;
}

.link-primary-inverted:hover, a.link-primary-inverted:hover, a.link-primary-inverted.text-muted:hover, .link-primary-inverted:hover, .block-inverted a.link-primary:hover, .block-inverted .link-primary:hover {
  color: #61FFF8;
  text-decoration: none;
}

.inverted, a.inverted:link, a.inverted:visited, .inverted a:link, .inverted a:visited {
  color: #fff;
}

.inverted.text-muted, a.inverted:link.text-muted, a.inverted:visited.text-muted, .inverted a:link.text-muted, .inverted a:visited.text-muted {
  color: #999 !important;
}

a.inverted:hover, .inverted a:hover, button.inverted:hover {
  color: #00C9C0 !important;
  text-decoration: none !important;
}

a.link-plain {
  color: #000 !important;
}

a.link-plain:link, a.link-plain:hover, a.link-plain:active, a.link-plain:visited {
  color: #000 !important;
}

.text-info {
  color: #5bc0de;
}

.text-success {
  color: #5cb85c;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.text-wide {
  letter-spacing: 0.1em !important;
}

.text-wider {
  letter-spacing: 0.3em !important;
}

.text-thin {
  font-weight: 100;
}

.text-thin.h6, h6.text-thin, .text-thin.h2, h2.text-thin, .text-thin.h4, h4.text-thin {
  font-weight: 300 !important;
}

.text-thin.h6, h6.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: 300;
}

.block-inverted .btn-outline, .block-inverted a.btn-outline:link, .block-inverted a.btn-outline:visited, header .btn-outline, header a.btn-outline:link, header a.btn-outline:visited {
  color: #fff;
  border: 1px solid #fff;
}

.block-inverted .btn-outline:hover, .block-inverted a.btn-outline:hover, header .btn-outline:hover, header a.btn-outline:hover {
  color: #00C9C0;
  border-color: #00C9C0;
}

.btn-outline, a.btn-outline:link, a.btn-outline:visited {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
  transition: all 0.2s ease;
  text-shadow: none !important;
}

.btn-outline.inverted, a.btn-outline:link.inverted, a.btn-outline:visited.inverted {
  border-color: #fff;
}

.btn-outline.inverted:hover, a.btn-outline:link.inverted:hover, a.btn-outline:visited.inverted:hover {
  border-color: #00C9C0;
}

.btn-outline.text-primary, .btn-outline.link-primary, a.btn-outline:link.text-primary, a.btn-outline:link.link-primary, a.btn-outline:visited.text-primary, a.btn-outline:visited.link-primary {
  border-color: #00C9C0;
}

.btn-outline.text-primary.inverted:hover, .btn-outline.link-primary.inverted:hover, a.btn-outline:link.text-primary.inverted:hover, a.btn-outline:link.link-primary.inverted:hover, a.btn-outline:visited.text-primary.inverted:hover, a.btn-outline:visited.link-primary.inverted:hover {
  border-color: #fff;
  color: #fff !important;
}

.btn-outline:hover, a.btn-outline:hover {
  color: #fff;
  border-color: #fff;
}

.btn-outline:hover.text-primary, a.btn-outline:hover.text-primary {
  text-shadow: 0 0 7px #00C9C0;
}

.btn-subtle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 0;
  padding: 8px 0 !important;
  box-shadow: 0 2px 0 #000;
  text-shadow: 0 0 0 #000;
  background-color: transparent;
}

.btn-subtle:hover {
  box-shadow: 0 2px 0 #00C9C0;
  color: #00C9C0;
}

.btn-subtle.text-primary {
  color: #00C9C0;
  box-shadow: 0 2px 0 #00C9C0 !important;
  text-shadow: 0 0 0 #00C9C0;
}

.btn-subtle.text-primary:hover {
  color: #61FFF8 !important;
}

.block-inverted .btn-subtle, .btn-subtle.text-inverted {
  box-shadow: 0 2px 0 #fff;
}

@media (max-width: 767px) {
  .btn-subtle {
    padding: 3px 0 !important;
  }
}

.btn-wide {
  width: 100%;
  text-align: center;
}

.btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn {
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-rounded.btn-md {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn {
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-md {
  line-height: 26px !important;
  height: 40px;
}

.btn-md span {
  line-height: 26px !important;
  display: block;
  margin: 0;
}

.btn-icon-text img + span {
  display: inline-block;
  vertical-align: bottom;
}

.btn-icon-text > img {
  height: 16px;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.btn-icon-text:hover > img, .btn-icon-text:active > img {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
}

@media (max-width: 767px) {
  .text-lg {
    font-size: 16px !important;
  }
  .text-lg-xs {
    font-size: 20px;
  }
  .text-md-xs {
    font-size: 16px !important;
  }
  .text-sm-xs {
    font-size: 13px !important;
  }
  .h1-xs {
    font-size: 60px !important;
  }
  .h2-xs {
    font-size: 36px !important;
  }
  .h3-xs {
    font-size: 28px !important;
  }
  .h4-xs {
    font-size: 20px !important;
  }
  .h5-xs {
    font-size: 20px !important;
    font-weight: 400;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .vertical-separator-right {
    border-right: 0	!important;
    padding-right: 0px !important;
  }
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  .space-sm {
    height: 20px;
  }
  .space-md {
    height: 25px;
  }
  .space-lg {
    height: 30px;
  }
  .space-xlg {
    height: 40px;
  }
  .space-xxlg {
    height: 60px;
  }
  .vertical-separator-left {
    padding-top: 20px;
  }
  .vertical-separator-left::after {
    height: 1px !important;
    width: 100% !important;
    background: linear-gradient(to top, #C6C6C6 0%, #C6C6C6 51%, transparent 51%) !important;
  }
  .content-block {
    padding: 20px !important;
  }
}

.cols-equal-height, .cols-equal-height > [class^="col-"] {
  display: -webkit-flexbox;
  display: -webkit-box;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .text-md-sm {
    font-size: 16px !important;
  }
  .text-sm-sm {
    font-size: 13px !important;
  }
  .text-lg-sm {
    font-size: 20px;
  }
  .h1-sm {
    font-size: 60px !important;
  }
  .h2-sm {
    font-size: 36px !important;
  }
  .h3-sm {
    font-size: 28px !important;
  }
  .h4-sm {
    font-size: 20px !important;
  }
  .h5-sm {
    font-size: 20px !important;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .cols-equal-height-sm, .cols-equal-height-sm > [class^="col-"] {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .text-md-md {
    font-size: 16px !important;
  }
  .text-sm-md {
    font-size: 13px !important;
  }
  .text-lg-md {
    font-size: 20px;
  }
  .h1-md {
    font-size: 60px !important;
  }
  .h2-md {
    font-size: 36px !important;
  }
  .h3-md {
    font-size: 28px !important;
  }
  .h4-md {
    font-size: 20px !important;
  }
  .h5-md {
    font-size: 20px !important;
  }
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .cols-equal-height-md, .cols-equal-height-md > [class^="col-"] {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .uspace-hero {
    background-position: -140px 0 !important;
  }
}

@media (min-width: 1260px) {
  .text-md-lg {
    font-size: 16px !important;
  }
  .text-sm-lg {
    font-size: 13px !important;
  }
  .text-lg-lg {
    font-size: 20px;
  }
  .h1-lg {
    font-size: 60px !important;
  }
  .h2-lg {
    font-size: 36px !important;
  }
  .h3-lg {
    font-size: 28px !important;
  }
  .h4-lg {
    font-size: 20px !important;
  }
  .h5-lg {
    font-size: 20px !important;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .cols-equal-height-lg, .cols-equal-height-lg > [class^="col-"] {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.vertical-separator-left, .vertical-separators-row > [class^="col-"] {
  position: relative;
}

.vertical-separator-left::after, .vertical-separators-row > [class^="col-"]::after {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to left, #C6C6C6 0%, #C6C6C6 51%, transparent 51%);
  content: '';
  position: absolute;
}

.vertical-separators-row > [class^="col-"]:first-child::after {
  display: none;
}

@media (max-width: 767px) {
  .vertical-separators-row > [class^="col-"]::after {
    height: 1px !important;
    width: 100% !important;
    background: linear-gradient(to top, #C6C6C6 0%, #C6C6C6 51%, transparent 51%) !important;
  }
}

@media (min-width: 768px) {
  .vertical-separator-left {
    padding-left: 40px;
  }
  .gap-left {
    padding-left: 20px;
  }
  .gap-right {
    padding-right: 20px;
  }
  .gap-left-md {
    padding-left: 40px;
  }
  .gap-right-md {
    padding-right: 40px;
  }
}

.text-lg, .text-lg-lg, .text-lg-md, .text-lg-sm, .text-lg-xs {
  font-weight: 300;
  line-height: 1.1em;
}

p.text-lg, p.text-lg-lg, p.text-lg-md, p.text-lg-sm, p.text-lg-xs {
  line-height: 1.625;
}

.text-lg {
  font-size: 20px;
}

.full-height .container, .full-height-sm .container, .full-height-md .container {
  height: 100%;
}

.full-height .container > .row, .full-height-sm .container > .row, .full-height-md .container > .row {
  height: 100%;
}

.full-height {
  position: relative;
}

.overflow-fix {
  overflow: hidden;
}

.cols-valign-middle {
  display: -webkit-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.cols-valign-middle:before, .cols-valign-middle:after {
  display: none;
}

@media (max-width: 767px) {
  .cols-valign-middle-xs {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .cols-valign-middle-xs:before, .cols-valign-middle-xs:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .cols-valign-middle-sm {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .cols-valign-middle-sm:before, .cols-valign-middle-sm:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cols-valign-middle-md {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .cols-valign-middle-md:before, .cols-valign-middle-md:after {
    display: none;
  }
}

@media (min-width: 1260px) {
  .cols-valign-middle-lg {
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .cols-valign-middle-lg:before, .cols-valign-middle-lg:after {
    display: none;
  }
}

.image-container {
  display: inline-block;
  position: relative;
}

.image-container .image-depender {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-background {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.block-background.block-inverted {
  color: #fff;
}

.block-background .container {
  position: relative;
  z-index: 10;
}

.block-background > .image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.block-background > .image-container img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-background > .image-container img {
    height: auto;
    width: 100%;
  }
}

.content-block {
  background: #fff;
  padding: 40px;
}

.content-block-xs {
  background: #fff;
  padding: 20px;
}

@media (max-width: 374px) {
  .content-block {
    margin: 0 -10px;
  }
}

.hero-container {
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .hero-container {
    max-width: 1960px;
    padding: 0 80px;
  }
}

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

.slick-default-dots .slick-dots {
  position: relative;
}

.slick-default-dots .slick-dots li {
  -webkit-box-flex: 0;
  flex-grow: 0;
  padding: 10px 0 30px 0;
}

.slick-default-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 50%;
  text-indent: 8px;
  border: 1px solid #D0D0D0;
}

.slick-default-dots .slick-dots li.slick-active button {
  border-color: #000;
  background: #fff;
}

.slick-default-dots .slick-dots li.slick-active button::before {
  display: none;
}

table.table-contents td {
  padding: 0 10px 10px 0;
}

table.table-contents td:last-child {
  padding-right: 0;
}

table.table-contents tr:last child td {
  padding-bottom: 0;
}

.block-gray, .block-grey {
  background: #F8F8F8 !important;
}

.block-inverted {
  background: #000;
  color: #fff;
}

.block-inverted a:link, .block-inverted a:visited {
  color: #fff;
}

.block-inverted a:hover {
  color: #00C9C0;
}

.block-stretch {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.block-stretch > * {
  margin: 0 10px;
  flex-basis: 50%;
}

.block-stretch.slick-slider {
  margin: 0 -20px;
}

.block-stretch .slick-track {
  display: -webkit-box !important;
  display: flex !important;
}

.block-stretch .slick-track .slick-slide {
  height: auto !important;
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-stretch.slick-slider {
    margin: 0;
  }
  .block-stretch.slick-slider .slick-slide {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .block-stretch.slick-slider {
    margin: 0;
  }
  .block-stretch.slick-slider .slick-slide {
    padding: 0;
  }
}

.video-thumb-play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .scroll-horizontal {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.scroll-horizontal ::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

.list-p, .list-primary, .list-p ul, .list-primary ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.list-p li, .list-primary li, .list-p ul li, .list-primary ul li {
  margin-bottom: .5em;
  line-height: 1.625;
}

.data-sheet .list-p li:last-child, .data-sheet .list-p ul li:last-child {
  margin-bottom: 0 !important;
}

.list-primary, .list-primary ul {
  padding-left: 1.5em;
  position: relative;
}

.list-primary li::before, .list-primary ul li::before {
  display: block;
  position: absolute;
  content: "—";
  color: #999;
  left: 0;
  margin-top: -1px;
  font-weight: 100;
}

.grid-image {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 0;
  margin: 0 -20px -20px 0;
  list-style: none;
}

.grid-image li {
  height: 100%;
  vertical-align: middle;
  width: 50%;
  position: relative;
  background: #fff;
  margin: 0 20px 20px 0;
}

.grid-image li > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.grid-image li > div a:link, .grid-image li > div a:visited {
  display: block;
}

.grid-image li > div a:link .grid-image-wrapper, .grid-image li > div a:visited .grid-image-wrapper {
  overflow: hidden;
  position: relative;
}

.grid-image li > div a:link .grid-image-wrapper img, .grid-image li > div a:visited .grid-image-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.grid-image li > div a:link .grid-image-wrapper::after, .grid-image li > div a:visited .grid-image-wrapper::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.grid-image li > div a:link .grid-image-title, .grid-image li > div a:visited .grid-image-title {
  overflow: hidden;
  padding: 15px;
  background: #E5E5E5;
  font-size: 13px;
  line-height: 25px;
}

.grid-image li > div a:link .grid-image-title .pull-right, .grid-image li > div a:visited .grid-image-title .pull-right {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.grid-image li > div a:hover {
  color: #000;
}

.grid-image li > div a:hover .grid-image-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grid-image li > div a:hover .grid-image-title .pull-right {
  opacity: 1;
}

@media (min-width: 1260px) {
  .grid-image li {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .grid-image li {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-image li {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 767px) {
  .grid-image {
    margin: 0;
    margin-right: -10px;
  }
  .grid-image > li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

.arrow-bounce {
  -webkit-animation: arrow-bounce 2s ease-in-out infinite;
  animation: arrow-bounce 2s ease-in-out infinite;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-11.5px);
  transform: translateX(-11.5px);
}

@-webkit-keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translate(-11.5px, 6px);
    transform: translate(-11.5px, 6px);
  }
  50% {
    -webkit-transform: translate(-11.5px, -6px);
    transform: translate(-11.5px, -6px);
  }
}

@keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translate(-11.5px, 6px);
    transform: translate(-11.5px, 6px);
  }
  50% {
    -webkit-transform: translate(-11.5px, -6px);
    transform: translate(-11.5px, -6px);
  }
}

.composition-overlay {
  position: relative;
  display: inline-block;
}

.composition-overlay > img.composition-dependant {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.whatsinthebox .item {
  width: 200px;
}

.whatsinthebox small.text-muted {
  display: block;
  padding: 15px 0;
}

.color-switcher .slick-track {
  width: auto !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.color-switcher li {
  padding: 2px;
}

.color-switcher li span {
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #F8F8F8;
  margin: 0 11px;
  box-shadow: 0 0 0 1px #F8F8F8;
  transition: all 0.5s ease;
  cursor: pointer;
  vertical-align: middle;
}

.color-switcher li span.white {
  background-image: linear-gradient(0deg, #E9ECEF 0%, #D7D7D7 100%);
}

.color-switcher li span.black {
  background-image: linear-gradient(0deg, #666B6F 0%, #313439 100%);
}

.color-switcher li span.gray {
  background-image: linear-gradient(0deg, #C9C9C9 0%, #999999 100%);
}

.color-switcher li span.pink {
  background-image: linear-gradient(0deg, #FFD1DF 0%, #FF7589 100%);
}

.color-switcher li span.lime {
  background-image: linear-gradient(0deg, #85F664 0%, #4DEA34 100%);
}

.color-switcher li span.orange {
  background-image: linear-gradient(0deg, #FF975F 0%, #FF5D31 100%);
}

.color-switcher li.slick-active span {
  box-shadow: 0 0 0 1px #000;
}

.safari-overflow-fix {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 20px;
  z-index: 20;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  transition: -webkit-filter 1.6s ease;
  transition: filter 1.6s ease;
  transition: filter 1.6s ease, -webkit-filter 1.6s ease;
}

.slick-prev {
  left: 10px;
  background-image: url(/assets/images/icons/arrow-left-md-white.svg);
}

.slick-next {
  left: auto;
  right: 10px;
  background-image: url(/assets/images/icons/arrow-right-md-white.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 20px 0;
  cursor: pointer;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.slick-dots li button {
  position: relative;
  width: 100%;
  height: 1px;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  outline: none;
  border: none;
  -webkit-backface-visibility: visible;
  transition: all 0.5s ease;
  overflow: hidden;
}

.slick-dots li button span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: #000;
}

.slick-dots li.slick-active button span {
  opacity: 1;
}

.carousel-inverted .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}

.carousel-inverted .slick-dots li button span {
  background: #fff;
}

.carousel-inverted .slick-dots li.slick-active button::before {
  background: #fff;
}

.carousel-inverted .slick-arrow {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

@font-face {
  font-family: "Aspira Nar";
  src: url("/assets/fonts/aspira/thin.eot");
  src: url("/assets/fonts/aspira/thin.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aspira/thin.woff") format("woff"), url("/assets/fonts/aspira/thin.ttf") format("truetype"), url("/assets/fonts/aspira/thin.svg##open-sans") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Aspira Nar";
  src: url("/assets/fonts/aspira/light.eot");
  src: url("/assets/fonts/aspira/light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aspira/light.woff") format("woff"), url("/assets/fonts/aspira/light.ttf") format("truetype"), url("/assets/fonts/aspira/light.svg##open-sans") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Aspira Nar";
  src: url("/assets/fonts/aspira/regular.eot");
  src: url("/assets/fonts/aspira/regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aspira/regular.woff") format("woff"), url("/assets/fonts/aspira/regular.ttf") format("truetype"), url("/assets/fonts/aspira/regular.svg##open-sans") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aspira Nar";
  src: url("/assets/fonts/aspira/demi.eot");
  src: url("/assets/fonts/aspira/demi.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/aspira/demi.woff") format("woff"), url("/assets/fonts/aspira/demi.ttf") format("truetype"), url("/assets/fonts/aspira/demi.svg##open-sans") format("svg");
  font-weight: 600;
  font-style: normal;
}

.hero-carousel .slick-list {
  height: 100%;
}

.hero-carousel .slick-list .slick-track {
  height: 100%;
}

.hero-carousel .slick-list .slick-track .slick-slide {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  z-index: 10;
  text-align: left;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container.text-container-air .col-md-5,
.hero-carousel .slick-list .slick-track .slick-slide .text-container.text-container-air .col-xs-12 {
  position: static;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container.text-container-air .air-extra a.btn-default {
  display: inline-block;
  color: #00C9C0;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container.text-container-air .air-extra a.btn-primary {
  display: inline-block;
  margin-left: 10px;
  color: #FFF;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container.text-container-air .air-extra .text-coming-soon {
  color: #898989;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container > .container .text-offset {
  margin-left: 8.3333333333%;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container > .container .text-offset-bigger {
  margin-left: 50%;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container > .container img {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.hero-carousel .slick-list .slick-track .slick-slide .text-container > .container .carousel-luna-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-carousel .slick-list .slick-track .slick-slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100% !important;
}

.hero-carousel .slick-list .slick-track .slick-slide .image-container.air-container {
  background: #C6C6C6 url(/assets/images/homepage/carousel/air.jpg) no-repeat center;
}

.hero-carousel .slick-list .slick-track .slick-slide .image-container.luna-container {
  background-size: 400px !important;
}

.hero-carousel .slick-list .slick-track .slick-slide .image-container.mars-container {
  background: #000 url(/assets/images/homepage/carousel/mars.jpg) no-repeat center;
}

.hero-carousel .slick-list .slick-track #slide-chinese .text-container {
  text-align: center;
}

.hero-carousel .slick-list .slick-track #slide-chinese .text-container .h1 {
  max-width: none;
}

.hero-carousel .slick-list .slick-track #slide-chinese .text-container .air-extra a {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
}

.hero-carousel .slick-list .slick-track #slide-chinese .air-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C6C6C6;
  background-image: url(/assets/images/homepage/carousel/preorder-bg.jpg) !important;
  background-repeat: repeat;
  background-position: center;
  background-size: 50%;
}

.hero-carousel a:link, .hero-carousel a:visited, .hero-carousel a:hover {
  color: #000;
  transition: color 1.6s ease;
}

.hero-carousel.carousel-inverted a:link, .hero-carousel.carousel-inverted a:visited, .hero-carousel.carousel-inverted a:hover {
  color: #fff !important;
}

@media (max-aspect-ratio: 1 / 1) {
  .hero-carousel .text-container {
    text-align: center !important;
  }
  .hero-carousel .text-container.text-container-air .air-extra {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
  }
  .hero-carousel .text-container > .container .text-offset {
    margin-left: 0 !important;
  }
  .hero-carousel .text-container > .container .text-offset-bigger {
    margin-left: 0 !important;
  }
  .hero-carousel .text-container.luna-container {
    position: static !important;
    height: auto !important;
  }
  .hero-carousel .text-container.luna-container:last-child {
    padding-top: 20% !important;
  }
  .hero-carousel .image-container {
    background-size: 100% auto !important;
  }
  .hero-carousel .image-container.air-container {
    background-image: url(/assets/images/homepage/carousel/air-xs.jpg) !important;
  }
  .hero-carousel .image-container.mars-container {
    background-image: url(/assets/images/homepage/carousel/mars-xs.jpg) !important;
  }
}

@media (min-aspect-ratio: 1 / 1) {
  .hero-carousel .text-container {
    padding-top: 0 !important;
    display: -webkit-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hero-carousel .text-container > .container {
    width: 100%;
  }
  .hero-carousel .text-container > .container img {
    width: 240px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-carousel .text-container > .container img {
    width: 240px !important;
  }
}

@media (max-width: 767px) and (min-aspect-ratio: 1 / 1) {
  .hero-carousel .text-container > .container .h1 {
    max-width: 150px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-device-pixel-ratio: 2) {
  .hero-carousel .air-container {
    background-image: url(/assets/images/homepage/carousel/air@2x.jpg) !important;
  }
  .hero-carousel .mars-container {
    background-image: url(/assets/images/homepage/carousel/mars@2x.jpg) !important;
  }
}

@media (max-width: 1023px) {
  .hero-carousel a:link, .hero-carousel a:visited, .hero-carousel a:hover {
    display: block;
  }
  .hero-carousel .slick-prev, .hero-carousel .slick-next {
    display: none !important;
  }
  .hero-carousel #slide-chinese .air-container {
    background-size: 80% !important;
  }
}

@media (min-width: 1260px) {
  .hero-carousel .slick-list .slick-track #slide-chinese .air-container {
    background-size: 35%;
  }
}

#homepage-teasers.block-stretch.slick-slider {
  margin: 0 -10px !important;
}

#homepage-teasers .slick-slide {
  padding: 0 10px !important;
}

#homepage-teasers .teaser:link, #homepage-teasers .teaser:visited {
  display: block;
  max-width: 380px;
  height: 214px;
  margin: 0 auto;
  background: #C6C6C6;
  text-align: center;
  padding: 26px 20px 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 380px 214px;
  transition: all 0.2s ease;
  color: #000;
}

#homepage-teasers .teaser:link > span, #homepage-teasers .teaser:visited > span {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}

#homepage-teasers .teaser:link > span > span, #homepage-teasers .teaser:visited > span > span {
  display: block;
  margin: 0;
}

#homepage-teasers .teaser:hover, #homepage-teasers .teaser:active {
  background-size: 412px 232px;
  color: #000;
}

#homepage-teasers .teaser.block-inverted:link, #homepage-teasers .teaser.block-inverted:visited, #homepage-teasers .teaser.block-inverted:hover, #homepage-teasers .teaser.block-inverted:active {
  color: #fff;
}

@media (max-width: 767px) {
  .container.homepage-teasers-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    overflow: hidden;
  }
}

.payment-switch {
  background: #E4E4E4;
  border-radius: 24px;
  overflow: hidden;
  height: 48px;
}

.payment-switch > label {
  width: 50%;
  margin: 0 4px;
  padding: 4px 0;
}

.payment-switch > label input {
  display: none;
}

.payment-switch > label div {
  height: 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s;
}

.payment-switch > label div:hover {
  background: #EFEFEF;
}

.payment-switch > label div img {
  height: 24px;
  margin-top: 8px;
}

.payment-switch > label input[type=radio]:checked + div {
  background: #FFF;
}

.steps {
  display: -webkit-box;
  display: flex;
  align-content: stretch;
  position: relative;
  padding: 0;
}

.steps::after {
  display: block;
  content: '';
  position: absolute;
  height: 2px;
  background: #F8F8F8;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.steps li {
  display: block;
  position: relative;
  -webkit-box-flex: 1000;
  flex-grow: 1000;
  text-align: right;
}

.steps li span {
  display: inline-block;
  padding: 5px;
  margin: 0 -5px;
  transition: color 0.5s ease;
}

.steps li::after {
  display: block;
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  width: 0px;
  transition: width 0.5s ease;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.steps li.active::after {
  width: 100%;
}

.steps li.active span:hover {
  color: #00C9C0;
  cursor: pointer;
}

.steps li:first-child {
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.store-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: -20px;
  padding: 0;
}

.store-list li {
  list-style: none;
  padding: 0 20px 20px 0;
  width: 280px;
}

.store-list .item {
  background: #F8F8F8;
  display: block;
  padding: 20px 40px;
  transition: all 0.5s ease;
}

.store-list .item:hover {
  color: #000;
}

.store-list .item span {
  display: block;
  padding: 10px 0 5px 0;
}

.store-list .item img {
  max-width: 200px;
  width: 100%;
}

.store-list .item .price {
  font-size: 1.2em;
}

.store-list a.item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .store-list li {
    width: 226px;
  }
}

@media (max-width: 767px) {
  .store-list {
    margin: 0 -10px 0 -10px;
  }
  .store-list li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .store-list li .item {
    margin: 0 2.5px 5px 0;
  }
  .store-list li:nth-child(2n+2) .item {
    margin: 0 0 5px 2.5px;
  }
}

.cart-table .btn-input .caret {
  margin-left: 30px;
}

.form-qty {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  text-align: right;
}

.form-qty .cart-item-image img {
  margin: -10px 0;
}

.form-qty .form-group {
  margin: 0;
}

.form-qty .form-group .form-control {
  width: 46px;
  margin: 0;
  padding: 6px 0;
  font-size: 28px;
}

.store-thirdparty {
  background: #222222;
  padding: 8px 0 0 0;
}

.store-thirdparty .container > div {
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  line-height: 52px;
  margin: 0 10px 8px 0;
}

.store-thirdparty .item {
  display: block;
  background: #000;
  border-radius: 26px;
  overflow: hidden;
  padding: 0 6px 0 24px;
  height: 52px;
}

.store-thirdparty .item .btn {
  margin: 6px 0 0 13px;
  margin-top: 6px;
  vertical-align: top;
}

.store-thirdparty .item .btn img {
  margin: -1px -2px 0 0;
}

.store-thirdparty .btn.pull-right {
  margin-right: -13px;
}

@media (max-width: 767px) {
  .cart-item-image {
    float: right;
    width: 100px;
  }
}

@media (max-width: 1023px) {
  .checkout-table table {
    margin: 0 auto;
  }
  .store-thirdparty {
    padding: 25px 0 10px 0;
  }
  .store-thirdparty .container > div {
    display: block;
    margin: 0 0 10px 0;
    height: auto;
    line-height: inherit;
  }
  .store-thirdparty .container > div.h6 {
    margin-bottom: 20px;
  }
  .store-thirdparty .item {
    border-radius: 0;
    padding: 0 0 0 24px;
  }
  .store-thirdparty .item .btn {
    float: right;
    border: 1px solid #000 !important;
    margin-top: 6px;
  }
  .store-thirdparty .btn.pull-right {
    margin-top: -12px;
  }
}

.global-cart {
  position: relative;
  text-align: right;
  margin: 0 !important;
  line-height: 1;
  height: 72px;
  padding: 16px 0;
}

.global-cart .btn-link {
  position: relative;
}

.global-cart .btn-link::after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.global-cart.active .btn-link::after {
  background: #00C9C0;
  box-shadow: 0 0 10px 0 #00C9C0, 0 0 5px 0 #00C9C0;
}

.global-cart.unpaid .btn-link::after {
  background: #FF0707;
  box-shadow: 0 0 10px 0 #FF0707, 0 0 5px 0 #FF0707;
}

.global-cart.unpaid .global-cart-caret::after {
  border-color: transparent transparent #FFE6E6 transparent !important;
}

.global-cart .global-cart-popover {
  display: none;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  position: absolute;
  top: 85%;
  right: -10px;
  width: 335px;
  line-height: initial;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.global-cart .global-cart-popover.global-cart-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.global-cart .global-cart-popover ul {
  margin: 0;
  padding: 0;
}

.global-cart .global-cart-popover ul > li {
  list-style: none;
}

.global-cart .global-cart-popover .global-cart-wrapper {
  color: #000;
  background: #F2F2F2 !important;
  border: 1px solid rgba(0, 0, 0, 0.32);
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-caret {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #AEAEAE transparent;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-caret::after {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid;
  border-color: transparent transparent #F2F2F2 transparent;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-empty {
  padding: 20px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #C1C1C1;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated {
  background: #FFE6E6;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated p {
  font-size: 16px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated p a:link, .global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated p a:visited {
  color: #00C9C0;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated p a:hover, .global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li.order-generated p a:active {
  color: #000;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li:last-child {
  border-bottom: none;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li:last-child > div {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li:last-child > div h6 {
  margin-bottom: 16px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li:last-child > div ul {
  margin: 0 -10px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li:last-child > div ul .btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li > div {
  font-size: 13px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-list > li > div h4 {
  font-weight: 600;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background: #FFF;
  line-height: 1;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user a:link, .global-cart .global-cart-popover .global-cart-wrapper .global-cart-user a:visited, .global-cart .global-cart-popover .global-cart-wrapper .global-cart-user a:active {
  color: #000;
  opacity: 1;
  transition: opacity 0.4s;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user a:hover {
  opacity: 0.4;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user .global-cart-login > img {
  width: 22px;
  margin-right: 10px;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user .global-cart-login div {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  overflow: hidden;
  margin-right: 8px;
  vertical-align: middle;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user .global-cart-login div img {
  width: 100%;
  vertical-align: baseline;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user .global-cart-login > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.global-cart .global-cart-popover .global-cart-wrapper .global-cart-user .global-cart-logout img {
  width: 30px;
  height: 30px;
}

#cart-trigger img.icon {
  display: block !important;
  margin: 0 !important;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .global-cart .global-cart-popover {
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .global-cart .global-cart-popover .global-cart-wrapper .global-cart-caret {
    right: 60px;
  }
}

@media (max-width: 359px) {
  .global-cart .global-cart-popover {
    padding: 0 10px !important;
  }
  .global-cart .global-cart-popover .global-cart-caret {
    right: 50px !important;
  }
}

#careers-hero {
  background-color: #000;
}

#careers-hero .image-container {
  background-image: url(/assets/images/careers/header.jpg);
  background-size: cover;
  background-position: center;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  #careers-hero .image-container {
    background-image: url(/assets/images/careers/header@2x.jpg);
  }
}

@media (max-width: 1023px) {
  #careers-hero {
    position: relative;
  }
  #careers-hero .image-container {
    background-image: url(/assets/images/careers/header.jpg) !important;
  }
}

.features-container > div {
  min-height: 312px;
}

.air-overview-dots li span,
.air-conclusion-dots li span {
  height: 36px;
  width: 36px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #F2F2F2;
  margin-top: -1px;
}

.air-overview-dots li.slick-active span.white,
.air-conclusion-dots li.slick-active span.white {
  box-shadow: 0 0 0 2px #0AFFE1;
}

.air-overview-dots li.slick-active span.black,
.air-conclusion-dots li.slick-active span.black {
  box-shadow: 0 0 0 2px #FF0057;
}

.air-overview-dots strong,
.air-conclusion-dots strong {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.air-lifestyle-run .image-container {
  background-image: url(/assets/images/air/lifestyle-run.jpg);
  background-position: top center;
}

.air-lifestyle-vr .image-container {
  background-image: url(/assets/images/air/lifestyle-vr.jpg);
  background-position: top center;
}

.air-lifestyle-water .image-container {
  background-image: url(/assets/images/air/lifestyle-water.jpg);
  background-position: top center;
}

#air-hero {
  background-color: #1d1f24;
}

#air-hero .image-container {
  background-image: url(/assets/images/air/hero3.jpg);
  background-size: auto 100%;
  background-position: top center;
}

#air-hero .arrow-bounce {
  bottom: 30px;
  z-index: 2;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  #air-hero .image-container {
    background-image: url(/assets/images/air/hero3@2x.jpg);
  }
}

@media (max-width: 1023px) {
  #air-hero {
    position: relative;
    height: 100%;
  }
  #air-hero .col-sm-12 {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #air-hero .col-sm-12 .hero-top {
    -webkit-box-flex: 100;
    flex-grow: 100;
  }
  #air-hero .image-container {
    background-image: url(/assets/images/air/hero3-xs.jpg) !important;
    background-size: cover;
    background-position: center;
  }
  .air-lifestyle-run .image-container {
    background-image: url(/assets/images/air/lifestyle-run-xs.jpg);
  }
  .air-lifestyle-vr .image-container {
    background-image: url(/assets/images/air/lifestyle-vr-xs.jpg);
  }
  .air-lifestyle-water .image-container {
    background-image: url(/assets/images/air/lifestyle-water-xs.jpg);
  }
}

.air-lifestyle {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 20px #000000;
}

.air-lifestyle .slick-track {
  display: -webkit-box !important;
  display: flex !important;
}

.air-lifestyle .slick-track .slick-slide {
  height: auto !important;
}

.air-lifestyle .container {
  padding-top: 360px;
  padding-bottom: 120px;
}

.air-lifestyle-switcher {
  position: absolute;
  margin-top: -100px;
  width: 100%;
  left: 0;
}

.air-lifestyle-switcher .slick-track {
  width: auto !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.air-lifestyle-switcher .slick-track li {
  padding: 0px;
  position: relative;
}

.air-lifestyle-switcher .slick-track li span {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  margin: 0 15px;
  padding: 0;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.3);
}

.air-lifestyle-switcher .slick-track li::after {
  display: block;
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 60px;
  transition: all 0.5s ease;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: none;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
}

.air-lifestyle-switcher .slick-track li.slick-current span {
  background: #00C9C0;
}

@media (max-width: 767px) {
  .air-lifestyle .container {
    padding-top: 260px;
    padding-bottom: 90px;
  }
  .air-lifestyle-switcher {
    margin-top: -80px;
  }
}

.air-audio-membrane-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.5%;
  height: 27.5%;
  text-align: center;
  line-height: 1.1em;
}

.air-audio-membrane-caption p {
  margin-bottom: 0;
}

#air-audio-driver .block-stretch small {
  display: block;
  padding-top: 60px;
  position: relative;
}

#air-audio-driver .block-stretch small::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50px;
  background: linear-gradient(to right, #C6C6C6 0%, #C6C6C6 51%, transparent 51%) !important;
}

#air-audio-driver .visible-xs .col-xs-6:first-child {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-top: 5%;
  padding-bottom: 5%;
}

#air-audio-driver .visible-xs .block-stretch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: right;
  justify-content: space-around;
}

#air-audio-driver .visible-xs .block-stretch small {
  padding: 0 50px 0 0 !important;
}

#air-audio-driver .visible-xs .block-stretch small::after {
  top: 50%;
  right: 0;
  left: auto;
  width: 30px;
  height: 1px;
  background: linear-gradient(to bottom, #C6C6C6 0%, #C6C6C6 51%, transparent 51%) !important;
}

#air-feature-mic {
  background: #8C7967;
}

.air-feature-mic-bullet-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}

.air-feature-mic-bullet-2 {
  position: absolute;
  top: 0;
  left: 60%;
  width: 30%;
}

#air-feature-voice {
  background: #0B0811;
  background-image: url(/assets/images/air/feature-voice.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: 0 auto;
}

@inclide ifretina {
  #air-feature-voice {
    background-image: url(/assets/images/air/feature-voice@2x.jpg);
  }
}

@media (max-width: 767px) {
  #air-feature-voice {
    background: #fff !important;
    color: #000 !important;
  }
}

#about-hero {
  background-color: #000;
}

#about-hero .image-container {
  background-image: url(/assets/images/about/header.jpg);
  background-size: cover;
  background-position: center;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  #about-hero .image-container {
    background-image: url(/assets/images/about/header@2x.jpg);
  }
}

@media (max-width: 1023px) {
  #about-hero {
    position: relative;
  }
  #about-hero .image-container {
    background-image: url(/assets/images/about/header.jpg) !important;
  }
}

.mars-overview-levitation .image-container {
  background-image: url(/assets/images/mars/overview-levitation-bg.jpg);
  background-position: top center;
  background-size: auto 100%;
}

.mars-overview-water .image-container {
  background-image: url(/assets/images/mars/overview-water-bg.jpg);
  background-position: center;
  background-size: contain;
}

.mars-overview-design .image-container {
  background-image: url(/assets/images/mars/overview-design-bg.jpg);
  background-position: top center;
}

.mars-acoustics-craft .container {
  background: url(/assets/images/mars/acoustics-craft@2x.jpg) top right no-repeat;
  background-size: contain;
}

.mars-acoustics-bluetooth .image-container {
  background-image: url(/assets/images/mars/acoustics-bluetooth-bg.jpg);
}

.mars-acoustics-consultant {
  background: url(/assets/images/mars/acoustics-consultant-bg.jpg) left no-repeat;
  background-size: cover;
}

.mars-acoustics-mic .image-container {
  background-image: url(/assets/images/mars/acoustics-mic-bg.jpg);
  background-size: cover;
}

.mars-acoustics-stereo .image-container {
  background-image: url(/assets/images/mars/acoustics-stereo-bg.jpg);
  background-size: cover;
}

.mars-design-moto .image-container {
  background: url(/assets/images/mars/design-moto-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.mars-water .image-container {
  background: url(/assets/images/mars/water-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.mars-water-outdoor .image-container {
  background: url(/assets/images/mars/water-outdoor-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.mars-design-tech {
  background-color: #101010;
}

.mars-design-tech .image-container {
  background: url(/assets/images/mars/design-tech-bg.jpg) center no-repeat;
  background-size: auto 100%;
}

.mars-design-case {
  background-color: #101010;
}

.mars-design-case .container {
  background: url(/assets/images/mars/design-case-bg.jpg) left top no-repeat;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .mars-overview-levitation .image-container {
    background-image: url(/assets/images/mars/overview-levitation-bg-xs.jpg);
  }
  .mars-overview-design .image-container {
    background-image: url(/assets/images/mars/overview-design-bg-xs.jpg);
  }
  .mars-acoustics-craft .container {
    background-image: url(/assets/images/mars/acoustics-craft.jpg);
  }
  .mars-acoustics-bluetooth .image-container {
    background-image: url(/assets/images/mars/acoustics-bluetooth-bg-xs.jpg);
  }
  .mars-acoustics-consultant {
    background: none;
  }
  .mars-acoustics-mic .image-container {
    background-image: url(/assets/images/mars/acoustics-mic-bg-xs.jpg);
  }
  .mars-acoustics-stereo .image-container {
    background-image: url(/assets/images/mars/acoustics-stereo-bg-xs.jpg);
  }
  .mars-design-moto .image-container {
    background-image: url(/assets/images/mars/design-moto-bg-xs.jpg);
  }
  .mars-design-tech .image-container {
    background-image: url(/assets/images/mars/design-tech-bg-xs.jpg);
    background-size: cover;
  }
  .mars-design-case .container {
    background: none;
  }
  .mars-design-case .image-container {
    background: url(/assets/images/mars/design-case-bg-xs.jpg) center no-repeat;
    background-size: cover;
  }
  .mars-water .image-container {
    background-image: url(/assets/images/mars/water-bg-xs.jpg);
  }
  .mars-water-outdoor .image-container {
    background-image: url(/assets/images/mars/water-outdoor-bg-xs.jpg);
  }
}

.levitation-takeof .image-depender {
  -webkit-animation: levitation-takeof 4s ease infinite;
  animation: levitation-takeof 4s ease infinite;
}

@-webkit-keyframes levitation-takeof {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes levitation-takeof {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mars-levitation-craft {
  -webkit-animation: levitation-craft 6s ease infinite;
  animation: levitation-craft 6s ease infinite;
  position: relative;
  z-index: 1;
}

.mars-levitation-base {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes levitation-craft {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes levitation-craft {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

.luna-hero {
  background-color: #160F0E;
  position: relative;
  height: 100%;
}

.luna-hero .arrow-bounce {
  width: 23px;
  bottom: 30px;
  z-index: 2;
}

.luna-hero .luna-hero-content {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.luna-hero .hero-top {
  -webkit-box-flex: 100;
  flex-grow: 100;
}

.luna-hero .luna-hero-notify,
.luna-hero .luna-hero-play {
  width: 183px;
}

.luna-streaming {
  background-image: url(/assets/images/luna/streaming-background.jpg);
  background-size: auto;
  background-repeat: repeat;
}

.luna-streaming .luna-streaming-stereo {
  margin-bottom: -12%;
}

.luna-multiroom {
  position: relative;
  overflow: hidden;
}

.luna-multiroom .luna-multiroom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/luna/multiroom-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.luna-multiroom .luna-multiroom-phone {
  margin-bottom: -20px;
}

.luna-hardware {
  background: #F2F2F2;
}

.luna-relative-container {
  position: relative;
}

.luna-relative-container .luna-absolute-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.modal-video {
  width: 100%;
}

.plyr__play-large {
  background: #00C9C0 !important;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #00C9C0 !important;
}

.light-breath {
  -webkit-animation: breath 4s ease infinite;
  animation: breath 4s ease infinite;
}

@-webkit-keyframes breath {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes breath {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .luna-adjust .luna-adjust-picker {
    margin-top: -15%;
  }
  .luna-adjust .luna-adjust-picker::before {
    content: '';
    display: block;
    width: 56px;
    height: 10px;
    margin: auto;
    background: url(/assets/images/luna/eye-arrow.svg) no-repeat center;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .luna-streaming {
    background-image: url(/assets/images/luna/streaming-background-xs.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .luna-multiroom .luna-multiroom-bg {
    background-image: url(/assets/images/luna/multiroom-background-xs.jpg);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .luna-hero .image-container {
    background: url(/assets/images/luna/header-xs.jpg) center no-repeat;
    background-size: cover;
  }
  .luna-hero .image-container video {
    display: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-device-pixel-ratio: 2) {
  .luna-streaming {
    background-image: url(/assets/images/luna/streaming-background@2x.jpg) repeat;
  }
}

.luna-design .image-container {
  background-image: url(/assets/images/luna/design-bg.jpg);
  background-color: #f7f7f7;
  background-position: top center;
  background-size: auto 100%;
}

.luna-multiroom .image-container {
  background-image: url(/assets/images/luna/multiroom-bg.jpg);
  background-size: cover;
}

.luna-hand .image-container {
  background-image: url(/assets/images/luna/hand.jpg);
  background-size: auto 100%;
  background-position: center;
}

.luna-future .image-container {
  background-image: url(/assets/images/luna/future-bg.jpg);
  background-position: top center;
  background-size: cover;
}

.luna-battery .image-container {
  background-image: url(/assets/images/luna/battery-bg.jpg);
  background-position: top center;
  background-size: cover;
}

.luna-speakerphone-left {
  background: url(/assets/images/luna/speakerphone-left.jpg) top center no-repeat;
  background-size: cover;
}

.luna-wake {
  background: url(/assets/images/luna/wake-bg.jpg) top center no-repeat;
  background-size: cover;
}

.luna-speakerphone-right {
  background: url(/assets/images/luna/speakerphone-right.jpg) top center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .luna-design .image-container, .luna-future .image-container {
    background: none;
  }
  .luna-hand .image-container {
    background-size: contain;
    background-position: center bottom;
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .luna-hand .image-container {
    background-image: url(/assets/images/luna/hand@2x.jpg);
  }
}

.unsubscribe-container h2, .unsubscribe-container p {
  margin-bottom: 40px;
}

.unsubscribe-container #unsubscribe-button {
  font-size: 13px;
  padding: 16px 24px;
  line-height: 13px;
  font-weight: 600;
}

.unsubscribe-container #unsubscribe-option {
  font-weight: 600;
  font-size: 13px;
}

.wechat-payment .wechat-payment-title {
  margin-bottom: 60px;
  font-size: 32px;
}

.wechat-payment .wechat-payment-please {
  margin-bottom: 20px;
}

.wechat-payment .wechat-payment-qrcode {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  padding: 40px;
  background: #F8F8F8;
}

.wechat-payment .wechat-payment-qrcode img {
  width: 100%;
}

.wechat-payment .wechat-payment-tip {
  margin-bottom: 60px;
  font-size: 13px;
}

.account-user-center section[class*="user-center"] {
  padding: 60px 0;
  border-bottom: 1px solid #CECECE;
}

.account-user-center section[class*="user-center"]:first-child {
  padding-top: 0;
}

.account-user-center section[class*="user-center"]:last-child {
  border-bottom: none;
}

.account-user-center .user-center-profile h1, .account-user-center .user-center-profile h2 {
  margin: 0;
}

.account-user-center .user-center-profile .user-avatar {
  display: inline-block;
  width: 100%;
  max-width: 116px;
}

.account-user-center .user-center-profile .user-avatar .user-avatar-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.account-user-center .user-center-profile .user-avatar .user-avatar-inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.account-user-center .user-center-section .section-title {
  margin-bottom: 10px;
}

.account-user-center .user-center-section .section-tip {
  margin-bottom: 30px;
}

.account-user-center .user-center-section .section-edit {
  padding-top: 10px;
  padding-left: 0;
}

.account-user-center .user-center-section h4 {
  margin-bottom: 40px;
  font-weight: normal;
}

.account-user-center .user-center-section.section-orders table {
  margin: 0;
}

.account-user-center .user-center-section.section-orders table th, .account-user-center .user-center-section.section-orders table td {
  padding-left: 0;
  padding-right: 0;
}

.account-user-center .user-center-section.section-orders table .order-link {
  cursor: pointer;
}

.account-user-center .user-center-section.section-preferences .checkbox:first-child {
  margin-bottom: 25px;
}

.account-user-center .user-center-section.section-orders, .account-user-center .user-center-section.section-preferences {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .account-user-center .section-tip {
    margin-bottom: 0 !important;
  }
  .account-user-center .section-edit {
    margin-bottom: 10px;
  }
  .account-user-center .overflow-fix {
    font-size: 13px;
  }
}

.account-edit .edit-title h2 {
  margin: 0;
}

.account-edit .upload-button,
.account-edit .choose-button {
  padding: 6px 36px;
}

.account-edit .upload-button img,
.account-edit .choose-button img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 4px;
}

.account-edit .upload-button span,
.account-edit .choose-button span {
  display: inline-block;
}

.account-edit .form-group {
  margin-bottom: 30px;
}

.account-edit .form-group label {
  margin: 0;
  font-size: 13px;
}

.account-edit .form-group .user-avatar {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.account-edit .form-group .user-avatar > img {
  width: 100%;
}

.account-edit .form-group .dropdown-toggle .caret {
  margin-top: 10px;
}

.account-edit .form-group .btn-group .btn-group {
  padding: 0 7px;
}

.account-edit .form-group .btn-group .btn-group:first-child {
  padding-left: 0;
}

.account-edit .form-group .btn-group .btn-group:last-child {
  padding-right: 0;
}

.account-edit .avatar-crop-result {
  display: none;
}

.account-edit .avatar-crop {
  display: none;
  max-width: 300px;
}

.account-edit .avatar-crop .avatar-crop-container #avatar-crop-img {
  width: 100%;
}

.account-edit .avatar-crop .avatar-crop-container .cropper-view-box {
  outline: 1px solid #00C9C0;
  outline-outline-color: #00C9C0;
}

.account-edit .avatar-crop .avatar-crop-container .cropper-line,
.account-edit .avatar-crop .avatar-crop-container .cropper-point,
.account-edit .avatar-crop .avatar-crop-container .cropper-point:before {
  background-color: #00C9C0;
}

.account-order hr {
  margin-top: 0;
}

.account-order .order-section:last-child {
  border-bottom: none;
}

.account-order .order-section.order-list {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.account-order .order-section.order-list > li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
}

.account-order .order-section.order-list > li:first-child {
  padding-top: 0;
}

.account-order .order-section .section-number {
  margin: 0;
  font-weight: bold;
}

.account-order .order-section.order-info {
  padding-top: 40px;
  border-bottom: 1px solid #C6C6C6;
}

.account-order .order-section.order-info h6 {
  margin-bottom: 20px;
}

.account-order .order-section.order-info table {
  margin-bottom: 0;
}

.account-order .order-section.order-info table td {
  padding-left: 0;
  border: none;
}

.account-order .order-section.order-overview {
  padding-top: 20px;
}

.account-order .order-section.order-overview .overview-info {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.account-order .order-section.order-overview .overview-info > h4 {
  font-weight: bold;
}

.account-order .order-section.order-overview .overview-info > p {
  margin-bottom: 20px;
}

.account-order .order-section.order-overview .overview-info .order-status.placed {
  color: #37D500;
}

.account-order .order-section.order-overview .overview-info .order-status.cancelled {
  color: #FF0F0F;
}

.account-order .order-section.order-overview button {
  align-self: flex-end;
}

.account-order .order-section.order-overview button + button {
  margin-left: 20px;
}

.account-order .order-section.order-overview .bg-danger {
  margin: 10px 0;
  padding: 15px;
  background: #FFE6E6;
}

@media (max-width: 767px) {
  .account-order .order-overview .cols-equal-height {
    display: block;
  }
  .account-order .order-overview .cols-equal-height .overview-info {
    margin-bottom: 30px;
  }
}

.refund-modal .modal-body {
  padding-top: 5px;
}

.refund-modal .modal-body textarea.form-control {
  height: 140px;
  padding: 6px !important;
  border: 1px solid #AAA;
  background: none !important;
  resize: vertical;
  overflow: auto;
}

.refund-modal .modal-body .form-group {
  margin-top: 15px;
}

.cancel-confirmation-modal .cancel-warning {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .refund-modal .cols-equal-height {
    display: block;
  }
  .refund-modal .cols-equal-height small {
    display: block;
    margin-bottom: 10px;
  }
  .refund-modal .cols-equal-height button {
    width: 100%;
  }
}

.datepicker {
  font-family: "Aspira Nar", "Myriad Pro", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", “Segoe UI”, "Droid Sans", Ubuntu, sans-serif !important;
}

.datepicker-custom {
  border-radius: 0 !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.datepicker-custom .datepicker--day-name {
  color: #00C9C0;
}

.datepicker-custom .-current- {
  color: #00C9C0 !important;
  font-weight: bold;
}

.datepicker-custom .-selected- {
  color: #FFF !important;
  background: #00C9C0 !important;
}

/*# sourceMappingURL=app.css.map */
