@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/*
$state-success-text:             $green !default; //#3c763d !default;
$state-success-bg:               #f1f7f0 !default; //#dff0d8 !default;
$state-success-border:           darken(adjust-hue($state-success-bg, -10), 7%) !default;

$state-info-text:                $blue !default;
$state-info-bg:                  #f3f8fc !default;
$state-info-border:              #c6dfed !default; //darken(adjust-hue($state-info-bg, -10), 7%) !default;

$state-warning-text:             #8a6d3b !default;
$state-warning-bg:               #fcf8e3 !default;
$state-warning-border:           darken(adjust-hue($state-warning-bg, -10), 7%) !default;

$state-danger-text:              #a94442 !default;
$state-danger-bg:                #f2dede !default;
$state-danger-border:            darken(adjust-hue($state-danger-bg, -10), 5%) !default;
*/
/*
$alert-default-bg:    				#F2F2F2 !default;
$alert-default-text:  				$black-brun !default;
$alert-default-border:				#F2F2F2 !default;
*/
/*
$alert-success-bg:            $state-success-bg !default;
$alert-success-text:          $state-success-text !default;
$alert-success-border:        $state-success-border !default;

$alert-info-bg:               $state-info-bg !default;
$alert-info-text:             $state-info-text !default;
$alert-info-border:           $state-info-border !default;

$alert-warning-bg:            $state-warning-bg !default;
$alert-warning-text:          $state-warning-text !default;
$alert-warning-border:        $state-warning-border !default;

$alert-danger-bg:             $state-danger-bg !default;
$alert-danger-text:           $state-danger-text !default;
$alert-danger-border:         $state-danger-border !default;
*/
/*! 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

a {
  color: #3579b0;
  text-decoration: none; }
  a:hover, a:focus {
    color: #235076;
    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: 6px; }

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

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

.img-circle-special {
  padding: 4px;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0 2px 2px #EEEEEE;
  box-shadow: 0 2px 2px #EEEEEE; }

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 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 {
  font-size: 36px; }

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

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

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

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

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

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: #ff9c2b;
  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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #3579b0; }

a.text-primary:hover {
  color: #295e89; }

.text-success {
  color: white; }

a.text-success:hover {
  color: #e6e6e6; }

.text-info {
  color: white; }

a.text-info:hover {
  color: #e6e6e6; }

.text-warning {
  color: white; }

a.text-warning:hover {
  color: #e6e6e6; }

.text-danger {
  color: white; }

a.text-danger:hover {
  color: #e6e6e6; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #3579b0; }

a.bg-primary:hover {
  background-color: #295e89; }

.bg-success {
  background-color: #7bab73; }

a.bg-success:hover {
  background-color: #619358; }

.bg-info {
  background-color: #3b86c4; }

a.bg-info:hover {
  background-color: #2f6b9d; }

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

a.bg-warning:hover {
  background-color: #f78400; }

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

a.bg-danger:hover {
  background-color: #b72929; }

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

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.42857; }

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 #777777; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #8c8c8c; }
  blockquote cite {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #8c8c8c; }
    blockquote cite:before {
      content: '\2014 \00A0'; }
  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.42857;
    color: #777777; }
    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 #eeeeee;
  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.42857; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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: 15px;
  padding-right: 15px;
  /*
    @media (min-width: $screen-sm-min) {
      width: $container-sm;
    }
  */ }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

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

.col-xs-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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-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: #777777;
  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.42857;
    vertical-align: top;
    border-top: 1px solid #b3d4e7; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #b3d4e7; }
  .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 .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 #b3d4e7; }
  .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 #b3d4e7; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #edf5f9; }
.table-striped > tbody > tr > td {
  border-top: none; }

.table-striped-value > tbody > tr {
  /*
      &:nth-of-type(odd) {
        background-color: lighten($table-bg-accent, 10%);
        td:first-child {
          background-color: $table-bg-accent;
        }
      }
  */ }
  .table-striped-value > tbody > tr > td {
    border-color: #DDD;
    line-height: 20px;
    padding: 15px; }
    .table-striped-value > tbody > tr > td:first-child {
      border-color: #3579b0;
      width: 300px;
      font-weight: 300;
      text-align: right;
      font-size: 18px;
      color: #333; }

.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: #7bab73; }

.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: #6ca163; }

.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: #3b86c4; }

.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: #3579b0; }

.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: #ff9c2b; }

.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: #ff9012; }

.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: #d43f3f; }

.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: #cc2e2e; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 17px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

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: 36px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
      line-height: 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 {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

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

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

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

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0; }
  .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: 3px; }

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.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; }

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

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.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 25px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: white; }
.has-success .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #7bab73; }
.has-success .form-control-feedback {
  color: white; }

.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: white; }
.has-warning .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon {
  color: white;
  border-color: white;
  background-color: #ff9c2b; }
.has-warning .form-control-feedback {
  color: white; }

.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: white; }
.has-error .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #d43f3f; }
.has-error .form-control-feedback {
  color: white; }

.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: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    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: 8px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@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: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  outline: none;
  padding: 7px 17px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65); }
  .btn .icon,
  .btn [class^="icon-"] {
    padding-right: 5px; }

.btn-default {
  color: #333;
  background-color: #F2F2F2;
  border-color: #ccc;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #dedede 100%);
  background-image: -o-linear-gradient(top, #F2F2F2 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFDEDEDE', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #cccccc;
  box-shadow: 0 3px 0 #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #cccccc;
    box-shadow: 0 4px 0 #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #d9d9d9;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #cccccc;
    box-shadow: 0 2px 0 #cccccc; }
  .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: #F2F2F2;
    border-color: #ccc; }
  .btn-default .badge {
    color: #F2F2F2;
    background-color: #333; }

.btn-primary, .btn-hover-primary:hover,
.btn-hover-primary:focus {
  color: #fff;
  background-color: #3579b0;
  border-color: #2f6b9d;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #3579b0 0%, #2c6391 100%);
  background-image: -o-linear-gradient(top, #3579b0 0%, #2c6391 100%);
  background-image: linear-gradient(to bottom, #3579b0 0%, #2c6391 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3579B0', endColorstr='#FF2C6391', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #235076;
  box-shadow: 0 3px 0 #235076; }
  .btn-primary:hover, .btn-hover-primary:hover, .btn-primary:focus,
  .btn-hover-primary:focus, .btn-primary.focus, .focus.btn-hover-primary:hover,
  .focus.btn-hover-primary:focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #235076;
    box-shadow: 0 4px 0 #235076; }
  .btn-primary:hover, .btn-hover-primary:hover, .btn-primary:focus,
  .btn-hover-primary:focus, .btn-primary.focus, .focus.btn-hover-primary:hover,
  .focus.btn-hover-primary:focus, .btn-primary:active, .btn-hover-primary:active:hover,
  .btn-hover-primary:active:focus, .btn-primary.active, .active.btn-hover-primary:hover,
  .active.btn-hover-primary:focus, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-hover-primary:hover,
  .open > .dropdown-toggle.btn-hover-primary:focus {
    color: #fff;
    background-color: #295e89;
    border-color: #214b6e; }
  .btn-primary:active, .btn-hover-primary:active:hover,
  .btn-hover-primary:active:focus, .btn-primary.active, .active.btn-hover-primary:hover,
  .active.btn-hover-primary:focus, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-hover-primary:hover,
  .open > .dropdown-toggle.btn-hover-primary:focus {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #235076;
    box-shadow: 0 2px 0 #235076; }
  .btn-primary.disabled, .disabled.btn-hover-primary:hover,
  .disabled.btn-hover-primary:focus, .btn-primary.disabled:hover, .disabled.btn-hover-primary:hover, .btn-primary.disabled:focus,
  .disabled.btn-hover-primary:focus, .btn-primary.disabled.focus, .disabled.focus.btn-hover-primary:hover,
  .disabled.focus.btn-hover-primary:focus, .btn-primary.disabled:active, .disabled.btn-hover-primary:active:hover,
  .disabled.btn-hover-primary:active:focus, .btn-primary.disabled.active, .disabled.active.btn-hover-primary:hover,
  .disabled.active.btn-hover-primary:focus, .btn-primary[disabled], [disabled].btn-hover-primary:hover,
  [disabled].btn-hover-primary:focus, .btn-primary[disabled]:hover, [disabled].btn-hover-primary:hover, .btn-primary[disabled]:focus,
  [disabled].btn-hover-primary:focus, .btn-primary[disabled].focus, [disabled].focus.btn-hover-primary:hover,
  [disabled].focus.btn-hover-primary:focus, .btn-primary[disabled]:active, [disabled].btn-hover-primary:active:hover,
  [disabled].btn-hover-primary:active:focus, .btn-primary[disabled].active, [disabled].active.btn-hover-primary:hover,
  [disabled].active.btn-hover-primary:focus, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-hover-primary:hover,
  fieldset[disabled] .btn-hover-primary:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-hover-primary:hover, fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-hover-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.btn-hover-primary:hover,
  fieldset[disabled] .focus.btn-hover-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-hover-primary:active:hover,
  fieldset[disabled] .btn-hover-primary:active:focus, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.btn-hover-primary:hover,
  fieldset[disabled] .active.btn-hover-primary:focus {
    background-color: #3579b0;
    border-color: #2f6b9d; }
  .btn-primary .badge, .btn-hover-primary:hover .badge,
  .btn-hover-primary:focus .badge {
    color: #3579b0;
    background-color: #fff; }

.btn-success, .btn-hover-success:hover,
.btn-hover-success:focus {
  color: #fff;
  background-color: #4ea76b;
  border-color: #469660;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #4ea76b 0%, #418b59 100%);
  background-image: -o-linear-gradient(top, #4ea76b 0%, #418b59 100%);
  background-image: linear-gradient(to bottom, #4ea76b 0%, #418b59 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4EA76B', endColorstr='#FF418B59', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #36734a;
  box-shadow: 0 3px 0 #36734a; }
  .btn-success:hover, .btn-hover-success:hover, .btn-success:focus,
  .btn-hover-success:focus, .btn-success.focus, .focus.btn-hover-success:hover,
  .focus.btn-hover-success:focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #36734a;
    box-shadow: 0 4px 0 #36734a; }
  .btn-success:hover, .btn-hover-success:hover, .btn-success:focus,
  .btn-hover-success:focus, .btn-success.focus, .focus.btn-hover-success:hover,
  .focus.btn-hover-success:focus, .btn-success:active, .btn-hover-success:active:hover,
  .btn-hover-success:active:focus, .btn-success.active, .active.btn-hover-success:hover,
  .active.btn-hover-success:focus, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.btn-hover-success:hover,
  .open > .dropdown-toggle.btn-hover-success:focus {
    color: #fff;
    background-color: #3e8455;
    border-color: #326c45; }
  .btn-success:active, .btn-hover-success:active:hover,
  .btn-hover-success:active:focus, .btn-success.active, .active.btn-hover-success:hover,
  .active.btn-hover-success:focus, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.btn-hover-success:hover,
  .open > .dropdown-toggle.btn-hover-success:focus {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #36734a;
    box-shadow: 0 2px 0 #36734a; }
  .btn-success.disabled, .disabled.btn-hover-success:hover,
  .disabled.btn-hover-success:focus, .btn-success.disabled:hover, .disabled.btn-hover-success:hover, .btn-success.disabled:focus,
  .disabled.btn-hover-success:focus, .btn-success.disabled.focus, .disabled.focus.btn-hover-success:hover,
  .disabled.focus.btn-hover-success:focus, .btn-success.disabled:active, .disabled.btn-hover-success:active:hover,
  .disabled.btn-hover-success:active:focus, .btn-success.disabled.active, .disabled.active.btn-hover-success:hover,
  .disabled.active.btn-hover-success:focus, .btn-success[disabled], [disabled].btn-hover-success:hover,
  [disabled].btn-hover-success:focus, .btn-success[disabled]:hover, [disabled].btn-hover-success:hover, .btn-success[disabled]:focus,
  [disabled].btn-hover-success:focus, .btn-success[disabled].focus, [disabled].focus.btn-hover-success:hover,
  [disabled].focus.btn-hover-success:focus, .btn-success[disabled]:active, [disabled].btn-hover-success:active:hover,
  [disabled].btn-hover-success:active:focus, .btn-success[disabled].active, [disabled].active.btn-hover-success:hover,
  [disabled].active.btn-hover-success:focus, fieldset[disabled] .btn-success, fieldset[disabled] .btn-hover-success:hover,
  fieldset[disabled] .btn-hover-success:focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-hover-success:hover, fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-hover-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .focus.btn-hover-success:hover,
  fieldset[disabled] .focus.btn-hover-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-hover-success:active:hover,
  fieldset[disabled] .btn-hover-success:active:focus, fieldset[disabled] .btn-success.active, fieldset[disabled] .active.btn-hover-success:hover,
  fieldset[disabled] .active.btn-hover-success:focus {
    background-color: #4ea76b;
    border-color: #469660; }
  .btn-success .badge, .btn-hover-success:hover .badge,
  .btn-hover-success:focus .badge {
    color: #4ea76b;
    background-color: #fff; }

.btn-info, .btn-hover-info:hover,
.btn-hover-info:focus {
  color: #fff;
  background-color: #3b86c4;
  border-color: #3579b0;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #3b86c4 0%, #3271a5 100%);
  background-image: -o-linear-gradient(top, #3b86c4 0%, #3271a5 100%);
  background-image: linear-gradient(to bottom, #3b86c4 0%, #3271a5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B86C4', endColorstr='#FF3271A5', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #295e89;
  box-shadow: 0 3px 0 #295e89; }
  .btn-info:hover, .btn-hover-info:hover, .btn-info:focus,
  .btn-hover-info:focus, .btn-info.focus, .focus.btn-hover-info:hover,
  .focus.btn-hover-info:focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #295e89;
    box-shadow: 0 4px 0 #295e89; }
  .btn-info:hover, .btn-hover-info:hover, .btn-info:focus,
  .btn-hover-info:focus, .btn-info.focus, .focus.btn-hover-info:hover,
  .focus.btn-hover-info:focus, .btn-info:active, .btn-hover-info:active:hover,
  .btn-hover-info:active:focus, .btn-info.active, .active.btn-hover-info:hover,
  .active.btn-hover-info:focus, .open > .btn-info.dropdown-toggle, .open > .dropdown-toggle.btn-hover-info:hover,
  .open > .dropdown-toggle.btn-hover-info:focus {
    color: #fff;
    background-color: #2f6b9d;
    border-color: #275881; }
  .btn-info:active, .btn-hover-info:active:hover,
  .btn-hover-info:active:focus, .btn-info.active, .active.btn-hover-info:hover,
  .active.btn-hover-info:focus, .open > .btn-info.dropdown-toggle, .open > .dropdown-toggle.btn-hover-info:hover,
  .open > .dropdown-toggle.btn-hover-info:focus {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #295e89;
    box-shadow: 0 2px 0 #295e89; }
  .btn-info.disabled, .disabled.btn-hover-info:hover,
  .disabled.btn-hover-info:focus, .btn-info.disabled:hover, .disabled.btn-hover-info:hover, .btn-info.disabled:focus,
  .disabled.btn-hover-info:focus, .btn-info.disabled.focus, .disabled.focus.btn-hover-info:hover,
  .disabled.focus.btn-hover-info:focus, .btn-info.disabled:active, .disabled.btn-hover-info:active:hover,
  .disabled.btn-hover-info:active:focus, .btn-info.disabled.active, .disabled.active.btn-hover-info:hover,
  .disabled.active.btn-hover-info:focus, .btn-info[disabled], [disabled].btn-hover-info:hover,
  [disabled].btn-hover-info:focus, .btn-info[disabled]:hover, [disabled].btn-hover-info:hover, .btn-info[disabled]:focus,
  [disabled].btn-hover-info:focus, .btn-info[disabled].focus, [disabled].focus.btn-hover-info:hover,
  [disabled].focus.btn-hover-info:focus, .btn-info[disabled]:active, [disabled].btn-hover-info:active:hover,
  [disabled].btn-hover-info:active:focus, .btn-info[disabled].active, [disabled].active.btn-hover-info:hover,
  [disabled].active.btn-hover-info:focus, fieldset[disabled] .btn-info, fieldset[disabled] .btn-hover-info:hover,
  fieldset[disabled] .btn-hover-info:focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-hover-info:hover, fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-hover-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .focus.btn-hover-info:hover,
  fieldset[disabled] .focus.btn-hover-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-hover-info:active:hover,
  fieldset[disabled] .btn-hover-info:active:focus, fieldset[disabled] .btn-info.active, fieldset[disabled] .active.btn-hover-info:hover,
  fieldset[disabled] .active.btn-hover-info:focus {
    background-color: #3b86c4;
    border-color: #3579b0; }
  .btn-info .badge, .btn-hover-info:hover .badge,
  .btn-hover-info:focus .badge {
    color: #3b86c4;
    background-color: #fff; }

.btn-warning, .btn-hover-warning:hover,
.btn-hover-warning:focus {
  color: #fff;
  background-color: #ff9c2b;
  border-color: #ff9012;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #ff9c2b 0%, #ff8902 100%);
  background-image: -o-linear-gradient(top, #ff9c2b 0%, #ff8902 100%);
  background-image: linear-gradient(to bottom, #ff9c2b 0%, #ff8902 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF9C2B', endColorstr='#FFFF8902', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #de7600;
  box-shadow: 0 3px 0 #de7600; }
  .btn-warning:hover, .btn-hover-warning:hover, .btn-warning:focus,
  .btn-hover-warning:focus, .btn-warning.focus, .focus.btn-hover-warning:hover,
  .focus.btn-hover-warning:focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #de7600;
    box-shadow: 0 4px 0 #de7600; }
  .btn-warning:hover, .btn-hover-warning:hover, .btn-warning:focus,
  .btn-hover-warning:focus, .btn-warning.focus, .focus.btn-hover-warning:hover,
  .focus.btn-hover-warning:focus, .btn-warning:active, .btn-hover-warning:active:hover,
  .btn-hover-warning:active:focus, .btn-warning.active, .active.btn-hover-warning:hover,
  .active.btn-hover-warning:focus, .open > .btn-warning.dropdown-toggle, .open > .dropdown-toggle.btn-hover-warning:hover,
  .open > .dropdown-toggle.btn-hover-warning:focus {
    color: #fff;
    background-color: #f78400;
    border-color: #d37100; }
  .btn-warning:active, .btn-hover-warning:active:hover,
  .btn-hover-warning:active:focus, .btn-warning.active, .active.btn-hover-warning:hover,
  .active.btn-hover-warning:focus, .open > .btn-warning.dropdown-toggle, .open > .dropdown-toggle.btn-hover-warning:hover,
  .open > .dropdown-toggle.btn-hover-warning:focus {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #de7600;
    box-shadow: 0 2px 0 #de7600; }
  .btn-warning.disabled, .disabled.btn-hover-warning:hover,
  .disabled.btn-hover-warning:focus, .btn-warning.disabled:hover, .disabled.btn-hover-warning:hover, .btn-warning.disabled:focus,
  .disabled.btn-hover-warning:focus, .btn-warning.disabled.focus, .disabled.focus.btn-hover-warning:hover,
  .disabled.focus.btn-hover-warning:focus, .btn-warning.disabled:active, .disabled.btn-hover-warning:active:hover,
  .disabled.btn-hover-warning:active:focus, .btn-warning.disabled.active, .disabled.active.btn-hover-warning:hover,
  .disabled.active.btn-hover-warning:focus, .btn-warning[disabled], [disabled].btn-hover-warning:hover,
  [disabled].btn-hover-warning:focus, .btn-warning[disabled]:hover, [disabled].btn-hover-warning:hover, .btn-warning[disabled]:focus,
  [disabled].btn-hover-warning:focus, .btn-warning[disabled].focus, [disabled].focus.btn-hover-warning:hover,
  [disabled].focus.btn-hover-warning:focus, .btn-warning[disabled]:active, [disabled].btn-hover-warning:active:hover,
  [disabled].btn-hover-warning:active:focus, .btn-warning[disabled].active, [disabled].active.btn-hover-warning:hover,
  [disabled].active.btn-hover-warning:focus, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-hover-warning:hover,
  fieldset[disabled] .btn-hover-warning:focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-hover-warning:hover, fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-hover-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .focus.btn-hover-warning:hover,
  fieldset[disabled] .focus.btn-hover-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-hover-warning:active:hover,
  fieldset[disabled] .btn-hover-warning:active:focus, fieldset[disabled] .btn-warning.active, fieldset[disabled] .active.btn-hover-warning:hover,
  fieldset[disabled] .active.btn-hover-warning:focus {
    background-color: #ff9c2b;
    border-color: #ff9012; }
  .btn-warning .badge, .btn-hover-warning:hover .badge,
  .btn-hover-warning:focus .badge {
    color: #ff9c2b;
    background-color: #fff; }

.btn-danger, .btn-hover-danger:hover,
.btn-hover-danger:focus {
  color: #fff;
  background-color: #d43f3f;
  border-color: #cc2e2e;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #d43f3f 0%, #bf2b2b 100%);
  background-image: -o-linear-gradient(top, #d43f3f 0%, #bf2b2b 100%);
  background-image: linear-gradient(to bottom, #d43f3f 0%, #bf2b2b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD43F3F', endColorstr='#FFBF2B2B', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #a22424;
  box-shadow: 0 3px 0 #a22424; }
  .btn-danger:hover, .btn-hover-danger:hover, .btn-danger:focus,
  .btn-hover-danger:focus, .btn-danger.focus, .focus.btn-hover-danger:hover,
  .focus.btn-hover-danger:focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #a22424;
    box-shadow: 0 4px 0 #a22424; }
  .btn-danger:hover, .btn-hover-danger:hover, .btn-danger:focus,
  .btn-hover-danger:focus, .btn-danger.focus, .focus.btn-hover-danger:hover,
  .focus.btn-hover-danger:focus, .btn-danger:active, .btn-hover-danger:active:hover,
  .btn-hover-danger:active:focus, .btn-danger.active, .active.btn-hover-danger:hover,
  .active.btn-hover-danger:focus, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.btn-hover-danger:hover,
  .open > .dropdown-toggle.btn-hover-danger:focus {
    color: #fff;
    background-color: #b72929;
    border-color: #9a2222; }
  .btn-danger:active, .btn-hover-danger:active:hover,
  .btn-hover-danger:active:focus, .btn-danger.active, .active.btn-hover-danger:hover,
  .active.btn-hover-danger:focus, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.btn-hover-danger:hover,
  .open > .dropdown-toggle.btn-hover-danger:focus {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #a22424;
    box-shadow: 0 2px 0 #a22424; }
  .btn-danger.disabled, .disabled.btn-hover-danger:hover,
  .disabled.btn-hover-danger:focus, .btn-danger.disabled:hover, .disabled.btn-hover-danger:hover, .btn-danger.disabled:focus,
  .disabled.btn-hover-danger:focus, .btn-danger.disabled.focus, .disabled.focus.btn-hover-danger:hover,
  .disabled.focus.btn-hover-danger:focus, .btn-danger.disabled:active, .disabled.btn-hover-danger:active:hover,
  .disabled.btn-hover-danger:active:focus, .btn-danger.disabled.active, .disabled.active.btn-hover-danger:hover,
  .disabled.active.btn-hover-danger:focus, .btn-danger[disabled], [disabled].btn-hover-danger:hover,
  [disabled].btn-hover-danger:focus, .btn-danger[disabled]:hover, [disabled].btn-hover-danger:hover, .btn-danger[disabled]:focus,
  [disabled].btn-hover-danger:focus, .btn-danger[disabled].focus, [disabled].focus.btn-hover-danger:hover,
  [disabled].focus.btn-hover-danger:focus, .btn-danger[disabled]:active, [disabled].btn-hover-danger:active:hover,
  [disabled].btn-hover-danger:active:focus, .btn-danger[disabled].active, [disabled].active.btn-hover-danger:hover,
  [disabled].active.btn-hover-danger:focus, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-hover-danger:hover,
  fieldset[disabled] .btn-hover-danger:focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-hover-danger:hover, fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-hover-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .focus.btn-hover-danger:hover,
  fieldset[disabled] .focus.btn-hover-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-hover-danger:active:hover,
  fieldset[disabled] .btn-hover-danger:active:focus, fieldset[disabled] .btn-danger.active, fieldset[disabled] .active.btn-hover-danger:hover,
  fieldset[disabled] .active.btn-hover-danger:focus {
    background-color: #d43f3f;
    border-color: #cc2e2e; }
  .btn-danger .badge, .btn-hover-danger:hover .badge,
  .btn-hover-danger:focus .badge {
    color: #d43f3f;
    background-color: #fff; }

.btn-girl {
  color: #fff;
  background-color: #EF479C;
  border-color: #ed308f;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #EF479C 0%, #ec2188 100%);
  background-image: -o-linear-gradient(top, #EF479C 0%, #ec2188 100%);
  background-image: linear-gradient(to bottom, #ef479c 0%, #ec2188 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF479C', endColorstr='#FFEC2188', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #d71376;
  box-shadow: 0 3px 0 #d71376; }
  .btn-girl:hover, .btn-girl:focus, .btn-girl.focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 #d71376;
    box-shadow: 0 4px 0 #d71376; }
  .btn-girl:hover, .btn-girl:focus, .btn-girl.focus, .btn-girl:active, .btn-girl.active, .open > .btn-girl.dropdown-toggle {
    color: #fff;
    background-color: #eb1883;
    border-color: #cd1271; }
  .btn-girl:active, .btn-girl.active, .open > .btn-girl.dropdown-toggle {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 #d71376;
    box-shadow: 0 2px 0 #d71376; }
  .btn-girl.disabled, .btn-girl.disabled:hover, .btn-girl.disabled:focus, .btn-girl.disabled.focus, .btn-girl.disabled:active, .btn-girl.disabled.active, .btn-girl[disabled], .btn-girl[disabled]:hover, .btn-girl[disabled]:focus, .btn-girl[disabled].focus, .btn-girl[disabled]:active, .btn-girl[disabled].active, fieldset[disabled] .btn-girl, fieldset[disabled] .btn-girl:hover, fieldset[disabled] .btn-girl:focus, fieldset[disabled] .btn-girl.focus, fieldset[disabled] .btn-girl:active, fieldset[disabled] .btn-girl.active {
    background-color: #EF479C;
    border-color: #ed308f; }
  .btn-girl .badge {
    color: #EF479C;
    background-color: #fff; }

.btn-inset-header {
  color: #FFF;
  background-color: #292320;
  border-color: #231e1b;
  margin-bottom: 3px;
  background-image: -webkit-linear-gradient(top, #292320 0%, #120f0e 100%);
  background-image: -o-linear-gradient(top, #292320 0%, #120f0e 100%);
  background-image: linear-gradient(to bottom, #292320 0%, #120f0e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF292320', endColorstr='#FF120F0E', GradientType=0);
  -webkit-box-shadow: 0 3px 0 black;
  box-shadow: 0 3px 0 black; }
  .btn-inset-header:hover, .btn-inset-header:focus, .btn-inset-header.focus {
    position: relative;
    bottom: 1px;
    -webkit-box-shadow: 0 4px 0 black;
    box-shadow: 0 4px 0 black; }
  .btn-inset-header:hover, .btn-inset-header:focus, .btn-inset-header.focus, .btn-inset-header:active, .btn-inset-header.active, .open > .btn-inset-header.dropdown-toggle {
    color: #FFF;
    background-color: #0c0a09;
    border-color: #010100; }
  .btn-inset-header:active, .btn-inset-header.active, .open > .btn-inset-header.dropdown-toggle {
    background-image: none;
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 2px 0 black;
    box-shadow: 0 2px 0 black; }
  .btn-inset-header.disabled, .btn-inset-header.disabled:hover, .btn-inset-header.disabled:focus, .btn-inset-header.disabled.focus, .btn-inset-header.disabled:active, .btn-inset-header.disabled.active, .btn-inset-header[disabled], .btn-inset-header[disabled]:hover, .btn-inset-header[disabled]:focus, .btn-inset-header[disabled].focus, .btn-inset-header[disabled]:active, .btn-inset-header[disabled].active, fieldset[disabled] .btn-inset-header, fieldset[disabled] .btn-inset-header:hover, fieldset[disabled] .btn-inset-header:focus, fieldset[disabled] .btn-inset-header.focus, fieldset[disabled] .btn-inset-header:active, fieldset[disabled] .btn-inset-header.active {
    background-color: #292320;
    border-color: #231e1b; }
  .btn-inset-header .badge {
    color: #292320;
    background-color: #FFF; }

.btn-link {
  color: #3579b0;
  font-weight: normal;
  border-radius: 0;
  border-bottom: 1px solid #3579b0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:hover, .btn-link:focus {
    color: #235076;
    border-color: #235076;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

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

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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 #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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: 7px 17px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .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: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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;
  /*
    .open > a {
      &,
      &:hover,
      &:focus {
        background-color: $nav-link-hover-bg;
        border-color: $link-color;
      }
    }
  */ }
  .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: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #3579b0; }

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

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }
.tab-content > .active {
  display: block;
  visibility: visible; }

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

.navbar {
  position: relative;
  min-height: 50px;
  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: 15px;
  padding-left: 15px;
  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;
        visibility: visible !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: -15px;
  margin-left: -15px; }
  @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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .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: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar,
  .navbar-toggle .fa-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar,
  .navbar-toggle .fa-bar + .fa-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @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;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .navbar-btn.button-small {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .fa-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-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: #372f2c;
  border-color: #372f2c; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #1b1715; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .fa-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #231e1c; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1b1715;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #372f2c; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #372f2c; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #1b1715; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .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: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: /\00a0;
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.bottom-pagination-content {
  text-align: center;
  display: block;
  clear: both; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 7px 17px;
      line-height: 1.42857;
      text-decoration: none;
      color: #3579b0;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #235076;
    background-color: #f6f6f6;
    border-color: #ddd; }
  .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: #fff;
    background-color: #3579b0;
    border-color: #3579b0;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 25px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.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 #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #3579b0; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #295e89; }

.label-success {
  background-color: #7bab73; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #619358; }

.label-info {
  background-color: #3b86c4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2f6b9d; }

.label-warning {
  background-color: #ff9c2b; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f78400; }

.label-danger {
  background-color: #d43f3f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #b72929; }

.label-pink {
  background-color: #EF479C; }
  .label-pink[href]:hover, .label-pink[href]:focus {
    background-color: #eb1883; }

.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: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #3579b0;
    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; }

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3579b0; }
  a.thumbnail:hover img,
  a.thumbnail:focus img,
  a.thumbnail.active img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-color: #3579b0; }

#description-product .rte .alert {
  padding: 25px; }

.alert-light {
  margin-bottom: 20px;
  color: #8a6d3b;
  background: #fcf8e3;
  text-align: center;
  padding: 15px 50px; }
  .alert-light p {
    margin: 0; }
  .alert-light .lead {
    font-size: 18px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 2px; }
  .alert h3, .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert b, .alert strong {
    font-weight: 700; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }
  .alert p:last-child {
    margin-bottom: 0 !important; }
  .alert.alert-icon {
    position: relative;
    overflow: hidden; }
    .alert.alert-icon .icon {
      position: absolute;
      right: 25px;
      font-size: 60px;
      top: 10px;
      opacity: 0.3; }
    .alert.alert-icon p, .alert.alert-icon h1, .alert.alert-icon h2, .alert.alert-icon h3, .alert.alert-icon h4, .alert.alert-icon h5, .alert.alert-icon h6 {
      margin-right: 55px; }

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

.alert-iconnable {
  position: relative;
  padding-left: 60px; }
  .alert-iconnable > .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px; }
    .alert-iconnable > .icon:before {
      margin: 0; }

.alert-action {
  position: relative;
  padding-right: 150px; }
  .alert-action .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    height: 32px; }

.alert-rupture {
  background: #ffdede;
  color: #9f1f34;
  margin-top: 20px; }

.alert-inline {
  display: inline-block; }

.alert-block {
  display: block; }

.alert-success {
  background-color: #4ea76b;
  border-color: #4ea76b;
  color: white; }
  .alert-success hr {
    border-top-color: #469660; }
  .alert-success .alert-link {
    color: #e6e6e6; }
  .alert-success a {
    color: white; }
  .alert-success.alert-icon .icon {
    color: #2e613e; }

.alert-info {
  background-color: #3b86c4;
  border-color: #c6dfed;
  color: white; }
  .alert-info hr {
    border-top-color: #b3d4e7; }
  .alert-info .alert-link {
    color: #e6e6e6; }
  .alert-info.alert-icon .icon {
    color: #235076; }

.alert-warning {
  background-color: #ff9c2b;
  border-color: #ff6207;
  color: white; }
  .alert-warning hr {
    border-top-color: #ed5700; }
  .alert-warning .alert-link {
    color: #e6e6e6; }
  .alert-warning.alert-icon .icon {
    color: #c46800; }

.alert-danger,
.alert-error {
  background-color: #d43f3f;
  border-color: #cc2e48;
  color: white; }
  .alert-danger hr,
  .alert-error hr {
    border-top-color: #b72941; }
  .alert-danger .alert-link,
  .alert-error .alert-link {
    color: #e6e6e6; }
  .alert-danger.alert-icon .icon,
  .alert-error.alert-icon .icon {
    color: #8d2020; }

.alert-default {
  background-color: #4b4a4a;
  border-color: #F2F2F2;
  color: white; }
  .alert-default hr {
    border-top-color: #e5e5e5; }
  .alert-default .alert-link {
    color: #e6e6e6; }
  .alert-default.alert-icon .icon {
    color: #181717; }

.alert-default-inverse {
  background-color: #372f2b;
  border-color: #372f2b;
  color: #F2F2F2; }
  .alert-default-inverse hr {
    border-top-color: #292320; }
  .alert-default-inverse .alert-link {
    color: #d9d9d9; }
  .alert-default-inverse.alert-icon .icon {
    color: black; }

@-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: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3579b0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #7bab73; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #3b86c4; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #ff9c2b; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-danger {
  background-color: #d43f3f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.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: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

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: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3579b0;
  border-color: #3579b0; }
  .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: #c4dbed; }

.list-group-item-success {
  color: white;
  background-color: #7bab73; }

a.list-group-item-success {
  color: white; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: white;
    background-color: #6ca163; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

.list-group-item-info {
  color: white;
  background-color: #3b86c4; }

a.list-group-item-info {
  color: white; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: white;
    background-color: #3579b0; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

.list-group-item-warning {
  color: white;
  background-color: #ff9c2b; }

a.list-group-item-warning {
  color: white; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: white;
    background-color: #ff9012; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

.list-group-item-danger {
  color: white;
  background-color: #d43f3f; }

a.list-group-item-danger {
  color: white; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: white;
    background-color: #cc2e2e; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .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: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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: 3px;
    border-top-left-radius: 3px; }
  .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: 3px;
    border-bottom-left-radius: 3px; }

.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: 3px;
  border-top-left-radius: 3px; }
  .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: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .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: 3px;
    border-bottom-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #b3d4e7; }
.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: 4px; }
    .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 #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #3579b0; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #3579b0;
    border-color: #3579b0; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3579b0; }
    .panel-primary > .panel-heading .badge {
      color: #3579b0;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3579b0; }

.panel-success {
  border-color: #719c5e; }
  .panel-success > .panel-heading {
    color: white;
    background-color: #7bab73;
    border-color: #719c5e; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #719c5e; }
    .panel-success > .panel-heading .badge {
      color: #7bab73;
      background-color: white; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #719c5e; }

.panel-info {
  border-color: #c6dfed; }
  .panel-info > .panel-heading {
    color: white;
    background-color: #3b86c4;
    border-color: #c6dfed; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c6dfed; }
    .panel-info > .panel-heading .badge {
      color: #3b86c4;
      background-color: white; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c6dfed; }

.panel-warning {
  border-color: #ff6207; }
  .panel-warning > .panel-heading {
    color: white;
    background-color: #ff9c2b;
    border-color: #ff6207; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ff6207; }
    .panel-warning > .panel-heading .badge {
      color: #ff9c2b;
      background-color: white; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ff6207; }

.panel-danger {
  border-color: #cc2e48; }
  .panel-danger > .panel-heading {
    color: white;
    background-color: #d43f3f;
    border-color: #cc2e48; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cc2e48; }
    .panel-danger > .panel-heading .badge {
      color: #d43f3f;
      background-color: white; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cc2e48; }

.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.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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;
  visibility: visible;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, 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: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  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: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  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; }

.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;
  visibility: hidden !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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .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; } }




/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-child-rifle:before{content:"\e4e0"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}







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

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

/*
.btn-brand {
  @include button-variant($btn-brand-color, $btn-brand-bg, $btn-brand-border);
}
.btn-accent {
  @include button-variant($btn-accent-color, $btn-accent-bg, $btn-accent-border);
}
*/
/* BUTTON LINE */
/*
.btn-brand-line {
  @include button-line($btn-brand-color, $btn-brand-bg, $btn-brand-border);
}
.btn-accent-line {
  @include button-line($btn-accent-color, $btn-accent-bg, $btn-accent-border);
}
*/
.btn-default-line {
  color: #969494;
  background-color: #FFFFFF;
  border: 1px solid #969494; }
  .btn-default-line:hover, .btn-default-line:focus {
    color: #FFFFFF;
    background-color: #969494; }
  .btn-default-line:active {
    background-color: #898787; }

.btn-primary-line {
  color: #2f6b9d;
  background-color: #fff;
  border: 1px solid; }
  .btn-primary-line:hover, .btn-primary-line:focus {
    color: #fff;
    background-color: #3579b0; }
  .btn-primary-line:active {
    background-color: #2f6b9d; }

.btn-success-line {
  color: #469660;
  background-color: #fff;
  border: 1px solid; }
  .btn-success-line:hover, .btn-success-line:focus {
    color: #fff;
    background-color: #4ea76b; }
  .btn-success-line:active {
    background-color: #469660; }

.btn-warning-line {
  color: #ff9012;
  background-color: #fff;
  border: 1px solid; }
  .btn-warning-line:hover, .btn-warning-line:focus {
    color: #fff;
    background-color: #ff9c2b; }
  .btn-warning-line:active {
    background-color: #ff9012; }

.btn-danger-line {
  color: #cc2e2e;
  background-color: #fff;
  border: 1px solid; }
  .btn-danger-line:hover, .btn-danger-line:focus {
    color: #fff;
    background-color: #d43f3f; }
  .btn-danger-line:active {
    background-color: #cc2e2e; }

.btn-info-line {
  color: #3579b0;
  background-color: #fff;
  border: 1px solid; }
  .btn-info-line:hover, .btn-info-line:focus {
    color: #fff;
    background-color: #3b86c4; }
  .btn-info-line:active {
    background-color: #3579b0; }

/* END BUTTON LINE */
.btn-icon {
  position: relative;
  display: block;
  border: none;
  background: none;
  text-align: center;
  padding: 20px; }
  .btn-icon i {
    display: block;
    font-size: 40px;
    color: #777; }
  .btn-icon .btn-title {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px 0;
    color: #333333; }
  .btn-icon:active, .btn-icon.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-icon:active i, .btn-icon.active i {
      position: relative;
      top: 1px; }
  .btn-icon:hover i, .btn-icon:focus i {
    color: #3b86c4; }
  .btn-icon:hover .btn-title, .btn-icon:focus .btn-title {
    color: #404040; }

.btn .icon {
  margin-left: -5px;
  margin-right: 3px; }
  .btn .icon.right {
    margin-right: -5px;
    margin-left: 3px; }

/*
.btn-lg {
  .icon {
    position: relative;
    top: 2px;
    font-size: 25px;
    margin: -5px 10px 0 -5px;
  }
}
*/
/*
$state-success-text:             $green !default; //#3c763d !default;
$state-success-bg:               #f1f7f0 !default; //#dff0d8 !default;
$state-success-border:           darken(adjust-hue($state-success-bg, -10), 7%) !default;

$state-info-text:                $blue !default;
$state-info-bg:                  #f3f8fc !default;
$state-info-border:              #c6dfed !default; //darken(adjust-hue($state-info-bg, -10), 7%) !default;

$state-warning-text:             #8a6d3b !default;
$state-warning-bg:               #fcf8e3 !default;
$state-warning-border:           darken(adjust-hue($state-warning-bg, -10), 7%) !default;

$state-danger-text:              #a94442 !default;
$state-danger-bg:                #f2dede !default;
$state-danger-border:            darken(adjust-hue($state-danger-bg, -10), 5%) !default;
*/
/*
$alert-default-bg:    				#F2F2F2 !default;
$alert-default-text:  				$black-brun !default;
$alert-default-border:				#F2F2F2 !default;
*/
/*
$alert-success-bg:            $state-success-bg !default;
$alert-success-text:          $state-success-text !default;
$alert-success-border:        $state-success-border !default;

$alert-info-bg:               $state-info-bg !default;
$alert-info-text:             $state-info-text !default;
$alert-info-border:           $state-info-border !default;

$alert-warning-bg:            $state-warning-bg !default;
$alert-warning-text:          $state-warning-text !default;
$alert-warning-border:        $state-warning-border !default;

$alert-danger-bg:             $state-danger-bg !default;
$alert-danger-text:           $state-danger-text !default;
$alert-danger-border:         $state-danger-border !default;
*/
.dropdown-menu {
  margin-top: 13px; }
  .dropdown-menu::before, .dropdown-menu::after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    left: 10%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .dropdown-menu::before {
    top: -11px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.15); }
  .dropdown-menu::after {
    top: -9px;
    border-bottom: 10px solid #fff; }
  .dropdown-menu i {
    margin-right: 5px; }
  .dropdown-menu li.lead {
    margin-bottom: 0; }
  .dropdown-menu > li > a {
    padding: 5px 20px; }
    .dropdown-menu > li > a.btn {
      color: white; }
  .dropdown-menu .divider {
    margin: 15px 0 20px; }
  .dropdown-menu .dropdown-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    margin: 20px 0 10px; }

.dropdown-center .dropdown-menu {
  left: -25%; }
  .dropdown-center .dropdown-menu::before, .dropdown-center .dropdown-menu::after {
    left: 50%; }

.dropdown-right .dropdown-menu {
  right: 0;
  left: inherit; }
  .dropdown-right .dropdown-menu::before, .dropdown-right .dropdown-menu::after {
    right: 10%;
    left: inherit; }

.ac_results {
  border: 1px solid #BBB;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  border-radius: 3px; }

.ac_results ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.ac_results li {
  margin: 0px;
  padding: 5px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden; }

.ac_odd {
  background-color: #f3f8fc; }

.ac_over {
  background-color: #3b85c8;
  color: white; }

pre.code {
  background: #F2F2F2;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word; }
  pre.code * {
    position: inherit !important;
    display: inline !important;
    height: inherit !important;
    width: inherit !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: #fcffe7 !important;
    color: #444 !important; }

a:hover {
  text-decoration: none; }

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777;
  background: #fff url(../img/bg-fruit.png) top center repeat; }
  body.content_only {
    background: none; }

#google_track iframe {
  display: block;
  height: 0; }

body#order.order_step {
  background: #fff url(../img/bg-fruit.png) top center no-repeat; }

textarea {
  resize: none; }

#center_column .page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333; }

.main-page-indent {
  margin-bottom: 30px; }

/*
.label {
	white-space: normal;
	display: inline-block;
	padding: 6px 10px;
}
*/
label {
  color: #595959; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

/*
.label {
  font-size: inherit;
}
*/
/* MODIF APPARENCE */
#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px; }

body {
  background-color: #FFF; }

.visible-mobile-only {
  display: none; }

.visible-desktop-only {
  display: block; }

.visible-desktop-only-inline {
  display: inline-block; }

.btn-natura {
  background: #95bf00;
  color: white;
  font-weight: 600; }
  .btn-natura:hover, .btn-natura:focus {
    background: #6d8c00;
    color: white; }

.btn-mondialrelay {
  background: #3ecf8e;
  color: white;
  font-weight: 600; }
  .btn-mondialrelay:hover, .btn-mondialrelay:focus {
    background: #2baf74;
    color: white; }

.btn .icon,
.btn [class^="icon-"],
.link-button .icon,
.link-button [class^="icon-"] {
  margin-left: 0;
  margin-right: 5px; }

.btn {
  /*
    &.btn-default {
      .left,
      .right {
        color: #777;
      }
      &[class^="btn-hover-"] {
        .left,
        .right {
          color: #FFF;
        }
      }
    }
  */ }
  .btn .right {
    left: 10px; }
  .btn .left {
    right: 5px;
    margin-left: 5px;
    margin-right: -5px; }
  .btn .left,
  .btn .right {
    font-size: 1.6em;
    position: relative;
    top: 5px;
    margin-top: -10px; }
    .btn .left.icon-remove, .btn .left.fa-trash-alt,
    .btn .right.icon-remove,
    .btn .right.fa-trash-alt {
      font-size: 1.8em;
      top: 4px; }
    .btn .left.button-small, .btn .left.btn-sm, .btn .btn-group-sm > .left.btn, .btn .left.button-small,
    .btn .right.button-small,
    .btn .right.btn-sm,
    .btn .btn-group-sm > .right.btn,
    .btn .right.button-small {
      font-size: 1.3em;
      top: 2px; }
      .btn .left.button-small.icon-remove, .btn .left.button-small.fa-trash-alt, .btn .left.btn-sm.icon-remove, .btn .btn-group-sm > .left.icon-remove.btn, .btn .left.icon-remove.button-small, .btn .left.btn-sm.fa-trash-alt, .btn .btn-group-sm > .left.fa-trash-alt.btn, .btn .left.fa-trash-alt.button-small,
      .btn .right.button-small.icon-remove,
      .btn .right.button-small.fa-trash-alt,
      .btn .right.btn-sm.icon-remove,
      .btn .btn-group-sm > .right.icon-remove.btn,
      .btn .right.icon-remove.button-small,
      .btn .right.btn-sm.fa-trash-alt,
      .btn .btn-group-sm > .right.fa-trash-alt.btn,
      .btn .right.fa-trash-alt.button-small {
        font-size: 1.5em; }

.button-small {
  padding: 7px 10px 4px; }

.btn-bordered-info {
  color: #3b86c4;
  background: #fff;
  border: 3px solid #3579b0; }
  .btn-bordered-info:hover, .btn-bordered-info:focus {
    color: #fff;
    background: #3b86c4;
    border-color: #3b86c4; }

.btn-bordered-success {
  color: #4ea76b;
  background: #fff;
  border: 3px solid #469660; }
  .btn-bordered-success:hover, .btn-bordered-success:focus {
    color: #fff;
    background: #4ea76b;
    border-color: #4ea76b; }

.btn-bordered-warning {
  color: #ff9c2b;
  background: #fff;
  border: 3px solid #ff9012; }
  .btn-bordered-warning:hover, .btn-bordered-warning:focus {
    color: #fff;
    background: #ff9c2b;
    border-color: #ff9c2b; }

.btn-bordered-default {
  color: #333;
  background: white;
  border: 3px solid #777; }
  .btn-bordered-default:hover, .btn-bordered-default:focus {
    color: white;
    background: #777;
    border-color: #777; }

.btn-flat {
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none;
  padding: 7px 17px;
  margin: 0;
  text-transform: uppercase;
  background-image: none; }
  .btn-flat i {
    margin: 0;
    padding-right: 5px; }
  .btn-flat.btn {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px; }
  .btn-flat.btn-lg, .btn-group-lg > .btn-flat.btn {
    border-radius: 0;
    padding: 14px 25px;
    font-size: 14px; }
  .btn-flat.btn-sm, .btn-group-sm > .btn-flat.btn, .btn-flat.button-small {
    border-radius: 0;
    padding: 9px 15px;
    font-size: 12px;
    line-height: 12px; }
  .btn-flat:hover, .btn-flat:focus, .btn-flat:active {
    top: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-flat.btn-bordered-default, .btn-flat.btn-bordered-warning, .btn-flat.btn-bordered-success, .btn-flat.btn-bordered-info {
    border: 1px solid;
    background: transparent;
    padding-bottom: 10px; }
  .btn-flat.btn-default {
    background: #F2F2F2; }
  .btn-flat.btn-bordered-warning {
    border-color: #f78400; }
    .btn-flat.btn-bordered-warning:hover, .btn-flat.btn-bordered-warning:focus {
      background: #f78400;
      color: white; }
  .btn-flat.btn-bordered-success {
    border-color: #4ea76b; }
    .btn-flat.btn-bordered-success:hover, .btn-flat.btn-bordered-success:focus {
      background: #4ea76b;
      color: white; }
  .btn-flat.btn-bordered-info {
    border-color: #3b86c4; }
    .btn-flat.btn-bordered-info:hover, .btn-flat.btn-bordered-info:focus {
      background: #3b86c4;
      color: white; }

.btn-outline {
  background-color: transparent;
  color: #333;
  border: 1px solid #dddddd; }
  .btn-outline:hover, .btn-outline:focus {
    border-color: transparent; }

.btn-twitter {
  color: #00aced; }
  .btn-twitter:hover, .btn-twitter:focus {
    color: #FFF;
    background: #00aced; }

.btn-facebook {
  color: #3b5998; }
  .btn-facebook:hover, .btn-facebook:focus {
    color: #FFF;
    background: #3b5998; }

.btn-googleplus {
  color: #dd4b39; }
  .btn-googleplus:hover, .btn-googleplus:focus {
    color: #FFF;
    background: #dd4b39; }

.btn-pinterest {
  color: #cb2027; }
  .btn-pinterest:hover, .btn-pinterest:focus {
    color: #FFF;
    background: #cb2027; }

/************************
*                       *
*      HEADER STYLE     *
*                       *
*************************/
#code-promotion {
  background: #E91E63;
  padding: 10px; }
  #code-promotion p {
    margin-bottom: 0;
    color: white; }
    #code-promotion p strong {
      color: #FFEB3B;
      font-weight: normal;
      font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
      font-size: 16px;
      letter-spacing: 1px; }

body.group-6 #header .banner,
body.group-6 #transport-info,
body.group-10 #header .banner,
body.group-10 #transport-info,
body.group-17 #header .banner,
body.group-17 #transport-info,
body.group-19 #header .banner,
body.group-19 #transport-info {
  display: none; }

header#header {
  z-index: inherit; }

h1 .text-indent {
  text-indent: -9000px;
  display: block;
  height: 0; }

body#order .banner {
  display: none; }

#header .banner {
  background: #c5496e;
  color: white;
  text-align: center; }
  #header .banner .text {
    margin: 10px 0;
    padding: 0 10px; }
    #header .banner .text p {
      margin-bottom: 0; }
  #header .banner a {
    display: block;
    max-width: 1170px;
    max-height: 50px;
    color: white; }
  #header .banner img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 1170px; }

#header {
  z-index: 1;
  position: relative;
  background: white;
  /*
    &.group-10,
    &.group-6,
    &.group-17,
    &.group-19 {
      .banner {
        min-height: 45px;
      }
    }
  */ }
  #header #user-transport {
    height: 20px; }
  #header #header_user {
    text-align: center;
    position: absolute;
    width: 100%; }
  #header #transport {
    float: right;
    background-color: #FFD21C;
    padding: 2px 5px 2px 10px;
    border-radius: 0 0 5px 15px; }
    @media (max-width: 1200px) {
      #header #transport {
        display: none; } }
  #header .blockuserinfo-header .btn-icon > i {
    left: -30px; }
  #header .btn-icon > i {
    color: #131313;
    font-size: 23px;
    height: auto;
    float: left;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    left: -25px;
    top: -3px; }
  #header .btn-icon,
  #header .btn-icon .btn-title {
    display: inline-block;
    font-weight: bold;
    color: #131313;
    padding-top: 5px;
    font-size: 13px;
    padding: 0; }
  #header .blockuserinfo-header,
  #header .blockcart-header {
    height: auto;
    margin-top: 10px; }
    #header .blockuserinfo-header .btn-icon,
    #header .blockcart-header .btn-icon {
      padding: 0 10px;
      text-align: right; }
    @media (max-width: 990px) {
      #header .blockuserinfo-header,
      #header .blockcart-header {
        margin-top: -30px;
        margin-bottom: 10px;
        height: 70px; } }
  #header #banner-promo {
    background: #ff9c2b;
    color: white;
    padding: 10px; }
    #header #banner-promo p {
      margin: 0;
      text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.8); }
      #header #banner-promo p code {
        color: #785c0d;
        background: #f9f8f2;
        text-shadow: none; }
  #header .banner {
    max-height: 100%; }
    #header .banner .row {
      margin: 0; }
  #header .nav nav {
    width: 100%; }
  #header .row {
    position: relative; }
    #header .row > .container {
      position: relative; }
    #header .row #header_logo {
      top: -10px; }
      @media (max-width: 990px) {
        #header .row #header_logo img {
          width: 200px;
          height: auto; }
        #header .row #header_logo h1 {
          display: none; } }
      @media (max-width: 480px) {
        #header .row #header_logo h1 {
          display: none; } }
      @media (max-width: 767px) {
        #header .row #header_logo h1 {
          display: inline-block;
          width: 65%;
          text-align: left;
          margin: 0; } }
      #header .row #header_logo h1 {
        font: normal 14px/17px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 auto;
        color: #666666; }
  @media (min-width: 767px) {
    #header .col-sm-4 + .col-sm-4 + .col-sm-4 {
      float: right; } }

.authentication #columns,
.order #columns {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 10px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px 2px; }

/*
.home-banner-large {
  .visible-desktop-only {
    margin-left: -10px;
    margin-right: -10px;
  } 
}
*/
.ie8 #header #header_logo {
  width: 350px; }

#bodies-search {
  top: 62px;
  padding-left: 0; }
  @media (max-width: 1200px) {
    #bodies-search {
      max-width: 145px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    #bodies-search {
      top: 25px;
      max-width: none;
      padding-right: 15px;
      margin-bottom: 15px; } }

#bodies-search a {
  color: #555555;
  display: block; }

#bodies-search a:hover, #bodies-search a:focus {
  text-decoration: none;
  color: #555555; }

#bodies-search span {
  font-style: italic;
  max-width: 120px;
  display: inline-block;
  padding: 10px 0 10px 5px; }

#bodies-search .title_block {
  background: #5CB85C;
  color: white;
  position: relative;
  font-size: 17px;
  padding: 12px 8px;
  margin-bottom: 0;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#bodies-search .title_block:before {
  background: url(../img/bodies-sprite.png) -240px 0 no-repeat;
  content: '';
  width: 80px;
  height: 120px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -78px; }

#bodies-search .title_block i {
  position: absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  font-size: 45px;
  color: #eef5ef;
  text-shadow: 0 1px 1px #757575; }

.module-bodies .modal-content {
  padding: 15px 15px 7px 15px;
  width: 500px;
  margin: 0 auto; }

.module-bodies .close-search-bobies {
  color: #333;
  text-decoration: none; }

.module-bodies .close-search-bobies:hover {
  color: #049cdb; }

.module-bodies .body {
  position: relative;
  top: 7px;
  background: url(../img/bodies-sprite.png) 0 0 no-repeat;
  background-size: 398px 350px;
  height: 350px;
  width: 115px; }

.module-bodies .body.woman {
  background-position: -125px 0; }

.module-bodies .body.small {
  background-position: -239px 0;
  height: 120px;
  width: 40px; }

.module-bodies .body.small.woman {
  background-position: -282px 0; }

.module-bodies .body.medium {
  background-position: -241px -121px;
  height: 230px;
  width: 75px; }

.module-bodies .body.medium.woman {
  background-position: -323px -121px; }

.module-bodies .body .puce {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #B9B9B9;
  background: rgba(199, 237, 245, 0.2);
  border: 1px solid #6CC3E8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.module-bodies .body .puce:hover, .module-bodies .body .puce:focus {
  background: #93CC00; }

.module-bodies .bodies {
  float: left; }

.module-bodies .indication .bodies-title {
  font-size: 2em;
  margin-top: 70px;
  font-weight: bold; }

.module-bodies .indication p {
  font: italic 18px/1.4 "Times new roman", serif; }

.module-bodies .indication .indication-list {
  float: left; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .module-bodies .body {
    background: url(../img/bodies-sprite@2x.png) 0 0 no-repeat; } }
.form-control {
  max-width: 210px;
  padding: 7px 0 7px 10px; }

textarea.form-control {
  max-width: inherit; }

.form-align .form-group {
  overflow: hidden;
  *zoom: 1; }
  .form-align .form-group > label {
    float: left;
    width: 400px;
    text-align: right;
    padding: 0 10px;
    line-height: 36px;
    margin: 0; }
  .form-align .form-group .row {
    float: left;
    max-width: 300px; }
    .form-align .form-group .row .form-control {
      width: 100%; }
.form-align .marge-left,
.form-align button[type="submit"],
.form-align input[type="submit"] {
  margin-left: 400px; }
.form-align .inline-infos {
  margin: 0 0 10px;
  font-size: 13px !important; }
.form-align #adress_alias {
  background: #E9F4FC;
  border: 1px solid #8FC5ED;
  padding: 10px 5px;
  margin: 10px -6px 15px; }
.form-align .checkbox {
  line-height: 36px; }
  .form-align .checkbox label {
    padding: 0; }
  .form-align .checkbox span, .form-align .checkbox p {
    line-height: 19px !important;
    font-size: 13px !important; }
.form-align .checkbox-inline,
.form-align .radio-inline {
  position: relative;
  line-height: 19px;
  margin-top: 10px; }
  .form-align .checkbox-inline input,
  .form-align .radio-inline input {
    height: 36px;
    margin-top: -10px; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 2px 0 0; }

table.table-light {
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  table.table-light td, table.table-light th {
    padding: .3em .8em;
    text-align: left;
    border: 1px #aaa dotted;
    color: #666666; }
  table.table-light th {
    font-weight: bold; }
  table.table-light.text-center td, table.table-light.text-center th {
    text-align: center; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  background: #dedede;
  border-bottom: 1px dashed #ffffff; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table caption {
    background: #fbfbfb;
    text-align: center; }
  .table p {
    margin: 0 !important; }
  .table > thead > tr > th {
    background: #3579b0;
    border-bottom-width: 1px;
    color: #FFF;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.2em;
    border-color: #295e89;
    border-top: 1px solid #295e89 !important; }
    .table > thead > tr > th:first-letter {
      text-transform: capitalize; }
  .table > tbody > tr > td, .table > tbody > tr > th {
    padding: 12px 8px; }
  .table td a.color-myaccount {
    color: #3579b0;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

.table-small {
  font-size: .8em;
  width: inherit; }
  .table-small > thead > tr > th {
    background: #ccc;
    border-color: #AAA !important;
    color: #444;
    font-weight: bold; }
  .table-small > thead > tr > th,
  .table-small > tbody > tr > td {
    padding: 5px; }
  .table-small > tbody > tr > td {
    border-color: #d0d0d0; }
  .table-small.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3; }

.table-bordered {
  border: none; }

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

.table-width-inherit {
  width: inherit; }

.table .th td {
  text-align: center; }

.table.table-color-orange {
  border: 2px solid #FF9800; }
  .table.table-color-orange caption,
  .table.table-color-orange .th {
    background: #FF9800;
    color: white; }
  .table.table-color-orange a {
    color: #ffad33; }
    .table.table-color-orange a:hover, .table.table-color-orange a:focus {
      color: #FF9800; }
  .table.table-color-orange thead th {
    background: white;
    text-align: center;
    border-color: #FF9800;
    color: #FF9800; }
  .table.table-color-orange tbody td, .table.table-color-orange tbody th {
    border-color: #FF9800; }
.table.table-color-green {
  border: 2px solid #4ea76b; }
  .table.table-color-green caption,
  .table.table-color-green .th {
    background: #4ea76b;
    color: white; }
  .table.table-color-green a {
    color: #6dbb86; }
    .table.table-color-green a:hover, .table.table-color-green a:focus {
      color: #4ea76b; }
  .table.table-color-green thead th {
    background: white;
    text-align: center;
    border-color: #4ea76b;
    color: #4ea76b; }
  .table.table-color-green tbody td, .table.table-color-green tbody th {
    border-color: #4ea76b; }
.table.table-color-red {
  border: 2px solid #c0392b; }
  .table.table-color-red caption,
  .table.table-color-red .th {
    background: #c0392b;
    color: white; }
  .table.table-color-red a {
    color: #d65548; }
    .table.table-color-red a:hover, .table.table-color-red a:focus {
      color: #c0392b; }
  .table.table-color-red thead th {
    background: white;
    text-align: center;
    border-color: #c0392b;
    color: #c0392b; }
  .table.table-color-red tbody td, .table.table-color-red tbody th {
    border-color: #c0392b; }
.table.table-color-blue {
  border: 2px solid #2980b9; }
  .table.table-color-blue caption,
  .table.table-color-blue .th {
    background: #2980b9;
    color: white; }
  .table.table-color-blue a {
    color: #409ad5; }
    .table.table-color-blue a:hover, .table.table-color-blue a:focus {
      color: #2980b9; }
  .table.table-color-blue thead th {
    background: white;
    text-align: center;
    border-color: #2980b9;
    color: #2980b9; }
  .table.table-color-blue tbody td, .table.table-color-blue tbody th {
    border-color: #2980b9; }

table#order-gift {
  margin-top: 15px; }

#order-detail-content .free_price {
  color: #5abe44; }
#order-detail-content .last-step .cart_item_gift,
#order-detail-content .last-step .cart_discount {
  background: white; }
#order-detail-content .last-step .cart_discount_name span {
  padding-top: 5px; }
#order-detail-content .last-step tfoot {
  color: #333;
  font-size: 15px;
  border-left: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4; }
  #order-detail-content .last-step tfoot tr {
    border-top: 1px solid #d6d4d4;
    background: #fbfbfb; }
  #order-detail-content .last-step tfoot td {
    border: none; }
  #order-detail-content .last-step tfoot .cart_total_free_delivery #total_shipping {
    color: #5abe44;
    font-weight: bold;
    text-transform: uppercase; }
  #order-detail-content .last-step tfoot .cart_total_price {
    border-bottom: 1px solid #d6d4d4; }
    #order-detail-content .last-step tfoot .cart_total_price span {
      font-weight: bold;
      font-size: 19px;
      color: #333; }
#order-detail-content .cart_total {
  font-weight: 600;
  font-size: 15px;
  color: #333333; }
#order-detail-content .thead {
  text-align: right;
  margin: 10px 0 0;
  color: #949494;
  font-size: 14px;
  font-weight: 500; }
  #order-detail-content .thead .cart_quantity,
  #order-detail-content .thead .cart_total {
    display: inline-block;
    overflow: hidden;
    vertical-align: baseline; }
  #order-detail-content .thead .cart_total {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #949494; }
#order-detail-content .cart_product {
  position: relative;
  max-width: 100px;
  width: 100px; }
  #order-detail-content .cart_product img {
    width: 80px;
    height: auto;
    max-width: 80px; }
  #order-detail-content .cart_product .discount-flag {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px; }
#order-detail-content .cart_quantity {
  text-align: center;
  min-width: 160px; }
#order-detail-content .cart_total {
  min-width: 100px; }
  #order-detail-content .cart_total .new_total_price {
    color: #eb3e3b; }
#order-detail-content .cart_item_gift {
  background: #f7fff9;
  color: #333; }
  #order-detail-content .cart_item_gift .cart_product_description {
    padding-right: 20px; }
  #order-detail-content .cart_item_gift .product-name {
    font-size: 13px; }
  #order-detail-content .cart_item_gift .cart_product {
    width: 65px;
    height: 65px;
    text-align: center; }
    #order-detail-content .cart_item_gift .cart_product img {
      width: 45px;
      height: 45px;
      max-width: 45px; }

.order-payment .cart_summary {
  margin-bottom: 50px; }

/* Tableau récapitulatif */
table.cart_summary {
  font-size: 13px;
  margin-bottom: 0;
  /* Bon de reduction */ }
  table.cart_summary small {
    display: block;
    color: #777777; }
  table.cart_summary .cart_line .price {
    font-size: 16px; }
  table.cart_summary .cart_line .product-name {
    margin: 0;
    line-height: 1.2;
    font-size: 17px; }
  table.cart_summary .cart_line .cart_ref {
    color: #999; }
  table.cart_summary .in_stock,
  table.cart_summary .out_of_stock,
  table.cart_summary .cart_quantity_delete,
  table.cart_summary .discount_delete,
  table.cart_summary .allow_oosp_stock {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px; }
    table.cart_summary .in_stock i,
    table.cart_summary .out_of_stock i,
    table.cart_summary .cart_quantity_delete i,
    table.cart_summary .discount_delete i,
    table.cart_summary .allow_oosp_stock i {
      font-size: 11px; }
  table.cart_summary .in_stock {
    color: #4ea76b; }
  table.cart_summary .out_of_stock {
    color: #c0392b; }
  table.cart_summary .allow_oosp_stock {
    color: #f78400; }
  table.cart_summary .cart_quantity_delete,
  table.cart_summary .discount_delete {
    background: none;
    border: none;
    outline: none;
    color: #999; }
    table.cart_summary .cart_quantity_delete:hover, table.cart_summary .cart_quantity_delete:focus,
    table.cart_summary .discount_delete:hover,
    table.cart_summary .discount_delete:focus {
      color: #c0392b; }
  table.cart_summary #prix_journalier small {
    display: inline-block;
    color: #8c8c8c; }
  table.cart_summary #prix_journalier .item {
    margin-right: 10px;
    color: #8c8c8c; }
  table.cart_summary .dlu {
    color: #306eaf;
    font-size: 12px;
    padding-left: 10px; }
  table.cart_summary tbody {
    border-left: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4; }
    table.cart_summary tbody tr {
      border-top: 1px solid #d6d4d4; }
    table.cart_summary tbody td {
      border: none !important; }
    table.cart_summary tbody .cart_item td {
      padding: 15px 10px;
      vertical-align: middle;
      display: table-cell !important; }
    table.cart_summary tbody .cart_item_gift td,
    table.cart_summary tbody .cart_discount td {
      padding: 7px 10px;
      vertical-align: middle; }
  table.cart_summary #cart_voucher {
    padding: 12px 8px; }
    table.cart_summary #cart_voucher #discount_name {
      width: 200px;
      margin: 0 5px;
      border-color: #8FC5ED; }
    table.cart_summary #cart_voucher .button {
      text-transform: uppercase;
      background: #527f9f;
      color: white;
      font-weight: bold; }
    table.cart_summary #cart_voucher input,
    table.cart_summary #cart_voucher .button {
      display: inline-block; }
    table.cart_summary #cart_voucher fieldset {
      text-align: center;
      position: relative; }
      table.cart_summary #cart_voucher fieldset .icon-absolue {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #527f9f;
        opacity: 0.3;
        top: 2px; }
    table.cart_summary #cart_voucher .icon {
      margin-right: 0; }
    table.cart_summary #cart_voucher label {
      position: relative;
      top: 2px;
      margin: 0;
      font-size: 17px;
      color: #527f9f;
      text-transform: uppercase; }
    table.cart_summary #cart_voucher #title {
      clear: both;
      padding: 10px 0 5px;
      text-transform: uppercase;
      color: #527f9f;
      text-decoration: underline; }
    table.cart_summary #cart_voucher #display_cart_vouchers {
      color: #373737; }
      table.cart_summary #cart_voucher #display_cart_vouchers .voucher_name {
        cursor: pointer;
        font-size: 18px; }
  table.cart_summary .cart_voucher_tr {
    background: #E9F4FC;
    border: 1px solid #527f9f;
    border-bottom-width: 3px; }
    table.cart_summary .cart_voucher_tr td {
      border: none; }
    table.cart_summary .cart_voucher_tr + tr td {
      border-top: none; }
  table.cart_summary .gift-icon {
    color: white;
    padding: 0 4px;
    background: #5abe44;
    display: inline-block;
    font-weight: 500;
    font-size: 13px; }
  table.cart_summary .cart_discount {
    background: #f7fff9;
    color: #333; }
    table.cart_summary .cart_discount .fa-gift {
      font-size: 18px;
      width: 90px;
      padding-right: 10px;
      margin-right: 10px;
      text-align: center;
      float: left;
      color: #5abe44; }
    table.cart_summary .cart_discount .cart_discount_unit_price .price {
      display: none; }
    table.cart_summary .cart_discount td p, table.cart_summary .cart_discount td .product-actions {
      line-height: 15px; }
    table.cart_summary .cart_discount td p {
      padding-top: 5px; }
    table.cart_summary .cart_discount .cart_discount_price.text-right {
      font-weight: bold;
      color: #777; }
  table.cart_summary .suggest-product {
    background: #fbebdc;
    color: #c26916; }
    table.cart_summary .suggest-product td {
      padding: 8px 8px 5px; }
    table.cart_summary .suggest-product .cart_product .img-product_link {
      width: 45px;
      height: 45px;
      margin-left: 12px; }
    table.cart_summary .suggest-product .price,
    table.cart_summary .suggest-product .product-name a {
      color: #c26916; }

.table .table-title {
  background: none;
  text-align: left;
  text-transform: uppercase;
  color: #484848; }

.product-name {
  font-size: 18px;
  line-height: 1.3;
  color: #3a3939; }
  .product-name a {
    color: #3a3939; }
    .product-name a:hover {
      color: #235076; }

/* ---------- Product Elements
  $product-name-color:            #3a3939;
  $product-name-hover-color:      $link-hover-color;
  $price-color:										$green;
  $product-price-color:						$price-color;
  $product-reduced-price:					$orange;
  $product-special-price-color:		$orange;
  $product-old-price-color:				#6f6f6f;
*/
.price {
  color: #4ea76b; }

.old-price {
  font-size: 0.8em;
  font-style: inherit;
  text-decoration: line-through;
  color: #6f6f6f; }

.price-percent-reduction {
  padding: 1px 4px 3px;
  font-size: 16px;
  color: white;
  background: #ff9c2b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.ajax_add_to_cart_button.btn-sm, .btn-group-sm > .ajax_add_to_cart_button.btn, .ajax_add_to_cart_button.button-small {
  padding: 7px 15px; }
  .ajax_add_to_cart_button.btn-sm .icon, .btn-group-sm > .ajax_add_to_cart_button.btn .icon, .ajax_add_to_cart_button.button-small .icon {
    float: left;
    line-height: 17px;
    margin-right: 0; }

.ribbon {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: -63px;
  background: #eb3e3b;
  color: white;
  display: block;
  padding: 6px 10px;
  width: 200px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  font-weight: 500;
  text-align: center; }
  .ribbon.ribbon-dlu {
    background: #ff5f22; }

.discount-flag {
  padding: 2px 10px 1px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  background: #ea3e3b;
  border: 2px solid white;
  display: inline-block; }
  .discount-flag.small {
    padding: 1px 6px 0px; }
  .discount-flag.solde {
    background: #e54594; }

.product-flags {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0 10px 0 0; }
  .product-flags .discount {
    display: block; }
  .product-flags .new {
    display: block;
    padding: 2px 6px 1px;
    width: auto;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    background: #329ccf;
    border: 2px solid white; }

.product_list.list .product-flags {
  top: 0;
  right: 0;
  border-radius: 0; }

.hovered .product-flags {
  top: -1px;
  right: -1px;
  border-radius: 0; }

/*
.price {
	font-size: 13px;
	color: $price-color;
	white-space: nowrap;
}

.price.product-price {
	font: 600 21px / 26px $font-family;
	color: $product-price-color;
}

.old-price {
	color: $product-old-price-color;
	text-decoration: line-through;
}

.old-price.product-price {
	font-size: 17px;
}

.special-price {
	color: $product-special-price-color;
}

.price-percent-reduction {
	background: #f13340;
	border: 1px solid #d02a2c;
	font: 600 21px / 24px $font-family;
	color: $light-text-color;
	padding: 0 5px 0 3px;
	display: inline-block;
	&.small {
		font: 700 14px / 17px $font-family;
		padding: 1px 6px;
	}
}
*/
/* BLOCK */
.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    border: 1px solid #d6d4d4;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.box {
  color: #333333;
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 5px;
  -moz-box-shadow: 0 1px 0 #cccccc;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.box-padding {
  padding: 10px 10px 5px; }
  .box-padding .page-subheading {
    margin: 0 -10px 10px;
    padding: 0 10px 10px; }

#left_column .block {
  border-right: 1px solid #d6d4d4;
  border-left: none;
  border-bottom: none;
  border-top: none; }

#right_column .block {
  border-left: 1px solid #d6d4d4;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.block {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  border: 1px solid #d6d4d4;
  padding: 5px;
  margin: 0 0 30px 0;
  line-height: 23px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .block p {
    margin-bottom: 0; }
  .block.box-small {
    padding: 9px 10px 9px 20px; }
    .block.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }
  .block .title_block,
  .block h4 {
    font: 400 15px/1.3 "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #1e4362;
    text-transform: uppercase;
    padding: 10px;
    margin: -5px -5px 20px -5px; }
    .block .title_block a,
    .block h4 a {
      color: #fff;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .block .title_block a:hover, .block .title_block a:focus,
      .block h4 a:hover,
      .block h4 a:focus {
        color: #9dc3e2; }
  .block .list-block {
    margin: -20px -5px -15px -5px; }
    @media (max-width: 767px) {
      .block .list-block {
        margin-top: 0; } }
    .block .list-block li {
      border-top: 1px solid #efeeee; }
      .block .list-block li a {
        padding: 5px 0 3px 20px;
        color: #666666;
        display: block;
        border-left: 3px solid transparent;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .block .list-block li a i {
          display: none; }
        .block .list-block li a:hover {
          color: #3579b0;
          padding-left: 15px;
          border-color: #3579b0; }
      .block .list-block li:first-child {
        border-top: none; }
    .block .list-block .form-group {
      padding-top: 20px;
      border-top: 1px solid #d6d4d4;
      margin-bottom: 0; }
      .block .list-block .form-group select {
        max-width: 270px; }
        @media (max-width: 767px) {
          .block .list-block .form-group select {
            width: 270px; } }
    .block .list-block .btn {
      margin-top: 12px; }
  .block .products-block li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    .block .products-block li .products-block-image {
      float: left;
      border: 1px solid #d6d4d4;
      margin-right: 19px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .block .products-block li .products-block-image {
          float: none;
          display: inline-block;
          margin: 0 auto 10px;
          text-align: center; } }
    .block .products-block li .product-content {
      overflow: hidden; }
      .block .products-block li .product-content h5 {
        margin: -3px 0 0 0; }
  .block .products-block .product-name {
    font-size: 15px;
    line-height: 18px; }
  .block .products-block .product-description {
    margin-bottom: 14px; }

.page-heading {
  font: 300 28px/36px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555454;
  padding: 0px 0px 5px 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden; }
  .page-heading span.heading-counter {
    font: 500 13px/22px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    color: #868585;
    font-style: italic;
    padding: 14px 0 0 25px;
    text-transform: none; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }

.page-subheading {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #555454;
  font-size: 18px;
  line-height: normal;
  border-bottom: 1px solid #d6d4d4;
  margin: 0 0 10px;
  padding: 5px; }

.new-box,
.sale-box {
  position: absolute;
  top: -4px;
  overflow: hidden;
  height: 85px;
  width: 85px;
  text-align: center;
  z-index: 0; }

.new-box {
  left: -4px; }

.sale-box {
  right: -5px; }

.new-label {
  font: 700 14px/12px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #6ad4ff;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  left: -33px;
  top: 16px;
  z-index: 1;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .new-label:before {
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .new-label:after {
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.sale-label {
  font: 700 14px/12px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #f13340;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 16px;
  z-index: 1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  .sale-label:before {
    position: absolute;
    bottom: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .sale-label:after {
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .new-label:after {
    display: none; }
  .ie8 .new-label:before {
    display: none; }
.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .sale-label:after {
    display: none; }
  .ie8 .sale-label:before {
    display: none; }
.ie8 .new-box {
  top: -1px;
  left: -1px; }
.ie8 .sale-box {
  right: -1px;
  top: -1px; }

.breadcrumb {
  padding: 10px 15px 0;
  background: none;
  font-size: 12px;
  text-transform: uppercase; }
  .breadcrumb a {
    color: #444; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: #3579b0; }
  .breadcrumb .navigation-pipe {
    padding: 0 10px;
    font-size: 20px;
    position: relative;
    top: 1px;
    color: #AAA; }
  .breadcrumb .fa-home {
    font-size: 16px; }

.rte {
  font: normal 16px/1.45 "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3 {
    line-height: 1.2;
    color: #333;
    font-weight: 400; }
    .rte h1 strong, .rte .h1 strong, .rte h2 strong, .rte .h2 strong, .rte h3 strong, .rte .h3 strong {
      font-weight: 400; }
  .rte h1, .rte .h1 {
    font-size: 2.6em;
    margin-bottom: 1em; }
  .rte h2, .rte .h2 {
    font-size: 2.4em;
    margin-bottom: 1em;
    line-height: 1.1; }
  .rte h3, .rte .h3 {
    font-size: 1.7em;
    margin-bottom: .5em; }
  .rte em {
    font-style: italic; }
  .rte p + h1, .rte p + .h1, .rte hr + h1, .rte hr + .h1, .rte ul + h1, .rte ul + .h1, .rte ol + h1, .rte ol + .h1, .rte blockquote + h1, .rte blockquote + .h1 {
    margin-top: 2em; }
  .rte p + h2, .rte p + .h2, .rte hr + h2, .rte hr + .h2, .rte ul + h2, .rte ul + .h2, .rte ol + h2, .rte ol + .h2, .rte blockquote + h2, .rte blockquote + .h2 {
    margin-top: 2em; }
  .rte p + h3, .rte p + .h3, .rte hr + h3, .rte hr + .h3, .rte ul + h3, .rte ul + .h3, .rte ol + h3, .rte ol + .h3, .rte blockquote + h3, .rte blockquote + .h3 {
    margin-top: 1em; }
  .rte p {
    margin-bottom: 1em;
    min-height: 1px; }
  .rte b, .rte strong {
    font-weight: 600; }
  .rte .alert h1, .rte .alert .h1, .rte .alert h2, .rte .alert .h2, .rte .alert h3, .rte .alert .h3 {
    color: inherit;
    margin-top: 0; }
  .rte .last {
    margin-bottom: 0;
    padding-bottom: 0; }
  .rte a {
    /*
        color: $link-color;
        &:hover,
        &:focus{
    	    cursor: pointer;
        	color: darken($link-color, 5%);
        }
    */ }
    .rte a.btn-default {
      color: #333; }
    .rte a.btn-success, .rte a.btn-hover-success:hover,
    .rte a.btn-hover-success:focus, .rte a.btn-danger, .rte a.btn-hover-danger:hover,
    .rte a.btn-hover-danger:focus, .rte abtn-priamry {
      color: white; }
    .rte a.btn:hover, .rte a.btn:focus {
      color: white; }
  .rte a.btn {
    color: white; }
  .rte .img-right, .rte .right {
    float: right; }
  .rte .img-left, .rte .left {
    float: left; }
  .rte .highlight {
    background: #f5f56d;
    padding: 2px 8px; }
  .rte blockquote {
    padding: 1em 2em;
    line-height: 1.6; }
    .rte blockquote cite {
      font-size: 80%;
      margin-top: 5px; }
  .rte blockquote,
  .rte .alert {
    margin: 2em auto;
    max-width: 85%; }
  .rte ul, .rte ol {
    list-style: inherit;
    margin-left: 20px; }
  .rte ol {
    list-style: decimal; }
  .rte div[class*='col'] > *:first-child {
    margin-top: 0; }

.font-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic; }

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

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

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

hr.space {
  border: none;
  margin: 50px auto 0; }

.footer-container {
  margin: 0;
  padding: 0;
  background-color: #edeff1;
  overflow: hidden; }

#htmlcontent_home + .footer-container {
  margin-top: 0; }

#footer {
  margin-bottom: 15px; }
  #footer a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #footer .title {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #3b86c4;
    padding-top: 10px; }
  #footer .fa-3x {
    color: #3b86c4; }
  #footer #footer-second-level {
    margin: 25px 0; }
  @media (max-width: 768px) {
    #footer #footer-customer-service {
      margin-top: 25px; } }
  #footer #footer-customer-service .footer-mail-link a {
    color: #555555;
    border-bottom: 1px solid #555555;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #footer #footer-customer-service .footer-mail-link a:hover, #footer #footer-customer-service .footer-mail-link a:focus {
      color: #3579b0;
      border-color: #3579b0; }
  #footer #footer-customer-service strong {
    font-size: 1.6em; }
  #footer #footer-customer-service i.fa-mobile-alt,
  #footer #footer-customer-service i.fa-envelope {
    margin-right: 5px; }
  #footer #footer-address .logo {
    margin-bottom: 10px; }
  #footer #footer-address address {
    font-size: 1.2em; }
  @media (max-width: 768px) {
    #footer #footer-useful-links {
      margin-top: 25px; } }
  #footer #footer-useful-links a {
    color: #555555;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #footer #footer-useful-links a:hover, #footer #footer-useful-links a:focus {
      color: #3579b0;
      border-color: #3579b0; }
  #footer #footer-useful-links ul {
    list-style: disc;
    margin-left: 30px; }
    #footer #footer-useful-links ul li {
      padding: 2px 0; }
  #footer .social-links {
    margin-top: 10px;
    display: inline-block; }
    #footer .social-links a {
      padding: 10px; }
    #footer .social-links .page-facebook {
      color: #3C5A99; }
    #footer .social-links .page-youtube {
      color: #ff0000; }
    #footer .social-links .page-medicatrix {
      position: relative;
      top: -9px; }

#footer-stars {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: 24px 15px;
  font-size: 1.2em; }
  #footer-stars .colored {
    color: #ffb339; }
  #footer-stars strong {
    font-size: 1.6em;
    font-weight: bold; }

#footer-newsletter {
  background-color: #98c138;
  padding: 20px 20px 15px;
  min-height: 100px; }
  @media (max-width: 1200px) {
    #footer-newsletter {
      padding: 10px;
      min-height: inherit; } }
  #footer-newsletter .visible-mobile-only {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
  #footer-newsletter p {
    margin-bottom: 0;
    line-height: 1.2; }
  #footer-newsletter small {
    color: white;
    font-style: italic; }
  #footer-newsletter .form-group {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  #footer-newsletter .form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.3em;
    border-radius: 0;
    height: 50px;
    max-width: 100%; }
  #footer-newsletter .input-group-addon {
    width: 50px; }
    #footer-newsletter .input-group-addon i {
      padding-top: 10px; }
  #footer-newsletter .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    #footer-newsletter .input-group > .form-control {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0; }
    #footer-newsletter .input-group .input-group-append {
      margin-left: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #footer-newsletter .btn {
    padding: 17px 20px;
    background: black;
    font-weight: bold;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #footer-newsletter .btn:hover, #footer-newsletter .btn:focus {
      background: #262626; }
    @media (max-width: 480px) {
      #footer-newsletter .btn {
        font-size: 0.9em;
        min-width: inherit;
        padding: 17px 10px;
        margin-top: 3px; } }

#footer-conseils {
  background-color: #79992d;
  color: white;
  min-height: 100px;
  padding: 20px; }
  @media (max-width: 1200px) {
    #footer-conseils {
      padding: 10px;
      min-height: inherit; }
      #footer-conseils .text {
        display: inline-block; } }
  #footer-conseils p {
    line-height: 1.3; }
  #footer-conseils .fa-3x {
    float: left;
    margin-right: 10px;
    color: white; }
  #footer-conseils .text {
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 0.85em;
    margin-right: 10px; }
  #footer-conseils strong {
    font-size: 1.25em; }
  #footer-conseils .link {
    border-bottom: 1px solid;
    display: inline; }
  #footer-conseils a {
    color: white; }
    #footer-conseils a:hover, #footer-conseils a:focus {
      color: #e6e6e6; }
  @media (max-width: 480px) {
    #footer-conseils .text {
      display: inline-block;
      margin-bottom: 0; }
    #footer-conseils .link {
      float: right;
      margin-bottom: 0; } }

#footer-bottom {
  padding-top: 10px;
  color: #888888;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  border-top: 1px solid #cccccc; }
  #footer-bottom em {
    font-style: italic; }
  #footer-bottom .footer-bottom-links a {
    color: #555555;
    border-bottom: 1px solid #555555;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 20px; }
    #footer-bottom .footer-bottom-links a:hover, #footer-bottom .footer-bottom-links a:focus {
      color: #3579b0;
      border-color: #3579b0; }
  #footer-bottom .footer-bottom-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #3b86c4;
    line-height: 1.3; }
    @media (max-width: 768px) {
      #footer-bottom .footer-bottom-title {
        margin-top: 25px; } }

/* BLOC REASSURANCE FOOTER */
#reassurance-footer {
  background-color: #f7f7f7;
  color: #333333; }
  #reassurance-footer .list-group {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    position: relative; }
    #reassurance-footer .list-group .list-item {
      position: relative; }
      #reassurance-footer .list-group .list-item:hover, #reassurance-footer .list-group .list-item:focus {
        cursor: pointer; }
        #reassurance-footer .list-group .list-item:hover strong, #reassurance-footer .list-group .list-item:focus strong {
          color: #3b86c4; }
    #reassurance-footer .list-group strong {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #reassurance-footer .list-group .fa-2x {
      color: #3b86c4;
      float: left;
      margin-top: 3px; }
      @media (max-width: 1200px) {
        #reassurance-footer .list-group .fa-2x {
          display: block;
          text-align: center;
          width: 100%;
          line-height: 1.3; } }
    #reassurance-footer .list-group .type-text {
      float: left;
      margin-left: 15px; }
      #reassurance-footer .list-group .type-text p {
        margin-bottom: 0; }
      @media (max-width: 1200px) {
        #reassurance-footer .list-group .type-text {
          text-align: center;
          margin: 0 auto;
          width: 100%; } }
    #reassurance-footer .list-group .list-item {
      margin: 25px 0;
      padding: 0 25px;
      border-left: 1px solid #ccc; }
      #reassurance-footer .list-group .list-item:first-child {
        border-left: none; }
      @media (max-width: 1200px) {
        #reassurance-footer .list-group .list-item {
          padding: 0 15px; } }
    #reassurance-footer .list-group a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-indent: -9999999px; }
  #reassurance-footer.rea-cms {
    margin: 0 -11px 25px -11px;
    border-bottom: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4; }
    #reassurance-footer.rea-cms ul, #reassurance-footer.rea-cms ul li {
      margin-left: 0 !important; }
    #reassurance-footer.rea-cms .list-group-item {
      border-left: 1px solid #efeeee;
      border-right: 1px solid #efeeee; }
      #reassurance-footer.rea-cms .list-group-item:hover.list-lock p, #reassurance-footer.rea-cms .list-group-item:hover.list-truck p, #reassurance-footer.rea-cms .list-group-item:hover.list-comments p, #reassurance-footer.rea-cms .list-group-item:hover.list-star p, #reassurance-footer.rea-cms .list-group-item:focus.list-lock p, #reassurance-footer.rea-cms .list-group-item:focus.list-truck p, #reassurance-footer.rea-cms .list-group-item:focus.list-comments p, #reassurance-footer.rea-cms .list-group-item:focus.list-star p {
        color: #777; }
      #reassurance-footer.rea-cms .list-group-item.active {
        background: none; }
        #reassurance-footer.rea-cms .list-group-item.active p {
          color: #777; }
        #reassurance-footer.rea-cms .list-group-item.active.list-lock .fas, #reassurance-footer.rea-cms .list-group-item.active.list-lock .icon, #reassurance-footer.rea-cms .list-group-item.active.list-lock h3, #reassurance-footer.rea-cms .list-group-item.active.list-lock .h3 {
          color: #e74c3c !important; }
        #reassurance-footer.rea-cms .list-group-item.active.list-truck .fas, #reassurance-footer.rea-cms .list-group-item.active.list-truck .icon, #reassurance-footer.rea-cms .list-group-item.active.list-truck h3, #reassurance-footer.rea-cms .list-group-item.active.list-truck .h3 {
          color: #3498db !important; }
        #reassurance-footer.rea-cms .list-group-item.active.list-comments .fas, #reassurance-footer.rea-cms .list-group-item.active.list-comments .icon, #reassurance-footer.rea-cms .list-group-item.active.list-comments h3, #reassurance-footer.rea-cms .list-group-item.active.list-comments .h3 {
          color: #2ecc71 !important; }
        #reassurance-footer.rea-cms .list-group-item.active.list-star .fas, #reassurance-footer.rea-cms .list-group-item.active.list-star .icon, #reassurance-footer.rea-cms .list-group-item.active.list-star h3, #reassurance-footer.rea-cms .list-group-item.active.list-star .h3 {
          color: #f1c40f !important; }
    #reassurance-footer.rea-cms .fa-stack-2x {
      color: #777; }
    #reassurance-footer.rea-cms .type-text h3, #reassurance-footer.rea-cms .type-text .h3 {
      color: #777 !important;
      font-size: 22px !important; }
    #reassurance-footer.rea-cms .type-text p {
      color: #aaaaaa; }

.home-manufacturers {
  margin-bottom: 25px;
  background: white; }
  .home-manufacturers .title_block {
    font-size: 45px;
    line-height: 38px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    color: #3c3c3c;
    margin-bottom: 25px; }
  .home-manufacturers .capital {
    text-transform: uppercase;
    font-size: 85%;
    display: block;
    font-weight: bold; }
  .home-manufacturers p {
    color: #333; }
  .home-manufacturers p.text-left {
    font-size: 15px; }
  .home-manufacturers .width {
    padding: 25px 15px 67px 15px;
    min-height: 543px;
    position: relative; }
    @media (max-width: 1200px) {
      .home-manufacturers .width {
        min-height: auto; } }
  .home-manufacturers .img-responsive {
    margin: 0 auto; }
  .home-manufacturers .title-manufacturer {
    font-size: 21px;
    font-weight: 100;
    padding: 20px 0px 5px;
    line-height: 24px; }
  .home-manufacturers .btn {
    background: transparent;
    border: none;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px; }
    .home-manufacturers .btn:hover, .home-manufacturers .btn:focus {
      font-weight: 600;
      top: auto !important; }

#ancre_home_manufacturers .width {
  background: white; }

.home-manufacturers-resume .title_block {
  margin-top: 15px;
  font-size: 30px;
  line-height: 31px; }
.home-manufacturers-resume .width {
  min-height: inherit;
  padding: 10px 0 0 0;
  background: white; }
.home-manufacturers-resume .title-manufacturer {
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px; }

.bg_nm_export {
  margin-top: -10px; }

#bg_nm_export .width,
.bg_nm_export .width {
  border: 2px solid #1683DB; }
#bg_nm_export strong,
.bg_nm_export strong {
  font-weight: 500; }
#bg_nm_export em,
.bg_nm_export em {
  font-style: italic; }
#bg_nm_export .btn,
.bg_nm_export .btn {
  background: #1683DB; }

#bg_nm .width,
.bg_nm .width {
  border: 2px solid #8BC34A; }
#bg_nm strong,
.bg_nm strong {
  font-weight: 500; }
#bg_nm em,
.bg_nm em {
  font-style: italic; }
#bg_nm .btn,
.bg_nm .btn {
  background: #8BC34A; }

#bg_jacobs .width,
.bg_jacobs .width {
  border: 2px solid #3F51B5; }
#bg_jacobs .btn,
.bg_jacobs .btn {
  background: #3F51B5; }

#bg_olivie .width,
.bg_olivie .width {
  border: 2px solid #4CAF50; }
#bg_olivie .btn,
.bg_olivie .btn {
  background: #4CAF50; }

#presentation_natura {
  padding: 50px; }
  @media (max-width: 765px) {
    #presentation_natura {
      padding: 0 25px 0 25px; } }
  #presentation_natura .logo-description {
    font: italic 18px/24px georgia,serif;
    margin-top: 0; }
  #presentation_natura p, #presentation_natura li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    text-align: justify; }
  #presentation_natura ul {
    list-style: disc;
    margin-left: 25px; }
    #presentation_natura ul li {
      margin-bottom: 10px; }
  #presentation_natura a {
    color: #3579b0;
    border-bottom: 1px solid transparent; }
    #presentation_natura a:hover {
      color: #295e89;
      border-color: #295e89; }

#presse-home {
  padding: 50px 0 0;
  border-top: 1px solid #dbdbdb;
  background: white; }
  #presse-home .col-title .page-product-heading {
    font-weight: 100;
    font-size: 35px;
    line-height: 38px;
    margin: 0; }
  #presse-home ul {
    margin-bottom: 0;
    display: block;
    text-align: center; }
    #presse-home ul li {
      padding: 5px 10px;
      display: inline-block; }
      #presse-home ul li img {
        width: auto;
        max-width: 100%;
        max-height: 30px; }

.fb_iframe_widget {
  display: block !important; }

#html_block_left {
  background: #4AACB5;
  color: white;
  border-color: #54c1cc;
  text-align: center;
  border-radius: 6px; }
  #html_block_left a {
    color: white; }
  #html_block_left .little-lead {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    margin: 0; }
  #html_block_left .list-group {
    background: #349aa3;
    margin: 10px 5px 5px; }
  #html_block_left .list-group-item {
    border: none;
    background: none;
    padding: 5px 15px; }
  #html_block_left .title_block {
    background: none;
    color: inherit;
    border: none;
    top: 0 !important;
    border-bottom: 1px solid;
    padding: 5px;
    margin: 0 0 15px; }
    #html_block_left .title_block:after {
      content: none; }
    #html_block_left .title_block i {
      display: block; }
  #html_block_left .block_content {
    padding: 0 5px 5px;
    margin-top: 0 !important; }
  #html_block_left img {
    width: 100px;
    height: auto;
    margin: 10px 10px 5px 10px; }

#allproducts_block {
  padding: 0;
  border: none; }

#transport-info a {
  display: block;
  background-color: #ffd21c;
  color: #564709;
  margin: 0;
  padding: 15px 10px; }
  #transport-info a header {
    text-align: center;
    padding: 10px; }
  #transport-info a .title {
    font-size: 22px;
    margin: 10px 0 5px 0;
    font-weight: bold;
    text-transform: uppercase; }
  #transport-info a p {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0; }
    #transport-info a p del {
      font-size: 80%; }
  #transport-info a small {
    text-transform: initial;
    font-size: 13px;
    line-height: 16px; }
#transport-info h3 {
  font-size: 17px;
  margin: 10px 0 5px 0; }
#transport-info p {
  font-size: 13px;
  line-height: 18px; }

.pagenotfound #center_column {
  text-align: center;
  padding: 70px 25px; }
  .pagenotfound #center_column h3 {
    margin-top: 50px; }
  .pagenotfound #center_column .input-group {
    width: 450px;
    margin: 0 auto; }
    .pagenotfound #center_column .input-group input {
      max-width: initial;
      padding: 20px; }
      .pagenotfound #center_column .input-group input:hover, .pagenotfound #center_column .input-group input:focus {
        outline: none;
        box-shadow: none;
        border-color: #75A66D; }
    .pagenotfound #center_column .input-group .input-group-btn button {
      padding: 10px 20px; }
  .pagenotfound #center_column .buttons {
    margin-top: 50px; }

.menu-keywords {
  clear: both;
  /*
    position: absolute;
    bottom: -39px;
  */
  z-index: 1;
  margin: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #EEE;
  background: #FBFBFB;
  text-align: center; }
  .menu-keywords ul {
    margin: 0 auto;
    height: 38px;
    overflow: hidden; }
    .menu-keywords ul li {
      display: block;
      border-left: 1px solid #EEE;
      display: inline-block; }
      .menu-keywords ul li:first-child {
        border: none; }
      .menu-keywords ul li a {
        display: block;
        padding: 10px 10px; }
        .menu-keywords ul li a:hover, .menu-keywords ul li a:focus {
          text-decoration: none;
          background: #EFEFEF; }

.menu-keywords-new {
  margin: 60px 0; }
  .menu-keywords-new li {
    margin-bottom: 15px; }
    .menu-keywords-new li a {
      padding: 15px 10px;
      border-radius: 15px;
      border: 1px solid #3a3a3a;
      display: block;
      color: #3a3a3a; }
      .menu-keywords-new li a:hover, .menu-keywords-new li a:focus {
        color: #4ea76b;
        border-color: #4ea76b; }

/*
#columns {
  padding-top: 50px;
}
*/
/************************
*                       *
*      TOPBAR           *
*                       *
*************************/
.group-10 #topbar,
.group-6 #topbar,
.group-17 #topbar,
.group-18 #topbar,
.group-19 #topbar,
.group-20 #topbar {
  margin-top: 45px; }

#topbar {
  margin-bottom: 20px;
  height: 40px;
  background: none;
  position: relative;
  z-index: 999;
  color: #131313;
  z-index: 10; }
  #topbar .dropdown {
    position: relative;
    float: left;
    height: 40px; }
    #topbar .dropdown > .btn-flat {
      display: block;
      padding: 11px 14px; }
    #topbar .dropdown:hover::after, #topbar .dropdown:focus::after, #topbar .dropdown.open::after {
      background: inherit; }
  #topbar .btn-flat {
    color: #131313;
    background: none;
    border: none;
    text-transform: capitalize; }
    #topbar .btn-flat:hover, #topbar .btn-flat:focus {
      color: #2e83c6; }
  #topbar .topbar-block {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px; }
    #topbar .topbar-block a {
      color: white;
      border-bottom: 1px solid transparent; }
      #topbar .topbar-block a:hover, #topbar .topbar-block a:focus {
        border-color: white; }
  @media (max-width: 990px) {
    #topbar .topbar-block {
      display: none; } }
  #topbar #currencies-block-top {
    border: none; }
  #topbar #info-contact {
    float: left;
    color: #131313;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    display: inline-block;
    font-size: 15px;
    margin: 0; }
    #topbar #info-contact i {
      padding-right: 5px; }
  #topbar #languages-block-top {
    float: right;
    color: #131313;
    text-transform: uppercase;
    line-height: 40px; }
    #topbar #languages-block-top a {
      color: #131313;
      padding: 11px 4px; }
      #topbar #languages-block-top a:hover, #topbar #languages-block-top a:focus {
        color: #4ea76b; }
    #topbar #languages-block-top li {
      display: inline-block; }
    #topbar #languages-block-top .selected span {
      font-weight: bold;
      color: #4ea76b;
      padding: 11px 4px; }
  #topbar #blockuserinfo-nav .topbar-block,
  #topbar #blockuserinfo-nav .label {
    text-transform: capitalize; }
  #topbar #blockuserinfo-nav #btn-sign {
    float: left; }
  #topbar #form-tooltip {
    padding: 10px;
    left: inherit;
    min-width: 200px;
    right: 0; }
    #topbar #form-tooltip::before, #topbar #form-tooltip::after {
      left: 50%; }
    #topbar #form-tooltip .form {
      width: 100%;
      float: left; }
    #topbar #form-tooltip .lost_password {
      margin-top: -12px; }
    #topbar #form-tooltip .lost_password a,
    #topbar #form-tooltip label {
      text-transform: lowercase;
      font-weight: normal; }
      #topbar #form-tooltip .lost_password a:first-letter,
      #topbar #form-tooltip label:first-letter {
        text-transform: uppercase; }

/*
$state-success-text:             $green !default; //#3c763d !default;
$state-success-bg:               #f1f7f0 !default; //#dff0d8 !default;
$state-success-border:           darken(adjust-hue($state-success-bg, -10), 7%) !default;

$state-info-text:                $blue !default;
$state-info-bg:                  #f3f8fc !default;
$state-info-border:              #c6dfed !default; //darken(adjust-hue($state-info-bg, -10), 7%) !default;

$state-warning-text:             #8a6d3b !default;
$state-warning-bg:               #fcf8e3 !default;
$state-warning-border:           darken(adjust-hue($state-warning-bg, -10), 7%) !default;

$state-danger-text:              #a94442 !default;
$state-danger-bg:                #f2dede !default;
$state-danger-border:            darken(adjust-hue($state-danger-bg, -10), 5%) !default;
*/
/*
$alert-default-bg:    				#F2F2F2 !default;
$alert-default-text:  				$black-brun !default;
$alert-default-border:				#F2F2F2 !default;
*/
/*
$alert-success-bg:            $state-success-bg !default;
$alert-success-text:          $state-success-text !default;
$alert-success-border:        $state-success-border !default;

$alert-info-bg:               $state-info-bg !default;
$alert-info-text:             $state-info-text !default;
$alert-info-border:           $state-info-border !default;

$alert-warning-bg:            $state-warning-bg !default;
$alert-warning-text:          $state-warning-text !default;
$alert-warning-border:        $state-warning-border !default;

$alert-danger-bg:             $state-danger-bg !default;
$alert-danger-text:           $state-danger-text !default;
$alert-danger-border:         $state-danger-border !default;
*/
/************************************************************
				HELP WIDGET
************************************************************/
#help {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 10;
  width: 400px; }
  #help img {
    width: 150px;
    position: fixed;
    right: 45px;
    z-index: 1;
    bottom: -135px;
    -moz-transition: bottom 0.18s linear;
    -o-transition: bottom 0.18s linear;
    -webkit-transition: bottom 0.18s linear;
    transition: bottom 0.18s linear; }
  #help #help-close {
    position: relative;
    right: -20px;
    top: -10px; }
  #help .btn[aria-expanded='false'] {
    bottom: -135px; }
  #help .btn[aria-expanded='true'] #help-close:before {
    content: "\f0d7"; }
  #help .btn[aria-expanded='true'] img {
    bottom: 0px; }
  #help .btn-help {
    font-size: 16px;
    text-transform: uppercase;
    background: #353D4C;
    border-radius: 0;
    padding: 7px 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    text-align: left; }
    #help .btn-help:hover, #help .btn-help:focus {
      bottom: 0; }
    #help .btn-help .fas, #help .btn-help .far {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-right: 10px; }
  #help .well {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent; }
    #help .well ul {
      margin-bottom: 0; }
      #help .well ul a {
        padding: 9px 10px;
        display: block;
        border-bottom: 1px solid #efeeee;
        color: #737373;
        font-size: 14px;
        font-weight: 300;
        cursor: pointer;
        background: #f5f5f5; }
        #help .well ul a:hover, #help .well ul a:focus {
          background: white;
          color: #3579b0;
          text-decoration: none; }
        #help .well ul a strong {
          font-weight: 600; }
    #help .well .collapse, #help .well .collapsing {
      background: white;
      padding: 5px 0px 5px 30px;
      height: 57px !important; }
      #help .well .collapse p, #help .well .collapsing p {
        margin-bottom: 0; }
      #help .well .collapse.in, #help .well .collapsing.in {
        height: 57px !important; }

#modal-rdv-phone .modal-content {
  padding: 25px; }
  #modal-rdv-phone .modal-content h2 {
    margin-top: 0; }
  #modal-rdv-phone .modal-content .input-group {
    max-width: 262px; }

#shopimind-interets {
  margin: 120px 0; }

@media only print {
  .no-print,
  .no-print * {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333333%; } }
html {
  scroll-behavior: smooth; }

.table-compare {
  text-align: center;
  color: #585858; }
  .table-compare td {
    vertical-align: middle !important;
    text-align: center;
    font-size: 13px; }
    .table-compare td li {
      text-align: left; }
    .table-compare td small {
      line-height: 1.3;
      display: block; }
  .table-compare.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3 !important; }
  .table-compare.table-bordered > thead > tr > th, .table-compare.table-bordered > thead > tr > td, .table-compare.table-bordered > tbody > tr > th, .table-compare.table-bordered > tbody > tr > td, .table-compare.table-bordered > tfoot > tr > th, .table-compare.table-bordered > tfoot > tr > td {
    border: 1px solid #969696; }
  .table-compare thead th {
    background: white !important; }
  .table-compare th {
    line-height: 17px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #131313 !important;
    font-weight: bold !important;
    font-size: 15px !important; }
    .table-compare th a {
      font-weight: bold !important;
      color: #131313; }
    .table-compare th.th {
      font-size: 21px;
      color: #131313;
      text-align: left; }
  .table-compare tbody > tr > th:first-child,
  .table-compare tbody > tr > td:first-child {
    color: #313131;
    font-weight: bold;
    text-align: left !important; }
  .table-compare tbody tr.hight td {
    background: #fff297; }

#compare {
  margin-top: 60px; }

#relay_point_selected_box {
  margin: 0 auto;
  padding: 1px 50px 12px;
  color: white;
  background: #3ecf8e;
  max-width: 500px; }

.MRW-CountryContainer {
  display: none !important; }

#code_promo {
  color: #f9c700;
  background: #d81774;
  text-align: center;
  margin: -35px -25px 15px -25px;
  padding: 10px;
  border-top: 1px dashed #f9c700;
  border-bottom: 1px dashed #f9c700; }
  #code_promo p {
    margin: 0;
    line-height: 18px; }
  #code_promo code {
    font-size: 1.2em;
    line-height: 1.7; }
  #code_promo small {
    display: inline-block;
    line-height: 1; }

#left_column #order-help {
  padding-top: 20px;
  border-top: 1px solid #eaeaea; }

#order-help strong {
  font-size: 17px; }

.order-box-sidebar {
  margin: 25px 25px 15px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }
  .order-box-sidebar .title {
    font-size: 19px;
    font-weight: 100;
    line-height: 21px !important;
    margin-bottom: 10px; }
  .order-box-sidebar p {
    font-weight: 100;
    font-size: 14px;
    line-height: 17px; }
  .order-box-sidebar strong {
    font-weight: 600; }

.nddp {
  background: #E91E63 !important;
  color: #ffd3e3 !important; }

.order .nddp {
  padding: 15px;
  margin: 25px 0px 15px; }
  .order .nddp .lead {
    font-size: 17px; }

.em {
  font-style: italic !important; }

#info_therap {
  color: #CE4844;
  padding: 15px 10px 5px;
  background: #ffefef;
  margin: 0;
  border-top: 1px dashed #CE4844;
  border-bottom: 1px dashed #CE4844;
  text-align: center; }

.PM_ASBlockOutputHorizontal {
  background: none !important;
  border: none !important;
  padding: 5px !important;
  margin-bottom: 0; }
  .PM_ASBlockOutputHorizontal .dropdown .dropdown-toggle {
    border: 2px solid #969696;
    text-align: left;
    padding: 7px !important;
    display: block;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
    .PM_ASBlockOutputHorizontal .dropdown .dropdown-toggle:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .4em solid;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
      float: right;
      margin-top: 7px; }
  .PM_ASBlockOutputHorizontal .dropdown-menu {
    width: 100%;
    margin-bottom: 0;
    margin-top: -2px;
    border: 2px solid #969696;
    border-top: 1px solid #CCC;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
    .PM_ASBlockOutputHorizontal .dropdown-menu:before, .PM_ASBlockOutputHorizontal .dropdown-menu:after {
      content: none; }
  .PM_ASBlockOutputHorizontal .PM_ASResetGroup {
    position: absolute;
    right: 0; }
  .PM_ASBlockOutputHorizontal .PM_ASCriterionGroupCheckbox .PM_ASCriterionNbProduct {
    display: inline-block; }
  .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding: 0; }

.PM_ASSelectionsSelectedCriterion {
  margin-right: 10px; }
  .PM_ASSelectionsSelectedCriterion a {
    background: #e4e4e4 !important;
    text-transform: uppercase;
    color: #7e7d7d;
    padding: 4px 12px !important; }
    .PM_ASSelectionsSelectedCriterion a:hover, .PM_ASSelectionsSelectedCriterion a:focus {
      background: #cbcbcb;
      text-decoration: none; }
    .PM_ASSelectionsSelectedCriterion a .icon {
      padding-right: 12px; }

.PM_ASSelectionsCriterionsGroup .PM_ASSelectionsCriterionsGroupName > ul {
  display: inline-block; }

#id_cms_category-15,
#id_cms_category-16,
#id_cms_category-11 {
  display: none; }
  #id_cms_category-15.thera,
  #id_cms_category-16.thera,
  #id_cms_category-11.thera {
    display: block; }

img.deffimg {
  height: inherit;
  width: inherit; }

.table_contents {
  background: #fdfde9;
  color: #63634f;
  padding: 25px;
  margin-top: -35px; }
  .table_contents a {
    color: #63634f; }
    .table_contents a:hover, .table_contents a:focus {
      font-weight: bold; }
  .table_contents ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0; }
  .table_contents ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em; }
  .table_contents ol > li:before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .table_contents li ol > li {
    margin: 0; }
  .table_contents li ol > li:before {
    content: counters(item,".") " "; }

.margin0 {
  margin-bottom: 0 !important; }

.reduction-eligible strong {
  font-size: 3em;
  line-height: 1em;
  display: block; }
.reduction-eligible sup {
  font-size: 0.6em; }
.reduction-eligible p {
  line-height: 15px !important;
  margin-bottom: 0; }
.reduction-eligible .high {
  font-weight: 600; }

.list-header {
  margin-bottom: .5em; }
  .list-header.promo .inner {
    color: white;
    background: url("../img/pattern/inner-promo.gif") #ea3e3b; }
    .list-header.promo .inner a {
      color: #dcc611; }
      .list-header.promo .inner a:hover, .list-header.promo .inner a:focus {
        color: #ad9b0d; }
  .list-header.promo-bleu .inner {
    color: white;
    background: url("../img/pattern/inner-promo-blue.gif") #1e4362; }
    .list-header.promo-bleu .inner a {
      color: #dcc611; }
      .list-header.promo-bleu .inner a:hover, .list-header.promo-bleu .inner a:focus {
        color: #ad9b0d; }
  .list-header p {
    font-size: 16px;
    line-height: 23px; }
  .list-header .last {
    margin-bottom: 0 !important; }
  .list-header .inner {
    color: #333;
    background: url("../img/pattern/crossword.png") #F8F8F8;
    padding: 1.5em;
    text-align: center; }
  .list-header .title {
    margin: 1em 0 .7em;
    font-size: 24px;
    line-height: 35px;
    font-weight: 100; }
  .list-header .sub-title {
    font-size: 18px;
    line-height: 24px; }
  .list-header .big {
    font-size: 65px;
    line-height: 42px; }
  .list-header .info {
    margin: .5em 0;
    font-size: 14px;
    line-height: 1.5em; }
  .list-header .buttons {
    margin: auto;
    padding: 1px 0 0;
    max-width: 500px;
    font-size: 0;
    overflow: hidden; }

.category-143 .cat_desc {
  margin-bottom: 5px !important; }

.cat_desc small {
  font-size: 80%; }

.countdown {
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 2px;
  color: #303030;
  text-transform: uppercase; }
  .countdown #clock {
    font-weight: 600;
    font-size: 115%; }

body#category .countdown {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 5px;
  margin-bottom: 10px; }
  body#category .countdown #clock {
    font-size: 150%;
    display: block;
    line-height: 35px; }

#flap {
  position: fixed;
  right: 0px;
  top: 25%;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #flap a {
    display: block; }
  #flap .close {
    position: absolute;
    color: #303952;
    z-index: 11;
    width: 36px;
    height: 184px;
    cursor: pointer;
    text-align: left;
    top: 0;
    left: 0; }
    #flap .close .icon {
      position: relative;
      top: -5px;
      left: -5px; }

@media all and (max-width: 640px) {
  #flap {
    display: none; } }
.circle-icon {
  background: #ae3434;
  padding: 14px 0;
  font-size: 23px;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  border: 2px solid white;
  position: absolute;
  left: 35px;
  z-index: 1;
  text-align: center;
  font-weight: 100; }

#order-gift .title {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 17px; }

#nm-gift-notaccess {
  margin: 25px 0 0;
  padding: 20px;
  border: 3px solid #59be44;
  position: relative; }
  #nm-gift-notaccess .icon-gift, #nm-gift-notaccess .fa-gift {
    position: absolute;
    bottom: -37px;
    right: 0;
    font-size: 260px;
    opacity: 0.1;
    color: #59be44; }
  #nm-gift-notaccess .h2 {
    font-weight: lighter;
    margin-top: 0; }
  #nm-gift-notaccess b {
    font-style: italic; }
  #nm-gift-notaccess .form-control-lg {
    min-width: 210px;
    padding: 1.9rem 1.3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    border-width: 2px; }
  #nm-gift-notaccess .btn {
    background: #59be44; }

#nm-gift {
  margin: 25px 0;
  padding: 20px;
  border: 3px solid #59be44; }
  #nm-gift .img-responsive {
    margin: 0 auto; }
  #nm-gift .pull-left {
    position: relative; }
    #nm-gift .pull-left .discount-flag {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      background: #59be44; }
  #nm-gift .col {
    padding: 10px 10px 10px 0; }
  #nm-gift .title {
    padding-bottom: 5px;
    font-size: 17px; }
    #nm-gift .title .slogan {
      font-size: 23px;
      font-family: serif;
      font-style: italic;
      color: #59be44; }
    #nm-gift .title .subtitle {
      text-decoration: underline;
      font-weight: 600; }
  #nm-gift .book-title {
    font-size: 17px;
    line-height: 22px;
    margin: 10px 0 5px; }
  #nm-gift .book-author {
    font-size: 14px; }
  #nm-gift .book-text {
    font-size: 16px;
    font-weight: 100;
    line-height: 21px;
    margin-top: 10px; }
  #nm-gift .add-cart {
    width: 100%; }
  #nm-gift .btn-default {
    margin-top: 10px; }
  #nm-gift .btn-plus {
    background: #333;
    color: white;
    padding: 11px 20px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px; }
    #nm-gift .btn-plus:hover, #nm-gift .btn-plus:focus {
      background: black; }
  #nm-gift .btn-link {
    margin-top: 10px;
    display: inline-block;
    color: #3579b0; }
    #nm-gift .btn-link:hover, #nm-gift .btn-link:focus {
      color: #235076; }
  #nm-gift .price {
    font-size: 14px;
    color: #59be44; }
    #nm-gift .price del {
      color: #ea3e3b; }
    #nm-gift .price span {
      font-weight: 600;
      margin-left: 10px; }
  #nm-gift .conditions {
    display: inline-block;
    margin-top: 5px; }

/* BLOC REASSURANCE */
.l-reassurance .htmlcontent {
  margin: 0 -5px; }
.l-reassurance img {
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .l-reassurance img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
.l-reassurance .htmlcontent-item {
  padding: 0 5px 10px; }

/* PAGE : IDENTITY */
#identity-form form,
#address form {
  max-width: inherit !important; }
  #identity-form form sup,
  #address form sup {
    color: #d43f3f;
    font-size: 20px;
    position: relative;
    top: 0px; }
  #identity-form form .required:before,
  #address form .required:before {
    color: #d43f3f; }
  #identity-form form .phone-group,
  #address form .phone-group {
    background: #F1F1F1;
    padding: 20px 0 5px;
    margin-bottom: 15px; }
    #identity-form form .phone-group .inline-infos-title,
    #address form .phone-group .inline-infos-title {
      text-align: center;
      font-size: 15px;
      color: #3b86c4; }
    #identity-form form .phone-group .inline-infos,
    #address form .phone-group .inline-infos {
      margin-bottom: 0;
      padding-bottom: 0; }
  #identity-form form #our-newsletter,
  #address form #our-newsletter {
    margin-bottom: 0; }
#identity-form .radio,
#address .radio {
  margin-top: 0;
  float: left;
  margin-right: 15px; }
#identity-form .radio-inline input,
#identity-form .checkbox-inline input,
#address .radio-inline input,
#address .checkbox-inline input {
  margin-left: -20px;
  margin-top: -10px; }
#identity-form .form-group,
#address .form-group {
  clear: both; }
#identity-form .form_info,
#address .form_info {
  color: #3b86c4;
  font-style: italic;
  font-size: 13px; }
#identity-form #submitAddress,
#address #submitAddress {
  margin-left: 0; }

#discount #center_column .col {
  margin-bottom: 25px; }
#discount #center_column .border {
  padding-top: 15px;
  min-height: 247px;
  border: 1px solid #DDD; }
#discount #center_column .discount_description,
#discount #center_column .discount_value,
#discount #center_column .discount_code {
  text-align: center;
  padding: 0 10px; }
#discount #center_column .discount_description {
  font-weight: 600; }
#discount #center_column .discount_value {
  font-size: 2.5em;
  color: #3579b0;
  margin: 31px 0; }
  #discount #center_column .discount_value.with_code {
    margin: 0; }
  #discount #center_column .discount_value small {
    font-size: 50%;
    display: block; }
#discount #center_column .discount_code {
  color: #3579b0; }
  #discount #center_column .discount_code .discount_code_value {
    font-size: 2.5em; }
#discount #center_column .conditions {
  background: #faf9f9;
  padding: 10px 15px 5px; }
  #discount #center_column .conditions p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px; }

#identity,
#order-slip,
#order-follow,
#discount,
#module-loyalty-default,
#history,
#addresses,
#address,
#password,
#mywishlist {
  /*
  	.clearfix {
  		clear: both;
  	}
  */ }
  #identity .footer_links,
  #order-slip .footer_links,
  #order-follow .footer_links,
  #discount .footer_links,
  #module-loyalty-default .footer_links,
  #history .footer_links,
  #addresses .footer_links,
  #address .footer_links,
  #password .footer_links,
  #mywishlist .footer_links {
    background: #fafafa;
    border-top: 1px solid #e7e6e6;
    padding: 25px;
    margin: 50px -10px 0px -10px; }
  #identity #req,
  #order-slip #req,
  #order-follow #req,
  #discount #req,
  #module-loyalty-default #req,
  #history #req,
  #addresses #req,
  #address #req,
  #password #req,
  #mywishlist #req {
    color: #d43f3f; }
  #identity .inline-infos,
  #order-slip .inline-infos,
  #order-follow .inline-infos,
  #discount .inline-infos,
  #module-loyalty-default .inline-infos,
  #history .inline-infos,
  #addresses .inline-infos,
  #address .inline-infos,
  #password .inline-infos,
  #mywishlist .inline-infos {
    font-style: italic;
    margin-top: -10px;
    padding-bottom: 5px;
    color: #3b86c4; }

#address #add_address {
  margin-bottom: 25px; }
#address .info-title strong {
  background: #3b86c4;
  color: #fff;
  padding: 1px 4px;
  font-weight: normal; }
#address textarea {
  max-width: 210px; }

#password .breadcrumb,
#password .menu-keywords {
  display: none; }
#password .small-box {
  max-width: 400px;
  padding: 0 20px;
  margin: 0 auto 15px;
  border: 1px solid #ddd;
  float: none; }
  #password .small-box h1 {
    border: none; }
  #password .small-box p {
    font-size: 15px;
    line-height: 20px; }
  #password .small-box .input-group-addon,
  #password .small-box .form-control {
    border-radius: 0;
    box-shadow: none; }
  #password .small-box .input-group-addon {
    background: white; }
  #password .small-box .form-control {
    max-width: 475px;
    width: 100%; }
  #password .small-box .btn-lg, #password .small-box .btn-group-lg > .btn {
    width: 100%; }
  #password .small-box .btn-link {
    margin-top: 25px;
    padding: 0; }
  #password .small-box .alert-danger {
    margin: 0 -21px 20px; }
#password .help {
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px; }
  #password .help a:hover,
  #password .help a:focus {
    cursor: pointer; }

/* PAGE : FABRICANT */
#manufacturer #manufacturers_list .lnk_img {
  display: block; }
#manufacturer #manufacturers_list h3 {
  margin: 15px -15px 10px;
  display: block;
  font-size: 23px;
  color: #333;
  font-weight: 100;
  padding: 4px 0;
  background: #eeeeee; }
  #manufacturer #manufacturers_list h3 .product-name {
    display: block;
    font-size: 18px;
    padding: 8px 0;
    color: #372f2b;
    font-weight: 100; }
    #manufacturer #manufacturers_list h3 .product-name:hover, #manufacturer #manufacturers_list h3 .product-name:focus {
      color: #3b86c4; }
#manufacturer #manufacturers_list .mansup-container {
  min-height: 415px; }
#manufacturer #manufacturers_list .btn-sm, #manufacturer #manufacturers_list .btn-group-sm > .btn, #manufacturer #manufacturers_list .button-small {
  font-size: 11px;
  padding: 8px 7px; }

.mansup-container {
  border: 1px solid #eeeeee;
  margin: 0 0 30px 0;
  position: relative;
  padding: 15px; }
  .mansup-container:hover, .mansup-container:focus {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .mansup-container .description {
    font-size: 15px;
    line-height: 1.4;
    color: #707070; }
  .mansup-container .btn {
    border: 2px solid !important;
    font-weight: 600 !important;
    color: #3b86c4 !important; }
    .mansup-container .btn:hover, .mansup-container .btn:focus {
      color: white !important; }

/* Bloc new products 2 */
#blocknewproductsnew {
  clear: both;
  background: #f5f5f5;
  margin: 0px -11px 60px -11px;
  padding: 60px 10px; }
  #blocknewproductsnew .no-padding-right {
    padding-right: 0; }
  #blocknewproductsnew .product-name {
    margin-top: 20px; }
  #blocknewproductsnew:hover a.browse, #blocknewproductsnew:focus a.browse {
    display: block; }
  #blocknewproductsnew .product_list.grid .ajax_block_product.first-in-line {
    clear: none; }
  #blocknewproductsnew .title_block {
    display: block;
    margin-bottom: 25px !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-align: center; }
    #blocknewproductsnew .title_block:after {
      content: "";
      position: absolute;
      background-color: #e2e2e2;
      height: 2px;
      width: 100%;
      left: 0;
      bottom: -5px; }
    #blocknewproductsnew .title_block span {
      background: none;
      font-size: 45px;
      line-height: 38px;
      font-weight: 400;
      padding-right: 0;
      text-transform: none;
      position: relative;
      color: #3c3c3c; }
      #blocknewproductsnew .title_block span:after {
        content: "";
        position: absolute;
        background-color: #329CCF;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: -2px;
        z-index: 1; }
    #blocknewproductsnew .title_block .icon {
      margin-right: 10px;
      color: #329CCF; }
  #blocknewproductsnew .link-shop {
    position: absolute;
    color: #329CCF;
    font-size: 15px;
    right: 10px;
    bottom: 0; }
    #blocknewproductsnew .link-shop:hover, #blocknewproductsnew .link-shop:focus {
      color: #277da7; }
  #blocknewproductsnew .button {
    padding: 7px 10px; }
  #blocknewproductsnew #blocknewproducts {
    padding-left: 10px;
    padding-right: 10px; }
  @media (max-width: 480px) {
    #blocknewproductsnew .col-md-3 {
      width: 50%; }
    #blocknewproductsnew .product_list.grid .ajax_block_product.first-in-line {
      clear: left; }
    #blocknewproductsnew .link-shop {
      bottom: 45px; }
    #blocknewproductsnew .title_block span {
      font-size: 35px;
      line-height: 31px;
      margin-bottom: 10px; }
      #blocknewproductsnew .title_block span:after {
        bottom: -4px; } }

/* BACK TO TOP */
#back-to-top {
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 220px;
  display: inline-block;
  position: fixed;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #B7B7B7; }
  #back-to-top.show {
    opacity: 1;
    visibility: visible; }
    #back-to-top.show:hover {
      background: #9e9e9e; }
  #back-to-top:hover {
    cursor: pointer; }
  #back-to-top i {
    text-align: center;
    line-height: 45px;
    color: white;
    font-size: 25px;
    display: block; }

#cms-sidebar,
.posts_block_categories,
.posts_block {
  border-right: 1px solid #ddd;
  padding-right: 15px; }
  #cms-sidebar .panel,
  .posts_block_categories .panel,
  .posts_block .panel {
    border: none; }
    #cms-sidebar .panel#id_cms_category-15 .panel-title, #cms-sidebar .panel#id_cms_category-16 .panel-title, #cms-sidebar .panel#id_cms_category-11 .panel-title,
    .posts_block_categories .panel#id_cms_category-15 .panel-title,
    .posts_block_categories .panel#id_cms_category-16 .panel-title,
    .posts_block_categories .panel#id_cms_category-11 .panel-title,
    .posts_block .panel#id_cms_category-15 .panel-title,
    .posts_block .panel#id_cms_category-16 .panel-title,
    .posts_block .panel#id_cms_category-11 .panel-title {
      color: #d43f3f; }
    #cms-sidebar .panel.active .panel-title a,
    .posts_block_categories .panel.active .panel-title a,
    .posts_block .panel.active .panel-title a {
      color: #4ea76b; }
      #cms-sidebar .panel.active .panel-title a:hover, #cms-sidebar .panel.active .panel-title a:focus,
      .posts_block_categories .panel.active .panel-title a:hover,
      .posts_block_categories .panel.active .panel-title a:focus,
      .posts_block .panel.active .panel-title a:hover,
      .posts_block .panel.active .panel-title a:focus {
        color: #4ea76b;
        text-decoration: none; }
      #cms-sidebar .panel.active .panel-title a i:before,
      .posts_block_categories .panel.active .panel-title a i:before,
      .posts_block .panel.active .panel-title a i:before {
        content: "\f07b"; }
    #cms-sidebar .panel .panel-heading,
    .posts_block_categories .panel .panel-heading,
    .posts_block .panel .panel-heading {
      padding: 10px 0;
      background: none; }
    #cms-sidebar .panel .panel-title,
    .posts_block_categories .panel .panel-title,
    .posts_block .panel .panel-title {
      font-size: 18px; }
      #cms-sidebar .panel .panel-title a,
      .posts_block_categories .panel .panel-title a,
      .posts_block .panel .panel-title a {
        display: block; }
        #cms-sidebar .panel .panel-title a:hover, #cms-sidebar .panel .panel-title a:focus,
        .posts_block_categories .panel .panel-title a:hover,
        .posts_block_categories .panel .panel-title a:focus,
        .posts_block .panel .panel-title a:hover,
        .posts_block .panel .panel-title a:focus {
          color: #235076;
          text-decoration: none; }
        #cms-sidebar .panel .panel-title a[aria-expanded="true"] i:before,
        .posts_block_categories .panel .panel-title a[aria-expanded="true"] i:before,
        .posts_block .panel .panel-title a[aria-expanded="true"] i:before {
          content: "\f07c"; }
    #cms-sidebar .panel .panel-body,
    .posts_block_categories .panel .panel-body,
    .posts_block .panel .panel-body {
      padding: 15px 0;
      border: none; }
    #cms-sidebar .panel .category-desc,
    .posts_block_categories .panel .category-desc,
    .posts_block .panel .category-desc {
      font-style: italic;
      margin-top: -20px;
      padding-bottom: 10px;
      color: #9d9d9d; }
    #cms-sidebar .panel ul,
    .posts_block_categories .panel ul,
    .posts_block .panel ul {
      margin-bottom: 0;
      padding-left: 15px;
      list-style: none; }
      #cms-sidebar .panel ul li,
      .posts_block_categories .panel ul li,
      .posts_block .panel ul li {
        font-size: 14px;
        margin-bottom: 5px; }
        #cms-sidebar .panel ul li.active,
        .posts_block_categories .panel ul li.active,
        .posts_block .panel ul li.active {
          font-weight: 600; }
          #cms-sidebar .panel ul li.active a,
          .posts_block_categories .panel ul li.active a,
          .posts_block .panel ul li.active a {
            color: #4ea76b; }
            #cms-sidebar .panel ul li.active a:hover, #cms-sidebar .panel ul li.active a:focus,
            .posts_block_categories .panel ul li.active a:hover,
            .posts_block_categories .panel ul li.active a:focus,
            .posts_block .panel ul li.active a:hover,
            .posts_block .panel ul li.active a:focus {
              color: #4ea76b; }
        #cms-sidebar .panel ul li a,
        .posts_block_categories .panel ul li a,
        .posts_block .panel ul li a {
          color: #777;
          display: block;
          padding: 4px 0; }
          #cms-sidebar .panel ul li a:hover, #cms-sidebar .panel ul li a:focus,
          .posts_block_categories .panel ul li a:hover,
          .posts_block_categories .panel ul li a:focus,
          .posts_block .panel ul li a:hover,
          .posts_block .panel ul li a:focus {
            color: #235076; }
        #cms-sidebar .panel ul li.divider,
        .posts_block_categories .panel ul li.divider,
        .posts_block .panel ul li.divider {
          padding: 0;
          margin: 5px 0;
          height: 1px;
          overflow: hidden;
          background-color: #e5e5e5;
          list-style: none; }

#cms-sidebar .panel ul {
  list-style: circle; }

body#index .htmlcontent-home {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px; }
  body#index .htmlcontent-home li {
    padding: 0 5px;
    margin-bottom: 5px; }

#footer-light {
  text-align: center; }
  #footer-light a {
    cursor: pointer; }
    #footer-light a:hover, #footer-light a:focus {
      text-decoration: underline; }
  #footer-light em {
    font-style: italic; }

/* fin du footer-light */
.a-divider-inner {
  height: 44px;
  margin-bottom: -18px;
  /*
  	    background: -moz-linear-gradient(top,#ddd,#f7f7f7 3px,white);
  	    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ddd),color-stop(3px,#f7f7f7),color-stop(100%,white));
  	    background: -webkit-linear-gradient(top,#ddd,#f7f7f7 3px,white);
  	    background: -o-linear-gradient(top,#ddd,#f7f7f7 3px,white);
  	    background: -ms-linear-gradient(top,#ddd,#f7f7f7 3px,white);
  */
  background: linear-gradient(to bottom, #dddddd, #f7f7f7 3px, #ffffff);
  filter: none;
  z-index: 0;
  zoom: 1; }
  .a-divider-inner:after {
    display: block;
    width: 100%;
    height: 44px;
    /*
    		    background: -moz-linear-gradient(left,white,rgba(255,255,255,0),white);
    		    background: -webkit-gradient(linear,left top,right top,color-stop(0%,white),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,white));
    		    background: -webkit-linear-gradient(left,white,rgba(255,255,255,0),white);
    		    background: -o-linear-gradient(left,white,rgba(255,255,255,0),white);
    		    background: -ms-linear-gradient(left,white,rgba(255,255,255,0),white);
    */
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
    filter: none;
    z-index: 1;
    content: ""; }

#modal-authentification .modal-dialog {
  top: 60px; }
#modal-authentification .modal-header {
  background: #F5F5F5;
  color: #555454; }
  #modal-authentification .modal-header .modal-title {
    font: italic 30px/35px Georgia, serif; }
  #modal-authentification .modal-header p {
    margin-bottom: 0; }
#modal-authentification .modal-content {
  border-radius: 0;
  border: none;
  background: white; }
#modal-authentification .close {
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  background: #d34836;
  color: white;
  font-size: 40px;
  line-height: 43px; }
#modal-authentification .input-group-addon,
#modal-authentification .form-control {
  border-radius: 0;
  box-shadow: none; }
#modal-authentification .input-group-addon {
  background: white; }
#modal-authentification .form-control {
  max-width: 475px;
  width: 100%; }
#modal-authentification .lost_password {
  margin-top: 10px;
  font-size: 14px; }
  #modal-authentification .lost_password a {
    border-bottom: 1px solid; }
#modal-authentification #SubmitLogin {
  width: 100%;
  max-width: 400px;
  padding: 17px 60px; }
#modal-authentification #SubmitCreate {
  padding: 17px 60px; }
#modal-authentification .submit {
  margin-bottom: 0; }
#modal-authentification a, #modal-authentification .btn {
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
#modal-authentification .modal-body .page-subheading {
  color: #555454 !important;
  border-bottom: none;
  text-transform: inherit;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0; }
#modal-authentification .modal-body #section-create-account {
  padding: 35px 45px 45px 35px;
  margin: 40px 0 0;
  border-right: 1px solid #ccc;
  background: none; }
  #modal-authentification .modal-body #section-create-account p {
    font-size: 16px;
    line-height: 20px;
    color: #555; }
  #modal-authentification .modal-body #section-create-account ul {
    color: #555;
    list-style: disc;
    padding-left: 20px;
    font-weight: bold;
    margin: 10px 10px 20px; }
#modal-authentification .modal-body #section-login {
  background: none;
  padding: 35px 35px 35px 50px; }
  #modal-authentification .modal-body #section-login .btn {
    background: #f1c40f; }
    #modal-authentification .modal-body #section-login .btn:hover, #modal-authentification .modal-body #section-login .btn:focus {
      background: #c29d0b; }
  #modal-authentification .modal-body #section-login .divider span {
    background: white; }
#modal-authentification .modal-body .divider {
  text-align: center;
  font-weight: 500;
  font-style: italic;
  position: relative;
  font-size: 16px;
  margin: 25px 0; }
  #modal-authentification .modal-body .divider hr {
    position: absolute;
    top: -11px;
    border-color: #e9e9e9;
    width: 100%; }
  #modal-authentification .modal-body .divider span {
    background: white;
    position: relative;
    color: #919191;
    padding: 0 15px; }
#modal-authentification .modal-body .btn-link {
  margin-top: 25px;
  padding: 0; }
#modal-authentification .modal-body .fbloginblock-connects {
  display: block;
  text-align: center;
  margin-top: 0; }
  #modal-authentification .modal-body .fbloginblock-connects a.custom-social-button-all {
    width: auto;
    padding: 0 22px !important; }

@media screen and (max-width: 991px) {
  .livraison-illustration {
    display: none; } }
.modal {
  background: rgba(0, 0, 0, 0.3); }
  .modal .h2, .modal .h3, .modal .h4, .modal .h5 {
    text-align: center; }
  .modal .stock-status {
    margin: 0 0 5px 0;
    text-align: center; }
  .modal .description {
    font-size: 1.2em; }
  .modal .price {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600; }
  .modal .nmpop-img-product {
    margin: 0 auto;
    height: auto;
    max-height: 400px; }
  .modal .nmpop-wrap {
    padding: 0;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden; }
    .modal .nmpop-wrap .nmfooter-fix,
    .modal .nmpop-wrap .nmheader-fix {
      overflow: hidden; }
      .modal .nmpop-wrap .nmfooter-fix .modal-body,
      .modal .nmpop-wrap .nmheader-fix .modal-body {
        overflow-y: auto;
        height: 61vh;
        margin-bottom: 20vh; }
    .modal .nmpop-wrap .nnfooter-fix .nm-footer {
      background: white;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      max-height: 20vh;
      z-index: 3; }
  .modal .modal-header {
    color: white;
    background: #8BC34A; }
  .modal .modal-footer {
    background: #9E9E9E; }
    .modal .modal-footer .btn-link {
      color: white;
      text-transform: uppercase;
      border-color: white; }
      .modal .modal-footer .btn-link:hover, .modal .modal-footer .btn-link:focus {
        color: #d9d9d9;
        border-color: #d9d9d9; }
  .modal .modal-content {
    border: none;
    position: relative; }
    .modal .modal-content ul {
      list-style: inherit; }
      .modal .modal-content ul ul {
        list-style: circle;
        padding-left: 25px; }
  .modal .close {
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 2;
    font-size: 30px;
    cursor: pointer;
    text-shadow: none;
    color: white; }
  .modal .modal-conseil .modal-header {
    background: #E91E63; }
  .modal .modal-conseil .sandra {
    background: #E91E63;
    color: white; }
    .modal .modal-conseil .sandra img {
      margin: 0 auto;
      margin-top: -28px; }
    .modal .modal-conseil .sandra p {
      text-align: left;
      font-size: 14px; }
    .modal .modal-conseil .sandra .h4 {
      color: #ffacc9;
      font-size: 20px;
      font-weight: 100; }

.cms-110 strong {
  font-weight: 600; }
.cms-110 .breadcrumb {
  display: none; }
.cms-110 #hero {
  color: white;
  position: relative; }
  @media (max-width: 480px) {
    .cms-110 #hero {
      margin-right: -25px;
      margin-left: -25px; }
      .cms-110 #hero::before, .cms-110 #hero::after {
        content: none !important; } }
  .cms-110 #hero #hero-text {
    padding: 100px;
    position: absolute; }
    @media (max-width: 1199px) {
      .cms-110 #hero #hero-text {
        padding: 0; } }
    @media (max-width: 480px) {
      .cms-110 #hero #hero-text {
        position: inherit;
        background: #668d00; } }
    .cms-110 #hero #hero-text .title {
      max-width: none;
      text-decoration: none;
      border: none;
      color: white; }
    .cms-110 #hero #hero-text .text-muted {
      color: #cccccc;
      line-height: 16px;
      margin-top: 5px; }
.cms-110 .cms_content {
  margin-bottom: 25px; }
.cms-110 #cms-newsletter {
  margin-top: 50px; }
  .cms-110 #cms-newsletter .form-control-lg {
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: 0;
    height: 50px;
    max-width: 250px;
    width: 250px; }
  .cms-110 #cms-newsletter .btn {
    padding: 19px 35px; }
.cms-110 #cms-social {
  margin-top: -17px;
  background: #ededed;
  margin-bottom: -57px;
  padding: 50px 0;
  position: relative;
  display: inline-block; }
  .cms-110 #cms-social::before, .cms-110 #cms-social::after {
    top: 0;
    content: '';
    background: #ededed;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .cms-110 #cms-social::before {
    left: 100%; }
  .cms-110 #cms-social::after {
    right: 100%; }
  .cms-110 #cms-social #social_block {
    margin-top: 60px; }

/* Les sélections de saison */
.selection-saison #selection-header {
  margin-top: -65px;
  margin-left: -25px;
  margin-right: -25px; }
  .selection-saison #selection-header h1 {
    text-align: center;
    margin: -50px 0 0 0 !important;
    padding: 0;
    text-align: center;
    border-bottom: none !important; }
    .selection-saison #selection-header h1 span {
      display: inline-block;
      background: white;
      border-bottom: 1px solid #CCC;
      padding: 25px 50px; }
    .selection-saison #selection-header h1 em {
      font: italic 45px/52px georgia,serif; }
.selection-saison p.title {
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0; }
.selection-saison .number {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.3em;
  margin-top: -55px; }
  .selection-saison .number span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid;
    color: white;
    width: 70px;
    height: 70px;
    line-height: 70px; }
.selection-saison blockquote {
  margin-top: 0em;
  font-size: 1.2em; }
.selection-saison .col-md-6 .img-responsive {
  margin: 0 auto !important; }
.selection-saison .col-md-6 .lead {
  font-size: 19px; }
.selection-saison .title-product {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 1em; }
  .selection-saison .title-product small {
    font-weight: 300; }
.selection-saison .buttons {
  margin-top: 20px; }
  .selection-saison .buttons p {
    margin-bottom: 10px; }
.selection-saison .prix-fixed {
  position: absolute;
  left: 5%;
  top: 40%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8); }
  .selection-saison .prix-fixed strong {
    font-weight: 900;
    font-size: 1.3em;
    display: block; }
  .selection-saison .prix-fixed code {
    display: block; }
.selection-saison .prix {
  display: inline-block;
  height: 100px;
  width: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4ca667;
  color: white;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 150px;
  border: 3px solid white; }
  .selection-saison .prix p {
    margin-top: 39px;
    line-height: 19px; }
  .selection-saison .prix p.double-line {
    margin-top: 26px; }
.selection-saison .col-img {
  position: relative; }
.selection-saison .un .title {
  color: #7e9bca; }
.selection-saison .un .number span,
.selection-saison .un .btn {
  background: #7e9bca; }
.selection-saison .deux .title {
  color: #d7781d; }
.selection-saison .deux .number span,
.selection-saison .deux .btn {
  background: #d7781d; }
.selection-saison .trois .title {
  color: #c38ac5; }
.selection-saison .trois .number span,
.selection-saison .trois .btn {
  background: #c38ac5; }
.selection-saison .quatre .title {
  color: #50748a; }
.selection-saison .quatre .number span,
.selection-saison .quatre .btn {
  background: #50748a; }
.selection-saison#summer .un .title {
  color: #848692; }
.selection-saison#summer .un .number span,
.selection-saison#summer .un .btn {
  background: #848692; }
.selection-saison#summer .deux .title {
  color: #9b6946; }
.selection-saison#summer .deux .number span,
.selection-saison#summer .deux .btn {
  background: #9b6946; }
.selection-saison#summer .trois .title {
  color: #9ead51; }
.selection-saison#summer .trois .number span,
.selection-saison#summer .trois .btn {
  background: #9ead51; }
.selection-saison#summer .quatre .title {
  color: #e9957d; }
.selection-saison#summer .quatre .number span,
.selection-saison#summer .quatre .btn {
  background: #e9957d; }
.selection-saison#summer .cinq .title {
  color: #5a8734; }
.selection-saison#summer .cinq .number span,
.selection-saison#summer .cinq .btn {
  background: #5a8734; }
.selection-saison#school .un .title {
  color: #5b6879; }
.selection-saison#school .un .number span,
.selection-saison#school .un .btn {
  background: #5b6879; }
.selection-saison#school .deux .title {
  color: #ddab00; }
.selection-saison#school .deux .number span,
.selection-saison#school .deux .btn {
  background: #ddab00; }
.selection-saison#school .trois .title {
  color: #84ad47; }
.selection-saison#school .trois .number span,
.selection-saison#school .trois .btn {
  background: #84ad47; }
.selection-saison#school .quatre .title {
  color: #0f2a3f; }
.selection-saison#school .quatre .number span,
.selection-saison#school .quatre .btn {
  background: #0f2a3f; }
.selection-saison#school .cinq .title {
  color: #cf5d16; }
.selection-saison#school .cinq .number span,
.selection-saison#school .cinq .btn {
  background: #cf5d16; }
.selection-saison#school .six .title {
  color: #9f3c1f; }
.selection-saison#school .six .number span,
.selection-saison#school .six .btn {
  background: #9f3c1f; }
.selection-saison#vitamines #selection-header h1 span {
  border: 1px solid #ccc; }
.selection-saison#vitamines .un .title {
  color: #696e8e; }
.selection-saison#vitamines .un .number span,
.selection-saison#vitamines .un .btn {
  background: #696e8e; }
.selection-saison#vitamines .deux .title {
  color: #e2862f; }
.selection-saison#vitamines .deux .number span,
.selection-saison#vitamines .deux .btn {
  background: #e2862f; }
.selection-saison#vitamines .trois .title {
  color: #63a75a; }
.selection-saison#vitamines .trois .number span,
.selection-saison#vitamines .trois .btn {
  background: #63a75a; }
.selection-saison#autumn .un .title,
.selection-saison#autumn .un .prix-fixed strong {
  color: #1d2043; }
.selection-saison#autumn .un .number span,
.selection-saison#autumn .un .btn {
  background: #1d2043; }
.selection-saison#autumn .deux .title,
.selection-saison#autumn .deux .prix-fixed strong {
  color: #c2734c; }
.selection-saison#autumn .deux .number span,
.selection-saison#autumn .deux .btn {
  background: #c2734c; }
.selection-saison#autumn .trois .title,
.selection-saison#autumn .trois .prix-fixed strong {
  color: #009fce; }
.selection-saison#autumn .trois .number span,
.selection-saison#autumn .trois .btn {
  background: #009fce; }
.selection-saison#autumn .quatre .title,
.selection-saison#autumn .quatre .prix-fixed strong {
  color: #809a0a; }
.selection-saison#autumn .quatre .number span,
.selection-saison#autumn .quatre .btn {
  background: #809a0a; }
.selection-saison#autumn .cinq .title,
.selection-saison#autumn .cinq .prix-fixed strong {
  color: #48685E; }
.selection-saison#autumn .cinq .number span,
.selection-saison#autumn .cinq .btn {
  background: #48685E; }
.selection-saison#autumn .six .title,
.selection-saison#autumn .six .col-img strong {
  color: #566c84;
  font-weight: 900;
  font-size: 1.3em; }
.selection-saison#autumn .six .number span,
.selection-saison#autumn .six .btn {
  background: #566c84; }

.fa-star,
.fa-star-half-alt {
  color: #ffd200; }

.module_aselect_perso {
  margin: 60px -1px 60px 0;
  clear: both; }

.heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.1; }

.heading span::before {
  content: '';
  border-top: 1px solid #e1e1e1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px; }

.heading span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 3px;
  margin-bottom: 15px;
  color: black; }

.heading svg {
  width: 90px;
  height: 18px;
  fill: #4ea76b;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #fff; }

.heading-link {
  font-size: 14px;
  line-height: normal;
  display: block;
  font-weight: 500;
  color: grey;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 3px; }

.products_block {
  border: none; }

.thumbnail-container {
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px; }

.thumbnail-container .product-name {
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 20px; }

.thumbnail-container .product-link {
  transition: 0.3s ease;
  color: black; }

.thumbnail-container .product-price .new-price {
  color: black;
  font-size: 14px;
  font-weight: bold; }

.thumbnail-container .product-price .old-price {
  color: grey;
  font-size: 12px; }

.thumbnail-container:hover {
  border-color: #4ea76b; }

.owl-carousel .product-flags {
  position: initial; }

.owl-carousel .product-flags .discount-flag {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 16px; }

.owl-carousel .product-flags .new {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 16px; }

.thumbnail-container .product-link:hover {
  color: #4ea76b; }

.thumbnail-container .product-link:hover .small {
  color: #4ea76b; }

.thumbnail-container .product-manufacturer {
  color: grey;
  margin-top: 10px; }

.thumbnail-container .yotpo .text-m {
  font-size: 12px !important;
  line-height: 17px;
  padding-left: 7px;
  display: none; }

#best {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  margin: 0px 0 60px 0px;
  padding: 60px 10px; }

#index #center_column {
  text-align: center; }

#slider {
  margin: -10px -10px 10px -10px; }

#home-banners {
  display: inline-block; }

.homebanner {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }
  .homebanner .border {
    border: 3px solid #eee;
    display: inline-block; }

#home-page .title_block {
  font-size: 45px;
  line-height: 38px;
  font-weight: 400;
  text-transform: none;
  position: relative;
  color: #3c3c3c;
  margin-bottom: 35px;
  margin-top: 15px; }

#home-page-tabs {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
  border: none; }
  @media (min-width: 768px) {
    #home-page-tabs {
      /*
      		padding: 10px 0;
      		margin: -10px 0 20px 0px;
      */ } }
  #home-page-tabs > li {
    float: left;
    margin: 0 15px; }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%; } }
    #home-page-tabs > li a {
      border: 1px solid #ddd;
      border-radius: 35px;
      font-size: 17px;
      line-height: 21px;
      font-weight: 300;
      padding: 7px 30px 5px;
      text-transform: none;
      background: none !important;
      margin: 0 auto;
      position: relative;
      color: #3c3c3c;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    border-color: #3579b0; }
  #home-page-tabs > li.active a {
    color: #3579b0;
    border-color: #3579b0;
    font-weight: 500; }

#center_column.advanced_search #home-page-tabs,
#center_column.advanced_search .tab-content,
#center_column.advanced_search #blocknewproductsnew,
#center_column.advanced_search .module_aselect,
#center_column.advanced_search #manufacturer-carousel-slider {
  display: none; }

.block {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }

#add_catalog {
  margin: 25px 100px 25px 100px;
  font-size: 16px;
  line-height: 22px;
  border: 5px solid #d6d4d4;
  padding: 25px; }
  #add_catalog img {
    margin-right: 25px; }
  #add_catalog em {
    font-style: italic; }

.container-order {
  position: relative; }

.order_step {
  /* Epuration du processus de commande */
  /* /END Epuration du processus de commande */ }
  .order_step #footer,
  .order_step #back-to-top,
  .order_step #header_logo h1,
  .order_step #search_block_top,
  .order_step #bodies-search,
  .order_step #user-transport,
  .order_step .iqitmegamenu-wrapper,
  .order_step ol.breadcrumb,
  .order_step .yotpo,
  .order_step #reassurance-footer,
  .order_step .blockcart-header,
  .order_step .blockuserinfo-header,
  .order_step #topbar,
  .order_step .ta_mere_en_short,
  .order_step #info_therap {
    display: none; }
  .order_step .header-container,
  .order_step #header,
  .order_step #columns {
    background: none;
    border: none; }
  .order_step #topbar {
    margin-bottom: 15px; }
  .order_step #columns {
    padding-top: 10px; }
  .order_step .cart_summary,
  .order_step .box {
    background: white; }
  .order_step #step-order {
    top: -50px;
    right: inherit;
    left: 250px; }
  .order_step #header .row #header_logo {
    margin: 25px 0 0 10px;
    padding: 0;
    max-width: 200px; }

#authentication #step-order {
  top: -50px; }

#step-order {
  position: absolute;
  top: 25px;
  right: 0px; }
  #step-order ul#order_step {
    margin: 0; }
  #step-order .btn {
    border: none;
    border-top: 1px solid #EEE;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    background: none; }
    #step-order .btn em {
      display: none;
      font-size: .8em; }
    #step-order .btn.step_done {
      border-color: #4ea76b; }
      #step-order .btn.step_done a {
        color: #5cb378; }
    #step-order .btn.step_current {
      background: none;
      color: #4ea76b;
      border-color: #4ea76b;
      font-weight: bold; }
      #step-order .btn.step_current em {
        text-indent: -9999px;
        display: block;
        position: absolute;
        height: 1px;
        width: 70%;
        background: #EEE;
        top: -1px;
        right: 0; }
      #step-order .btn.step_current .icon-shopping-cart,
      #step-order .btn.step_current .fa-shopping-bag {
        display: block;
        font-size: 24px;
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        text-align: center; }
  #step-order .icon-shopping-cart,
  #step-order .fa-shopping-bag {
    display: none; }

/* step-order 
#step-order {
  position: absolute;
  top: -32px;
  right: 15px;
  a {
    color: #555;
    text-decoration: none;
  }
  .btn {
	  border: 1px solid #E2E2E2;
	  background: #FAFAFA;
	  &:hover,
	  &:focus {
	  	background: darken(#FAFAFA, 5%);
	  	color: $base-text-color;
	  }
	  &.active {
		  background: $alert-info-bg;
		  color: $alert-info-text;
		  border-color: $alert-info-border;
	  }
  }
  
}*/
#order #columns {
  padding-top: 10px;
  padding-bottom: 0; }

.btn-input-number {
  position: relative;
  display: inline-block; }
  .btn-input-number .cart_quantity_down,
  .btn-input-number .cart_quantity_up,
  .btn-input-number input {
    padding: 0 12px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .btn-input-number input {
    padding: 0;
    width: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .btn-input-number .cart_quantity_down,
  .btn-input-number .cart_quantity_up {
    background: #EEE;
    border: 1px solid #ccc;
    color: #241F1C; }
    .btn-input-number .cart_quantity_down:hover, .btn-input-number .cart_quantity_down:focus,
    .btn-input-number .cart_quantity_up:hover,
    .btn-input-number .cart_quantity_up:focus {
      color: white;
      background: #3579b0; }
  .btn-input-number .cart_quantity_down {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
    border-width: 1px 0 1px 1px; }
  .btn-input-number .cart_quantity_up {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0; }
  .btn-input-number .tooltip {
    white-space: nowrap; }

#order #terms-service {
  color: #8a6d3b;
  background: #fcf8e3; }
  #order #terms-service .carrier_title {
    font-size: 17px; }
  #order #terms-service .checkbox {
    line-height: 18px; }
    #order #terms-service .checkbox input {
      margin-top: 3px; }
    #order #terms-service .checkbox .iframe {
      display: inline-block;
      padding-top: 5px; }
#order .delivery_options .resume {
  border: 2px solid #EAEAEA;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #order .delivery_options .resume.active {
    border-color: #3b86c4; }
    #order .delivery_options .resume.active:hover, #order .delivery_options .resume.active:focus {
      border-color: #3b86c4; }
  #order .delivery_options .resume:hover, #order .delivery_options .resume:focus {
    border-color: #d1d1d1; }

.order_carrier_content {
  background: #fff; }
  .order_carrier_content .box {
    padding: 20px 20px 10px 20px;
    margin-bottom: 25px; }
    .order_carrier_content .box i {
      float: right;
      color: rgba(0, 0, 0, 0.1);
      font-size: 45px;
      padding-left: 10px;
      padding-bottom: 10px; }
  .order_carrier_content .delivery_option td {
    vertical-align: middle;
    padding: 0; }
    .order_carrier_content .delivery_option td label {
      padding: 12px 8px;
      margin-bottom: 0;
      display: block; }
  .order_carrier_content .delivery_option strong {
    font-size: 20px; }
  .order_carrier_content .delivery_option .delivery_option_logo {
    text-align: center;
    width: 130px; }
    .order_carrier_content .delivery_option .delivery_option_logo img {
      width: 100px;
      height: auto; }
  .order_carrier_content .delivery_option .delivery_option_price,
  .order_carrier_content .delivery_option .delivery_option_radio {
    text-align: center; }
  .order_carrier_content .delivery_option td.delivery_option_radio {
    width: 50px;
    text-align: center; }
    .order_carrier_content .delivery_option td.delivery_option_radio label {
      height: 110px;
      line-height: 86px; }
  .order_carrier_content .delivery_option td.delivery_option_price {
    width: 130px;
    font-weight: 600; }
    .order_carrier_content .delivery_option td.delivery_option_price label {
      height: 110px;
      line-height: 86px; }
  .order_carrier_content .delivery_option td.delivery_option_info label {
    font-weight: normal; }
  .order_carrier_content .delivery_option .best_grade {
    background-color: #f3f8fc;
    color: #3b86c4;
    padding: 1px 5px; }
  .order_carrier_content .carrier_title {
    font-size: 17px; }
  .order_carrier_content #recyclable {
    margin-left: -20px; }

.sustainable-packaging {
  position: relative;
  border-width: 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .sustainable-packaging .icon {
    position: absolute;
    right: 15px;
    top: 11px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

.address.box {
  padding: 10px 20px; }

#HOOK_SHOPPING_CART #loyalty {
  margin: 50px 0;
  padding: 25px;
  border-top: 2px solid #719c5e;
  border-bottom: 2px solid #719c5e;
  color: white;
  font-size: 15px;
  background: #7bab73; }

#payment_cart_block.block,
#order_cart_block.block {
  background: white;
  margin-bottom: 15px; }

#order_cart_block .cart_total_delivery.visible-desktop-only {
  display: table-row; }

/* order_cart_block */
#order_cart_block,
#payment_cart_block {
  padding: 0 10px 13px; }
  #order_cart_block #total_price,
  #payment_cart_block #total_price {
    font-size: 45px;
    line-height: 57px;
    font-weight: 600; }
  #order_cart_block .title_cart,
  #payment_cart_block .title_cart {
    margin: 0 -11px 3px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid #E2E2E2;
    color: rgba(255, 255, 255, 0.8);
    background: #1a2b33;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase; }
  #order_cart_block .table,
  #payment_cart_block .table {
    border: none;
    margin-bottom: 5px; }
    #order_cart_block .table .heading-counter,
    #payment_cart_block .table .heading-counter {
      font-size: 90%;
      color: #777777; }
    #order_cart_block .table tr.cart_total_price,
    #payment_cart_block .table tr.cart_total_price {
      display: table-row; }
    #order_cart_block .table td,
    #payment_cart_block .table td {
      border: none;
      padding: 6px 8px;
      width: 50%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      color: #333; }
      #order_cart_block .table td.price-big,
      #payment_cart_block .table td.price-big {
        color: #4ea76b;
        padding-bottom: 10px; }
    #order_cart_block .table .total_products td:first-child,
    #order_cart_block .table .shipping_line td:first-child,
    #order_cart_block .table .total_discounts td:first-child,
    #payment_cart_block .table .total_products td:first-child,
    #payment_cart_block .table .shipping_line td:first-child,
    #payment_cart_block .table .total_discounts td:first-child {
      text-align: right; }
    #order_cart_block .table .free_shipping,
    #payment_cart_block .table .free_shipping {
      color: #5abe44;
      font-weight: bold;
      text-transform: uppercase; }
    #order_cart_block .table #total_shipping,
    #order_cart_block .table #total_discount,
    #order_cart_block .table #total_product,
    #payment_cart_block .table #total_shipping,
    #payment_cart_block .table #total_discount,
    #payment_cart_block .table #total_product {
      font-weight: 600; }
    #order_cart_block .table .total_price td,
    #payment_cart_block .table .total_price td {
      font-size: 40px;
      line-height: 47px;
      color: #e68025; }
    #order_cart_block .table .cart-price-precisions td,
    #payment_cart_block .table .cart-price-precisions td {
      padding: 0 8px;
      font-size: 90%;
      font-style: italic;
      color: #777777; }
    #order_cart_block .table tfoot tr,
    #payment_cart_block .table tfoot tr {
      background: none; }
  #order_cart_block .block_content #block_cart_summary .cart_line,
  #payment_cart_block .block_content #block_cart_summary .cart_line {
    padding: 5px;
    border-bottom: 1px solid #EEE;
    font-size: 16px; }
  #order_cart_block .block_content #block_cart_summary #cart-price-precisions,
  #payment_cart_block .block_content #block_cart_summary #cart-price-precisions {
    font-style: italic;
    font-size: 0.8em;
    text-align: center; }
  #order_cart_block .block_content .cart_block_total,
  #payment_cart_block .block_content .cart_block_total {
    padding: 25px 5px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #3b86c4;
    text-align: center; }

.cart_navigation {
  text-align: center; }
  .cart_navigation .standard-checkout {
    margin: 13px auto 10px;
    display: block;
    max-width: 325px;
    padding: 14px 10px;
    position: relative;
    font-size: 14px;
    width: 100%;
    line-height: 18px; }
    .cart_navigation .standard-checkout i {
      padding: 0;
      position: absolute;
      margin: 2px 0 0 10px; }

#order .alert ol {
  list-style: decimal;
  margin: 10px 0 0 20px; }

#HOOK_PAYMENT {
  margin: -3px -10px -13px -10px; }
  #HOOK_PAYMENT .payment_module {
    border-top: 1px solid #d6d4d4;
    clear: both; }
    #HOOK_PAYMENT .payment_module:first-child {
      border-top: none; }
    #HOOK_PAYMENT .payment_module a {
      display: block;
      padding: 10px; }
      #HOOK_PAYMENT .payment_module a:hover, #HOOK_PAYMENT .payment_module a:focus {
        background-color: #e0f5fe; }
    #HOOK_PAYMENT .payment_module .payment_module-title {
      margin-bottom: 5px;
      color: #505050;
      font-weight: bold;
      line-height: 1.2;
      text-transform: uppercase; }
      #HOOK_PAYMENT .payment_module .payment_module-title small {
        font-weight: normal;
        text-transform: initial;
        color: #818181; }
    #HOOK_PAYMENT .payment_module .payment_module-info {
      color: #818181;
      line-height: 19px;
      padding-bottom: 3px; }
  #HOOK_PAYMENT .payzen.multi {
    border-top: 1px dashed #d6d4d4; }
    #HOOK_PAYMENT .payzen.multi a {
      min-height: 85px; }
    #HOOK_PAYMENT .payzen.multi .payment_module-title {
      display: inline-block; }
    #HOOK_PAYMENT .payzen.multi .payment_module-info {
      margin-top: -5px; }
    #HOOK_PAYMENT .payzen.multi img {
      float: right; }
  #HOOK_PAYMENT .paypal a {
    min-height: 65px; }
    #HOOK_PAYMENT .paypal a .payment_module-title {
      display: inline-block; }
    #HOOK_PAYMENT .paypal a .payment_module-info {
      margin-top: -5px; }
    #HOOK_PAYMENT .paypal a img {
      float: right; }
  #HOOK_PAYMENT .bankwire,
  #HOOK_PAYMENT .cheque {
    min-height: 65px; }
    #HOOK_PAYMENT .bankwire .payment_module-title,
    #HOOK_PAYMENT .cheque .payment_module-title {
      display: inline-block; }
    #HOOK_PAYMENT .bankwire .payment_module-info,
    #HOOK_PAYMENT .cheque .payment_module-info {
      margin-top: -5px; }
    #HOOK_PAYMENT .bankwire img,
    #HOOK_PAYMENT .cheque img {
      float: right; }

.module-bankwire-payment form,
.module-cheque-payment form {
  max-width: 740px;
  margin: 0 auto; }
.module-bankwire-payment .cheque-box,
.module-cheque-payment .cheque-box {
  font-size: 15px;
  line-height: 21px;
  padding: 15px 25px 25px; }
  .module-bankwire-payment .cheque-box .price,
  .module-cheque-payment .cheque-box .price {
    font-style: normal;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500; }
.module-bankwire-payment #cart_navigation,
.module-cheque-payment #cart_navigation {
  margin-top: 25px; }
  .module-bankwire-payment #cart_navigation .btn-lg, .module-bankwire-payment #cart_navigation .btn-group-lg > .btn,
  .module-cheque-payment #cart_navigation .btn-lg,
  .module-cheque-payment #cart_navigation .btn-group-lg > .btn {
    padding: 14px 50px;
    font-size: 15px; }

#order-confirmation .cart_navigation {
  margin-top: 15px; }
#order-confirmation .order-confirmation .box-content {
  font-size: 15px;
  line-height: 24px;
  background: whitesmoke;
  padding: 25px 50px 15px;
  margin-bottom: 15px; }
  #order-confirmation .order-confirmation .box-content strong {
    font-size: 18px; }

#order .btn-xs, #order .btn-group-xs > .btn {
  padding: 6px 15px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 5px; }
#order #order-gift-lactirelle {
  margin: 0 25px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea; }
  #order #order-gift-lactirelle span {
    color: white;
    background: #b53c7e;
    display: block;
    font-size: 12px;
    margin-top: -10px;
    position: relative; }
#order #order-payment img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%); }
#order .catalogues {
  padding: 25px 25px 15px;
  margin: -16px 0 25px;
  background: #d1ecf1;
  color: #0c5460;
  border-top: 3px solid #0c5460; }
  #order .catalogues p {
    color: #0c5460; }
  #order .catalogues .btn-xs, #order .catalogues .btn-group-xs > .btn {
    background: #0c5460; }
    #order .catalogues .btn-xs:hover, #order .catalogues .btn-group-xs > .btn:hover, #order .catalogues .btn-xs:focus, #order .catalogues .btn-group-xs > .btn:focus {
      background: #062c33; }
#order #order-faq {
  margin: 50px auto 10px;
  clear: both; }
  #order #order-faq .btn {
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    top: -40px; }
  #order #order-faq .page-product-heading {
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 35px;
    color: #333;
    border-bottom: 1px solid;
    line-height: 1.2; }
    #order #order-faq .page-product-heading:hover, #order #order-faq .page-product-heading:focus {
      cursor: pointer; }
  #order #order-faq .panel-heading {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    padding: 0; }
    #order #order-faq .panel-heading .panel-title {
      font-size: 18px;
      line-height: 1.2; }
  #order #order-faq .panel-body {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px; }
  #order #order-faq .btn[aria-expanded="true"] {
    display: none; }
  #order #order-faq #collapseFAQ {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #order #order-faq #collapseFAQ.collapsing {
      height: 70px !important;
      max-height: 70px; }
    #order #order-faq #collapseFAQ.collapse {
      position: relative;
      height: 70px !important;
      max-height: 70px;
      overflow: hidden;
      margin-bottom: 20px;
      visibility: visible;
      position: relative;
      display: block; }
      #order #order-faq #collapseFAQ.collapse:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, white 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.8)), color-stop(100%, white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, white 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, white 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
      #order #order-faq #collapseFAQ.collapse.in {
        max-height: inherit;
        height: auto !important; }
        #order #order-faq #collapseFAQ.collapse.in:after {
          content: " ";
          display: none; }
#order #order-first {
  color: #f1fcf5;
  background: #4ea76b; }
  #order #order-first .lead {
    margin-top: -5px; }
  #order #order-first #code {
    background: #36734a;
    font-family: 'Courier New', 'Lucida Console', Monospace;
    font-size: 21px;
    padding: 4px 7px 2px; }
  #order #order-first #pourcent {
    font-size: 30px;
    position: relative;
    top: 3px; }

/* Order; Panier vide */
#order #order-empty {
  padding: 50px 0; }
  #order #order-empty .empty-title {
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 5px;
    color: #4878a7; }
  #order #order-empty .lead {
    font-size: 18px;
    margin-bottom: 10px; }
  #order #order-empty .links .btn-flat {
    margin-bottom: 10px;
    margin-top: 5px; }
  #order #order-empty .btn-link {
    font-size: 16px; }
  #order #order-empty .btn-success-line {
    background: transparent;
    border: 1px solid #4ea76b; }
    #order #order-empty .btn-success-line:hover, #order #order-empty .btn-success-line:focus {
      background: #4ea76b; }
  #order #order-empty .fa-stack {
    height: 4em;
    width: 4em;
    line-height: 4em; }
    #order #order-empty .fa-stack .fa-stack-2x {
      font-size: 4em;
      color: #4878a7; }
    #order #order-empty .fa-stack .fa-stack-1x {
      font-size: 3.5em; }
  #order #order-empty .order-past {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -2px; }
    #order #order-empty .order-past .bordered {
      border: 1px solid #d3d3d3;
      padding: 15px; }
  #order #order-empty .order-infos p {
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px; }
  #order #order-empty .order-date strong {
    font-size: 25px;
    line-height: 35px; }
  #order #order-empty .order-reference .value {
    letter-spacing: 1px; }
  #order #order-empty .order-status {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis; }
#order .item-figure {
  vertical-align: middle; }
#order .item-title {
  height: 38px;
  font-size: 14px !important;
  overflow: hidden;
  margin: 0; }
#order .item-qty {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px;
  top: 0;
  right: 0;
  font-size: 16px; }
#order .item-qty::before {
  content: "x";
  letter-spacing: 1px; }
#order .owl-next {
  float: right; }
#order .owl-prev {
  float: left; }
#order .owl-stage {
  margin: 0 auto; }

#accordion .error_form {
  color: #d43f3f; }
#accordion .success_form {
  color: #4ea76b; }
#accordion .product_form {
  text-align: center; }
  #accordion .product_form .input-group {
    display: block; }
    #accordion .product_form .input-group input {
      margin-left: 20px; }
    #accordion .product_form .input-group input:first-child {
      margin-left: 0; }
#accordion .panel-heading {
  background: white;
  padding: 0; }
  #accordion .panel-heading .btn {
    float: right;
    margin-right: 10px;
    margin-top: 7px; }
  #accordion .panel-heading .add {
    color: white; }
  #accordion .panel-heading .response {
    background: #e6e6e6;
    color: #8e8e8e; }
  #accordion .panel-heading a:hover, #accordion .panel-heading a:focus {
    text-decoration: none; }
  #accordion .panel-heading a.add {
    display: inline-block; }
  #accordion .panel-heading img {
    margin-right: 10px;
    margin-top: -21px; }
  #accordion .panel-heading .product-name {
    padding-top: 7px;
    width: 40%;
    display: inline-block; }
  #accordion .panel-heading .price {
    font-size: 30px; }
  #accordion .panel-heading .price, #accordion .panel-heading .old-price {
    position: relative;
    top: -4px; }
  #accordion .panel-heading .dlu {
    font-size: 13px;
    color: #e74c3c;
    display: block; }
  #accordion .panel-heading .ajax_add_to_cart_button .icon {
    float: none;
    line-height: inherit;
    font-size: inherit;
    height: inherit;
    border-right: none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0; }

table.cart_summary .christmas-info {
  background: #fff4f4; }
  table.cart_summary .christmas-info td {
    color: #6d4848;
    padding: 6px 8px; }
table.cart_summary tr.info {
  background: #fff4f4;
  border-top: 2px solid white; }
  table.cart_summary tr.info td {
    color: #6d4848;
    padding: 4px 8px;
    line-height: 20px;
    background: none; }
    table.cart_summary tr.info td .close {
      right: 0;
      top: 1px; }

#history #block-history #order-list {
  margin-bottom: 50px; }
  #history #block-history #order-list li {
    margin-top: 15px;
    padding: 10px 0;
    border: 1px solid #d6d4d4; }
    #history #block-history #order-list li .links {
      margin: 7px 0 -10px 0;
      background: #FAFAFA;
      padding: 8px 15px;
      border-top: 1px solid #E2E2E2; }
    #history #block-history #order-list li .attr {
      display: block; }
#history #block-order-detail .title {
  font-size: 16px !important;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 3px; }
#history #block-order-detail #step-by-step ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 0; }
  #history #block-order-detail #step-by-step ul li {
    padding-bottom: 4px; }
#history #block-order-detail #recap-order th {
  padding: 4px 5px 4px 0;
  font-weight: normal; }
#history #block-order-detail #recap-order td {
  padding: 4px 5px; }
#history #block-order-detail .address {
  margin-top: 0; }
  #history #block-order-detail .address li {
    font-size: 14px;
    line-height: 20px; }
  #history #block-order-detail .address .address_title {
    font-size: 15px;
    border-bottom: none;
    margin-bottom: 0; }
#history #block-order-detail .shipping_number_show a {
  display: inline-block; }
#history #block-order-detail #returnOrderMessage {
  margin-bottom: 30px; }
#history .box-light {
  padding: 15px;
  border: 1px solid #d6d4d4; }

body.display_account {
  background: #F2F2F2; }
  body.display_account #center_column {
    background: white;
    padding-bottom: 50px; }
    body.display_account #center_column p {
      font-size: 15px;
      line-height: 1.4;
      max-width: 640px;
      margin: auto auto 10px auto; }
      body.display_account #center_column p.lead {
        margin-bottom: 20px;
        font-size: 21px;
        font-weight: 300; }
    body.display_account #center_column ul, body.display_account #center_column form, body.display_account #center_column table {
      max-width: 640px;
      margin: auto; }
      body.display_account #center_column ul label.top, body.display_account #center_column ul label.checkbox-inline, body.display_account #center_column form label.top, body.display_account #center_column form label.checkbox-inline, body.display_account #center_column table label.top, body.display_account #center_column table label.checkbox-inline {
        width: inherit; }
  body.display_account #columns {
    padding-top: 0;
    padding-bottom: 0; }
  body.display_account .breadcrumb,
  body.display_account .menu-keywords {
    display: none; }
  body.display_account .page-heading {
    font-weight: 500;
    text-align: center;
    margin-top: 50px; }
  body.display_account #nothing {
    text-align: center;
    font-size: 17px;
    padding: 25px 25px 50px;
    text-transform: uppercase; }
    body.display_account #nothing .text-color {
      color: #227fbc;
      font-weight: 700; }
    body.display_account #nothing .fa-lg.fa-stack {
      margin-bottom: 10px;
      width: 4em;
      height: 4em;
      line-height: 4em; }
      body.display_account #nothing .fa-lg.fa-stack .fa-stack-1x {
        font-size: 2em;
        line-height: 2em;
        color: #227fbc; }
      body.display_account #nothing .fa-lg.fa-stack .fa-stack-2x {
        font-weight: normal;
        font-size: 4em;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center; }
        body.display_account #nothing .fa-lg.fa-stack .fa-stack-2x.icon-ban, body.display_account #nothing .fa-lg.fa-stack .fa-stack-2x.fa-ban {
          color: #d5d5d5; }
  body.display_account .infos img {
    margin-top: 10px;
    border: 15px solid #EEE; }

/* end of body.display_account */
body#history #center_column #order-list, body#history #center_column form, body#history #center_column p {
  max-width: inherit; }

/*
$state-success-text:             $green !default; //#3c763d !default;
$state-success-bg:               #f1f7f0 !default; //#dff0d8 !default;
$state-success-border:           darken(adjust-hue($state-success-bg, -10), 7%) !default;

$state-info-text:                $blue !default;
$state-info-bg:                  #f3f8fc !default;
$state-info-border:              #c6dfed !default; //darken(adjust-hue($state-info-bg, -10), 7%) !default;

$state-warning-text:             #8a6d3b !default;
$state-warning-bg:               #fcf8e3 !default;
$state-warning-border:           darken(adjust-hue($state-warning-bg, -10), 7%) !default;

$state-danger-text:              #a94442 !default;
$state-danger-bg:                #f2dede !default;
$state-danger-border:            darken(adjust-hue($state-danger-bg, -10), 5%) !default;
*/
/*
$alert-default-bg:    				#F2F2F2 !default;
$alert-default-text:  				$black-brun !default;
$alert-default-border:				#F2F2F2 !default;
*/
/*
$alert-success-bg:            $state-success-bg !default;
$alert-success-text:          $state-success-text !default;
$alert-success-border:        $state-success-border !default;

$alert-info-bg:               $state-info-bg !default;
$alert-info-text:             $state-info-text !default;
$alert-info-border:           $state-info-border !default;

$alert-warning-bg:            $state-warning-bg !default;
$alert-warning-text:          $state-warning-text !default;
$alert-warning-border:        $state-warning-border !default;

$alert-danger-bg:             $state-danger-bg !default;
$alert-danger-text:           $state-danger-text !default;
$alert-danger-border:         $state-danger-border !default;
*/
/*******************************************************
Manufacturer Styles
********************************************************/
#manufacturer .bg_manufacturer {
  text-align: center;
  background: #efefef;
  padding: 25px 0;
  border-bottom: 1px solid #d6d4d4;
  margin: -71px -10px 0 -10px; }
  #manufacturer .bg_manufacturer .page-heading {
    border-bottom: none;
    margin: 0; }
#manufacturer .description_box {
  margin: 25px auto; }
  #manufacturer .description_box h2 {
    margin-top: 1.2em;
    margin-bottom: 0.6em; }
  #manufacturer .description_box h3 {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  #manufacturer .description_box ul, #manufacturer .description_box ol {
    padding-left: 25px; }
  #manufacturer .description_box .pull-right {
    margin-left: 10px; }
  #manufacturer .description_box .pull-left {
    margin-right: 10px; }
  #manufacturer .description_box .alert {
    font-size: 95%; }
  #manufacturer .description_box .resume {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300; }
  #manufacturer .description_box .description {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4; }
#manufacturer .product_img_manufacturer {
  margin: 10px auto 25px; }
#manufacturer #filter_options {
  clear: both;
  padding: 25px 0 45px; }
  #manufacturer #filter_options .active {
    background: #3b86c4;
    color: white; }
  #manufacturer #filter_options li {
    margin: 5px 10px; }

.manufacturer-8 .product_list.grid .ajax_block_product.first-in-line {
  clear: none; }

body[class^="advancedsearch-seo"] .breadcrumb {
  display: none; }

#PM_ASearchSeoCrossLinks li {
  display: inline-block; }
#PM_ASearchSeoCrossLinks .bullet a {
  background: #EEEEEE;
  padding: 10px 20px;
  border-radius: 20px;
  color: #555454;
  font-size: 14px;
  float: left;
  margin-bottom: 5px; }
  #PM_ASearchSeoCrossLinks .bullet a:hover, #PM_ASearchSeoCrossLinks .bullet a:focus {
    background: #d5d5d5; }
#PM_ASearchSeoCrossLinks .subcat_title {
  display: inline-block;
  color: #555454;
  background: #DDD;
  padding: 10px 20px;
  border-radius: 3px; }
  #PM_ASearchSeoCrossLinks .subcat_title:hover, #PM_ASearchSeoCrossLinks .subcat_title:focus {
    text-decoration: none;
    color: white;
    background: #4ea76b; }

#PM_ASearchResults .cat_desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 35px; }
  #PM_ASearchResults .cat_desc a {
    font-weight: 400; }
  #PM_ASearchResults .cat_desc ul {
    list-style: inherit;
    margin-left: 35px; }
  #PM_ASearchResults .cat_desc .pull-right {
    margin-left: 15px;
    margin-bottom: 10px; }
  #PM_ASearchResults .cat_desc .pull-left {
    margin-right: 15px;
    margin-bottom: 10px; }

body.christmas {
  background: #f7f7f7 url("../img/themes/christmas/christmas_pattern2021.jpg") repeat fixed;
  /*
  	#header {
      background: url('../img/themes/christmas/christmas-bg-header2.jpg');
    }
  */ }
  body.christmas.order_step #header {
    background: white; }
  body.christmas #columns {
    background: white; }
    body.christmas #columns #description-product .rte {
      padding-right: 50px;
      padding-left: 50px; }
  body.christmas.order #columns {
    background: none;
    padding-top: 0 !important; }
    body.christmas.order #columns .container {
      background: white;
      padding: 10px 30px; }
    body.christmas.order #columns #step-order {
      top: 24px;
      right: 50px; }
    body.christmas.order #columns #crossselling .container {
      background: none; }
    body.christmas.order #columns #order-faq {
      margin-bottom: 0; }
  body.christmas.order_step #columns #step-order {
    top: -37px;
    right: inherit;
    left: 250px; }
  body.christmas.order_step #columns .container {
    padding: inherit; }
  body.christmas .home-manufacturers {
    padding: 0 10px; }
  body.christmas #blocknewproductsnew .full-width {
    margin: 0 -10px;
    padding: 0 10px; }
  body.christmas #viewed-products_block_home .full-width {
    margin: 0 -15px;
    padding: 0 10px; }
  body.christmas #presentation_natura, body.christmas #presse-home {
    background: #fefcfa; }
  body.christmas #presentation_natura {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: 170px; }
    body.christmas #presentation_natura:before {
      background: url("../img/themes/christmas/christmas-footer.png") center bottom no-repeat;
      height: 310px;
      position: absolute;
      left: 0;
      content: " ";
      right: 0;
      top: -280px; }
  body.christmas #presse-home {
    padding: 50px 0;
    margin: 0; }
  body.christmas .module_aselect {
    background: white; }
  body.christmas .footer-container {
    position: relative;
    color: white;
    background: black; }
    body.christmas .footer-container a,
    body.christmas .footer-container .title,
    body.christmas .footer-container .fa-3x {
      color: #f5e262 !important; }
    body.christmas .footer-container .btn-info, body.christmas .footer-container .btn-hover-info:hover,
    body.christmas .footer-container .btn-hover-info:focus, body.christmas .footer-container .btn-hover-info:hover, body.christmas .footer-container .btn-hover-info:focus {
      background: #f5e262;
      color: black !important; }
    body.christmas .footer-container:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black url("../img/themes/christmas/christmas-bg-footer.jpg") center no-repeat;
      opacity: .6;
      background-size: cover; }
