@charset "UTF-8";
/**
 * Orckestra Overture Composer
 */
/**
 * Configs
 */
/**
 * Images dimensions
 * Used when calculating ratios. Used mostly so blocks take
 * the right space till the images are loaded (ie:result product)
 * Mostly used for intrinsic image ratio for responsive.
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */
/**
 * Custom Font sizes
 */
/**
 * Font awesome config
 */
/**
 * Images dimensions
 * Used when calculating ratios. Used mostly so blocks take
 * the right space till the images are loaded (ie:result product)
 * Mostly used for intrinsic image ratio for responsive.
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */
/**
 * Font awesome config
 */
/**
 * glyph social config
 */
/**
 * glyph regular config
 */
/**
 * glyph halflings config
 */
/**
 * $spacing-utility
 */
/**
 * Libs
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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; }
  select {
    background: #fff !important; }
  .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: rgba(0, 0, 0, 0); }

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  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: #000;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 0px;
  line-height: 1.43;
  background-color: #fff;
  border: 1px solid #e1e4ea;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #A1ACB5; }

.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,
.product-detail .pdp-brand-name, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 900;
  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,
  .product-detail .pdp-brand-name small,
  .h1 .small,
  .product-detail .pdp-brand-name .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: #D0D8DE; }

h1,
.h1,
.product-detail .pdp-brand-name,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  .h1 small,
  .product-detail .pdp-brand-name small,
  .h1 .small,
  .product-detail .pdp-brand-name .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: 10px;
  margin-bottom: 10px; }
  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,
.product-detail .pdp-brand-name {
  font-size: 32px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 20px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: rgba(252, 209, 4, 0.2);
  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: #A1ACB5; }

.text-primary {
  color: #000; }

a.text-primary:hover {
  color: black; }

.text-success {
  color: #8DC63F; }

a.text-success:hover {
  color: #72a230; }

.text-info {
  color: #000; }

a.text-info:hover {
  color: black; }

.text-warning {
  color: #FCD104; }

a.text-warning:hover {
  color: #cba802; }

.text-danger {
  color: #C91D29; }

a.text-danger:hover {
  color: #9c1720; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #000; }

a.bg-primary:hover {
  background-color: black; }

.bg-success {
  background-color: rgba(141, 198, 63, 0.2); }

a.bg-success:hover {
  background-color: rgba(114, 162, 48, 0.2); }

.bg-info {
  background-color: rgba(0, 0, 0, 0.2); }

a.bg-info:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-warning {
  background-color: rgba(252, 209, 4, 0.2); }

a.bg-warning:hover {
  background-color: rgba(203, 168, 2, 0.2); }

.bg-danger {
  background-color: rgba(201, 29, 41, 0.2); }

a.bg-danger:hover {
  background-color: rgba(156, 23, 32, 0.2); }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e1e4ea; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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: 20px; }

dt,
dd {
  line-height: 1.43; }

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 #D0D8DE; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e1e4ea; }
  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.43;
    color: #A1ACB5; }
    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 #e1e4ea;
  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: 20px;
  font-style: normal;
  line-height: 1.43; }

code,
kbd,
pre,
samp {
  font-family: "Barlow", Arial, Helvetica, sans-serif; }

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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.43;
  word-break: break-all;
  word-wrap: break-word;
  color: #737B81;
  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: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1220px) {
    .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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1220px) {
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #A1ACB5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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.43;
    vertical-align: top;
    border-top: 1px solid #D0D8DE; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #D0D8DE; }
  .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 #D0D8DE; }
  .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 #D0D8DE; }
  .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 #D0D8DE; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 68, 137, 0.2); }

.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: rgba(141, 198, 63, 0.2); }

.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: rgba(128, 182, 54, 0.2); }

.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: rgba(0, 0, 0, 0.2); }

.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: rgba(0, 0, 0, 0.2); }

.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: rgba(252, 209, 4, 0.2); }

.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: rgba(228, 189, 3, 0.2); }

.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: rgba(201, 29, 41, 0.2); }

.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: rgba(179, 26, 36, 0.2); }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #D0D8DE; }
      .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #737B81;
  border: 0;
  border-bottom: 1px solid #D0D8DE; }

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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.43;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0px;
  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: #000;
    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: #A1ACB5;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #A1ACB5; }
  .form-control::-webkit-input-placeholder {
    color: #A1ACB5; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e1e4ea;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: default; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    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: default; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: default; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: default; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

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: 30px;
  line-height: 30px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

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: 46px;
  line-height: 46px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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 {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.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 {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.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: #8DC63F; }

.has-success .form-control {
  border-color: #8DC63F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #72a230;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bcdd8e; }

.has-success .input-group-addon {
  color: #8DC63F;
  border-color: #8DC63F;
  background-color: rgba(141, 198, 63, 0.2); }

.has-success .form-control-feedback {
  color: #8DC63F; }

.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: #FCD104; }

.has-warning .form-control {
  border-color: #FCD104;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #cba802;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fde369; }

.has-warning .input-group-addon {
  color: #FCD104;
  border-color: #FCD104;
  background-color: rgba(252, 209, 4, 0.2); }

.has-warning .form-control-feedback {
  color: #FCD104; }

.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: #C91D29; }

.has-error .form-control {
  border-color: #C91D29;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #9c1720;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9636d; }

.has-error .input-group-addon {
  color: #C91D29;
  border-color: #C91D29;
  background-color: rgba(201, 29, 41, 0.2); }

.has-error .form-control-feedback {
  color: #C91D29; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.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: 27px; }

.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: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 0px;
  -webkit-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: thin dotted;
    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: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #000; }
  .btn-default .badge {
    color: #fff;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #000;
    border-color: #000; }
  .btn-primary .badge {
    color: #000;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8DC63F;
  border-color: #72a230; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #72a230;
    border-color: #517322; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #8DC63F;
    border-color: #72a230; }
  .btn-success .badge {
    color: #8DC63F;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #000;
  border-color: black; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #000;
    border-color: black; }
  .btn-info .badge {
    color: #000;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FCD104;
  border-color: #cba802; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cba802;
    border-color: #8e7602; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #FCD104;
    border-color: #cba802; }
  .btn-warning .badge {
    color: #FCD104;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #C91D29;
  border-color: #9c1720; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9c1720;
    border-color: #670f15; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #C91D29;
    border-color: #9c1720; }
  .btn-danger .badge {
    color: #C91D29;
    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: #000;
    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: #e1e4ea;
    text-decoration: none; }

.btn-larger {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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%; }

.btn-push-bottom {
  margin-bottom: 60px; }

.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-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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #a1acb5;
  border: 1px solid #A1ACB5;
  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: 9px 0;
    overflow: hidden;
    background-color: #D0D8DE; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.43;
    color: #000;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #DCDCDC; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #000; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #D0D8DE; }

.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: default; }

.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: 12px;
  line-height: 1.43;
  color: #222426;
  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 solid;
  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-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-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child: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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #e1e4ea;
  border: 1px solid #000;
  border-radius: 0px; }
  .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: 12px;
    border-radius: 0px; }
  .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: 18px;
    border-radius: 0px; }
  .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 {
    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: #e1e4ea; }
    .nav > li.disabled > a {
      color: #D0D8DE; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #D0D8DE;
        text-decoration: none;
        background-color: transparent;
        cursor: default; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e1e4ea;
    border-color: #000; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #222426; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.43;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #000 #000 #222426; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #000;
      background-color: #fff;
      border: 1px solid #002b56;
      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: #000; }

.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 #222426; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #222426;
      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: #004489; } }

.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; }

.navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 42px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11px;
          padding-bottom: 11px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #222426; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #222426; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #000;
  border-color: black; }
  .navbar-inverse .navbar-brand {
    color: #fdfdfe; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #fdfdfe; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fdfdfe; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: black; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #1a1a1a; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: black; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: black;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fdfdfe; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fdfdfe; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #fdfdfe; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #222426; }
  .breadcrumb > .active {
    color: #000; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.43;
      text-decoration: none;
      color: #222426;
      background-color: #fff;
      border: 1px solid #D0D8DE;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #222426;
    background-color: #e1e4ea;
    border-color: #D0D8DE;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #D0D8DE;
    background-color: #fff;
    border-color: #D0D8DE;
    cursor: default; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #D0D8DE;
      border-radius: 0px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #000; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #D0D8DE;
    background-color: #fff;
    cursor: default; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #D0D8DE; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #b2bfc9; }

.label-primary {
  background-color: #000; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: black; }

.label-success {
  background-color: #8DC63F; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #72a230; }

.label-info {
  background-color: #000; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: black; }

.label-warning {
  background-color: #FCD104; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cba802; }

.label-danger {
  background-color: #C91D29; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #9c1720; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #D0D8DE;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #000;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e1e4ea; }
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron .product-detail .pdp-brand-name,
  .product-detail .jumbotron .pdp-brand-name {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #c3c9d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1,
      .jumbotron .product-detail .pdp-brand-name,
      .product-detail .jumbotron .pdp-brand-name {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.43;
  background-color: #fff;
  border: 1px solid #e1e4ea;
  border-radius: 0px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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; }

form[name="addCoupon"] {
  position: relative;
  padding: 4px 0; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 0px;
  position: absolute;
  z-index: 4;
  font-size: 11px;
  width: 100%;
  top: -10px;
  min-height: 60px; }

.alert.alert-success.alert-dismissible {
  background-color: #dcedc4; }

.alert.alert-danger.alert-dismissible {
  background-color: #fadcde; }

.alert.alert-dismissible .close {
  font-size: 12px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -10px;
  right: 4px;
  color: inherit; }

.standalone-alert {
  position: relative; }

hr.slim-top {
  margin-top: 0px; }

.alert-success {
  background-color: #DCDCDC;
  border-color: #c3c3c3;
  color: #000; }
  .alert-success hr {
    border-top-color: #b6b6b6; }
  .alert-success .alert-link {
    color: black; }

.alert-info {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.5);
  color: black; }
  .alert-info hr {
    border-top-color: rgba(0, 0, 0, 0.5); }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  background-color: rgba(252, 209, 4, 0.2);
  border-color: rgba(252, 209, 4, 0.5);
  color: #cba802; }
  .alert-warning hr {
    border-top-color: rgba(228, 189, 3, 0.5); }
  .alert-warning .alert-link {
    color: #987e02; }

.alert-danger {
  background-color: rgba(201, 29, 41, 0.2);
  border-color: rgba(201, 29, 41, 0.5);
  color: #9c1720; }
  .alert-danger hr {
    border-top-color: rgba(179, 26, 36, 0.5); }
  .alert-danger .alert-link {
    color: #701017; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #8DC63F; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #000; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #FCD104; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #C91D29; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  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-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; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e1e4ea;
  color: #D0D8DE;
  cursor: default; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #D0D8DE; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #666666; }

.list-group-item-success {
  color: #8DC63F;
  background-color: rgba(141, 198, 63, 0.2); }

a.list-group-item-success {
  color: #8DC63F; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #8DC63F;
    background-color: rgba(128, 182, 54, 0.2); }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8DC63F; }

.list-group-item-info {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

a.list-group-item-info {
  color: #000; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.2); }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.list-group-item-warning {
  color: #FCD104;
  background-color: rgba(252, 209, 4, 0.2); }

a.list-group-item-warning {
  color: #FCD104; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #FCD104;
    background-color: rgba(228, 189, 3, 0.2); }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #FCD104;
    border-color: #FCD104; }

.list-group-item-danger {
  color: #C91D29;
  background-color: rgba(201, 29, 41, 0.2); }

a.list-group-item-danger {
  color: #C91D29; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #C91D29;
    background-color: rgba(179, 26, 36, 0.2); }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #C91D29;
    border-color: #C91D29; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: none-1;
  border-top-left-radius: none-1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid none;
  border-bottom-right-radius: none-1;
  border-bottom-left-radius: none-1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: none-1;
    border-top-left-radius: none-1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: none-1;
    border-bottom-left-radius: none-1; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: none-1;
  border-top-left-radius: none-1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: none-1;
    border-top-right-radius: none-1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: none-1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: none-1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: none-1;
  border-bottom-left-radius: none-1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: none-1;
    border-bottom-right-radius: none-1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: none-1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: none-1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #D0D8DE; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: none; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid none; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid none; }

.panel-default {
  border-color: #D0D8DE; }
  .panel-default > .panel-heading {
    color: #737B81;
    background-color: #fff;
    border-color: #D0D8DE; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D0D8DE; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #737B81; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D0D8DE; }

.panel-primary {
  border-color: #000; }
  .panel-primary > .panel-heading {
    color: #000;
    background-color: #DCDCDC;
    border-color: #000; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #000; }
    .panel-primary > .panel-heading .badge {
      color: #DCDCDC;
      background-color: #000; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #000; }

.panel-success {
  border-color: none; }
  .panel-success > .panel-heading {
    color: #8DC63F;
    background-color: rgba(141, 198, 63, 0.2);
    border-color: none; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: none; }
    .panel-success > .panel-heading .badge {
      color: rgba(141, 198, 63, 0.2);
      background-color: #8DC63F; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: none; }

.panel-info {
  border-color: none; }
  .panel-info > .panel-heading {
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: none; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: none; }
    .panel-info > .panel-heading .badge {
      color: rgba(0, 0, 0, 0.2);
      background-color: #000; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: none; }

.panel-warning {
  border-color: none; }
  .panel-warning > .panel-heading {
    color: #FCD104;
    background-color: rgba(252, 209, 4, 0.2);
    border-color: none; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: none; }
    .panel-warning > .panel-heading .badge {
      color: rgba(252, 209, 4, 0.2);
      background-color: #FCD104; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: none; }

.panel-danger {
  border-color: none; }
  .panel-danger > .panel-heading {
    color: #C91D29;
    background-color: rgba(201, 29, 41, 0.2);
    border-color: none; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: none; }
    .panel-danger > .panel-heading .badge {
      color: rgba(201, 29, 41, 0.2);
      background-color: #C91D29; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 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%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #222426;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #222426;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.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%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #fff;
  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: #222426; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.43; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  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: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222426;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222426; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222426; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222426; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222426; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222426; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222426; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222426; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222426; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.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; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x, .noUi-handle {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'GlyphSocial';
  src: url("../Fonts/glyphicons/glyphicons-social-regular.woff2?v=2") format("woff2"), url("../Fonts/glyphicons/glyphicons-social-regular.woff?v=2") format("woff"), url("../Fonts/glyphicons/glyphicons-social-regular.svg?v=2") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GlyphIcons';
  src: url("../Fonts/glyphicons/glyphicons-regular.woff2") format("woff2"), url("../Fonts/glyphicons/glyphicons-regular.woff") format("woff"), url("../Fonts/glyphicons/glyphicons-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GlyphHalflings';
  src: url("../Fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../Fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../Fonts/glyphicons/glyphicons-halflings-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.social {
  display: inline-block;
  font: normal normal normal 25px/1 GlyphSocial;
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.glyphicons {
  display: inline-block;
  font: normal normal normal 14px/1 GlyphIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  vertical-align: -16%; }

.halflings {
  display: inline-block;
  font: normal normal normal 25px/1 GlyphHalflings;
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  vertical-align: -16%; }

/* makes the font 33% larger relative to the icon container */
.social-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.social-2x {
  font-size: 2em; }

.social-3x {
  font-size: 3em; }

.social-4x {
  font-size: 4em; }

.social-5x {
  font-size: 5em; }

.glyphicons-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -30%; }

.glyphicons-2x {
  font-size: 2em; }

.glyphicons-3x {
  font-size: 3em; }

.glyphicons-4x {
  font-size: 4em; }

.glyphicons-5x {
  font-size: 5em; }

.halflings-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -30%; }

.halflings-2x {
  font-size: 2em; }

.halflings-3x {
  font-size: 3em; }

.halflings-4x {
  font-size: 4em; }

.halflings-5x {
  font-size: 5em; }

.social-fw {
  width: 1.28571em;
  text-align: center; }

.glyphicons-fw {
  width: 1.28571em;
  text-align: center; }

.halflings-fw {
  width: 1.28571em;
  text-align: center; }

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.social-youtube:before {
  content: "\E023"; }

.social-e-mail:before {
  content: "\E040"; }

.social-facebook:before {
  content: "\E031"; }

.social-google-plus:before {
  content: "\E003"; }

.social-twitter:before {
  content: "\E032"; }

.social-instagram:before {
  content: "\E033"; }

.halflings-exclamation-sign:before {
  content: "\E101"; }

.halflings-ok-circle:before {
  content: "\E089"; }

.halflings-comments:before {
  content: "\E111"; }

.halflings-info-sign:before {
  content: "\E086"; }

.halflings-chevron-down:before {
  content: "\E114"; }

.halflings-chevron-left:before {
  content: "\E079"; }

.halflings-chevron-right:before {
  content: "\E080"; }

.halflings-chevron-up:before {
  content: "\E113"; }

.halflings-minus-sign:before {
  content: "\E082"; }

.halflings-minus:before {
  content: "\2212"; }

.halflings-plus:before {
  content: "\002B"; }

.halflings-plus-sign:before {
  content: "\E081"; }

.halflings-zoom-in:before {
  content: "\E015"; }

.halflings-zoom-out:before {
  content: "\E016"; }

.halflings-shopping-cart:before {
  content: "\E116"; }

.halflings-time:before {
  content: "\E023"; }

.halflings-book:before {
  content: "\E043"; }

.halflings-circle-arrow-down:before {
  content: "\E134"; }

.halflings-circle-arrow-left:before {
  content: "\E132"; }

.halflings-circle-arrow-right:before {
  content: "\E131"; }

.halflings-circle-arrow-top:before {
  content: "\E133"; }

.halflings-remove-sign:before {
  content: "\E083"; }

.halflings-map-marker:before {
  content: "\E062"; }

.halflings-gift:before {
  content: "\E102"; }

.halflings-arrow-down:before {
  content: "\E094"; }

.halflings-arrow-left:before {
  content: "\E091"; }

.halflings-arrow-right:before {
  content: "\E092"; }

.halflings-arrow-up:before {
  content: "\E093"; }

.halflings-search:before {
  content: "\E003"; }

.halflings-triangle-bottom:before {
  content: "\E252"; }

.halflings-triangle-top:before {
  content: "\E253"; }

.glyphicons-pencil:before {
  content: "\270F"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-circle-arrow-left:before {
  content: "\E217"; }

.glyphicons-comments:before {
  content: "\E310"; }

.glyphicons-remove-2:before {
  content: "\E208"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-chevron-left:before {
  content: "\E225"; }

.glyphicons-chevron-up:before {
  content: "\E601"; }

.glyphicons-chevron-down:before {
  content: "\E602"; }

.glyphicons-plus:before {
  content: "\002B"; }

.glyphicons-minus:before {
  content: "\2212"; }

.glyphicons-zoom-in:before {
  content: "\E237"; }

.glyphicons-zoom-out:before {
  content: "\E238"; }

.glyphicons-shopping-cart:before {
  content: "\E203"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-circle-arrow-right:before {
  content: "\E218"; }

.glyphicons-circle-arrow-top:before {
  content: "\E219"; }

.glyphicons-circle-arrow-down:before {
  content: "\E220"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-circle-question-mark {
  padding-bottom: 6px; }
  .glyphicons-circle-question-mark:before {
    content: "\E195"; }

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #000;
      border-radius: 3px;
      background-color: #fff;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #000; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: GlyphHalflings;
      content: "\E013"; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #e1e4ea;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #000;
  border-color: #000; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #C91D29;
  border-color: #C91D29; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #000;
  border-color: #000; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #FCD104;
  border-color: #FCD104; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #8DC63F;
  border-color: #8DC63F; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #000;
      border-radius: 50%;
      background-color: #fff;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #000;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #000; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #000; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #000; }

.radio-danger input[type="radio"] + label::after {
  background-color: #C91D29; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #C91D29; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #C91D29; }

.radio-info input[type="radio"] + label::after {
  background-color: #000; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #000; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #000; }

.radio-warning input[type="radio"] + label::after {
  background-color: #FCD104; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FCD104; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FCD104; }

.radio-success input[type="radio"] + label::after {
  background-color: #8DC63F; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #8DC63F; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #8DC63F; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  margin-top: 28px; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -18px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #000;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 0px;
  border: 1px solid #e1e4ea;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  text-align: center;
  cursor: default;
  color: #222426; }

.noUi-active {
  color: #3a3e41; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/**
 * Blades
 */
/**
 * Empty file just so that the directory can be copied.
 */
/**
 * Cart item quantity: [-] Qty [+]
 * To set the width to prevent jumping of buttons
 */
.cart-quantity {
  margin: 0;
  width: 40px;
  display: inline-block;
  text-align: center; }

/**
 * Fake cell for cart item detail.
 */
.cart-cell {
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

/**
 * Flush cell
 */
.cart-cell-flush {
  padding-left: 0;
  padding-right: 0; }

.cart-row:before, .cart-row:after {
  content: " ";
  display: table; }

.cart-row:after {
  clear: both; }

.cart-row.is-loading {
  opacity: 0.7; }

.cart-item + .cart-item {
  border-top: solid 1px #e1e4ea;
  margin-top: 20px;
  padding-top: 20px; }

.cart-caption {
  display: table-caption;
  padding-top: 20px;
  padding-bottom: 20px; }

.cart-cell-group {
  display: table-row-group; }

/**
 *  Different values width for layouting
 */
.cart-row {
  /**
     *  All the attributes shown beside the image
     */
  /**
     * Cart attributes
     */ }
  .cart-row .cart-image {
    width: 30%; }
  .cart-row .cart-attributes {
    float: left;
    width: 70%; }
  @media (max-width: 767px) {
    .cart-row .xs-full .cart-desc,
    .cart-row .xs-full .cart-price,
    .cart-row .xs-full .cart-qty,
    .cart-row .xs-full .cart-subtotal {
      width: 100%; } }
  .cart-row .cart-desc,
  .cart-row .cart-price,
  .cart-row .cart-qty,
  .cart-row .cart-subtotal {
    width: 75%; }
  .cart-row .cart-delete {
    width: 25%; }

@media (max-width: 767px) {
  .cart-row .cart-desc {
    padding-bottom: 6px; } }

@media (min-width: 768px) {
  /**
     * Fake table display in > small
     */
  .cart-row {
    display: table;
    table-layout: fixed; }
    .cart-row .cart-image {
      width: 11%; }
    .cart-row .cart-desc {
      width: 28%; }
    .cart-row .cart-delete {
      width: 10%; }
    .cart-row .cart-price {
      width: 16%; }
    .cart-row .cart-qty {
      width: 30%; }
    .cart-row .cart-subtotal {
      width: 16%; }
    .cart-row .cart-attributes {
      width: 100%;
      display: table;
      float: none;
      vertical-align: middle; }
  .cart-cell {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .cart-cell-flush {
    display: table-cell;
    vertical-align: middle;
    width: 89%; }
  /**
     *  Header is a bit tricky, a lot of magic value based on alignement of inner value.
     */
  .cart-header-title {
    width: 45%;
    float: left; }
  .cart-header-labels {
    margin-top: 6px;
    width: 55%;
    float: left; }
  .cart-header-price,
  .cart-header-qty,
  .cart-header-subtotal {
    padding-left: 10px;
    padding-right: 10px; }
  .cart-header-price {
    width: 25.7%; }
  .cart-header-qty {
    width: 47.8%; }
  .cart-header-subtotal {
    width: 26.5%; } }

.promotion {
  display: inline-block;
  border-top: solid 1px #e1e4ea;
  border-bottom: solid 1px #e1e4ea;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.promotion-block {
  display: block; }

.checkout-navigation ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold; }

.checkout-navigation li {
  display: table-cell;
  text-align: center;
  font-size: 16px;
  min-width: 36px; }
  .checkout-navigation li .name {
    display: none; }
  .checkout-navigation li .checkout-navigation-step {
    color: #D0D8DE;
    border-color: #D0D8DE;
    border: solid 1px;
    border-left: 0;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }
  .checkout-navigation li a.checkout-navigation-step:hover,
  .checkout-navigation li a.checkout-navigation-step:focus {
    border-color: black;
    color: black;
    outline: 0;
    text-decoration: none; }

.checkout-navigation .active .name {
  display: inline; }

.checkout-navigation .active .checkout-navigation-step {
  background: #000;
  border-color: #000;
  color: #fff; }

.checkout-navigation .active a:hover,
.checkout-navigation .active a:focus {
  color: #fff; }

.checkout-navigation .past .checkout-navigation-step {
  background: #fff;
  border-color: #000;
  color: #000; }

.checkout-navigation li:first-child .checkout-navigation-step {
  border-left: solid 1px; }

@media (min-width: 992px) {
  .checkout-navigation ul {
    table-layout: fixed; }
  .checkout-navigation li {
    font-size: 24px; }
  .checkout-navigation .checkout-navigation-step {
    border-radius: 2px; } }

@media (min-width: 768px) {
  .checkout-navigation {
    margin-left: -10px;
    margin-right: -10px; }
    .checkout-navigation li {
      font-size: 18px; }
      .checkout-navigation li .checkout-navigation-step {
        border: solid 1px;
        margin-left: 10px;
        margin-right: 10px; }
    .checkout-navigation li .name {
      display: inline; } }

.checkout-order-summary.affix {
  position: static; }
  @media (min-width: 992px) {
    .checkout-order-summary.affix {
      top: 20px;
      position: fixed;
      width: 300px; } }
  @media (min-width: 1220px) {
    .checkout-order-summary.affix {
      width: 380px; } }

.moneris {
  position: relative; }
  .moneris-label {
    display: block;
    position: absolute;
    left: 0; }
  .moneris-card {
    top: 0; }
  .moneris-expiration {
    top: 74px; }
  .moneris-ccv {
    top: 148px; }

.compact-order {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .compact-order {
      border: solid 1px #e1e4ea;
      border-radius: 0px;
      padding: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .compact-order {
      border-top: solid 1px #e1e4ea; }
      .compact-order:first-child {
        border-top: 0; } }
  .compact-order-date {
    margin-bottom: 10px; }
  .compact-order-total {
    text-align: center; }
    @media (min-width: 768px) {
      .compact-order-total {
        text-align: right; } }
  .compact-order-status {
    text-align: center; }
    @media (min-width: 768px) {
      .compact-order-status {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .compact-order-splitter {
    margin-top: 15px;
    margin-top: 15px; }

.product-details-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 128.75%; }

.product-details-media {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px;
  width: 100%;
  z-index: 1; }

.cart-item .cart-cell {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase; }
  .cart-item .cart-cell.cart-desc {
    font-weight: 500; }
  .cart-item .cart-cell strong {
    font-weight: 900; }

.panel .cart-item {
  padding-left: 15px;
  padding-right: 15px; }

.cart-item:first-child {
  padding-bottom: 20px; }

.cart-item:nth-child(2n) {
  background-color: #f0f2f5; }

.cart-item + .cart-item {
  border-top: 0;
  padding-bottom: 20px;
  padding-top: 20px; }

.cart-item del {
  font-weight: normal; }

#cart .cart-header-labels {
  font-size: 15px;
  font-weight: 700;
  text-transform: none; }

#cart .cart-desc {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500; }
  #cart .cart-desc .cart-brand {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600; }

#cart .cart-delete .btn-default,
#cart .cart-price,
#cart .cart-qty,
#cart .cart-qty .btn-default,
#cart .cart-subtotal {
  font-size: 20px; }

#cart .cart-delete .glyphicons,
#cart .cart-qty,
#cart .cart-qty .glyphicons {
  font-weight: 700 !important; }

#cart .promotion {
  color: #C91D29;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase; }

#coupons-summary > p {
  font-size: 18px;
  font-weight: 900; }

#coupons-summary #couponCode {
  border-right: transparent;
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 40px; }

#coupons-summary .btn-base {
  border-left: transparent;
  font-size: 18px;
  height: 40px; }

#coupons-summary .coupon-name {
  font-size: 18px;
  font-weight: 900; }

#coupons-summary .coupon-description {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500; }

#order-summary {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }
  #order-summary .panel-body p,
  #order-summary .panel-body span:not(.fa):not(.noUi-handle) {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif; }
  #order-summary .order-summary-total {
    font-size: 24px;
    font-weight: 900; }

#cart .cart-item .cart-image img {
  margin: 0 auto;
  max-width: 80px; }

.promotion {
  border-color: #000;
  color: #000; }

.cart-item > .text-center {
  margin-top: 10px; }

.compact-order {
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .compact-order {
      border: none; } }
  .compact-order-total {
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .compact-order-total {
        margin-bottom: 10px;
        margin-top: 0; } }
  .compact-order-status {
    font-weight: 900; }
  .compact-order-details a {
    font-size: 18px;
    font-weight: 900; }
  .compact-order .btn {
    text-transform: uppercase; }
  .compact-order .btn-block + .btn-block {
    margin-top: 20px; }
  .compact-order-status {
    padding: 15px; }
    .compact-order-status.green {
      border: 1px solid #8DC63F; }
    .compact-order-status.red {
      border: 1px solid #C91D29; }
    .compact-order-status.blue {
      border: 1px solid #000; }
    .compact-order-status.yellow {
      border: 1px solid #FCD104; }
    .compact-order-status .status {
      padding-top: 0; }
    @media (min-width: 768px) {
      .compact-order-status {
        padding-top: 0;
        padding-bottom: 20px; }
        .compact-order-status .status {
          padding: 7px 10px; }
        .compact-order-status.green {
          border: none; }
          .compact-order-status.green .status {
            background: #8DC63F;
            color: #fff; }
        .compact-order-status.red {
          border: none; }
          .compact-order-status.red .status {
            background: #C91D29;
            color: #fff; }
        .compact-order-status.blue {
          border: none; }
          .compact-order-status.blue .status {
            background: #000;
            color: #fff; }
        .compact-order-status.yellow {
          border: none; }
          .compact-order-status.yellow .status {
            background: #FCD104;
            color: #fff; } }

@media (max-width: 991px) {
  .checkout-order-summary.affix-bottom {
    position: relative !important;
    top: 0 !important; } }

@media (min-width: 992px) {
  .checkout-order-summary.affix-bottom {
    bottom: auto;
    position: absolute;
    width: 100%; } }

@media (min-width: 992px) {
  .checkout-order-summary.affix-bottom {
    width: 300px; } }

@media (min-width: 1220px) {
  .checkout-order-summary.affix-bottom {
    width: 380px; } }

/**
 * Composer bootstrap overrides
 */
.breadcrumb {
  display: inline-block; }
  .breadcrumb > li + li:before {
    padding: 0; }
  .breadcrumb > .active:before {
    font-weight: normal; }

.btn-group {
  margin-bottom: 5px; }

.btn-multiline .btn {
  margin-bottom: 5px; }

.btn {
  white-space: normal; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.btn-inactive {
  color: #D0D8DE;
  background-color: #fff;
  border-color: #000; }
  .btn-inactive:hover, .btn-inactive:focus, .btn-inactive.focus, .btn-inactive:active, .btn-inactive.active,
  .open > .btn-inactive.dropdown-toggle {
    color: #D0D8DE;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-inactive:active, .btn-inactive.active,
  .open > .btn-inactive.dropdown-toggle {
    background-image: none; }
  .btn-inactive.disabled, .btn-inactive.disabled:hover, .btn-inactive.disabled:focus, .btn-inactive.disabled.focus, .btn-inactive.disabled:active, .btn-inactive.disabled.active, .btn-inactive[disabled], .btn-inactive[disabled]:hover, .btn-inactive[disabled]:focus, .btn-inactive[disabled].focus, .btn-inactive[disabled]:active, .btn-inactive[disabled].active,
  fieldset[disabled] .btn-inactive,
  fieldset[disabled] .btn-inactive:hover,
  fieldset[disabled] .btn-inactive:focus,
  fieldset[disabled] .btn-inactive.focus,
  fieldset[disabled] .btn-inactive:active,
  fieldset[disabled] .btn-inactive.active {
    background-color: #fff;
    border-color: #000; }
  .btn-inactive .badge {
    color: #fff;
    background-color: #D0D8DE; }

.close {
  opacity: 1;
  position: absolute;
  top: -8px;
  right: -6px;
  font-size: 30px;
  text-shadow: none; }
  .close:hover {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    color: #464B4F; }

.alert-dismissible .close {
  font-size: 21px; }

.dropdown-header {
  font-size: 14px;
  font-weight: bold; }

.dropdown-menu .divider {
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 767px) {
  .dropdown-menu-xs-right {
    left: auto;
    right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu-sm-right {
    left: auto;
    right: 0; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .dropdown-menu-md-right {
    left: auto;
    right: 0; } }

@media (min-width: 1220px) {
  .dropdown-menu-lg-right {
    left: auto;
    right: 0; } }

@media (max-width: 480px) {
  .form-control {
    font-size: 16px; } }

input::-webkit-input-placeholder {
  font-style: italic; }

input:-ms-input-placeholder {
  font-style: italic; }

input::placeholder {
  font-style: italic; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.modal-content {
  border-radius: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 110px; } }

/*.pager {
    a {
        color: $gray-base;
    }
    .disabled {
        > a,
        > a:hover,
        > a:focus,
        > span {
            border-color: $pager-disabled-color;
        }
    }
}
*/
.pagination {
  margin-top: 0; }

.panel-default .panel-heading {
  background: #222426;
  color: #fff; }
  .panel-default .panel-heading a {
    color: #fff; }

.panel-heading {
  text-transform: uppercase; }
  .panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6,
  .panel-heading .h1,
  .panel-heading .product-detail .pdp-brand-name,
  .product-detail .panel-heading .pdp-brand-name, .panel-heading .h2, .panel-heading .h3, .panel-heading .h4, .panel-heading .h5, .panel-heading .h6 {
    margin-top: 0;
    margin-bottom: 0; }

.panel-body > :first-child {
  margin-top: 0; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }

/**
 * striped tables have darker borders
 */
.table-striped > thead > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > tfoot > tr > td {
  border-top-color: #222426; }

.table-striped > thead > tr > th {
  border-bottom-color: #222426; }

.table-striped > tbody + tbody {
  border-top-color: #222426; }

.tooltip {
  font-size: 13px; }

h1,
.h1,
.product-detail .pdp-brand-name,
h2, .h2,
h3, .h3 {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  h1,
  .h1,
  .product-detail .pdp-brand-name {
    font-size: 25.6px; }
  h2, .h2 {
    font-size: 32px; }
  h3, .h3 {
    font-size: 20px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 20px; } }

blockquote {
  font-weight: bold; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    font-weight: normal;
    font-size: 12px; }

.list-unstyled li {
  margin-bottom: 6px; }

.progress {
  background-color: #dcdcdc; }
  .progress .progress-bar {
    min-width: 1%; }
  .progress .display-text {
    position: absolute;
    top: 0;
    right: 20px;
    color: #ffffff; }

/**
 * Composer custom components
 */
.affix-show-block {
  display: none !important; }

.affix-show-inline-block {
  display: inline-block !important; }

.affix .affix-hidden {
  display: none !important; }

.affix .affix-show-block {
  display: block !important; }

.affix .affix-show-inline-block {
  display: inline-block !important; }

/**
 * Pull items full width of `.island` parents.
 */
.bleed {
  margin-right: -10px !important;
  margin-left: -10px !important; }
  .panel .bleed {
    margin-right: -15px !important;
    margin-left: -15px !important; }

@media (max-width: 991px) {
  .btn-group-responsive {
    margin-bottom: -10px; }
    .btn-group-responsive .btn {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    .btn-group-responsive > .pull-left,
    .btn-group-responsive > .pull-right {
      float: none !important; } }

.text-align-button {
  line-height: 1.43;
  padding-top: 7px;
  padding-bottom: 7px; }

.form-control.parsley-error {
  border-color: #C91D29;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control.parsley-error:focus {
    border-color: #9c1720;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9636d; }

.parsley-success {
  border-color: #000; }

.parsley-errors-list {
  color: #C91D29;
  padding: 0;
  list-style-type: none; }

.parsley-errors-list.filled {
  margin: 10px 0 20px; }

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }
  @media (min-width: 992px) {
    .logo {
      margin-bottom: 10px;
      display: inline-block; } }
  .logo img {
    width: 100%;
    max-width: 269px; }

.masthead .search-box .navbar-form {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.masthead .main-nav {
  border-bottom: solid 1px #222426;
  margin-top: 20px;
  margin-bottom: 20px; }
  .masthead .main-nav .navbar {
    margin-bottom: 0;
    min-height: 0; }

.masthead .header {
  height: 62px; }
  .masthead .header .navbar {
    min-height: 42px; }
  .masthead .header .navbar.affix {
    width: 100%;
    z-index: 1030;
    -webkit-animation-name: drop;
            animation-name: drop;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .masthead .header .navbar-right {
    float: right;
    margin-right: -10px; }
  .masthead .header .navbar-nav > li {
    float: left;
    border-right: solid 1px #464B4F; }
  .masthead .header .navbar-nav > li:first-child {
    border-left: solid 1px #464B4F; }
  .masthead .header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 991px) {
    .masthead .header .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      .masthead .header .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin: 0;
        background-color: #fff;
        border: 1px solid #a1acb5;
        border: 1px solid #A1ACB5;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .masthead .header .navbar-nav .open .dropdown-menu > li > a, .masthead .header .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 3px 20px;
          color: #000; }
        .masthead .header .navbar-nav .open .dropdown-menu > .active > a {
          color: #fff;
          text-decoration: none;
          outline: 0;
          background-color: #000; } }

@media (min-width: 768px) {
  .masthead .search-box .collapse {
    display: block;
    overflow: visible;
    height: auto !important; } }

@media (min-width: 768px) and (max-width: 1219px) {
  .masthead .search-box .navbar-form {
    margin-top: 0;
    padding-top: 0; } }

@media (max-width: 991px) {
  .masthead .search-box {
    margin-top: 10px; } }

@media (min-width: 992px) {
  .masthead .main-nav .collapse {
    display: block;
    overflow: visible;
    height: auto !important; } }

@-webkit-keyframes drop {
  0% {
    top: -42px; }
  100% {
    top: 0; } }

@keyframes drop {
  0% {
    top: -42px; }
  100% {
    top: 0; } }

.island {
  padding-bottom: 20px; }

.island-lg,
.checkout-navigation {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .island-lg,
    .checkout-navigation {
      padding-bottom: 40px; } }

.island-xl {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .island-xl {
      padding-bottom: 60px; } }

.multiline-message {
  padding-left: 25px;
  position: relative; }
  .multiline-message .multiline-message-icon {
    position: absolute;
    margin-top: 4px;
    left: 0; }

/**
 * todo change the name
 * something like selectable panel or whatevs
 */
.select-block {
  position: relative;
  display: block;
  border: solid 1px #000;
  border-radius: 0px;
  cursor: pointer;
  font-weight: inherit;
  transition: border-color .15s ease-out, background .15s ease-out; }
  .select-block .input-addon {
    background: #e1e4ea;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 41px;
    border: solid 1px #000;
    border-radius: 0px;
    transition: border-color .15s ease-out, background .15s ease-out; }
  .select-block .input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .select-block .content {
    display: block;
    padding-left: 61px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: border-color .15s ease-out; }
  .select-block .block {
    display: block; }

.select-block.active {
  border-color: #000; }
  .select-block.active .input-addon {
    background-color: #000;
    border-color: #000; }
  .select-block.active .content {
    color: #000; }

.select-block.parsley-error,
.parsley-error .select-block {
  border-color: #C91D29; }
  .select-block.parsley-error .input-addon,
  .parsley-error .select-block .input-addon {
    background-color: #C91D29;
    border-color: #C91D29; }
  .select-block.parsley-error .content,
  .parsley-error .select-block .content {
    color: #C91D29; }

.select-block.disabled {
  color: #A1ACB5;
  background-color: #e1e4ea;
  cursor: default; }

@media (max-width: 767px) {
  .pull-xs-left {
    float: left; }
  .pull-xs-right {
    float: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left; }
  .pull-sm-right {
    float: right; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .pull-md-left {
    float: left; }
  .pull-md-right {
    float: right; } }

@media (min-width: 1220px) {
  .pull-lg-left {
    float: left; }
  .pull-lg-right {
    float: right; } }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 1220px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

.product-tile .product-tile-text {
  border-top: solid 1px #e5e9ed;
  padding-top: 3px;
  position: relative;
  overflow: hidden; }
  .product-tile .product-tile-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
    pointer-events: none; }
  .product-tile .product-tile-text:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
    pointer-events: none; }

.product-tile .product-tile-brand {
  white-space: nowrap; }

.product-tile .product-tile-price {
  height: 26px; }

.product-tile .product-tile-special-price {
  height: 20px; }

.product-tile .product-tile-media {
  display: block;
  padding-bottom: 100%;
  position: relative; }

/**
 * FGL bootstrap/composer overrides
 */
.breadcrumb-container {
  font-size: 12px;
  font-weight: 500; }
  .breadcrumb-container > span {
    margin: 0 8px 0 0; }
  .breadcrumb-container .breadcrumb > li a {
    text-decoration: underline; }
  .breadcrumb-container .breadcrumb > .active {
    font-weight: 500; }

.fa-circle-o-notch:before {
  content: ""; }

fieldset {
  border: 1px solid #D0D8DE;
  padding: 20px 15px;
  border-radius: 4px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }
  .form-horizontal .form-group label {
    font-weight: 600; }

textarea {
  width: 100%;
  padding: 5px 10px; }

.parsley-errors-list {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.form-control {
  font-weight: 500;
  text-transform: uppercase; }
  .masthead .search-box .form-control,
  .store-availability-region .form-control {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700; }

.form-group label {
  font-weight: 900;
  text-transform: uppercase; }

.hitbox {
  display: block;
  background: #fff;
  border: dashed 2px #D0D8DE;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 16px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all .3s ease; }
  .hitbox:hover, .hitbox:focus {
    border-color: #000;
    color: #000;
    text-decoration: none; }
  .hitbox span {
    margin-left: 10px; }

#search-box .input-group .input-group-btn:last-child > .btn,
.store-availability-region .input-group .input-group-btn:last-child > .btn {
  background-color: #000;
  border-radius: 0 3px 3px 0; }

.input-group .form-control {
  width: 100% !important; }

.input-group .input-group-btn:last-child > .btn {
  border-color: #000; }
  .input-group .input-group-btn:last-child > .btn span {
    color: #A1ACB5; }
  .input-group .input-group-btn:last-child > .btn.btn-primary {
    padding: 4px 12px; }
    .input-group .input-group-btn:last-child > .btn.btn-primary span {
      color: #fff;
      font-size: 16px; }

.media {
  margin-bottom: 20px; }
  .media .media-right,
  .media .media > .pull-right {
    padding-left: 20px; }
  .media .media-left,
  .media .media > .pull-left {
    padding-right: 20px; }
  .media .media-body {
    padding-top: 10px; }

.figure {
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .figure .figure-media {
    display: block;
    position: relative;
    outline: 0;
    z-index: 1; }
  .figure .figure-caption {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    .figure .figure-caption h3 {
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      display: block;
      font-size: 21px;
      font-weight: bold;
      margin: 0;
      padding: 10px; }
  .figure a:hover h3 {
    background: black; }

@media (max-width: 768px) {
  .image-tile {
    margin-bottom: 20px; } }

.modal-header .close {
  right: 15px;
  top: 10px; }

.nav-stacked > li > a:hover, .nav-stacked > li > a:focus {
  color: #222426;
  background-color: transparent;
  text-decoration: underline; }

.nav-stacked.nav-text > li {
  margin-bottom: 20px; }
  .nav-stacked.nav-text > li > a {
    padding: 0; }

.nav-legal {
  margin-top: 10px;
  margin-bottom: 10px; }
  .nav-legal > li + li {
    margin-top: 10px; }
  .nav-legal > li > a {
    padding: 0;
    text-decoration: underline;
    display: inline-block; }
  @media (min-width: 768px) {
    .nav-legal {
      margin-top: 0; }
      .nav-legal > li {
        display: inline-block; }
        .nav-legal > li + li {
          margin-top: 0; }
          .nav-legal > li + li:before {
            content: " | ";
            padding: 0 5px;
            display: inline-block; } }

.nav-social {
  margin-bottom: 10px; }
  .nav-social > li {
    float: left; }
    .nav-social > li + li {
      margin-left: 5px; }
    .nav-social > li a {
      position: relative;
      display: block;
      padding: 0;
      color: #000; }
      .nav-social > li a:hover, .nav-social > li a:focus {
        background: transparent;
        color: #1a1a1a; }

.navbar-inverse {
  background-color: #fff; }
  .navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      background-color: #000; }
    .navbar-inverse .navbar-nav > li > a .halflings-map-marker::before {
      color: red; }

@media (max-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
    .navbar-collapse.collapse {
      display: none !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
      .navbar-collapse.collapse.in {
        display: block !important; } }

.navbar-toggle {
  color: #000;
  margin: 0;
  padding: 10px; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    color: #fff; }
  .navbar-inverse .navbar-toggle {
    border: 0; }
  @media (max-width: 991px) {
    .navbar-toggle {
      display: block; } }

.pager li > a,
.pager li > span {
  border-radius: 12px; }

.panel-primary .panel-heading {
  border-bottom: none; }
  .panel-primary .panel-heading h1,
  .panel-primary .panel-heading h2 {
    font-size: 24px; }

hr.large-bottom {
  margin-bottom: 40px; }

hr.large {
  margin-bottom: 40px;
  margin-top: 40px; }

.popover {
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: none; }
  .popover .arrow {
    display: none; }
  .popover .multiline-message {
    font-weight: 500;
    text-transform: uppercase; }
  .popover .halflings {
    color: black; }

.popover.bottom {
  width: calc(100% - 20px);
  max-width: 100%;
  position: absolute;
  left: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px; }
  .popover.bottom .arrow {
    display: block; }

@media (max-width: 767px) {
  .popover.bottom {
    left: 16px !important; } }

@media (max-width: 767px) {
  .popover.bottom {
    width: calc(100% - 30px);
    max-width: 100%;
    margin-left: 0px !important; }
    .popover.bottom .arrow {
      margin-left: -10px; } }

.table-specs tr:first-child th, .table-specs tr:first-child td {
  border-top: 0; }

.table-specs > tbody > tr:last-child > th,
.table-specs > tbody > tr:last-child > td,
.table-specs > tfoot > tr:last-child > th,
.table-specs > tfoot > tr:last-child > td {
  border-bottom: 1px solid #D0D8DE; }

.table-specs th {
  width: 50%;
  font-weight: 600; }

@media (min-width: 768px) {
  .table-specs th {
    width: 25%; } }

h1, h2, h3, h4, h5, h6,
.h1,
.product-detail .pdp-brand-name, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase; }

.text-underlined, .text-underline {
  text-decoration: underline; }

.text-strong {
  font-weight: bold; }

.large {
  font-size: 18px; }

.text-normal {
  font-size: 14px;
  font-weight: normal; }
  h2 .text-normal {
    margin-left: 15px; }

.text-normal-updated {
  font-size: 20px;
  font-weight: 500;
  text-transform: none; }

.main-category {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 29px; }

.selection {
  font-size: 20px !important;
  font-weight: 700; }

.categories-header {
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: 800; }

.child-categories {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px; }

.child-categories a {
  color: #000000 !important; }

.glyphicons-size {
  font-size: 18px;
  font-weight: 900; }

.clear-all {
  font-weight: 900 !important;
  text-transform: capitalize;
  color: #000000 !important; }

.options {
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000; }

.checkbox-label {
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700 !important; }

.number-of-results {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500; }

.regular-price {
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: 600; }

.sale-price {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: 800;
  color: red; }

.dropdown-item {
  font-size: 16px;
  font-weight: 900 !important; }

h1.page-title, h2.sub-title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #222426;
  text-transform: uppercase; }

h1.page-title {
  font-weight: 200;
  border-bottom: 8px solid #E8E9E9;
  padding: 5px 0 8px 30px;
  margin: 5px 0 15px 0;
  font-size: 35px; }
  @media (min-width: 480px) {
    h1.page-title {
      margin: 10px 0 30px 0;
      border-bottom: 15px solid #E8E9E9; } }
  @media (min-width: 768px) {
    h1.page-title {
      font-size: 65px;
      margin: 20px 0 50px 0;
      padding: 10px 0 20px 30px; } }

h2.sub-title {
  font-weight: 200;
  font-size: 24px;
  text-align: center;
  margin: 25px 0;
  height: 28px;
  line-height: 28px; }
  h2.sub-title span {
    background: #fff;
    padding: 0; }
    @media (min-width: 480px) {
      h2.sub-title span {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      h2.sub-title span {
        padding: 0 30px; } }
  @media (min-width: 480px) {
    h2.sub-title {
      background: #E8E9E9;
      margin: 30px 0; } }
  @media (min-width: 768px) {
    h2.sub-title {
      font-size: 36px;
      margin: 35px 0; } }

small,
.small {
  font-size: 12px; }

.btn {
  text-transform: uppercase; }

.btn-primary {
  font-size: 18px;
  font-weight: 900; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #333333;
    color: #fff; }
  .btn-primary[disabled] {
    background-color: #DCDCDC;
    border-color: #000;
    color: #000;
    opacity: 1; }
  .btn-primary.btn-lg, .btn-group-lg > .btn-primary.btn {
    font-size: 20px; }

.btn-default {
  font-size: 18px;
  font-weight: 900; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #000;
    color: #fff; }
  .btn-default.btn-lg, .btn-group-lg > .btn-default.btn {
    font-size: 20px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1220px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.sidebar-thumbnails-affix {
  position: absolute; }

.back-to-top {
  right: 10px;
  bottom: 70px;
  z-index: 999; }
  .back-to-top a {
    display: none;
    padding: 10px 10px 10px 8px;
    color: #fff;
    transition: 0.5s background ease;
    background-color: rgba(161, 172, 181, 0.5); }
    .back-to-top a:hover {
      background-color: #a1acb5; }
  .back-to-top.affix a {
    display: block; }
  .back-to-top.affix-bottom {
    position: absolute;
    bottom: auto; }
    .back-to-top.affix-bottom a {
      display: block; }

body {
  min-width: 320px;
  position: relative; }

.btn-discrete {
  opacity: 0.5; }
  .btn-discrete:hover, .btn-discrete:focus {
    opacity: 1; }

.btn-base {
  color: #fff;
  background-color: #DCDCDC;
  border-color: #DCDCDC;
  font-weight: 900; }
  .btn-base:hover, .btn-base:focus, .btn-base.focus, .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #bdbdbd; }
  .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    background-image: none; }
  .btn-base.disabled, .btn-base.disabled:hover, .btn-base.disabled:focus, .btn-base.disabled.focus, .btn-base.disabled:active, .btn-base.disabled.active, .btn-base[disabled], .btn-base[disabled]:hover, .btn-base[disabled]:focus, .btn-base[disabled].focus, .btn-base[disabled]:active, .btn-base[disabled].active,
  fieldset[disabled] .btn-base,
  fieldset[disabled] .btn-base:hover,
  fieldset[disabled] .btn-base:focus,
  fieldset[disabled] .btn-base.focus,
  fieldset[disabled] .btn-base:active,
  fieldset[disabled] .btn-base.active {
    background-color: #DCDCDC;
    border-color: #DCDCDC; }
  .btn-base .badge {
    color: #DCDCDC;
    background-color: #fff; }

.btn-no-bg {
  background: transparent; }
  .btn-no-bg:hover, .btn-no-bg:focus {
    background: transparent; }

.btn-in-store.active {
  border-color: black; }

.btn-group {
  margin-bottom: 10px; }

.address-controle-btn-group .btn {
  padding-right: 0; }

.btn-primary {
  padding: 12px; }

.color-facet {
  margin-bottom: 10px;
  height: 40px; }
  .color-facet label {
    padding-left: 20px;
    height: 100%;
    line-height: 34px; }
    .color-facet label:before {
      background-size: cover;
      border-radius: 0;
      border: 1px solid #D0D8DE;
      height: 34px;
      width: 34px; }
  .color-facet.checkbox input[type="checkbox"]:checked + label {
    font-weight: bold; }
    .color-facet.checkbox input[type="checkbox"]:checked + label:before {
      border-radius: 0;
      border: 2px solid #000;
      height: 32px;
      width: 32px; }
    .color-facet.checkbox input[type="checkbox"]:checked + label::after {
      content: ""; }

.cta {
  text-decoration: underline;
  font-weight: 600; }
  .panel-heading .cta {
    font-weight: normal; }
  .cta:hover, .cta:focus {
    text-decoration: none; }

@media (max-width: 991px) {
  .sm-dropdown-menu-right {
    left: auto;
    right: 0; } }

.dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }
  .dropdown-menu > li > a span:before {
    color: #000; }

.error-page {
  padding-top: 60px; }
  .error-page hr {
    margin: 40px 0; }
  .error-page p {
    margin-top: 10px;
    margin-bottom: 30px; }

.footer {
  border-top: 1px solid #ccc;
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-top: 40px;
  position: relative;
  z-index: 1; }
  .footer .panel-heading h4 {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  @media (max-width: 991px) {
    .footer > .container {
      width: 100%; } }
  .footer .well {
    margin-bottom: 0;
    border: 0; }
  .footer .text-copy {
    font-family: "Barlow", Arial, Helvetica, sans-serif; }
    @media (min-width: 768px) {
      .footer .text-copy {
        margin-left: -10px; } }
  @media (min-width: 992px) {
    .footer {
      border-top: 27px solid #000; }
      .footer #accordion {
        margin-top: -40px; }
        .footer #accordion .panel-heading {
          background-color: transparent; }
          .footer #accordion .panel-heading h4 {
            color: #fff; } }
  .footer .panel-title a {
    display: block; }
    .footer .panel-title a:hover, .footer .panel-title a:focus {
      text-decoration: none; }
    .footer .panel-title a .collapsed-icon {
      display: none; }
    .footer .panel-title a .expanded-icon {
      display: block; }
    .footer .panel-title a.collapsed .collapsed-icon {
      display: block; }
    .footer .panel-title a.collapsed .expanded-icon {
      display: none; }
    @media (min-width: 992px) {
      .footer .panel-title a .collapsed-icon,
      .footer .panel-title a .expanded-icon {
        display: none !important; } }
  .footer .nav.nav-legal a {
    font-family: "Barlow", Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .footer .nav.nav-legal {
      text-align: right; } }
  .footer .nav-footer {
    /* Small devices (tablets, 768px and up) */ }
    .footer .nav-footer > li {
      border-bottom: 1px solid #e1e4ea;
      margin: 0; }
      .footer .nav-footer > li:last-child {
        border-bottom: 0; }
      .footer .nav-footer > li > a {
        padding: 15px 10px; }
    @media (min-width: 992px) {
      .footer .nav-footer > li {
        border-bottom: 0;
        margin-top: 2px;
        margin-bottom: 20px; }
        .footer .nav-footer > li > a {
          padding: 0; } }
    .footer .nav-footer.nav-social li a {
      padding-right: 5px;
      padding-bottom: 10px;
      padding-top: 0; }
  .footer .panel-mobile-social {
    margin-bottom: 10px; }
    .footer .panel-mobile-social .nav-footer.nav-social {
      float: left; }
    @media (min-width: 992px) {
      .footer .panel-mobile-social {
        float: left;
        margin-bottom: 0; }
        .footer .panel-mobile-social .nav-footer.nav-social {
          float: none; } }
  .footer .footer-banner {
    background-color: #DCDCDC;
    padding-bottom: 15px;
    padding-top: 15px; }
    .footer .footer-banner .footer-banner-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer .footer-banner .footer-banner-content img {
        margin-right: 40px;
        max-height: 52px;
        max-width: 100%; }
      .footer .footer-banner .footer-banner-content span {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase; }
  .footer .logo-footer {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .footer .logo-footer {
        display: inline-block;
        margin-bottom: 15px;
        margin-top: 15px; } }

.push-bottom {
  margin-bottom: 20px; }

.text-nowrap {
  white-space: nowrap !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-extrabold {
  font-weight: 800 !important; }

.font-weight-black {
  font-weight: 900 !important; }

.barlow-semi-condensed {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif; }

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.my-0 {
  margin-bottom: 0;
  margin-top: 0; }

.mb-1 {
  margin-bottom: 10px; }

.ml-1 {
  margin-left: 10px; }

.mr-1 {
  margin-right: 10px; }

.mt-1 {
  margin-top: 10px; }

.ml-auto {
  margin-left: auto !important; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  padding-bottom: 0;
  padding-top: 0; }

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer; }

.newsletterSubscription .form-group {
  margin: 0; }

.newsletterSubscription label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0; }

.newsletterSubscription input {
  margin: 0; }

#IsRememberMe + label {
  font-weight: 500; }
  #IsRememberMe + label span {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif; }

@media (min-width: 992px) {
  .masthead {
    min-width: 205px; } }

.masthead .header .navbar {
  min-height: 42px; }
  .masthead .header .navbar-nav:first-child {
    margin-left: -10px;
    margin-right: 0; }
  .masthead .header .navbar-nav:last-child {
    margin-right: -10px;
    margin-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .masthead .header .navbar-nav:last-child {
        margin: 0; } }
  @media (max-width: 991px) {
    .masthead .header .navbar-right.navbar-nav {
      margin-right: -10px !important; } }

.masthead .header .navbar-nav.nav-left > li {
  border-right: 1px solid #1a1a1a;
  border-color: #1a1a1a;
  border-left: 0; }
  @media (min-width: 768px) {
    .masthead .header .navbar-nav.nav-left > li.mobile-menu + li, .masthead .header .navbar-nav.nav-left > li.mobile-menu {
      border-left: 1px solid #1a1a1a;
      border-color: #1a1a1a; } }
  @media (max-width: 991px) {
    .masthead .header .navbar-nav.nav-left > li.mobile-menu + li {
      border-left: 0; } }

.masthead .header .navbar-nav.navbar-right > li {
  border-left: 1px solid #1a1a1a;
  border-color: #1a1a1a;
  border-right: 0; }
  @media (min-width: 768px) {
    .masthead .header .navbar-nav.navbar-right > li:last-child {
      border-right: 1px solid #1a1a1a;
      border-color: #1a1a1a; } }

.masthead .main-nav {
  border-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  padding: 0; }
  @media (max-width: 992px) {
    .masthead .main-nav {
      background: #fff;
      margin: 0;
      position: fixed;
      top: 42px;
      width: 100%;
      z-index: 10;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      overflow: hidden; } }
  .masthead .main-nav .navbar .nav > li > a {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800; }

.masthead .logo img {
  max-height: 52px;
  max-width: 100%;
  width: auto; }

.masthead .search-box input[type=search] {
  background: #f0f0f0 !important;
  border-color: #000;
  border-radius: 3px !important;
  height: 45px;
  text-transform: uppercase; }

.masthead .search-box .navbar-form .btn {
  height: 45px;
  width: 45px;
  border-color: #000;
  color: #fff; }

@media (min-width: 768px) {
  .masthead .search-box {
    margin-top: 4px;
    width: 100%; }
    .masthead .search-box .navbar-form .form-group,
    .masthead .search-box .navbar-form .input-group {
      display: block; }
      .masthead .search-box .navbar-form .form-group .form-control.search-control,
      .masthead .search-box .navbar-form .input-group .form-control.search-control {
        width: 100%; }
    .masthead .search-box .input-group-btn {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; } }

@media (min-width: 992px) {
  .masthead .search-box {
    margin-top: 6px; } }

.language-switch .dropdown-menu {
  text-transform: uppercase; }

.img-icon {
  max-width: 35px;
  width: 100%;
  margin-right: 15px; }

.masthead .header .navbar-nav > li > .mini-cart-container .mini-cart-link {
  display: block;
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase; }
  .masthead .header .navbar-nav > li > .mini-cart-container .mini-cart-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  @media (min-width: 768px) {
    .masthead .header .navbar-nav > li > .mini-cart-container .mini-cart-link {
      padding-top: 11px;
      padding-bottom: 11px; } }

.mini-cart-link .mini-cart-item-qty {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
  padding: 3px 8px;
  text-align: center; }

.mini-cart-link:hover .mini-cart-item-qty {
  background-color: #fff;
  color: #000; }

@media (min-width: 768px) {
  .mini-cart-container:hover > a {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .mini-cart-container:hover .mini-cart {
    display: block; } }

.mini-cart {
  background-color: #fff;
  border: 1px solid #D0D8DE;
  box-shadow: 0px 0px 5px 2px rgba(34, 36, 38, 0.25);
  box-sizing: border-box;
  margin-top: -2px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 42px;
  width: 280px;
  z-index: 5;
  display: none; }
  .mini-cart .product-tile {
    padding: 0 20px; }
    .mini-cart .product-tile + .product-tile {
      margin-top: 10px; }
    .mini-cart .product-tile .product-tile-media {
      max-width: 95px;
      height: auto;
      padding: 0; }
    .mini-cart .product-tile .product-tile-text {
      border-top: 0;
      font-size: 12px;
      height: 45px;
      padding: 0;
      white-space: nowrap; }
      .mini-cart .product-tile .product-tile-text a {
        font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif; }
    .mini-cart .product-tile .suggestion-title {
      font-size: 12px; }
    .mini-cart .product-tile .product-tile-special-price {
      font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 0; }
      .mini-cart .product-tile .product-tile-special-price del {
        font-weight: 400; }
    .mini-cart .product-tile .product-tile-price {
      font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
      padding: 0; }
      .mini-cart .product-tile .product-tile-price span {
        font-size: 14px;
        font-weight: 600; }
  .mini-cart .mini-cart-totals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .mini-cart .mini-cart-total {
    font-size: 20px;
    font-weight: 900; }
  .mini-cart .mini-cart-line-items {
    max-height: 295px;
    overflow-y: auto;
    overflow-x: hidden; }
  .mini-cart .alert-success {
    color: red; }
  .mini-cart .btn {
    font-size: 16px;
    font-weight: 900; }
  .mini-cart small {
    font-weight: 700; }

.modal-map .modal-dialog {
  width: auto; }

.modal-map .store-locator-detail {
  height: auto; }

.modal-map .map-image {
  display: block;
  height: 0;
  padding-bottom: 100%; }

@media (min-width: 768px) {
  .modal-map .modal-dialog {
    width: 600px; }
  .modal-map .store-locator-detail {
    height: auto; } }

@media (min-width: 992px) {
  .modal-map .modal-dialog {
    width: 900px; }
  .modal-map .store-locator-detail {
    height: 498px; } }

@media (min-width: 1220px) {
  .modal-map .modal-dialog {
    width: 1105px; }
  .modal-map .store-locator-detail {
    height: 618px; } }

.modal .modal-zoom {
  width: 100%;
  max-width: 1830px;
  margin-top: 0; }
  .modal .modal-zoom .thumbnail {
    max-width: 78px; }

.multiline-message {
  z-index: 2; }
  .multiline-message.server-validation {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-left: 30px;
    text-transform: uppercase; }
    .multiline-message.server-validation .fa, .multiline-message.server-validation .noUi-handle,
    .multiline-message.server-validation .halflings {
      color: #000; }
    #checkout-complete .multiline-message.server-validation {
      font-family: "Barlow", Arial, Helvetica, sans-serif;
      font-size: 19px;
      font-weight: 900; }
      #checkout-complete .multiline-message.server-validation a {
        font-weight: inherit; }
  @media (max-width: 767px) {
    .multiline-message.server-validation {
      display: block !important; } }
  .multiline-message-large {
    padding-left: 80px; }
    .multiline-message-large .multiline-message-icon {
      margin-top: 18px; }
    .multiline-message-large p,
    .multiline-message-large address {
      font-size: 18px;
      font-weight: 600; }

.nav-account {
  text-transform: uppercase; }
  .nav-account ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav-account ul > li {
      font-weight: 500;
      padding: 10px 0; }
      .nav-account ul > li.active {
        background-color: #DCDCDC;
        font-weight: 900; }
      .nav-account ul > li > a {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px; }
        .nav-account ul > li > a span {
          margin-right: 5px; }

#account-mobile-dropdown li a {
  font-weight: 500;
  text-transform: uppercase; }

#account-mobile-dropdown li.active a {
  background-color: #DCDCDC;
  color: #000;
  font-weight: 900; }

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: black; }

.navbar .navbar-nav .logged-in {
  background-color: black; }
  .navbar .navbar-nav .logged-in:hover {
    background-color: black; }

.navbar.affix .language-switch {
  display: none; }
  @media (min-width: 768px) {
    .navbar.affix .language-switch {
      display: block; } }

.main-nav .navbar {
  position: relative;
  z-index: 3; }
  .main-nav .navbar .navbar-nav {
    margin: 10px -10px; }
    @media (max-width: 991px) {
      .main-nav .navbar .navbar-nav .dropdown-menu li a {
        color: #000;
        font-size: 15px; }
      .main-nav .navbar .navbar-nav .dropdown-menu li.l2-nav > a {
        font-weight: 600; }
      .main-nav .navbar .navbar-nav .dropdown-menu li.l3-nav > a {
        font-size: 14px;
        padding-left: 30px; }
      .main-nav .navbar .navbar-nav > li > a:hover, .main-nav .navbar .navbar-nav > li > a:focus {
        background-color: #DCDCDC; }
      .main-nav .navbar .navbar-nav .open a:focus,
      .main-nav .navbar .navbar-nav .open a:active {
        background-color: #000 !important;
        color: #fff !important; } }
  .main-nav .navbar .mega-dropdown {
    display: none; }
  .main-nav .navbar li a {
    color: #000;
    font-size: 18px; }
    .main-nav .navbar li a.special-sale {
      color: #C91D29; }
  .main-nav .navbar li:hover a, .main-nav .navbar li.active a, .main-nav .navbar li.focus a, .main-nav .navbar li:focus a {
    color: #000; }
    .main-nav .navbar li:hover a.special-sale, .main-nav .navbar li.active a.special-sale, .main-nav .navbar li.focus a.special-sale, .main-nav .navbar li:focus a.special-sale {
      color: #9c1720; }
  .main-nav .navbar li a.active {
    color: #000; }
    .main-nav .navbar li a.active.special-sale {
      color: #9c1720; }
  .main-nav .navbar .nav > li {
    border-top: 1px solid #000; }
    .main-nav .navbar .nav > li:last-child {
      border-bottom: 1px solid #000; }
    .main-nav .navbar .nav > li > a {
      font-size: 18px;
      font-weight: 600;
      padding: 15px 10px; }
  @media (max-width: 991px) {
    .main-nav .navbar .container {
      width: auto; }
    .main-nav .navbar ul {
      float: none; }
    .main-nav .navbar li {
      float: none; }
      .main-nav .navbar li a {
        margin: 0 auto;
        text-transform: uppercase;
        width: 100%; } }

@media (min-width: 992px) {
  .navbar {
    border-bottom: 1px solid #A1ACB5; }
    .navbar .container {
      padding: 0; }
    .main-nav .navbar {
      z-index: 3; }
      .main-nav .navbar .navbar-nav {
        margin: 0; }
      .main-nav .navbar .special-sale + .mega-dropdown {
        display: none !important; }
      .main-nav .navbar .mega-dropdown {
        background-color: #fff;
        border-top: 1px solid #A1ACB5;
        box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: none;
        left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        width: 100%;
        z-index: 2; }
        .main-nav .navbar .mega-dropdown .l2-nav > li > a {
          color: #000;
          font-size: 15px;
          font-weight: 600;
          padding-bottom: 0;
          padding-top: 15px;
          text-transform: uppercase; }
        .main-nav .navbar .mega-dropdown .l2-nav > li > a:first-child {
          font-size: 15px;
          font-weight: 900;
          margin-bottom: 15px;
          padding-top: 0; }
        .main-nav .navbar .mega-dropdown .l3-nav > li {
          margin-bottom: 15px;
          padding: 0; }
          .main-nav .navbar .mega-dropdown .l3-nav > li:last-child {
            margin-bottom: 0; }
          .main-nav .navbar .mega-dropdown .l3-nav > li > a {
            color: #000;
            font-size: 15px;
            font-weight: normal;
            text-transform: uppercase;
            padding-top: 0;
            padding-bottom: 0; }
      .main-nav .navbar li:hover .mega-dropdown, .main-nav .navbar li.active .mega-dropdown, .main-nav .navbar li.focus .mega-dropdown {
        display: block; }
      .main-nav .navbar .l1-nav > li:hover > a, .main-nav .navbar .l1-nav > li:focus > a {
        border-bottom: 4px solid #000; }
      .main-nav .navbar .l1-nav > li > a {
        border-bottom: 4px solid transparent;
        padding-bottom: 17px;
        outline: 0;
        padding-top: 0; }
        .main-nav .navbar .l1-nav > li > a:hover.special-sale .mega-dropdown, .main-nav .navbar .l1-nav > li > a:focus.special-sale .mega-dropdown {
          display: none; }
        .main-nav .navbar .l1-nav > li > a.active {
          border-bottom: 4px solid #000; }
          .main-nav .navbar .l1-nav > li > a.active.special-sale {
            border-bottom: 4px solid #C91D29; }
      .main-nav .navbar .l1-nav > li:hover > a.special-sale .mega-dropdown {
        display: none; }
      .main-nav .navbar .nav > li {
        position: static;
        padding: 0 10px;
        border-top: 0; }
        .main-nav .navbar .nav > li:last-child {
          border-bottom: 0; }
        .main-nav .navbar .nav > li > a {
          padding-left: 5px;
          padding-right: 5px; }
          .main-nav .navbar .nav > li > a:hover, .main-nav .navbar .nav > li > a:focus {
            background: transparent; }
    .main-nav.affix .navbar {
      background: transparent;
      box-sizing: border-box;
      margin-left: 50%;
      position: fixed;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1031;
      border: 0;
      -webkit-animation-name: drop;
              animation-name: drop;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
      .main-nav.affix .navbar > .container {
        width: 740px;
        text-align: center; }
      .main-nav.affix .navbar .mega-dropdown {
        display: none !important; }
      .main-nav.affix .navbar .l1-nav {
        float: none;
        display: inline-block; }
        .main-nav.affix .navbar .l1-nav > li.special-sale {
          display: none; }
        .main-nav.affix .navbar .l1-nav > li > a {
          color: #fff;
          padding: 9px 5px 8px; } }

.masthead .main-nav .main-nav-affix-spacer {
  display: none;
  height: 64px; }

.masthead .main-nav.affix .main-nav-affix-spacer {
  display: block; }

.noUi-handle:before {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid black;
  content: " ";
  display: block;
  height: 12px;
  left: 11px;
  position: absolute;
  top: 16px;
  width: 12px; }

.noUi-connect {
  background: #000; }

.full-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8); }
  .full-overlay.loading-indicator {
    text-align: center;
    color: #A1ACB5; }
    .full-overlay.loading-indicator > span.fa, .full-overlay.loading-indicator > span.noUi-handle {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      z-index: 2; }

.autosuggestion-location {
  position: relative;
  z-index: 1; }

.pagination {
  position: relative;
  z-index: 1; }

.panel {
  box-shadow: none;
  position: relative; }

.panel-primary .panel-heading a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: none; }

.panel-highlight {
  border: 2px solid #000; }

.panel-sidebar {
  border: 0;
  border-bottom: 1px solid #D0D8DE; }
  .panel-sidebar .panel-body {
    margin-bottom: 20px; }
    .panel-sidebar .panel-body h2 {
      color: #737B81;
      margin-bottom: 20px; }
    .panel-sidebar .panel-body h4 {
      color: #737B81; }
      .panel-sidebar .panel-body h4 a {
        color: #737B81; }
    .panel-sidebar .panel-body li {
      margin-bottom: 10px; }
    .panel-sidebar .panel-body a {
      color: #222426; }
    .panel-sidebar .panel-body label:hover {
      text-decoration: underline; }

.panel-active-facets .panel-body {
  padding-top: 0; }
  .panel-active-facets .panel-body h2 {
    color: #464B4F; }
  .panel-active-facets .panel-body li {
    background-color: #737B81;
    color: #fff;
    margin-bottom: 5px; }
    .panel-active-facets .panel-body li .facets-display-name {
      display: block;
      padding: 5px 10px; }
    .panel-active-facets .panel-body li a {
      background: #A1ACB5;
      color: #fff;
      width: 30px; }
    .panel-active-facets .panel-body li .btn-close {
      display: table-cell;
      text-align: center;
      width: 30px; }
    .panel-active-facets .panel-body li.disabled,
    .panel-active-facets .panel-body li.disabled a,
    .panel-active-facets .panel-body li a[disabled],
    .panel-active-facets .panel-body li a[disabled=true] {
      background: #e1e4ea;
      color: #D0D8DE;
      cursor: default;
      pointer-events: none; }
  .panel-active-facets .panel-body li .facets-display-name {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500; }
  .panel-active-facets .panel-body li.not-removable {
    background-color: #dcdcdc; }
  .panel-active-facets .panel-body li.removable {
    background-color: #000000;
    color: #b0b5bb; }

.panel-mobile {
  border: 0;
  border-bottom: 1px solid #D0D8DE;
  margin: 0 -10px;
  background: transparent;
  /* Small devices (tablets, 768px and up) */ }
  .panel-mobile .panel-heading {
    padding: 20px 10px; }
  .panel-mobile .panel-body {
    padding: 0;
    background-color: #fff; }
  @media (min-width: 992px) {
    .panel-mobile {
      background-color: transparent;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      margin-top: 20px; }
      .panel-mobile .panel-heading {
        border: 0;
        margin-bottom: 15px;
        padding: 0; }
      .panel-mobile .panel-body {
        background-color: transparent;
        border: 0;
        padding: 0; }
      .panel-mobile .panel-collapse.collapse {
        display: block;
        height: auto !important; }
      .panel-mobile .panel-collapse.collapsing {
        display: block;
        height: auto !important; } }

.product-tech-specs {
  font-weight: 500; }
  .product-tech-specs ul {
    font-size: 8px;
    margin: 0;
    padding-left: 14px; }
    .product-tech-specs ul li span {
      font-size: 18px; }

.product-detail {
  margin-top: 20px; }
  .product-detail .pdp-brand {
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-detail .pdp-brand-name {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
      font-size: 38px;
      font-weight: normal;
      margin: 0 50px 0 0; }
    .product-detail .pdp-brand-logo {
      max-width: 130px;
      padding-bottom: 14px; }
  .product-detail h1 {
    margin-top: 0; }
  .product-detail h3, .product-detail .h3 {
    font-size: 40px; }
  .product-detail .product-detail-name {
    font-size: 52px; }
  .product-detail .btn {
    margin-right: 5px; }
  .product-detail .product-variants .btn-kva {
    height: 60px;
    min-width: 60px; }
  .product-detail .btn-lg, .product-detail .btn-group-lg > .btn {
    margin-bottom: 10px;
    padding: 12px; }
  .product-detail .loyalty-badge {
    margin-top: 20px; }
  .product-detail .price .del,
  .product-detail .price .h3 {
    white-space: nowrap; }
  .product-detail .price .del {
    margin-right: 20px;
    position: relative; }
    .product-detail .price .del:after {
      border-top: 4px solid #5c5c5c;
      bottom: 0;
      content: "";
      height: calc(50% - 2px);
      left: -5px;
      position: absolute;
      right: -5px; }

.pdp-description {
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  font-weight: 500; }

.product-variants .thumbnail {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  max-width: 60px; }
  .product-variants .thumbnail.active {
    border-color: black; }
  .product-variants .thumbnail.thumbnail-inactive, .product-variants .thumbnail.thumbnail-not-online {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: default; }
  .product-variants .thumbnail.kva-thumbnail-inactive {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.product-variants .btn-default.active, .product-variants .btn-default:hover {
  background-color: #000;
  color: white; }

.product-details-zoom {
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 2; }
  .product-details-zoom a {
    color: #A1ACB5; }
    .product-details-zoom a span {
      background: rgba(255, 255, 255, 0.6);
      padding: 10px 10px 10px 8px; }

#product-description,
#product-specs,
[data-oc-controller="Product.StoreAvailability"] {
  font-size: 18px;
  font-weight: 500; }

.promo-banner {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .promo-banner > div {
    display: table-cell;
    vertical-align: middle; }
  .promo-banner .promo-icon {
    padding-right: 30px;
    width: 80px; }
  .promo-banner h3 {
    color: #000;
    margin-bottom: 5px; }
  .promo-banner p {
    font-size: 12px; }

.promo-group a {
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .promo-group a {
      margin-bottom: 0; } }

.select-block.select-block-fulfillement-method {
  width: 100%;
  background: #e1e4ea;
  border-color: #c3c9d5; }
  .select-block.select-block-fulfillement-method.active {
    background: #A1ACB5;
    border-color: #84939f; }
  .select-block.select-block-fulfillement-method .content {
    font-size: 18px;
    font-weight: bold; }

.select-block.select-block-large .content {
  padding-top: 20px;
  padding-bottom: 20px; }

.select-block input {
  accent-color: #000; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider .slider-item {
    position: relative;
    overflow: hidden; }
    .slider .slider-item > a {
      border: 0;
      float: right;
      outline: 0;
      position: relative;
      z-index: 2; }
      .slider .slider-item > a .slider-media {
        position: relative;
        width: 100%; }
        @media (min-width: 768px) {
          .slider .slider-item > a .slider-media {
            width: 720px; } }
        @media (min-width: 992px) {
          .slider .slider-item > a .slider-media {
            width: auto; } }
        @media (min-width: 1220px) {
          .slider .slider-item > a .slider-media {
            width: 1180px; } }
  .slider .slider-content {
    background: #e1e4ea;
    color: #222426;
    float: left;
    padding: 20px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1; }
    .slider .slider-content h2 {
      font-size: 21px;
      margin-top: 0;
      margin-bottom: 20px; }
    .slider .slider-content h3 {
      font-size: 13px;
      margin: 0; }
    .slider .slider-content p {
      font-size: 11px; }
    .slider .slider-content .btn {
      margin-top: 20px; }
    @media (min-width: 480px) {
      .slider .slider-content {
        padding: 30px 15px; }
        .slider .slider-content h2 {
          font-size: 24px; }
        .slider .slider-content h3 {
          font-size: 18px; }
        .slider .slider-content p {
          font-size: 14px; }
        .slider .slider-content .btn {
          margin-top: 30px; } }
    @media (min-width: 768px) {
      .slider .slider-content {
        background: transparent;
        color: #222426;
        float: none;
        left: 30px;
        max-width: 400px;
        padding: 0;
        position: absolute;
        text-align: left;
        top: 40px;
        z-index: 3; }
        .slider .slider-content-light {
          color: #fff; }
          .slider .slider-content-light .cta {
            color: #e1e4ea; }
        .slider .slider-content h2 {
          font-size: 30px; }
        .slider .slider-content h3 {
          font-size: 16px; } }
    @media (min-width: 992px) {
      .slider .slider-content {
        max-width: 420px;
        left: 60px; }
        .slider .slider-content h2 {
          font-size: 38px;
          margin-top: 0; }
        .slider .slider-content h3 {
          font-size: 20px; } }
  .slider .slick-slider {
    background: #e1e4ea; }
    @media (min-width: 768px) {
      .slider .slick-slider {
        background: transparent; } }
  .slider .slider-arrows {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3; }
    .slider .slider-arrows.slider-next {
      right: 0;
      display: none !important; }
      @media (min-width: 992px) {
        .slider .slider-arrows.slider-next {
          right: 20px;
          display: inline-block !important; }
          .slider .slider-arrows.slider-next.hidden {
            display: none !important; } }
    .slider .slider-arrows.slider-prev {
      left: 0;
      display: none !important; }
      @media (min-width: 992px) {
        .slider .slider-arrows.slider-prev {
          left: 20px;
          display: inline-block !important; }
          .slider .slider-arrows.slider-prev.hidden {
            display: none !important; } }
  .slider .slider-bullets {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .slider .slider-bullets .bullet-list li {
      display: inline-block;
      margin-right: 5px; }
      .slider .slider-bullets .bullet-list li:last-child {
        margin-right: 0; }
      .slider .slider-bullets .bullet-list li.slick-active {
        top: -1px; }
        .slider .slider-bullets .bullet-list li.slick-active button {
          background: #000;
          width: 12px;
          height: 12px;
          margin-top: -1px; }
    .slider .slider-bullets .bullet-list button {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #fff;
      border: 1px solid #000;
      padding: 0;
      overflow: hidden;
      text-indent: -9999px; }
    @media (min-width: 992px) {
      .slider .slider-bullets {
        display: none; } }

.stamp {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  padding: 4px 6px;
  position: absolute;
  top: 0;
  z-index: 2; }
  .stamp.stamp-new {
    background: #000; }
  .stamp.stamp-sale {
    background: #C91D29;
    font-size: 12px;
    font-weight: 800; }

.status {
  color: #fff;
  display: block;
  font-weight: 900;
  padding: 7px 10px;
  text-align: center; }
  .green .status {
    color: #8DC63F; }
  .red .status {
    color: #C91D29; }
  .blue .status {
    color: #000; }
  .yellow .status {
    color: #FCD104; }
  .status.green {
    background: #8DC63F; }
  .status.red {
    background: #C91D29; }
  .status.blue {
    background: #000; }
  .status.yellow {
    background: #FCD104; }

.store-availibility {
  background: #DCDCDC;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
  text-transform: uppercase; }
  .store-availibility address {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .store-availibility address {
        height: 200px; } }
    .store-availibility address .store-availability-name {
      font-weight: 900; }
    .store-availibility address .store-availability-status {
      font-size: 18px;
      font-weight: 500; }
      .store-availibility address .store-availability-status .store-availability-state {
        font-size: 16px;
        font-weight: 600; }
  .store-availibility .availability {
    text-align: right;
    font-weight: 600; }
  .store-availibility .status {
    margin-top: 15px; }
  .store-availibility .store-availability-distance {
    font-weight: 900; }

.table-payment-review td {
  padding-right: 10px; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; } }

@media (min-width: 1220px) {
  .text-lg-left {
    text-align: left; } }

.fgl-component + h2 {
  margin-top: 40px; }

.embed-responsive {
  margin-bottom: 20px; }

.fgl-5col:nth-child(5) {
  display: none; }
  @media (min-width: 768px) {
    .fgl-5col:nth-child(5) {
      display: block; } }

.container-root > h2,
.container-root > h3,
.container-root > h4 {
  margin-top: 40px; }

@media (min-width: 768px) {
  .valign-container {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .valign-container .valign-child {
      display: table-cell;
      float: none; }
      .valign-container .valign-child.valign-child-full {
        width: 100%; }
    .valign-container.valign-middle .valign-child {
      vertical-align: middle; }
    .valign-container.valign-top .valign-child {
      vertical-align: top; }
    .valign-container.valign-bottom .valign-child {
      vertical-align: bottom; } }

.valign-container-xs {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .valign-container-xs .valign-child {
    display: table-cell;
    float: none; }
    .valign-container-xs .valign-child.valign-child-full {
      width: 100%; }
  .valign-container-xs.valign-middle .valign-child {
    vertical-align: middle; }
  .valign-container-xs.valign-top .valign-child {
    vertical-align: top; }
  .valign-container-xs.valign-bottom .valign-child {
    vertical-align: bottom; }

.well-transparent {
  background-color: transparent; }

.well-primary {
  background-color: #000; }

.well-dark-primay {
  background-color: #00001a; }

.well-flush {
  padding: 0; }

.product-tile-text {
  border-top: 0;
  padding: 3px 10px; }

.product-tile-price,
.product-tile-special-price {
  padding: 0 10px; }

.product-tile-media {
  border: 1px solid #D0D8DE;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .product-tile-media:hover {
    border-color: #000; }
    .product-tile-media:hover:before {
      background: rgba(0, 0, 0, 0.1);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
      content: " "; }

.product-tile-button {
  padding: 5px 10px 0; }
  .product-tile-button span {
    display: block;
    width: 100%;
    text-align: center; }
  .product-tile-button button {
    width: 100%; }

.product-tile-badge-container {
  height: 30px;
  text-align: right; }

.product-tile-badge {
  width: 85px;
  height: 30px; }

.twitter-typeahead {
  display: block !important; }

.tt-menu {
  background-color: #FFFFFF;
  border: 1px solid #A1ACB5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: auto !important;
  top: 49px !important;
  right: -39px;
  width: 90vw; }
  @media (max-width: 767px) {
    .tt-menu {
      left: 0 !important;
      right: 0;
      width: calc(100% + 45px); } }
  @media (min-width: 768px) {
    .tt-menu {
      right: -10px;
      width: 720px; } }
  @media (min-width: 992px) {
    .tt-menu {
      width: 940px; } }
  @media (max-width: 767px) {
    .tt-menu.right-empty {
      display: none !important; } }
  @media (min-width: 768px) {
    .tt-menu.right-empty {
      right: -10px;
      width: 500px; } }
  @media (min-width: 992px) {
    .tt-menu.right-empty {
      width: 640px; } }

.suggestions-wrapper {
  overflow: hidden; }
  .suggestions-wrapper:after, .suggestions-wrapper:before {
    bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .suggestions-wrapper:after {
    border-color: rgba(225, 228, 234, 0);
    border-bottom-color: #e1e4ea;
    border-width: 13px;
    margin-left: -13px;
    margin-bottom: -1px; }
  .suggestions-wrapper:before {
    border-color: rgba(161, 172, 181, 0);
    border-bottom-color: #A1ACB5;
    border-width: 13px;
    margin-left: -13px; }

.suggestion-right-col {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 40%; }
  @media (max-width: 767px) {
    .suggestion-right-col {
      width: 100%; } }
  .suggestion-right-col .panel {
    margin-bottom: 0; }
  .suggestion-right-col ul {
    margin: 0; }
  .right-empty .suggestion-right-col {
    display: none; }
  .suggestion-right-col:after {
    border-left: 1px solid gray;
    content: " ";
    height: 1000px;
    left: 0;
    position: absolute;
    top: 0; }

.tt-dataset-Products {
  display: inline-block;
  vertical-align: top;
  width: 60%; }
  .right-empty .tt-dataset-Products {
    border: none;
    width: 100%; }
  @media (max-width: 767px) {
    .tt-dataset-Products {
      display: none; } }

.panel-empty {
  margin: 0 auto; }

.panel-suggestion {
  /*border:1px solid $gray;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/ }
  .panel-suggestion .panel-heading {
    background-color: #DCDCDC;
    font-size: 15px;
    font-weight: 900;
    padding-left: 20px;
    box-sizing: border-box; }
  .panel-suggestion .panel-body {
    padding: 10px 20px; }
  .panel-suggestion .product-tile {
    margin: 10px 0; }
    .panel-suggestion .product-tile .product-tile-text {
      border-top: 0;
      font-size: 12px;
      height: 45px;
      padding: 0;
      white-space: nowrap; }
      .panel-suggestion .product-tile .product-tile-text a {
        font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif; }
    .panel-suggestion .product-tile .suggestion-title {
      font-size: 12px; }
    .panel-suggestion .product-tile .product-tile-special-price {
      font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 0; }
      .panel-suggestion .product-tile .product-tile-special-price del {
        font-weight: 400; }
    .panel-suggestion .product-tile .product-tile-price {
      font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
      padding: 0; }
      .panel-suggestion .product-tile .product-tile-price span {
        font-size: 14px;
        font-weight: 600; }
  .panel-suggestion .text-gradient-overflow {
    position: relative;
    overflow: hidden; }
    .panel-suggestion .text-gradient-overflow a {
      word-wrap: nowrap; }
    .panel-suggestion .text-gradient-overflow .text-gradient {
      height: 100%;
      position: absolute;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0+85,1+98 */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 85%, white 98%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
      /* IE6-9 */ }
  .panel-suggestion ul {
    list-style-type: none;
    padding: 0; }
    .panel-suggestion ul a {
      cursor: pointer;
      display: block;
      font-size: 12px; }
      .panel-suggestion ul a:hover {
        background-color: rgba(0, 0, 0, 0.1); }

.google-map {
  width: 100%;
  height: 100%;
  padding-bottom: 92%; }

.store-availability-region {
  margin-top: 20px; }

.store-availability-empty {
  margin-top: 20px; }

.size-selector {
  font-weight: bold; }
  .size-selector a {
    cursor: pointer;
    margin-left: 8px;
    display: inline-block; }
    .size-selector a.active {
      text-decoration: none; }

.store-locator-detail {
  padding: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: auto;
  height: 718px; }
  .store-locator-detail hr:last-child {
    display: none; }
  .store-locator-detail h5 {
    font-size: 16px; }

.store-marker {
  text-align: center; }

.store-info {
  text-transform: uppercase; }

.store-name,
.store-availability-distance {
  font-weight: 900; }

address {
  font-weight: 500; }

.store-status {
  margin-bottom: 20px; }
  .checkout-store .store-status {
    margin-bottom: 0; }

.store-status-state {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px; }

.store-status-hours {
  font-size: 18px;
  font-weight: 500; }

.store-status-description {
  margin-right: 5px; }

.store-details-back {
  margin-bottom: 10px;
  text-align: right; }
  .store-details-back a {
    display: block;
    font-size: 16px; }
    .store-details-back a span {
      text-decoration: underline; }
    .store-details-back a .btn {
      font-size: 12px;
      padding: 5px 9px;
      margin-right: 5px;
      text-decoration: none; }

.store-opening-hour {
  width: 100%;
  margin-top: 15px; }
  .store-opening-hour th,
  .store-opening-hour td {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase; }
    .store-opening-hour th span,
    .store-opening-hour td span {
      font-size: 14px; }
  .store-opening-hour th {
    width: 35%; }

.store-services {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1220px) {
  .store-locator-detail {
    height: 570px; } }

#store-locator {
  /* breadcrumbs */
  /*Header*/ }
  #store-locator .hp-width {
    text-align: center;
    max-width: 1366px;
    margin: auto; }
  #store-locator .hp-width-cd {
    max-width: 890px;
    margin: auto;
    color: #000;
    margin-top: 80px;
    margin-bottom: 80px; }
  @media (min-width: 768px) {
    #store-locator .breadcrumbs-mobile {
      display: none; } }
  @media (max-width: 768px) {
    #store-locator .breadcrumbs {
      display: none; } }
  #store-locator .breadcrumbs p {
    padding: 5px 10px 5px 40px;
    margin: 0; }
  #store-locator .breadcrumbs a:hover {
    color: black; }
  #store-locator .link {
    padding-left: 10px; }
  #store-locator .next {
    font-size: 22px;
    vertical-align: sub;
    padding-left: 10px; }
  #store-locator .before {
    font-size: 22px;
    vertical-align: sub;
    padding-left: 20px; }
  #store-locator .hp-width h1 {
    display: none; }
  #store-locator .header-magasin {
    margin-bottom: 80px; }
  #store-locator .header-centre-aide {
    background-color: #F2F2F2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #store-locator .header-centre-aide-left {
    display: grid;
    padding: 55px 95px; }
  #store-locator .header-centre-aide-left p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  #store-locator .header-centre-aide-right {
    padding: 0; }
  #store-locator .header-centre-aide-right img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    min-height: 250px; }
  #store-locator .header-centre-aide-left h1 {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500; }
  #store-locator .hp-width-cd p {
    font-size: 18px;
    margin-bottom: 20px; }
  #store-locator .centre-aide-notif {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #F2F2F2;
    padding: 24px 32px;
    margin-top: 22px;
    border-radius: 4px; }
  #store-locator .centre-aide-notif p {
    font-size: 18px;
    margin: 0 0 0 12px; }
  #store-locator .centre-aide-notif svg {
    min-width: 20px; }
  #store-locator .centre-aide-notif a {
    cursor: pointer;
    text-decoration: underline; }
  @media screen and (max-width: 1100px) {
    #store-locator .header-centre-aide-left {
      padding: 45px 50px; } }
  @media (max-width: 900px) {
    #store-locator .hp-width-cd {
      margin-left: 16px;
      margin-right: 16px; } }
  @media (max-width: 768px) {
    #store-locator .header-centre-aide {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    #store-locator .header-magasin {
      margin-bottom: 40px; }
    #store-locator .hp-width-cd {
      margin-top: 40px;
      margin-bottom: 40px; }
    #store-locator .hp-width-cd p {
      font-size: 16px; }
    #store-locator .centre-aide-notif p {
      font-size: 16px; } }
  @media screen and (max-width: 500px) {
    #store-locator .header-centre-aide-right img {
      min-height: unset; } }

.autosuggestion-location {
  border-right: transparent;
  font-size: 18px;
  height: 39px; }
  .autosuggestion-location + span button {
    border-left: transparent !important; }

#checkout-store-address .store-name,
#checkout-store-address address {
  font-size: 18px; }

.category-tree-ancestor:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  position: relative;
  left: -0.5em;
  margin-left: -0.5em; }

.paypal-express-button-section {
  text-align: center; }
  .paypal-express-button-section .btn-paypal-express {
    background-color: transparent;
    padding: 0; }
  .paypal-express-button-section .paypal-express-or-text {
    display: block;
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 500;
    overflow: hidden;
    padding: 1em 0; }
    .paypal-express-button-section .paypal-express-or-text:before, .paypal-express-button-section .paypal-express-or-text:after {
      background-color: #000;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 25%; }
    .paypal-express-button-section .paypal-express-or-text:before {
      right: .5em;
      margin-left: -50%; }
    .paypal-express-button-section .paypal-express-or-text:after {
      left: .5em;
      margin-right: -50%; }
  .paypal-express-button-section .paypal-express-pickup-help-text {
    display: block;
    font-size: .75em;
    font-weight: bold;
    padding: 1em 1em 0em 1em;
    text-align: justify; }

.dropdown-submenu {
  margin-top: 0; }

.mastercard-benefits {
  background-image: url("../images/payments/triangle-branding.png");
  background-repeat: no-repeat;
  padding-left: 35px; }
  @media (max-width: 767px) {
    .mastercard-benefits {
      display: table !important;
      margin: 0 auto; } }

.mastercard-benefits-title {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.mastercard-benefits-list {
  margin-bottom: 0px; }

.mastercard-benefits-item {
  margin-bottom: 0 !important; }

.mastercard-benefits-link {
  text-decoration: underline;
  text-transform: uppercase; }

.search-promo-tile {
  position: relative; }

.search-promo-tile-link {
  display: block;
  width: 100%;
  padding-bottom: calc(100% + 252px);
  margin-bottom: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

@media (max-width: 767px) {
  .ct-money-disclaimer {
    padding: 0 10px; } }

#account-header h2 {
  font-size: 30px; }

#account-header .cta {
  font-weight: 900; }

#update-account-success {
  font-weight: 500;
  text-transform: uppercase; }
  #update-account-success .fa, #update-account-success .noUi-handle {
    color: #000; }

.address-customer-name {
  font-size: 18px;
  font-weight: 900; }

a.collapse-trigger {
  display: block; }

.collapse-trigger[aria-expanded=true] .glyphicons-chevron-down {
  display: none; }

.collapse-trigger[aria-expanded=false] .glyphicons-chevron-up {
  display: none; }

#CompleteCheckoutOrderSummary .panel-body, #CompleteCheckoutUnavailableItems .panel-body {
  padding-bottom: 0px; }

#CompleteCheckoutOrderSummary .cta, #CompleteCheckoutUnavailableItems .cta {
  font-weight: normal; }

#CheckoutProductDetails, #CheckoutUnavailableProductDetails {
  background-color: #F0F0F0;
  /* Overrides for cart-item table layout */ }
  #CheckoutProductDetails hr, #CheckoutUnavailableProductDetails hr {
    margin-top: 0px; }
  #CheckoutProductDetails .hide-first:first-child, #CheckoutUnavailableProductDetails .hide-first:first-child {
    display: none; }
  #CheckoutProductDetails .small-variant-details, #CheckoutUnavailableProductDetails .small-variant-details {
    font-size: 12px;
    color: #222426B3; }
  #CheckoutProductDetails .hide-top-border, #CheckoutUnavailableProductDetails .hide-top-border {
    border-top: none; }
  #CheckoutProductDetails .img-fluid, #CheckoutUnavailableProductDetails .img-fluid {
    border-radius: 8px;
    max-width: 80px; }
  #CheckoutProductDetails .promotion, #CheckoutUnavailableProductDetails .promotion {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 100% !important;
    margin-bottom: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  #CheckoutProductDetails .cart-item, #CheckoutUnavailableProductDetails .cart-item {
    padding-bottom: 10px !important; }
  #CheckoutProductDetails .cart-item + .cart-item, #CheckoutUnavailableProductDetails .cart-item + .cart-item {
    margin-top: 0px !important;
    padding-top: 0px !important; }
  #CheckoutProductDetails .cart-row .cart-image, #CheckoutProductDetails .cart-row .cart-desc, #CheckoutProductDetails .cart-row .cart-subtotal, #CheckoutUnavailableProductDetails .cart-row .cart-image, #CheckoutUnavailableProductDetails .cart-row .cart-desc, #CheckoutUnavailableProductDetails .cart-row .cart-subtotal {
    padding-left: 0px !important; }
  #CheckoutProductDetails .cart-image, #CheckoutUnavailableProductDetails .cart-image {
    vertical-align: top; }
  #CheckoutProductDetails .cart-item:nth-child(2n), #CheckoutUnavailableProductDetails .cart-item:nth-child(2n) {
    background-color: #F0F0F0; }
  #CheckoutProductDetails .checkout-product-details-header a, #CheckoutUnavailableProductDetails .checkout-product-details-header a {
    font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    #CheckoutProductDetails, #CheckoutUnavailableProductDetails {
      /* Override fake table display in > medium */ }
      #CheckoutProductDetails .cart-image.side-grid, #CheckoutUnavailableProductDetails .cart-image.side-grid {
        width: 25% !important; } }
  @media (min-width: 768px) {
    #CheckoutProductDetails, #CheckoutUnavailableProductDetails {
      /* Override fake table display in > small */ }
      #CheckoutProductDetails .cart-row, #CheckoutUnavailableProductDetails .cart-row {
        width: 100% !important; }
        #CheckoutProductDetails .cart-row .cart-attributes, #CheckoutUnavailableProductDetails .cart-row .cart-attributes {
          width: 100% !important; }
        #CheckoutProductDetails .cart-row .cart-desc, #CheckoutUnavailableProductDetails .cart-row .cart-desc {
          width: 70% !important; }
        #CheckoutProductDetails .cart-row .cart-subtotal, #CheckoutUnavailableProductDetails .cart-row .cart-subtotal {
          padding-right: 0;
          vertical-align: top;
          width: 30% !important; } }

.checkout-complete.cart-item .cart-desc,
.checkout-complete.cart-item .cart-subtotal {
  text-transform: uppercase; }

.checkout-complete.cart-item .cart-desc {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500; }
  .checkout-complete.cart-item .cart-desc .cart-brand {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700; }

.checkout-complete.cart-item .cart-subtotal {
  font-size: 20px;
  font-weight: 600; }
  .checkout-complete.cart-item .cart-subtotal del {
    font-weight: 600; }

#CheckoutUnavailableProductDetails .checkout-complete.cart-item .cart-desc {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 600; }

.cta.return-policy {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }

#checkout-header .back-to-cart {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; }

#checkout-header h1 {
  font-size: 40px; }

.checkout-navigation ul {
  font-weight: 900; }

.checkout-navigation li .checkout-navigation-step {
  border-color: black;
  color: #DCDCDC;
  font-size: 26px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .checkout-navigation {
    margin-left: -5px;
    margin-right: -5px; }
    .checkout-navigation li .checkout-navigation-step {
      border: solid 1px #000;
      font-size: 24px;
      margin-left: 5px;
      margin-right: 5px; }
    .checkout-navigation li .name {
      display: inline; } }

#registered-shipping-addresses label,
#registered-billing-addresses label {
  font-size: 18px;
  text-transform: uppercase; }

#registered-shipping-addresses .address-details,
#registered-billing-addresses .address-details {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
  font-weight: 500; }

.checkout-complete-address {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }

#payment-review {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }
