@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Aleo, sans-serif;
  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: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 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.428571429;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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: " —";
}

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

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.428571429;
  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;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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] {
  box-sizing: border-box;
}

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.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-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.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-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.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-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.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-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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 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;
  min-height: 32px;
  padding: 6px 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 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #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: #337ab7;
}

.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.428571429;
  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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 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 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #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 .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #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: #337ab7;
}

.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-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-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.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: 4px;
  }
}

.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;
    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 {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  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: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.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: #222;
  border-color: #090909;
}
.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: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #090909;
  }
  .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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  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 {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label: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: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  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: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@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;
  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: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

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

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

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

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

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

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

.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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

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

.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;
  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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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 #ddd;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

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

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.eot");
  src: url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.woff") format("woff"), url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../scripts/@fortawesome/fontawesome-pro-webfonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
}
#dz-container {
  margin-bottom: 1.5rem;
}
#dz-container h2 {
  color: red;
  font-size: 2rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#dz-container .dropzone {
  border: 4px dashed rgba(0, 0, 0, 0.2);
  min-height: 150px;
  position: relative;
  text-align: center;
  padding: 0;
}
#dz-container .dropzone div.dropzone-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
#dz-container .dropzone div.dropzone-text span.or {
  display: inline-block;
  padding: 10px 0;
}
#dz-container .dropzone .dz-message,
#dz-container .dropzone .dz-progress {
  display: none;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: box-shadow ease-out 0.2s;
}
.form-control:focus {
  border-color: #5094ce;
  box-shadow: inset 3px 0 0 #5094ce;
}

.error {
  border-color: #b94848 !important;
  color: #b94848 !important;
}
.error:focus {
  box-shadow: inset 3px 0 0 #b94848 !important;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
}

/*
 *  nos-forms-jquery - v1.0.0
 *  Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap
 *  
 *
 *  Made by IBI Data
 *  Under MIT License
 */
.nos-div-hp-css, .nos-div-hp-js {
  display: none !important;
}

.required-field:after {
  content: " *";
  color: red;
}

.nos-help {
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}

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

.nos-inline {
  display: inline-block !important;
}

.nos-valid-email, .nos-valid-email:focus, .nos-valid-zip, .nos-valid-zip:focus, .nos-valid-tel, .nos-valid-tel:focus, .nos-valid-match, .nos-valid-match:focus, .nos-valid-pattern, .nos-valid-pattern:focus, .nos-valid-min, .nos-valid-min:focus, .nos-valid-max, .nos-valid-max:focus, .nos-valid-minlength, .nos-valid-minlength:focus, .nos-valid-required, .nos-valid-required:focus {
  border: 1px solid green;
}

.nos-invalid-required, .nos-invalid-required:focus {
  border: 1px solid red !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.nos-invalid-minlength, .nos-invalid-minlength:focus, .nos-invalid-min, .nos-invalid-min:focus, .nos-invalid-max, .nos-invalid-max:focus, .nos-invalid-email, .nos-invalid-email:focus, .nos-invalid-zip, .nos-invalid-zip:focus, .nos-invalid-tel, .nos-invalid-tel:focus, .nos-invalid-pattern, .nos-invalid-pattern:focus, .nos-invalid-match, .nos-invalid-match:focus {
  border: 1px solid orange !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*========== CONTACT FORM ==========*/
#contact-header {
  display: block;
}
#contact-header .contact-us-header-container h1,
#contact-header .contact-us-header-container h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: center;
  box-sizing: border-box;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#contact-header .contact-us-header-container h1 {
  font-size: 36px;
}
#contact-header .contact-us-header-container h2 {
  font-size: 30px;
}

#contact-form-wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 0 auto;
  padding: 0 35px 100px 50px;
  overflow: hidden;
  clear: both;
  /*Tooltip*/
}
#contact-form-wrapper .field-validation-error {
  display: -moz-inline-stack;
  font-size: 12px;
  float: left;
  line-height: 10px;
  margin-top: 50px;
  color: white;
  margin-bottom: 5px;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
  margin-left: -8px;
}
#contact-form-wrapper #reach-us-container {
  margin-top: 100px;
  margin-right: 0;
}
#contact-form-wrapper #reach-us-container .col-md-8 {
  width: 100%;
}
#contact-form-wrapper #reach-us-container .col-md-8 .detail-content-block.grey-box {
  margin: 0 auto 100px;
  width: 66%;
  background-color: #f1f1f1;
  text-align: center;
  padding: 100px 15px;
}
#contact-form-wrapper .comments .field-validation-error {
  margin-top: 162px;
}
#contact-form-wrapper .col-row {
  margin-right: -55px;
  margin-left: -55px;
}
#contact-form-wrapper .col-row .form-col {
  padding: 0 55px;
}
#contact-form-wrapper .newsletter-wrapper {
  position: relative;
}
#contact-form-wrapper .newsletter-wrapper .checkbox-label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#contact-form-wrapper .form-row {
  clear: both;
}
#contact-form-wrapper .input-wrapper {
  margin-bottom: 16px;
  padding-left: 0;
}
#contact-form-wrapper .input-wrapper .input-wrapper {
  margin-bottom: 0;
}
#contact-form-wrapper .input-wrapper input,
#contact-form-wrapper .input-wrapper textarea {
  outline: none;
}
#contact-form-wrapper .input-wrapper select {
  margin-right: 0;
  font-size: 14px;
  height: 40px;
  width: 100%;
  padding-top: 2px;
  position: relative;
  color: #919191 !important;
}
#contact-form-wrapper .input-wrapper select.full,
#contact-form-wrapper .input-wrapper select option {
  color: black !important;
}
#contact-form-wrapper .input-wrapper input[type=number], #contact-form-wrapper .input-wrapper input[type=text], #contact-form-wrapper .input-wrapper input[type=email] {
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 10px 0;
  border-radius: 0;
}
#contact-form-wrapper .input-wrapper textarea {
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 10px 0;
  border-radius: 0;
  height: 152px !important;
  resize: none !important;
  padding: 10px !important;
}
#contact-form-wrapper .input-wrapper .checkbox-label {
  float: left;
  width: calc((100%) - 52px);
  margin: 0;
}
#contact-form-wrapper .input-wrapper .file-upload-limit-label {
  float: left;
  width: calc((100%) - 52px);
  margin: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
}
#contact-form-wrapper .input-wrapper .alt-checkbox {
  float: left;
  font-size: 1.3em;
  margin-right: 10px;
  border-radius: 0;
  box-shadow: none;
}
#contact-form-wrapper .input-wrapper .alt-checkbox:hover, #contact-form-wrapper .input-wrapper .alt-checkbox:active, #contact-form-wrapper .input-wrapper .alt-checkbox:focus {
  text-decoration: none;
}
#contact-form-wrapper .input-wrapper .alt-checkbox:before {
  display: block;
  min-height: 1em;
  min-width: 1em;
  padding: 0.05em;
  position: relative;
  text-align: center;
  visibility: hidden;
  content: "✓";
  font-weight: bold;
}
#contact-form-wrapper .input-wrapper .alt-checkbox.checked:before {
  visibility: visible;
}
#contact-form-wrapper .upload-wrapper {
  float: left;
  clear: both;
  width: 100%;
}
#contact-form-wrapper .upload-wrapper input[type=file] {
  display: none;
}
#contact-form-wrapper .upload-wrapper input[type=text] {
  float: left;
  width: calc((100%) - 40px);
}
#contact-form-wrapper .upload-wrapper input[type=button] {
  float: right;
  width: 40px;
  height: 40px;
  background-size: 20px;
}
#contact-form-wrapper .upload-wrapper input#file-input.full::-webkit-input-placeholder, #contact-form-wrapper .upload-wrapper input#file-input.full::-moz-placeholder, #contact-form-wrapper .upload-wrapper input#file-input.full:-ms-input-placeholder, #contact-form-wrapper .upload-wrapper input#file-input.full:-moz-placeholder {
  color: #000;
}
#contact-form-wrapper .submit-row {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
#contact-form-wrapper .submit-row input {
  display: inline-block;
  line-height: 1em;
  border-radius: 0;
  font-size: 25px;
  padding: 15px 75px;
  -webkit-appearance: button;
  cursor: pointer;
}
#contact-form-wrapper .asterisk {
  color: red;
  font-weight: bold;
  float: right;
  margin-top: -35px;
  margin-right: 5px;
}
#contact-form-wrapper .asterisk-text-area {
  color: red;
  font-weight: bold;
  float: right;
  margin-top: -35px;
  margin-right: 5px;
  margin-top: -147px;
}
#contact-form-wrapper .required-field-key {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 14px;
}
#contact-form-wrapper .input-wrapper span.help-q {
  position: absolute;
  top: 0;
  right: -25px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
#contact-form-wrapper .help-image {
  display: none;
  position: absolute;
  z-index: 4;
  right: -140px;
  bottom: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
#contact-form-wrapper .help-image img {
  max-width: 100px;
  vertical-align: middle;
  border: 0;
}
#contact-form-wrapper .open {
  display: block;
}
#contact-form-wrapper .checkbox-container {
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 15px;
}
#contact-form-wrapper .ui-tooltip,
#contact-form-wrapper .field-validation-error {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 12px;
  padding: 10px;
}
#contact-form-wrapper .ui-tooltip::after,
#contact-form-wrapper .field-validation-error::after {
  content: "";
  position: absolute;
  text-align: center;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 50%;
  margin-right: -10px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #111 transparent;
  display: block;
  width: 0;
}

@media only screen and (max-width: 767px) {
  #contact-form-wrapper {
    display: block;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form-wrapper #reach-us-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-form-wrapper #reach-us-container .col-md-8 .detail-content-block.grey-box {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #contact-form-wrapper ::-webkit-input-placeholder {
    font-size: 14px;
  }
  #contact-form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  #contact-form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  #contact-form-wrapper :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form-wrapper {
    width: 600px;
    padding: 35px 0 50px 15px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form-wrapper .col-row {
    margin: 0;
  }
  #contact-form-wrapper .col-row .form-col {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  #contact-form-wrapper .input-wrapper select {
    margin: 0 auto;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-form-wrapper .input-wrapper input[type=number], #contact-form-wrapper .input-wrapper input[type=text], #contact-form-wrapper .input-wrapper input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    width: 100%;
    line-height: 40px;
    font-size: 17px;
  }
  #contact-form-wrapper .input-wrapper textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    width: 100%;
    line-height: 40px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-form-wrapper .input-wrapper textarea {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  #contact-form-wrapper .input-wrapper .file-upload-limit-label {
    white-space: normal;
    line-height: 40px;
    line-height: 13px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form-wrapper .submit-row {
    margin-top: 18px;
  }
  #contact-form-wrapper .submit-row input {
    font-size: 16px;
    padding: 8px 50px;
  }
}
/*========== END CONTACT FORM ==========*/
.responsive-inline-image {
  padding: 6px 2.5%;
}
.responsive-inline-image:first-child {
  padding-left: 0;
}

@media (max-width: 991px) {
  .responsive-inline-image {
    max-width: 33%;
  }
}
.blue-text {
  color: #81b0de;
  font-size: 19px;
}

.header-title {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 28px;
}

.write-review-navigation {
  padding-top: 20px;
}
.write-review-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: baseline;
}
.write-review-navigation ul li {
  width: 20%;
  text-align: center;
  margin: auto 0 0;
  padding: 20px;
}
.write-review-navigation ul li a {
  display: block;
  text-decoration: none;
}
.write-review-navigation ul li a:hover {
  text-decoration: none;
}
.write-review-navigation ul li img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.write-review-navigation ul li h4 {
  padding-top: 10px;
  margin-top: 15px;
  font-size: 13px;
  height: 40px;
}

@media (max-width: 991px) {
  .write-review-navigation ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .write-review-navigation ul {
    margin: 0 -20px;
  }
  .write-review-navigation ul li {
    width: 33.333333%;
  }
}
@media (max-width: 480px) {
  .write-review-navigation ul li {
    width: 50%;
  }
}
/*Font: 		Odudo Slab
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T6219/odudo-slab
Foundry: 	Thom Niessink
Foundry: 	https://www.youworkforthem.com/designer/521/thom-niessink
Copyright:	Copyright (c) 2015 by thmbnl. graphic design. All rights reserved
Version: 	17
Created:	February 07, 2017
License: 	https://www.youworkforthem.com/font-license
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted
			from using the WebFonts(s) listed without a purchased license.
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: Aleo, sans-serif;
}
@font-face {
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
/*new global colors*/
/*-----------------*/
/*New Fonts*/
/*=========*/
/* Global fixes */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* Font Mixins */
/* fonts */
.fn-sans-descr-title {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
}

.fn-sans-descr {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fn-sans-italic {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}

.fn-sans-brown-title {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
}

.fn-sans-blue-title {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
}

.fn-robot-nutri-facts {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #222222;
}

/*---------*/
/* Debug Tools*/
.debug-size {
  position: absolute;
  top: 60px;
  right: 0;
  background-color: white;
  color: black;
  opacity: 0.5;
  text-align: right;
}
.debug-size:hover {
  opacity: 1;
}

/* Custom columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 25%;
    float: left;
  }
}
/* Media queries*/
.centered-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
}

.zero-padding-margin {
  padding: 0;
  margin: 0;
}

.centered-master {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}

.vans-button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
}

.vans-red-button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #b02216;
  color: #fff;
}

.vans-white-button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #fff;
  color: #085497;
}

/* Controls */
.hover-triangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 20px 18px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -35px;
  left: 40%;
}

.align-triangle {
  position: absolute;
  width: 150px;
  left: -75px;
  top: 20px;
  background-color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 14px;
}
.align-triangle > ul > li {
  margin: 15px 0;
}
.align-triangle > ul > li > a {
  color: #085497;
}

/* Site Styles */
#master-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#master-container > main {
  margin-top: 64px;
}

.horizontal-container > * {
  display: inline-block;
}

/** Top navbar **/
.navbar-fixed-top {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  background-image: none;
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.navbar-fixed-top .main-menu {
  padding: 0 10px;
}
.navbar-fixed-top .main-menu .brand-logo {
  position: relative;
  z-index: 1;
  width: 280px;
}
.navbar-fixed-top .main-menu .brand-logo img {
  margin: 0 auto;
  display: block;
  width: 144px;
}
.navbar-fixed-top .main-menu button.navbar-toggle {
  border: none;
}
.navbar-fixed-top .main-menu button.navbar-toggle img {
  width: 28px;
}
.navbar-fixed-top .main-menu .navbar-left > li:last-child > a {
  border-right: none;
}
.navbar-fixed-top .main-menu .navbar-left > li > a {
  margin-top: 10px;
  padding: 8px 5px;
  width: 165px;
  border-right: solid 2px #ab2f26;
  color: #fff;
}
.navbar-fixed-top .main-menu .navbar-left > li > a:hover {
  background-color: #085497;
}
.navbar-fixed-top .main-menu .navbar-right {
  display: none;
  margin-right: 0;
}
.navbar-fixed-top .main-menu .navbar-right .where-buy {
  display: none;
}
.navbar-fixed-top .main-menu .navbar-right .where-buy a {
  margin-right: 35px;
  margin-top: 15px;
  padding: 3px 25px 3px 50px;
  border: solid thin #ab2f26;
  border-radius: 20px;
  background-image: url("/images/menu/marker.png");
  background-repeat: no-repeat;
  background-position: 25px 5px;
  background-color: transparent;
  color: white;
}
.navbar-fixed-top .main-menu .navbar-right li a {
  padding: 12px 3px;
}
.navbar-fixed-top .drop-down-menu > section {
  background-color: white;
  margin-top: 25px;
  display: none;
}
.navbar-fixed-top .drop-down-menu .catalog {
  padding: 40px;
}
.navbar-fixed-top .drop-down-menu .catalog article {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.navbar-fixed-top .drop-down-menu .catalog article a {
  display: block;
}
.navbar-fixed-top .drop-down-menu .catalog article a:hover {
  background-color: #ab2f26;
  text-decoration: none;
}
.navbar-fixed-top .drop-down-menu .catalog article h4 {
  color: #085497;
  font-size: 14px;
}

@media screen and (max-width: 1360px) {
  .navbar-fixed-top .main-menu .brand-logo {
    width: 240px;
  }
}
@media screen and (max-width: 1310px) {
  .navbar-fixed-top .main-menu .brand-logo {
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top .main-menu .brand-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .main-menu .brand-logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .main-menu .navbar-left {
    margin-top: 0;
    padding: 10px 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .main-menu .navbar-left > li {
    padding: 12px 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top .main-menu .navbar-left > li > a {
    width: 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .main-menu .navbar-left > li > a {
    width: 100%;
    margin: 0;
    color: #085497;
    font-size: 28px;
    font-weight: 800;
  }
}
@media screen and (min-width: 1050px) {
  .navbar-fixed-top .main-menu .navbar-right {
    display: inline-block;
  }
}
@media screen and (min-width: 1265px) {
  .navbar-fixed-top .main-menu .navbar-right .where-buy {
    display: inline-block;
  }
}
/** Top navbar **/
/** Footer **/
#master-container > footer {
  margin-top: 4px;
}
#master-container > footer .social-mobile {
  display: initial;
}
#master-container > footer .social-mobile nav {
  text-align: center;
}
#master-container > footer .sign-up {
  padding: 10px;
  margin: 0;
  background-color: #ab2f26;
}
#master-container > footer .sign-up__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 940px) {
  #master-container > footer .sign-up__container {
    flex-direction: row;
  }
}
#master-container > footer .sign-up .join-club {
  color: #fff;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-weight: 700;
  text-align: center;
}
#master-container > footer .sign-up p {
  margin-top: 13px;
  padding: 0;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
#master-container > footer .sign-up .email {
  margin-top: 16px;
  padding-left: 40px;
}
#master-container > footer .sign-up .email-box-validation {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#master-container > footer .sign-up input {
  height: 28px;
  width: 190px;
  color: #2d2d2d;
  padding: 0 4px 0 6px;
  font-size: 12px;
  border: none;
}
#master-container > footer .sign-up .button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #fff;
  color: #ab2f26;
  padding: 4px 45px;
  vertical-align: top;
  font-weight: bolder;
}

@media only screen and (min-width: 1050px) {
  #master-container > footer .social-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #master-container > footer .sign-up .email {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #master-container > footer .sign-up .email-box-validation {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #master-container > footer .sign-up .button {
    margin-top: 10px;
    width: 190px;
    height: 28px;
  }
}
.site-links {
  margin-top: 20px;
  /*  .link-list outside of .site-map because didn't want to be too deep ~per Jorge*/
}
.site-links .social {
  text-align: center;
}
.site-links .social .link-list {
  display: inline-block;
}
.site-links .social .link-list ul,
.site-links .social .link-list li {
  display: inline-block;
}
.site-links .social .link-list h2,
.site-links .social .link-list li span {
  display: none;
}
.site-links .social .logo {
  width: 100px;
  margin-right: 10px;
}
.site-links .social a {
  margin: 0 3px;
  text-decoration: none;
}
.site-links .social a:hover {
  text-decoration: none;
}
.site-links .link-list a {
  color: #ab2f26;
}
.site-links .site-map {
  margin-top: 15px;
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.site-links .site-map > div {
  border-right: solid thin #ab2f26;
  padding: 10px 0 3px 0;
}
.site-links .site-map > div:last-child {
  border-right: none;
}
.site-links .site-map > div > ul {
  width: 120px;
  margin: 0 auto;
}
.site-links .site-map > div > ul > li {
  height: 30px;
}

/* Landing page*/
.home-welcome .swiper-container,
.home-welcome .non-mobile-container {
  height: 395px;
}
.home-welcome .swiper-container .content {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
.home-welcome .non-mobile-container {
  overflow: hidden;
}
.home-welcome .non-mobile-container .content {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
.home-welcome .swiper-slide {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-welcome .swiper-slide > img {
  position: absolute;
  left: -3000px;
  right: -3000px;
  margin: auto;
  width: 1366px;
}
.home-welcome .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}
.home-welcome .swiper-pagination span {
  width: 27px;
  height: 27px;
}
.home-welcome .swiper-pagination .swiper-pagination-bullet {
  background: url("/images/swiper/pagination.png");
}
.home-welcome .swiper-pagination .swiper-pagination-bullet-active {
  background: url("/images/swiper/pagination-active.png");
}

@media screen and (max-width: 767px) {
  .home-welcome .swiper-slide {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .home-welcome .swiper-slide > img {
    height: 100%;
    width: auto;
  }
}
.certifications {
  margin-top: 4px;
  color: #ab2f26;
  padding: 0 15px;
}
.certifications p {
  margin-top: 25px;
  font-size: 16px;
}
.certifications ul li {
  width: 6.5%;
  display: inline-block;
  margin: 0 0.2%;
}

@media screen and (max-width: 767px) {
  .certifications p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .certifications ul li {
    width: 11%;
  }
}
.home-prods-recipes {
  text-align: center;
  padding: 25px 10px;
  margin-top: 4px;
  background-color: #ab2f26;
}
.home-prods-recipes > div {
  padding: 0 80px;
}
.home-prods-recipes > div:first-child {
  border-right: solid thin #4689ce;
}
.home-prods-recipes > div .vans-white-button {
  margin-top: 20px;
  float: right;
  font-weight: bolder;
  padding: 8px 20px;
  font-size: 10px;
}
.home-prods-recipes h5 {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 34px;
  color: #ab2f26;
}
.home-prods-recipes .recip-swiper h5 {
  padding: 0 51px;
}
.home-prods-recipes .swiper-container {
  margin: 30px 0;
  margin-bottom: 0;
}
.home-prods-recipes .swiper-container .swiper-slide .slide-wrapper {
  width: 100%;
  height: 200px;
}
.home-prods-recipes .swiper-container .swiper-slide .slide-wrapper img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.home-prods-recipes .swiper-container .swiper-slide p {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-family: Aleo, sans-serif;
  font-size: 32px;
  text-transform: capitalize;
  text-align: center;
}
.home-prods-recipes .swiper-button-next {
  right: 30px;
  background-image: url("/images/swiper/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 30px;
}
.home-prods-recipes .swiper-button-prev {
  right: 30px;
  background-image: url("/images/swiper/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 30px;
  left: 30px;
  transform: scaleX(-1);
  filter: FlipH;
}
.home-prods-recipes .prod-swiper .swiper-button-next {
  right: 20px;
}
.home-prods-recipes .recip-swiper .swiper-button-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .home-prods-recipes > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes > div:first-child {
    border-right: none;
    border-bottom: solid thin #4689ce;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes > div .vans-white-button {
    font-size: 18px;
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  .home-prods-recipes .swiper-container .swiper-slide .slide-wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  .home-prods-recipes .swiper-container .swiper-slide .slide-wrapper {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .swiper-container .swiper-slide .slide-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .swiper-container .swiper-slide p {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .swiper-button-next,
.home-prods-recipes .swiper-button-prev {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .prod-swiper .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-prods-recipes .recip-swiper .swiper-button-prev {
    left: 0;
  }
}
.join-social {
  padding: 0 80px;
  height: 400px;
  background-image: url("/images/anding/pictures.jpg");
  background-repeat: no-repeat;
  background-size: 1200px auto;
  background-position: center bottom;
}
.join-social .info {
  display: inline-block;
}
.join-social .info h3 {
  text-transform: uppercase;
  color: #ab2f26;
  font-weight: bolder;
  font-size: 36px;
}
.join-social .info p {
  width: 300px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.join-social .social-mobile {
  margin-top: 20px;
  float: right;
  display: inline-block;
}

@media screen and (max-width: 880px) {
  .join-social {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .join-social {
    background-image: url("/images/Landing/pictures-mobile.jpg");
    background-size: 100% auto;
    background-position: center 75px;
    height: 480px;
  }
}
@media screen and (max-width: 400px) {
  .join-social {
    background-image: url("/images/Landing/pictures-mobile.jpg");
    background-position: center 90px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .join-social .info {
    margin: 40px auto;
    width: 300px;
    display: block;
  }
  .join-social .info h3,
.join-social .info p {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .join-social .social-mobile {
    float: none;
    display: block;
    margin: 300px auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .join-social .social-mobile {
    margin: 240px auto;
  }
}
.product-title {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
  border-bottom: solid thin #ab2f26;
  margin-bottom: 60px;
  height: 380px;
}
.product-title h1 {
  top: 100px;
  left: 80px;
  z-index: 1;
  color: #b02216;
  font-family: Aleo, sans-serif;
  font-size: 57px;
  text-transform: capitalize;
  position: relative;
}
.product-title h1 span {
  color: #b02216;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 38px;
  text-transform: uppercase;
  display: block;
}
.product-title .product-image-boxed {
  position: absolute;
  bottom: -70px;
  right: 8%;
}
.product-title img.product {
  position: relative;
}
.product-title img.cooked {
  position: absolute;
  top: -4px;
  right: 300px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .product-title {
    margin-top: 84px;
    height: 338px;
  }
  .product-title h1 {
    margin-left: 300px;
    display: block;
    position: relative;
    width: 400px;
    text-indent: -50px;
    font-size: 40px;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  }
  .product-title h1 span {
    display: inline;
  }
  .product-title div {
    margin-top: -25px;
  }
  .product-title img.cooked {
    position: static;
  }
  .product-title img.product {
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .product-title h1 {
    margin-left: 140px;
  }
  .product-title h1 span {
    display: inline;
  }
  .product-title div {
    margin-left: -100px;
  }
  .product-title img.cooked {
    width: 80%;
  }
  .product-title img.product {
    width: 40%;
  }
}
@media screen and (max-width: 580px) {
  .product-title {
    margin-top: 94px;
    height: 231px;
  }
  .product-title h1 {
    margin-left: 80px;
    width: 240px;
    font-size: 22px;
  }
  .product-title h1 span {
    font-size: 26px;
  }
  .product-title div {
    height: 180px;
  }
  .product-title img.product {
    bottom: -25%;
    width: 60%;
  }
}
.product-detail p.stars {
  margin-top: -20px;
  color: #195d66;
}
.product-detail .certifications {
  margin-top: 10px;
}

.nutri-info {
  margin-top: 20px;
}
.nutri-info .fn-sans-brown-title {
  margin-bottom: 25px;
}

.nutri-facts header {
  margin-bottom: 18px;
}
.nutri-facts h4 {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
  text-transform: capitalize;
  margin-bottom: 0;
}
.nutri-facts p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
.nutri-facts .fact-header,
.nutri-facts .fact-footer {
  border-top: solid 8px #222222;
}
.nutri-facts .fact-body {
  border-top: solid 4px #222222;
}
.nutri-facts .fact-body td:nth-child(2) {
  font-weight: bold;
}
.nutri-facts table {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #222222;
  width: 100%;
}
.nutri-facts table tr {
  border-top: solid thin #222222;
}
.nutri-facts table tr:first-child {
  border-top: none;
}
.nutri-facts table tr > td:nth-child(2), .nutri-facts table tr > td:nth-child(5) {
  text-align: right;
}
.nutri-facts .padd {
  padding-left: 10px;
}

.love-share {
  text-align: right;
}
.love-share h3 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
}
.love-share .social-mobile {
  margin-right: 20px;
}
.love-share label {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-weight: 400;
  font-size: 10px;
}
.love-share input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  font-size: 11px;
  height: auto;
}
.love-share .btn {
  background: #b02216;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.love-share > button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #b02216;
  color: #fff;
  width: 100%;
}
.love-share p {
  width: 100%;
  text-align: center;
  border-bottom: thin solid gray;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.love-share p span {
  background: #fff;
  padding: 0 10px;
}

hr.blue {
  display: none;
  border-top: solid thin #ab2f26;
  margin-top: 40px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .blue-resp {
    background-color: #ab2f26;
    padding: 30px 0;
  }
  .blue-resp h5 {
    text-align: center;
  }
  .blue-resp hr.blue {
    margin: 5px 0 20px 0;
  }
}
.content-padding {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .content-padding {
    padding: 0;
  }
}
.detail-swiper {
  position: relative;
}
.detail-swiper h5 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.detail-swiper .swiper-container {
  margin: 0 80px;
}
.detail-swiper h6 {
  color: #5c210c;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.detail-swiper p {
  color: #5c210c;
  font-family: Aleo, sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: -8px;
}
.detail-swiper p.stars {
  text-align: right;
  color: #195d66;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 10px;
  text-transform: uppercase;
}
.detail-swiper img {
  width: 100%;
}
.detail-swiper .swiper-button-prev {
  background-image: url("/Images/Swiper/right-arrow.png");
  transform: scaleX(-1);
  filter: FlipH;
}
.detail-swiper .swiper-button-next {
  background-image: url("/Images/Swiper/right-arrow.png");
}

@media screen and (max-width: 767px) {
  .detail-swiper {
    background-color: #ab2f26;
  }
  .detail-swiper .swiper-container {
    margin: 0 30px;
  }
  .detail-swiper h5,
.detail-swiper h6 {
    color: #fff;
  }
  .detail-swiper p {
    color: #fff;
  }
  .detail-swiper p.stars {
    color: #fff;
  }
  .detail-swiper .swiper-button-prev,
.detail-swiper .swiper-button-next {
    background-size: 18px;
  }
}
.feautured-recip h6 {
  color: #085497;
}

@media screen and (max-width: 767px) {
  .feautured-recip h6 {
    color: #fff;
  }
}
.top80 {
  margin-top: 80px;
}

.vans.search-filters-section {
  margin-top: 20px;
}
.vans.search-filters-section h4 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
}
.vans.search-filters-section p {
  background-color: #ab2f26;
  margin: 0 -15px;
  padding: 7px 20px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  background-image: url("/Images/Products/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.vans.search-filters-section .category-selection-category label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 0;
}
.vans.search-filters-section button.category-selection-dropdown-trigger {
  width: 90%;
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background: #4689ce;
  background-image: url("/Images/Products/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  border: none;
  padding: 5px 10px;
  text-align: left;
}
.vans.search-filters-section .category-selection-dropdown {
  z-index: 1;
  position: relative;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form {
  width: 120%;
  position: absolute;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .attributes {
  background-color: #f6f6f6;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .form-group {
  margin-bottom: 0;
  padding: 2px 10px;
  border-bottom: thin solid #c7c7c7;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .form-group:first-child {
  margin-top: 10px;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form label {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox] {
  float: right;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .buttons {
  margin: 5px auto 0 auto;
  width: 150px;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .buttons button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 9px;
  color: white;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .buttons button:first-child {
  background-color: #4689ce;
}
.vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .buttons button:last-child {
  background-color: gray;
}
.vans.search-filters-section .inner .category-selection-header-text h2 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
.vans.search-filters-section .inner .category-selection-header-text button {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  background: none;
  border: none;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .vans.search-filters-section {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .vans.search-filters-section h4 {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 820px) {
  .vans.search-filters-section .category-selection-dropdown .category-selection-dropdown-form label {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .vans.search-filters-section .inner {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  .vans.search-filters-section .inner.show-filters {
    display: block;
  }
  .vans.search-filters-section .inner .category-selection-categories,
.vans.search-filters-section .inner .category-selection-category {
    padding: 0;
  }
  .vans.search-filters-section .inner .category-selection-categories .category-selection-category:first-child .category-label {
    border-top: thin solid #c7c7c7;
  }
  .vans.search-filters-section .inner .category-label {
    width: 100%;
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    border-bottom: thin solid #c7c7c7;
    padding: 10px 15px;
  }
  .vans.search-filters-section .inner .category-selection-dropdown .category-selection-dropdown-trigger {
    position: absolute;
    top: -33px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .vans.search-filters-section .inner .category-selection-dropdown .category-selection-dropdown-form {
    position: static;
    display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #c7c7c7;
  }
  .vans.search-filters-section .inner .category-selection-dropdown .form-group:first-child {
    margin-top: 0;
  }
}
.vans-proud hr.blue {
  margin: 20px 0;
}
.vans-proud p {
  margin-top: 15px;
  color: #4689ce;
}

.product-view,
.recipe-view {
  margin: auto 0 0;
  padding: 30px 50px;
}
.product-view.is-new:after,
.recipe-view.is-new:after {
  content: "NEW";
  position: absolute;
  top: 30px;
  transform: rotate(-25deg);
  background: #ab2f26;
  border-radius: 50%;
  padding: 0.5rem;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
.product-view .product-violator,
.recipe-view .product-violator {
  position: absolute;
  top: 7%;
  left: 9%;
  background-color: #4767a6;
  height: 17%;
  width: 27%;
  border-radius: 50%;
  transform: rotate(-25deg);
}
.product-view .product-violator p,
.recipe-view .product-violator p {
  font-size: 70% !important;
  color: #fff;
  overflow: hidden;
  margin: 0 !important;
  text-align: center;
  line-height: 120% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 85%;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 560px) {
  .product-view .product-violator p,
.recipe-view .product-violator p {
    font-size: 45% !important;
  }
}

@media screen and (max-width: 991px) {
  .product-view,
.recipe-view {
    padding: 20px 30px;
  }
  .product-view.is-new:after,
.recipe-view.is-new:after {
    font-size: 1.2rem;
  }
}
.product-view h5,
.recipe-view h5 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.product-view .swiper-container,
.recipe-view .swiper-container {
  margin: 0 80px;
}

.product-view h6,
.recipe-view h6,
.product-view .title,
.recipe-view .title,
.product-view h6 p,
.recipe-view h6 p,
.product-view .title p,
.recipe-view .title p {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.product-view p,
.recipe-view p,
.product-view .product-subtitle,
.recipe-view .product-subtitle {
  color: #69331f;
  font-family: Aleo, sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: -8px;
}

.product-view p.stars,
.recipe-view p.stars {
  text-align: right;
  color: #195d66;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: thin solid #c7c7c7;
}

.recipe-detail-title {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
  border-bottom: solid thin #4689ce;
  margin-bottom: 60px;
  position: relative;
  height: 376px;
}
.recipe-detail-title h1 {
  width: 400px;
  top: 100px;
  left: 80px;
  z-index: 1;
  color: #fff;
  font-family: Aleo, sans-serif;
  font-size: 80px;
  text-transform: capitalize;
  position: relative;
  text-shadow: 2px 2px 9px #000000;
}
.recipe-detail-title h1 span {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 70px;
  text-transform: uppercase;
  display: block;
  margin-top: -30px;
}
.recipe-detail-title > div {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 384px;
  z-index: 0;
}
.recipe-detail-title > div img.cooked {
  position: absolute;
}
.recipe-detail-title img.product {
  position: relative;
  bottom: -70px;
  right: 8%;
}
.recipe-detail-title .product-image-boxed {
  position: absolute;
  bottom: 0;
  right: 8%;
}

@media screen and (max-width: 767px) {
  .recipe-detail-title h1 {
    margin-top: -55px;
  }
  .recipe-detail-title > div img.cooked {
    left: -500px;
  }
  .recipe-detail-title img.product {
    position: absolute;
    bottom: -125px;
    right: 8%;
  }
}
@media screen and (max-width: 490px) {
  .recipe-detail-title h1 {
    margin-top: -55px;
    margin-left: -60px;
    font-size: 50px;
  }
  .recipe-detail-title h1 span {
    font-size: 45px;
    margin-top: -10px;
  }
  .recipe-detail-title > div img.cooked {
    left: -500px;
  }
  .recipe-detail-title img.product {
    position: absolute;
    bottom: -75px;
    right: 8%;
    width: 80%;
  }
}
.made-with h4 {
  color: #ab2f26;
  font-family: Aleo, sans-serif;
  font-size: 34px;
  text-transform: capitalize;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: -5px;
  font-style: italic;
}
.made-with p {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .made-with {
    top: 30px;
  }
}
.recipe-info {
  margin-top: -20px;
}
.recipe-info p.stars {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  text-transform: uppercase;
}
.recipe-info .recip-header {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe-info .recip-header p {
  margin-bottom: 3px;
}
.recipe-info .love-share {
  text-align: left;
}
.recipe-info .love-share h3 {
  font-size: 18px;
  margin-bottom: 2px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe-info .love-share img {
  width: 24px;
}

@media screen and (max-width: 767px) {
  .recipe-info {
    margin-top: 50px;
  }
}
.write-up {
  margin-top: 15px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.write-up h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.recipe-directions {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.recipe-directions .recipe-instructions {
  border-left: solid thin #ab2f26;
  padding: 0 60px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe-directions h5 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 26px;
  text-transform: uppercase;
}
.recipe-directions li {
  margin-bottom: 6px;
}
.recipe-directions p {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .recipe-directions .recipe-instructions {
    padding: 0 15px;
  }
}
.swiper-gallery {
  position: relative;
}
.swiper-gallery .swiper-container {
  margin: 0 80px;
}
.swiper-gallery img {
  width: 100%;
}
.swiper-gallery .swiper-button-prev {
  background-image: url("/Images/Swiper/right-arrow.png");
  transform: scaleX(-1);
  filter: FlipH;
}
.swiper-gallery .swiper-button-next {
  background-image: url("/Images/Swiper/right-arrow.png");
}

.title-banner {
  position: relative;
}
.title-banner h1 {
  position: absolute;
  width: 400px;
  top: 90px;
  left: 130px;
  z-index: 1;
  color: #fff;
  font-family: Aleo, sans-serif;
  font-size: 73px;
  text-transform: capitalize;
  text-transform: none;
  text-shadow: 2px 2px 9px #000000;
}
.title-banner h1 span {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 55px;
  text-transform: uppercase;
  display: block;
  margin-top: -10px;
  margin-left: 120px;
}
.title-banner h1.big {
  font-size: 120px;
  top: 20px;
}
.title-banner h1.big span {
  font-size: 90px;
  margin-top: -30px;
  margin-left: 40px;
}
.title-banner > div {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
.title-banner > div img {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .title-banner h1 {
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner h1 {
    font-size: 50px;
    top: 150px;
    left: 30px;
  }
  .title-banner h1 span {
    font-size: 30px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner h1.big {
    top: 150px;
    font-size: 70px;
  }
  .title-banner h1.big span {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .title-banner > div img {
    right: -170px;
  }
}
@media screen and (max-width: 991px) {
  .title-banner > div img {
    right: -270px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner > div img {
    right: -500px;
  }
}
/* About */
.vans-story {
  margin-top: 35px;
}
.vans-story p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.vans-story img {
  margin-top: -15px;
}

.certifications.about p {
  color: #4689ce;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-categories {
  margin-bottom: 100px;
}
.product-categories h2 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 27px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.product-categories a {
  padding: 0 30px;
  margin-top: 40px;
}
.product-categories span {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 10px;
  padding-top: 5px;
  border-top: thin solid #c7c7c7;
  text-align: center;
}

/* FAQ page */
.faq-header h2 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
.faq-header p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.faq-header button {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #085497;
  color: #fff;
}
@keyframes drop-down-anim {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes close-up-anim {
  from {
    display: block;
    max-height: 400px;
  }
  to {
    display: none;
    max-height: 0;
  }
}
.faq-list {
  margin: -25px 0 70px;
  padding: 0 15px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.faq-list h3 {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.faq-list .question {
  font-weight: 600;
}
.faq-list .answer {
  overflow: hidden;
  display: none;
}
.faq-list .answer.visible {
  display: block;
  animation: drop-down-anim 2s ease-in-out 0s;
}
.faq-list .answer.hide-up {
  display: block;
  animation: close-up-anim 1s forwards;
}

/* Contact Us page */
.check-faqs > div {
  text-align: right;
  border-left: solid thin #ab2f26;
  padding: 15px 0 20px 15px;
  margin-top: 25px;
}
.check-faqs > div a {
  display: block;
  padding: 4px 0;
  border-radius: 3px;
  background-color: #ab2f26;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.check-faqs > div p {
  margin-bottom: 0;
  color: #085497;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
}
.check-faqs > div p.strong {
  margin-top: 35px;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .check-faqs > div {
    margin-top: -30px;
    border-left: none;
    text-align: center;
  }
  .check-faqs > div p.strong {
    margin-top: 15px;
  }
}
/* ContactUsComplete page */
.contact-recipes {
  margin: 50px 0;
  padding: 0 35px;
}
.contact-recipes .detail-swiper h5 {
  font-size: 30px;
  margin-left: -35px;
}

/* */
.enews-header h2 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
.enews-header p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}

.enews-form {
  margin-bottom: 40px;
}
.enews-form .form-group {
  margin-bottom: 50px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.enews-form .form-group:last-child {
  margin-bottom: 10px;
}
.enews-form .form-group label {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.enews-form .categories {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.enews-form .categories p {
  margin-bottom: 30px;
}
.enews-form .categories label {
  font-weight: normal;
  margin-bottom: 25px;
}
.enews-form .categories .alt-checkbox {
  display: inline-block;
  height: 30px;
  padding: 0;
  background-color: #fff;
  border: none;
  border: solid thin #c7c7c7;
  border-radius: 5px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: normal;
  font-size: 14px;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.enews-form .categories .alt-checkbox:hover, .enews-form .categories .alt-checkbox:active, .enews-form .categories .alt-checkbox:focus {
  text-decoration: none;
}
.enews-form .categories .alt-checkbox:before {
  color: #f1f1f1;
  display: block;
  min-height: 1em;
  min-width: 1em;
  padding: 0.05em;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #ddd, 0 2px 0 #fff, 0 -1px 0 #ddd;
  visibility: hidden;
  content: "✓";
  font-weight: bold;
}
.enews-form .categories .alt-checkbox.checked:before {
  color: #222222;
  visibility: visible;
}
.enews-form .vans-red-button {
  margin-left: 20px;
  min-width: 150px;
}
.enews-form #SignUpNewsLetter img {
  width: 100%;
  height: auto;
}

@media only screen {
  .enews-form .form-group:first-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .enews-form .form-group {
    margin-bottom: 35px;
  }
  .enews-form .form-group:first-child {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .enews-form .form-group {
    margin-bottom: 25px;
  }
  .enews-form .form-group:first-child {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .enews-form .form-group {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .enews-form .categories label {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .enews-form {
    margin-top: -15px;
  }
  .enews-form hr.blue {
    margin: 25px 0;
  }
  .enews-form .vans-red-button {
    margin: 20px 5px 0;
    width: calc((100%) - 3px);
  }
}
.find-retailers h3,
.product-request h3 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.find-retailers p,
.product-request p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 25px;
}

.find-retailers ul,
.product-request ul {
  text-align: center;
}

.find-retailers ul li,
.product-request ul li {
  list-style: none;
  display: inline-block;
  width: calc((14.2857%) - 12px);
  margin: 5px;
  text-align: center;
  max-height: 150px;
}

.find-retailers ul li img,
.product-request ul li img {
  max-width: 100%;
  max-height: 110px;
}

.find-retailers ul li span,
.product-request ul li span {
  display: none;
}

@media screen and (max-width: 1199px) {
  .find-retailers ul li,
.product-request ul li {
    width: calc((16.6666%) - 12px);
  }
}
@media screen and (max-width: 991px) {
  .find-retailers ul li,
.product-request ul li {
    width: calc((20%) - 12px);
  }
}
.find-retailers > a,
.product-request > a {
  border: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #b02216;
  color: #fff;
  padding: 5px 40px;
  margin-bottom: 55px;
}

/*#region Variables*/
/*new global colors*/
/*-----------------*/
/*New Fonts*/
/*=========*/
/*#endregion Variables*/
/*#region Mixins*/
/*New Mixins*/
/* fonts */
.fn-sans-descr-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.fn-sans-descr {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.fn-sans-italic {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}

.fn-sans-brown-title {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}

.fn-sans-blue-title {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
}

.fn-robot-nutri-facts {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #222222;
}

/* Debug Tools*/
.debug-size {
  position: absolute;
  top: 60px;
  right: 0;
  background-color: white;
  color: black;
  opacity: 0.5;
  text-align: right;
}
.debug-size:hover {
  opacity: 1;
}

/* Media queries*/
.centered-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  width: 100%;
}

.zero-padding-margin {
  padding: 0;
  margin: 0;
}

.centered-master {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}

.button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.red-button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
}

.white-button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #085497;
}

.fnt-defcolor-upper-cent {
  color: #ab2f26;
  text-transform: uppercase;
  text-align: center;
}

/*#endregion Mixins*/
/* Font Mixins */
.wf-loading * {
  visibility: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: optimizeSpeed;
}

em {
  font-style: italic;
}

input,
select {
  border-radius: 0;
}

#master-container {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
#master-container main {
  min-height: 400px;
  margin-top: 60px;
}
#master-container footer {
  clear: both;
  padding-bottom: 50px;
}
#master-container footer .sign-up {
  margin-bottom: 20px;
}
#master-container footer .site-links .social a {
  margin: 0 5px;
}
#master-container footer .site-links .site-map {
  margin-top: 20px;
  font-size: 13px;
  display: flex;
}
#master-container footer .site-links .site-map .link-list a {
  font-family: Aleo, sans-serif;
}
#master-container footer .site-links .site-map .link-list > ul {
  width: 120px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#master-container footer .site-links .site-map .link-list > ul > li {
  height: 30px;
}

@media (max-width: 991px) {
  #master-container footer .sign-up {
    text-align: center;
    padding-bottom: 20px;
  }
  #master-container footer .sign-up .email {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #master-container footer .sign-up .email-box-validation {
    margin-right: 10px;
  }
  #master-container footer .sign-up .button {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #master-container footer .sign-up .email-box-validation {
    display: block;
    margin: 0 auto;
  }
  #master-container footer .sign-up .button {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  #master-container footer .site-links .social .logo-link {
    display: block;
    width: 100px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  #master-container footer .site-links .site-map .link-list {
    border: none;
  }
}
@media (max-width: 767px) {
  #master-container footer .site-links .site-map {
    margin-top: 10px;
  }
  #master-container footer .site-links .site-map div {
    border: none;
  }
}
/*SWIPER GENERIC*/
.swiper-box,
.featured-swiper-main {
  position: relative;
}

.swiper-box:before,
.featured-swiper-main:before,
.swiper-box:after,
.featured-swiper-main:after {
  clear: both;
  content: " ";
  display: block;
}

.swiper-container {
  height: 395px;
}

.featured-swiper.swiper-container {
  height: auto;
}
.featured-swiper.swiper-container .swiper-slide {
  margin: auto 0 0;
}

@media only screen and (max-width: 767px) {
  .two-column-container .right-column .featured-swiper-main .featured-swiper.swiper-container .swiper-slide {
    margin: 0;
  }
}
.swiper-container .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
  opacity: 0.8;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-container .caption {
  display: block;
  position: absolute;
  z-index: 99;
}
.swiper-container .caption img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
.swiper-container .button-prev,
.swiper-container .button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container .swiper-button-next,
.swiper-container .button-next,
.swiper-container .swiper-button-prev,
.swiper-container .button-prev {
  right: 30px;
  background-image: url("./assets/../../img/icon/navigation/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 30px;
}
.swiper-container .swiper-button-prev,
.swiper-container .button-prev {
  left: 30px;
  transform: scaleX(-1);
  filter: FlipH;
}
.swiper-container .swiper-slide {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper-slide > img,
.swiper-container .swiper-slide > a > img {
  position: absolute;
  left: -3000px;
  right: -3000px;
  margin: auto;
  width: 1366px;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-next,
.swiper-container .button-next,
.swiper-container .swiper-button-prev,
.swiper-container .button-prev {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev,
.swiper-container .button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide > img,
.swiper-container .swiper-slide > a > img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    height: 250px;
  }
  .swiper-container.home-swiper {
    height: 395px;
  }
  .swiper-container .caption {
    margin-top: 15px;
  }
}
.two-column-container {
  text-align: center;
  padding: 25px 10px;
  margin-top: 4px;
  background-color: #fff;
}
.two-column-container > div:first-child {
  border-right: solid thin #ab2f26;
}
.two-column-container > div .main-button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  margin-top: 20px;
  float: right;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 10px;
}
.two-column-container h5 {
  font-weight: bold;
  font-size: 34px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
  color: #ab2f26;
  text-transform: uppercase;
  text-align: center;
}
.two-column-container .recip-swiper h5 {
  padding: 0 51px;
}
.two-column-container .swiper-box {
  padding: 0 60px;
  position: relative;
}
.two-column-container .swiper-container {
  margin: 30px 0;
  margin-bottom: 0;
}
.two-column-container .swiper-container .swiper-slide {
  padding: 12px;
}
.two-column-container .swiper-container .swiper-slide .slide-wrapper {
  width: 100%;
}
.two-column-container .swiper-container .swiper-slide .slide-wrapper.product-violator-protein-packed:after {
  content: "PROTEIN\aPACKED";
  white-space: pre;
  position: absolute;
  top: 3px;
  left: -1px;
  transform: rotate(-25deg);
  background: #ab2f26;
  border-radius: 50%;
  padding: 0.7rem;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.two-column-container .swiper-container .swiper-slide .slide-wrapper.is-new:after {
  content: "NEW";
  position: absolute;
  top: 3px;
  left: -1px;
  transform: rotate(-25deg);
  background: #ab2f26;
  border-radius: 50%;
  padding: 0.5rem;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
.two-column-container .swiper-container .swiper-slide .slide-wrapper img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.two-column-container .swiper-container .swiper-slide p {
  display: block;
  margin-top: 20px;
  color: #ab2f26;
  font-family: Aleo, sans-serif;
  font-size: 32px;
  text-transform: capitalize;
  font-size: 22px;
  text-align: center;
}
.two-column-container .swiper-container .link {
  color: #fff;
  text-decoration: none;
}
.two-column-container .swiper-container .link p {
  height: 115px;
  line-height: 1.2em;
}
.two-column-container .swiper-container .link:hover {
  color: #fff;
  text-decoration: none;
}
.two-column-container .swiper-button-next {
  right: 20px;
  background-image: url("./assets/../../img/icon/navigation/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 30px;
}
.two-column-container .swiper-button-prev {
  right: 20px;
  background-image: url("./assets/../../img/icon/navigation/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 30px;
  left: 20px;
  transform: scaleX(-1);
  filter: FlipH;
}
.two-column-container .left-column .swiper-button-next {
  right: 20px;
}
.two-column-container .right-column .swiper-button-prev {
  left: 20px;
}

@media (max-width: 420px) {
  .two-column-container {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container > div {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container > div:first-child {
    border-right: none;
    border-bottom: solid thin #ab2f26;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container > div .main-button {
    font-size: 18px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .swiper-box {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .swiper-container .swiper-slide p {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .two-column-container .swiper-container .link p {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .swiper-button-next,
.two-column-container .swiper-button-prev {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .left-column .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-column-container .right-column .swiper-button-prev {
    left: 0;
  }
}
/*#region Callout*/
.callout {
  position: relative;
  margin: 0 65px 20px 65px;
  padding: 50px 0;
  border-top: 1px solid #ab2f26;
}
.callout h3 {
  text-transform: uppercase;
  color: #ab2f26;
  font-weight: bolder;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0;
}
.callout .content p:last-of-type {
  margin: 0;
}
.callout .image img {
  max-width: 100%;
  height: auto;
}
.callout .button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
}
.callout .button:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .callout {
    margin: 0 15px;
    padding: 30px 0;
  }
}
@media (max-width: 420px) {
  .callout {
    margin: 0;
  }
}
/*#endregion Callout*/
.join-social {
  background: none;
  height: auto;
  padding: 20px 65px;
}
.join-social .info h3 {
  margin-bottom: 10px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
.join-social .info .button {
  padding: 8px 20px;
  font-size: 10px;
}
.join-social .extra-content {
  position: absolute;
  top: 20px;
  right: 0;
}
.join-social .link-list {
  margin-right: 65px;
}
.join-social .link-list .general-link-container {
  display: none;
}

@media (max-width: 420px) {
  .join-social {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .join-social .link-list {
    margin-right: 20px;
  }
}
@media (max-width: 950px) {
  .join-social .info {
    width: 100%;
    margin: 15px 0;
  }
  .join-social .info h3 {
    margin-bottom: 15px !important;
    font-size: 30px;
    text-align: center;
  }
  .join-social .info p {
    width: auto;
  }
  .join-social .content {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .join-social .extra-content {
    position: static;
    text-align: center;
  }
  .join-social .extra-content .link-list {
    margin-right: 0px;
  }
  .join-social .image {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .join-social .info {
    width: 100%;
    margin: 15px 0 10px;
  }
  .join-social .info h3 {
    margin-bottom: 15px !important;
    font-size: 30px;
  }
  .join-social .info p {
    width: auto;
  }
  .join-social .content {
    max-width: 300px;
    margin: 0 auto;
  }
  .join-social .extra-content {
    position: static;
    text-align: center;
  }
  .join-social .image {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .join-social .info {
    margin-bottom: 20px;
    text-align: center;
  }
  .join-social .content {
    max-width: 200px;
  }
  .join-social .image img {
    max-width: none;
    width: 220%;
    position: relative;
    left: -80%;
  }
}
.link-list .social-links li {
  display: inline-block;
}
.link-list .social-links li a {
  margin: 0 5px;
  text-decoration: none;
}
.link-list .social-links li a:hover {
  text-decoration: none;
}
.link-list .social-links li img {
  height: 35px;
  width: auto;
}

.addthis_sharing_toolbox a {
  margin: 0 5px;
  text-decoration: none;
}
.addthis_sharing_toolbox a:hover {
  text-decoration: none;
}
.addthis_sharing_toolbox img {
  height: 35px;
  width: auto;
}

/*#region AttribNav for Certifications*/
.quick-browse-header {
  text-align: center;
  margin-top: 20px;
  color: #ab2f26;
  padding: 15px 0;
  display: block;
  background-color: #fff;
  font-family: Aleo, sans-serif;
}
.quick-browse-header div {
  border-bottom: solid 1px #ab2f26;
}
.quick-browse-header div :nth-child(1) {
  border: none;
}
.quick-browse-header .quick-browse-items {
  width: 1000px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  align-content: center;
}
.quick-browse-header ul li {
  padding: 15px;
  flex: 1;
  flex-grow: 1;
}
.quick-browse-header ul li img {
  opacity: 1;
  margin: 0 auto;
}
.quick-browse-header ul li img:hover {
  opacity: 0.8;
}
.quick-browse-header .quick-browse-link-title {
  display: none;
}
.quick-browse-header .quick-browse-item-icon {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .quick-browse-header .quick-browse-items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .quick-browse-header {
    padding-left: 0;
    padding-right: 0;
  }
  .quick-browse-header .quick-browse-items {
    width: 500px;
  }
  .quick-browse-header ul li {
    margin: 0;
    padding: 10px;
    flex-basis: 25%;
    max-width: 25%;
  }
}
/*#endregion AttribNav for Certifications*/
/*Custom Changes on Main Nav*/
.navbar-fixed-top {
  height: 60px;
  background-color: #fff;
  background-image: none;
  border-bottom: 3px solid #ab2f26;
  box-shadow: none;
}
.navbar-fixed-top .main-menu {
  padding: 0 10px;
}
.navbar-fixed-top .main-menu .brand-logo {
  position: relative;
  z-index: 1;
  width: 280px;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
}
.navbar-fixed-top .main-menu .brand-logo img {
  width: 100px;
  padding-top: 4px;
}
.navbar-fixed-top .main-menu .nav > li {
  height: 60px;
  position: static;
}
.navbar-fixed-top .main-menu .nav > li:first-child > a {
  border-left: none;
}
.navbar-fixed-top .main-menu .nav > li > a {
  margin-top: 10px;
  padding: 8px 5px;
  width: 165px;
  border-left: solid 2px #ab2f26;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ab2f26;
  font-size: 14px;
}
.navbar-fixed-top .main-menu .nav > li.active > a, .navbar-fixed-top .main-menu .nav > li:hover > a {
  background-image: none;
  background-color: transparent;
  color: #ab2f26;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
}
.navbar-fixed-top .main-menu .nav > li .triangle {
  display: none;
  position: relative;
  height: 30px;
}
.navbar-fixed-top .main-menu .nav > li .triangle:before, .navbar-fixed-top .main-menu .nav > li .triangle:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0;
  width: 0;
  height: 0;
}
.navbar-fixed-top .main-menu .nav > li .triangle:before {
  border-color: transparent transparent #c7c7c7;
  border-style: solid;
  border-width: 0 22px 15px;
  margin-top: 16px;
}
.navbar-fixed-top .main-menu .nav > li .triangle:after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 21px 14px;
  z-index: 1;
  margin-top: 17px;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper {
  display: none;
  position: absolute;
  min-width: 150px;
  max-width: 162px;
  margin-top: 0;
  background-color: white;
  border: 1px solid #c7c7c7;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul {
  padding: 15px;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul li {
  text-align: center;
  margin: auto 0 0;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul li.block {
  width: 100%;
  padding: 0 20px;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul li a {
  padding: 5px 0;
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ab2f26;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul li a h4 {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper ul li a img {
  margin: 0 auto;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid {
  max-width: 60%;
  left: 20%;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid:after {
  left: 65px;
  transform: none;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  list-style: none;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid ul li a {
  padding: 15px 0;
}
.navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid ul li a h4 {
  height: 30px;
}
.navbar-fixed-top .main-menu .nav > li:hover #sub-nav-wrapper,
.navbar-fixed-top .main-menu .nav > li:hover .triangle {
  display: block;
}
.navbar-fixed-top .main-menu .nav > li a[href$=where-to-buy] {
  display: none;
}
.navbar-fixed-top .main-menu .link-list {
  position: relative;
  float: right;
  margin-top: 18px;
}
.navbar-fixed-top .main-menu .link-list.nav-social {
  margin: 16px 12px 0;
  float: right;
  display: block;
}
.navbar-fixed-top .main-menu .link-list.nav-social li a {
  margin: 0;
}
.navbar-fixed-top .main-menu .link-list.nav-social li a img {
  height: 25px;
  width: auto;
}
.navbar-fixed-top .main-menu .link-list.nav-social li a .general-link-container {
  display: none;
}
.navbar-fixed-top .main-menu .link-list .where-buy a {
  font-size: 15px;
  margin-top: 15px;
  padding: 4px 25px 4px 50px;
  border-radius: 20px;
  background-image: url("./assets/../../img/icon/navigation/marker.png");
  background-repeat: no-repeat;
  background-position: 25px 5px;
  background-color: transparent;
  border: solid thin #ab2f26;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ab2f26;
  text-transform: uppercase;
  text-align: center;
}
.navbar-fixed-top .main-menu .link-list a {
  padding: 12px 3px;
  font-size: 15px;
}
.navbar-fixed-top .main-menu .hamburger-wrapper {
  cursor: pointer;
  display: none;
  float: right;
  height: 60px;
  right: 10px;
  min-width: 68px;
  position: absolute;
}
.navbar-fixed-top .main-menu .hamburger-wrapper .hamburger-title {
  display: none;
}
.navbar-fixed-top .main-menu .hamburger-wrapper .hamburger {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 20px;
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url("./assets/../../img/icon/navigation/toggle_icon.png");
  background-size: cover;
  transition: background-image 2s all;
}
.navbar-fixed-top .main-menu .hamburger-wrapper .hamburger.open {
  background-image: url("./assets/../../img/icon/navigation/close.png");
}
.navbar-fixed-top .main-menu .hamburger-wrapper .hamburger.back {
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-image: url("./assets/../../img/icon/navigation/left_arrow.png");
}
.navbar-fixed-top .main-menu .hamburger-wrapper .hamburger span {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .navbar-fixed-top .main-menu .brand-logo {
    width: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-fixed-top .main-menu .nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .main-menu .nav > li {
    padding: 12px 0;
  }
}
@media (max-width: 1300px) {
  .navbar-fixed-top .main-menu .nav > li > a {
    width: 145px;
  }
}
@media (max-width: 1200px) {
  .navbar-fixed-top .main-menu .nav > li > a {
    width: 135px;
  }
}
@media (max-width: 991px) {
  .navbar-fixed-top .main-menu .nav > li > a {
    width: 140px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .main-menu .nav > li > a {
    width: 100%;
    margin: 0;
    color: #ab2f26;
    font-size: 28px;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1160px) and (max-width: 1366px) {
  .navbar-fixed-top .main-menu .nav > li #sub-nav-wrapper.menu-grid {
    left: 16%;
  }
}
@media only screen and (max-width: 1100px) {
  .navbar-fixed-top .main-menu .link-list.nav-social {
    display: none;
  }
}
@media (max-width: 1300px) {
  .navbar-fixed-top .main-menu .link-list .where-buy a {
    margin-right: 15px;
    padding: 4px 15px 4px 30px;
    background-position: 12px 5px;
  }
}
@media (max-width: 991px) {
  .navbar-fixed-top .main-menu .link-list .where-buy {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-fixed-top .main-menu .hamburger-wrapper {
    display: block;
  }
}
/** Top navbar **/
/* Mobile Nav */
#mobile-nav-wrapper {
  display: none;
  position: fixed;
  right: -999px;
  width: 100%;
  margin-top: 60px;
  padding: 15px;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
#mobile-nav-wrapper ul li {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#mobile-nav-wrapper ul li:last-child {
  border: none;
}
#mobile-nav-wrapper ul li a {
  padding: 8px 5px;
  width: 100%;
  margin: 0;
  color: #ab2f26;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
}
#mobile-nav-wrapper ul li .sub-level-wrapper {
  top: 0;
  width: 100%;
  text-align: center;
  position: fixed;
  background-color: #ffffff;
  padding: 0 15px;
  right: -999px;
  overflow: scroll;
  height: 100%;
  padding-top: 64px;
}
#mobile-nav-wrapper ul li .sub-level-wrapper .back-header {
  border-bottom: 1px solid #ab2f26;
}
#mobile-nav-wrapper ul li .sub-level-wrapper .back-header a {
  color: #eda330;
}

@media only screen and (max-width: 991px) {
  #mobile-nav-wrapper {
    display: block;
  }
}
/*End Mobile Nav*/
/*#region Search Filters*/
.search-filters-section {
  padding: 30px 40px 10px;
  border-bottom: 2px solid #ab2f26;
  display: flex;
  justify-content: center;
}
.search-filters-section h4 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-top: 5px;
}
.search-filters-section p {
  background-color: #ab2f26;
  margin: 0 -15px;
  padding: 7px 20px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  background-image: url("/images/products/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.search-filters-section .category-selection-header-controls {
  width: 100%;
  margin-left: 0;
}
.search-filters-section .category-selection-category label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 0;
}
.search-filters-section button.category-selection-dropdown-trigger {
  width: 100%;
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ab2f26 url("./assets/../../img/icon/navigation/WhiteDropArrow.png") no-repeat;
  background-position: right 12px center;
  background-size: 18px 12px;
  border: none;
  padding: 10px 40px 10px 20px;
  text-align: left;
  position: relative;
}
.search-filters-section .category-selection-header {
  flex-basis: 75%;
}
.search-filters-section .category-selection-header .category-selection-filter-results {
  display: none;
}
.search-filters-section .category-selection-categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.search-filters-section .category-selection-categories .category-selection-category {
  flex-basis: 33%;
  margin: 0 1vw;
}
.search-filters-section .category-selection-header-clear {
  clear: both;
  padding: 10px;
}
.search-filters-section .category-selection-header-clear:before, .search-filters-section .category-selection-header-clear:after {
  clear: both;
  content: " ";
  display: block;
}
.search-filters-section .category-selection-header-clear button {
  float: right;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin-top: 5px;
  color: #222222;
}
.search-filters-section .category-selection-dropdown {
  width: 260px;
  z-index: 1;
  position: relative;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form {
  width: 100%;
  position: absolute;
  border: 1px solid #ab2f26;
  border-top: none;
  background: white;
  padding: 0 15px;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .attributes {
  background-color: #f6f6f6;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .form-group {
  margin-bottom: 0;
  padding: 10px 0;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form .form-group:first-child {
  margin-top: 10px;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox] {
  display: none;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox] + .form-group-checkbox {
  float: right;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox] + .form-group-checkbox:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ab2f26;
  display: inline-block;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox]:checked + .form-group-checkbox:after {
  background: #ab2f26;
}
.search-filters-section .category-selection-dropdown .category-selection-dropdown-form button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  margin: 15px 0;
  width: 100%;
  font-size: 16px;
}
.search-filters-section .inner .category-selection-header-text button {
  background: none;
  border: none;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .search-filters-section {
    margin-top: 5px;
    padding: 20px;
    display: block;
  }
}
@media (max-width: 991px) {
  .search-filters-section {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .search-filters-section h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-filters-section h4 {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .search-filters-section .category-selection-header .category-selection-filter-results {
    display: block;
  }
}
@media (max-width: 1199px) {
  .search-filters-section .category-selection-categories .category-selection-category {
    flex-basis: inherit;
  }
}
@media screen and (max-width: 991px) {
  .search-filters-section .inner {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
    overflow: scroll;
    padding: 20px;
  }
  .search-filters-section .inner.overlay {
    display: block;
  }
  .search-filters-section .inner.overlay .category-selection-header-text {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 30px;
    color: #69331f;
  }
  .search-filters-section .inner.overlay .category-selection-header-text h2 {
    font-size: 36px;
    font-weight: bold;
  }
  .search-filters-section .inner.overlay .category-selection-header-text button {
    font-size: 32px;
    font-weight: bold;
  }
  .search-filters-section .inner.overlay .category-selection-categories {
    display: block;
    padding: 0;
  }
  .search-filters-section .inner.overlay .category-selection-categories .category-selection-category {
    padding: 0;
  }
  .search-filters-section .inner.overlay .category-selection-categories .category-selection-categories .category-selection-category:first-child .category-label {
    border-top: thin solid #c7c7c7;
  }
  .search-filters-section .inner.overlay .category-label {
    width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-bottom: thin solid #c7c7c7;
    padding: 10px 15px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-trigger {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-trigger:before {
    top: 16px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-trigger:after {
    top: 18px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form {
    position: static;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form .form-group {
    padding: 15px 0;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form .form-group:first-child {
    padding-top: 25px;
    margin-top: 0;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form label {
    font-size: 16px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form input[type=checkbox] + .form-group-checkbox:after {
    width: 26px;
    height: 26px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-form button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .search-filters-section .inner.overlay .category-selection-header-clear {
    text-align: center;
  }
  .search-filters-section .inner.overlay .category-selection-header-clear button {
    float: none;
    font-size: 16px;
  }
  .search-filters-section .inner.overlay .category-selection-filter-results-row {
    margin: 0 -8px;
    border-top: 2px solid #d7d7d7;
    padding: 20px 0;
  }
  .search-filters-section .inner.overlay .category-selection-filter-results-row .category-selection-filter-results {
    display: inline-block;
    padding: 5px 20px;
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background-color: #ab2f26;
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .search-filters-section .inner.overlay {
    padding: 0;
  }
  .search-filters-section .inner.overlay .category-selection-header-controls {
    width: 100%;
    margin: 0;
  }
  .search-filters-section .inner.overlay .category-selection-header-controls .category-selection-header-text {
    padding-bottom: 10px;
  }
  .search-filters-section .inner.overlay .category-selection-header-controls .category-selection-header-text h2,
.search-filters-section .inner.overlay .category-selection-header-controls .category-selection-header-text button {
    font-size: 28px;
  }
  .search-filters-section .inner.overlay .category-selection-dropdown .category-selection-dropdown-trigger {
    font-size: 16px;
  }
}
/*#endregion Search Filters*/
/*#region Search Results*/
.loading-results {
  display: none;
  padding: 0 15px 25px 15px;
}
.loading-results .loading-text {
  display: block;
  text-align: center;
}
.loading-results .loading-gif {
  display: block;
  width: 160px;
  height: 24px;
  margin: 0 auto;
  background-image: url("./assets/../../img/icon/navigation/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.search-results-header-clear {
  margin-right: 50px;
}
.search-results-header-clear p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .search-results-header-clear {
    margin-right: 0;
  }
}
.search-results-list {
  padding-bottom: 20px;
}
.search-results-list .inner {
  padding-top: 20px;
}
.search-results-list .inner button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
}
.search-results-list .inner button .filter-icon {
  background: url("./assets/../../img/icon/navigation/filter.png") center center no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  background-size: contain;
}
.search-results-list .inner .search-results-list-filter {
  padding: 0 30px 20px;
}
.search-results-list .inner .search-results-list-filter h2 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
}
.search-results-list .inner .search-results-list-text {
  text-align: right;
}
.search-results-list .inner .product-results-wrapper {
  overflow: hidden;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.search-results-list .inner .product-results-wrapper .product-view a {
  text-decoration: none;
}
.search-results-list .inner .product-results-wrapper .product-view a:hover {
  text-decoration: none;
}
.search-results-list .inner .product-results-wrapper .product-view .stars {
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 15px;
}
.search-results-list .inner .product-results-wrapper .product-view .stars .product-rating {
  float: right;
}
.search-results-list .inner .product-results-wrapper .product-view h6,
.search-results-list .inner .product-results-wrapper .product-view .title {
  font-size: 13px;
}
.search-results-list .inner .product-results-wrapper .product-view p,
.search-results-list .inner .product-results-wrapper .product-view .product-subtitle {
  margin-top: 5px;
  line-height: 0.75em;
}
.search-results-list .inner .product-results-wrapper .product-view p sup {
  font-size: 0.5em;
}
.search-results-list .inner .product-results-wrapper .product-view .product-subtitle {
  min-height: 45px;
  line-height: 1em;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
.search-results-list .inner .product-results-wrapper .product-view .product-subtitle sup {
  font-size: 0.5em;
}
.search-results-list .inner .product-results-wrapper .product-view .not-found {
  margin-bottom: 5px;
}
.search-results-list .inner .error {
  text-align: center;
  font-size: 22px;
  padding: 30px;
  width: 100%;
}
.search-results-list .inner .load-more-search-results {
  padding: 10px 0 20px 0;
  margin-bottom: 40px;
  clear: both;
}
.search-results-list .inner .load-more-search-results button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  background-image: url("./assets/../../img/icon/navigation/WhiteDropArrow.png");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: right 10px center;
}
.search-results-list .inner .load-more-search-results button:before {
  top: 10px;
}
.search-results-list .inner .load-more-search-results button:after {
  top: 12px;
}

@media (max-width: 330px) {
  .search-results-list .inner .product-results-wrapper .product-view .product-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .search-results-list .inner .search-results-list-text {
    border-top: 1px solid #69331f;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .search-results-list .inner .search-results-list-filter {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-results-list .inner .search-results-list-filter h2 {
    width: 80%;
  }
  .search-results-list .inner .product-results-wrapper .product-view p {
    font-size: 24px;
    line-height: 0.75em;
  }
}
/*#endregion Search Results*/
.search-result-title {
  font-size: 19px;
  padding: 40px 0 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ab2f26;
}

@media (max-width: 991px) {
  .search-result-title {
    padding: 15px 30px;
  }
}
/*#region Product Detail*/
.product-detail {
  padding-bottom: 30px;
}
.product-detail .product-title {
  height: 326px;
  margin-bottom: 20px;
}
.product-detail .product-title.is-new:after {
  content: "NEW";
  position: absolute;
  top: 31px;
  left: 39px;
  transform: rotate(-25deg);
  background: #ab2f26;
  border-radius: 50%;
  padding: 0.5rem;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.7rem;
}
.product-detail .product-title div {
  position: relative;
}
.product-detail .product-title h1 span {
  font-family: Aleo, sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  margin-top: 0.4em;
}
.product-detail .product-title h1 span sup {
  font-size: 0.4em;
  top: -1.3em;
}
.product-detail .product-title .product-image-plated {
  position: relative;
  min-height: 250px;
}
.product-detail .product-title img.cooked {
  top: 0;
  z-index: 0;
}
.product-detail .product-title .product-image-boxed {
  position: absolute;
  top: 300px;
  left: 950px;
  min-height: 250px;
  z-index: 50;
}
@media (max-width: 1300px) {
  .product-detail .product-title .product-image-boxed {
    left: 850px;
  }
}
@media (max-width: 1200px) {
  .product-detail .product-title .product-image-boxed {
    left: 750px;
  }
}
@media (max-width: 1100px) {
  .product-detail .product-title .product-image-boxed {
    left: 650px;
  }
}
@media (max-width: 991px) {
  .product-detail .product-title .product-image-boxed {
    left: 500px;
  }
}
@media (max-width: 880px) {
  .product-detail .product-title .product-image-boxed {
    left: 450px;
  }
}
@media (max-width: 830px) {
  .product-detail .product-title .product-image-boxed {
    left: 425px;
  }
}
.product-detail .product-title .product-image-boxed .product-image-boxed-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
  position: absolute;
  top: -150px;
  left: -40px;
  background-color: #4767a6;
  width: 100px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(-25deg);
  z-index: 300;
}
@media (max-width: 767px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    top: -100px;
    left: 20px;
  }
}
@media (max-width: 650px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    top: -60px;
    left: -40px;
  }
}
@media (max-width: 650px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    top: -160px;
  }
}
@media (max-width: 540px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    left: -90px;
  }
}
@media (max-width: 490px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    left: -130px;
  }
}
@media (max-width: 445px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator {
    left: -180px;
  }
}
.product-detail .product-title .product-image-boxed .product-image-boxed-wrapper .product-violator p {
  font-size: 100% !important;
  color: #fff;
  overflow: hidden;
  margin: 0 !important;
  text-align: center;
  line-height: 120% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 85%;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 100;
}
.product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
  top: -170px;
  z-index: 200;
  width: 382px;
}
@media (max-width: 767px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    top: -100px;
    left: 20px;
  }
}
@media (max-width: 682px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    width: 300px;
  }
}
@media (max-width: 650px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    width: 250px;
  }
}
@media (max-width: 650px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    top: -60px;
    left: -40px;
  }
}
@media (max-width: 650px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    top: -160px;
  }
}
@media (max-width: 540px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    left: -90px;
  }
}
@media (max-width: 490px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    left: -130px;
  }
}
@media (max-width: 445px) {
  .product-detail .product-title .product-image-boxed .product-image-boxed-wrapper img.product {
    left: -180px;
  }
}
.product-detail .content-padding h2 {
  line-height: 1.2em;
  margin-top: 10px;
}
.product-detail .content-padding .ratings {
  min-height: 30px;
}
.product-detail .product-section {
  border-bottom: solid thin #ab2f26;
  padding-bottom: 45px;
}
.product-detail .quick-browse-header {
  margin: 0 -15px;
  padding: 15px 0 0;
}
.product-detail .quick-browse-header .col-lg-12 {
  padding: 0;
}
.product-detail .quick-browse-header .quick-browse-items {
  text-align: left;
  max-width: 100%;
  width: 100%;
  justify-content: inherit;
}

@media (min-width: 992px) {
  .product-detail .product-title h1 {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 540px;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .product-detail .product-title {
    height: auto;
    margin-bottom: 60px;
  }
  .product-detail .product-title h1 {
    margin-bottom: 0;
  }
  .product-detail .product-title div {
    margin-top: 0;
  }
  .product-detail .product-title div.clearfix {
    display: none;
  }
  .product-detail .product-title img.product {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .product-detail .product-section {
    padding-bottom: 30px;
  }
  .product-detail .product-title h1 {
    margin-left: 30%;
    top: 10px;
  }
  .product-detail .product-title div {
    margin-left: -50px;
  }
  .product-detail .product-title img.cooked {
    max-width: 450px;
    width: auto;
  }
  .product-detail .product-title img.product {
    max-width: 220px;
    width: 50%;
  }
  .product-detail .quick-browse-header {
    padding: 15px 5px 0;
  }
  .product-detail .quick-browse-header .quick-browse-items {
    margin: 0;
  }
  .product-detail .quick-browse-header .quick-browse-item {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 580px) {
  .product-detail .product-title h1 {
    margin-left: 30%;
  }
  .product-detail .product-title div {
    height: 170px;
  }
  .product-detail .product-title img.cooked {
    max-width: 330px;
    right: auto;
    left: 5%;
  }
  .product-detail .product-title img.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .product-detail .quick-browse-header .quick-browse-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
/*#endregion Product Detail*/
/*#region Nutritional Info*/
.nutri-info .col {
  padding: 0 30px;
}
.nutri-info .nutri-facts {
  padding-left: 0;
}
.nutri-info .nutri-facts table,
.nutri-info .nutri-facts p {
  font-size: 11px;
}
.nutri-info .nutri-facts .divider {
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.nutri-info .nutri-facts .nutrition-toggle {
  cursor: pointer;
  text-transform: none;
}
.nutri-info .nutri-facts .nutrition-toggle:hover {
  text-transform: none;
}
.nutri-info .nutri-facts .nutrition-toggle span {
  display: none;
}
.nutri-info .nutri-facts .nutrition-toggle span.active {
  display: inline-block;
}
.nutri-info .nutri-info-disclaimer {
  font-size: 0.6rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .nutri-info .col {
    padding: 0;
  }
  .nutri-info .fn-sans-brown-title {
    margin-bottom: 10px;
  }
  .nutri-info .panel-wrapper {
    display: none;
  }
}
/*#endregion Nutritional Info*/
@media (max-width: 991px) {
  .content-padding {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .content-padding {
    padding: 0;
  }
}
/*#region Product Detail Share*/
.love-share {
  margin-top: 60px;
}
.love-share > span {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.love-share .addthis_sharing_toolbox {
  margin-top: 10px;
}
.love-share .addthis_sharing_toolbox a {
  margin: 0 5px;
}
.love-share .addthis_sharing_toolbox a img {
  height: 35px;
  width: auto;
}
.love-share .addthis_sharing_toolbox a:first-child {
  margin-left: 0;
}
.love-share .product-locator-search {
  display: block;
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.love-share .product-locator-search h2 {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.love-share .product-locator-search .input-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.love-share .product-locator-search .input-wrapper input {
  height: 36px;
  display: inline-block;
  float: left;
}
.love-share .product-locator-search .input-wrapper > input[type=submit] {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  padding: 0 10px;
  width: 35%;
  text-align: center;
  font-style: normal;
  font-size: inherit;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.love-share .product-locator-search .input-wrapper #ZipCode {
  font-style: normal;
  line-height: 1.42857;
  font-size: 14px;
  width: 65%;
  padding: 2% 12px;
  border: 1px solid #c7c7c7;
  border-right: none;
}
.love-share .product-locator-search .input-wrapper .field-validation-error {
  text-align: left;
  padding-left: 12px;
}
.love-share .product-buy-online a {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.love-share .product-buy-online a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .love-share {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .love-share .product-locator-search {
    float: none;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
  .love-share .product-buy-online {
    float: none;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
  .love-share .product-buy-online p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .love-share {
    padding-top: 20px;
    margin-top: 20px;
  }
}
/*#region Recipe Detail*/
.recipe-detail .recipe-detail-title {
  border: none;
}
.recipe-detail .recipe-detail-title h1 {
  width: 650px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-family: Aleo, sans-serif;
}
.recipe-detail .recipe-detail-title h1 span {
  margin-top: -10px;
  font-size: 60px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
.recipe-detail .recipe-detail-title img.product {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: optimizeSpeed;
}
.recipe-detail .recipe-detail-title > div {
  top: auto;
  border-bottom: solid thin #ab2f26;
}
.recipe-detail .recipe-detail-title .clearfix {
  z-index: -1;
}
.recipe-detail .made-with {
  float: right;
  margin-right: 8%;
}
.recipe-detail .made-with a {
  text-decoration: none;
}
.recipe-detail .made-with a:hover {
  text-decoration: none;
}
.recipe-detail .write-up {
  line-height: 1.8em;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe-detail .write-up.collapsed {
  height: 240px;
}
.recipe-detail .write-up .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: linear-gradient(to top, #ffffff 30%, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
}
.recipe-detail .write-up .overlay .slide-button {
  height: 21px;
  width: 30px;
  background: url("./assets/../../img/icon/navigation/down_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  left: 50%;
  width: 60px;
  display: block;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, 0, 0);
}
.recipe-detail .write-up p {
  margin-bottom: 30px;
}
.recipe-detail .write-up p:last-of-type {
  margin-bottom: 0;
}
.recipe-detail .love-share {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .recipe-detail .recipe-detail-title img.product {
    right: 5%;
    max-width: 35%;
  }
  .recipe-detail .made-with,
.recipe-detail .recipe-info {
    float: none;
  }
  .recipe-detail .made-with {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .recipe-detail .recipe-info {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .recipe-detail .recipe-detail-title h1 {
    margin-top: -55px;
    font-size: 50px;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .recipe-detail .recipe-detail-title h1 span {
    font-size: 40px;
    margin-top: 5px;
  }
  .recipe-detail .recipe-detail-title img.product {
    max-width: 40%;
    bottom: -20%;
  }
}
@media (max-width: 490px) {
  .recipe-detail .recipe-detail-title h1 {
    margin-left: 0;
  }
  .recipe-detail .recipe-detail-title img.product {
    max-width: 50%;
    bottom: -20%;
  }
}
/*#endregion Recipe Detail*/
.title-banner {
  position: relative;
}
.title-banner h1 {
  position: absolute;
  width: 700px;
  top: 90px;
  left: 55px;
  z-index: 1;
  color: #fff;
  font-family: Aleo, sans-serif;
  font-size: 73px;
  text-transform: capitalize;
  text-transform: none;
  text-shadow: 2px 2px 9px #000000;
}
.title-banner h1 span {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 55px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-weight: 700;
  text-transform: none;
  display: block;
  margin-top: -10px;
  margin-left: 120px;
}
.title-banner h1.big {
  font-size: 80px;
  top: 60px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
.title-banner h1.big span {
  font-size: 80px;
  margin-top: -5px;
  margin-left: 65px;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
.title-banner > div {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
.title-banner > div img {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .title-banner h1 {
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner h1 {
    font-size: 50px;
    top: 150px;
    left: 30px;
  }
  .title-banner h1 span {
    font-size: 30px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner h1.big {
    top: 70px;
    font-size: 60px;
  }
  .title-banner h1.big span {
    font-size: 60px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 400px) {
  .title-banner h1.big {
    font-size: 60px;
  }
  .title-banner h1.big span {
    font-size: 60px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .title-banner > div img {
    right: -170px;
  }
}
@media screen and (max-width: 991px) {
  .title-banner > div img {
    right: -270px;
  }
}
@media screen and (max-width: 500px) {
  .title-banner > div img {
    right: -500px;
  }
}
/*#region Contact Us */
#contact-header .contact-us-header-container {
  width: 100%;
  padding: 0;
}
#contact-header .contact-us-header-container h1 {
  display: none;
}
#contact-header .contact-us-header-container h2 {
  text-align: left;
  margin-top: 0;
}
#contact-header .contact-us-header-container p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  line-height: 20px;
}
#contact-header .contact-us-header-container p + p {
  margin-bottom: 0;
}
#contact-header .contact-us-header-container button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #085497;
  color: #fff;
}
#contact-header .spacer-column {
  display: none !important;
}

#contact-form-wrapper {
  max-width: 100%;
  padding: 20px 0 0;
}
#contact-form-wrapper label {
  font-weight: normal;
}
#contact-form-wrapper .form-row {
  margin: 0 -7px;
}
#contact-form-wrapper .input-wrapper {
  padding: 8px 7px;
  margin: 0;
}
#contact-form-wrapper .input-wrapper .input-wrapper {
  padding: 0;
}
#contact-form-wrapper .input-wrapper.newsletter-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#contact-form-wrapper .input-wrapper .alt-checkbox {
  border: 1px solid #c7c7c7;
  width: 30px;
  height: 30px;
}
#contact-form-wrapper .input-wrapper .alt-checkbox:before {
  color: #222222;
}
#contact-form-wrapper .input-wrapper select,
#contact-form-wrapper .input-wrapper input,
#contact-form-wrapper .input-wrapper textarea {
  border: 1px solid #c7c7c7;
}
#contact-form-wrapper .input-wrapper select {
  position: relative;
  background: #eda330 url("./assets/../../img/icon/navigation/WhiteDropArrow.png") no-repeat;
  background-position: right 10px center;
  background-size: 18px 12px;
  border-color: #eda330;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 38px 0 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white !important;
}
#contact-form-wrapper .input-wrapper select.full,
#contact-form-wrapper .input-wrapper select option {
  color: white !important;
}
#contact-form-wrapper .input-wrapper select::-ms-expand {
  display: none;
}
#contact-form-wrapper .input-wrapper span.help-q {
  background-color: #ab2f26;
  color: white;
  margin-left: 10px;
  right: -35px;
}
#contact-form-wrapper .input-wrapper .file-upload-limit-label {
  padding-left: 5px;
}
#contact-form-wrapper .required-field-key {
  margin: 0;
}
#contact-form-wrapper .upload-wrapper input {
  background-color: #eda330;
  border: 1px solid #eda330;
}
#contact-form-wrapper .upload-wrapper input[type=text], #contact-form-wrapper .upload-wrapper input.full {
  border-right: none;
}
#contact-form-wrapper .upload-wrapper input[type=text]::-webkit-input-placeholder, #contact-form-wrapper .upload-wrapper input.full::-webkit-input-placeholder, #contact-form-wrapper .upload-wrapper input[type=text]::-moz-placeholder, #contact-form-wrapper .upload-wrapper input.full::-moz-placeholder, #contact-form-wrapper .upload-wrapper input[type=text]:-ms-input-placeholder, #contact-form-wrapper .upload-wrapper input.full:-ms-input-placeholder {
  color: white !important;
}
#contact-form-wrapper .upload-wrapper input[type=button] {
  border-left: none;
  background-image: url("./assets/../../img/icon/navigation/Browse.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#contact-form-wrapper .submit-row input {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 5px 40px;
}
#contact-form-wrapper #reach-us-container {
  display: none;
}
#contact-form-wrapper .field-validation-error {
  font-weight: normal;
  opacity: 0.85;
}

@media (max-width: 767px) {
  #contact-form-wrapper {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  #contact-form-wrapper .input-wrapper.newsletter-wrapper {
    padding-bottom: 30px;
  }
}
/*#endregion */
#single-column-container {
  padding: 50px 120px;
}

@media (max-width: 991px) {
  #single-column-container {
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  #single-column-container {
    padding: 20px 15px;
  }
}
/*#endregion Recipe Landing Page*/
/*#region Product Locator*/
#productMap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.infobox {
  width: 285px;
  height: 175px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ff0000;
}
.infobox:after {
  bottom: -30px;
  left: 18px;
  border-width: 16px;
  border-top-width: 30px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: white;
  border-bottom: 0;
}

.MicrosoftMap .NavBar_typeButtonLabel {
  line-height: inherit;
}

.results-count div {
  display: none;
}
.results-count div.active {
  display: block;
}

form.product-locator select {
  color: #919191 !important;
}
form.product-locator select.full,
form.product-locator select option {
  color: black !important;
}

#product-locator {
  padding: 30px 0 0;
  overflow: hidden;
}
#product-locator #findByUpc {
  display: none;
}
#product-locator .locator-header {
  position: relative;
  margin: 0 65px;
  padding-bottom: 45px;
}
#product-locator .locator-header .field-validation-error {
  color: #fff;
  background-color: #111;
  opacity: 0.85;
  font-size: 12px;
  text-align: center;
  display: block;
  position: absolute;
  padding: 5px 15px;
  z-index: 1;
  top: 50px;
  left: 10px;
  width: 220px;
}
#product-locator .locator-header .field-validation-error:after {
  content: "";
  position: absolute;
  text-align: center;
  top: -10px;
  bottom: auto;
  left: 20px;
  margin-right: -10px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #111 transparent;
  display: block;
  width: 0;
}
#product-locator .buy-online {
  position: absolute;
  top: 20px;
  right: 0;
}
#product-locator .buy-online h3 {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 15px;
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 28px;
  text-transform: uppercase;
}
#product-locator .buy-online a {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#product-locator .buy-online a:hover {
  text-decoration: none;
}
#product-locator .buy-online p {
  display: none;
  width: 100%;
  text-align: center;
  border-bottom: thin solid gray;
  line-height: 0.1em;
  margin: 20px 0 20px;
}
#product-locator .buy-online p span {
  background: #fff;
  padding: 0 10px;
}
#product-locator #findByProductName form {
  width: calc((100%) - 320px);
}
#product-locator #findByProductName form > div {
  display: inline-block;
}
#product-locator #findByProductName > label {
  margin-bottom: 15px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
#product-locator #findByProductName .description {
  display: none;
}
#product-locator #findByProductName select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  border: solid thin #c7c7c7;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  width: 100% !important;
  padding-right: 36px;
  position: relative;
  background-image: url("./assets/../../img/icon/navigation/GrayDropArrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 12px;
}
#product-locator #findByProductName select::-ms-expand {
  display: none;
}
#product-locator #findByProductName .state,
#product-locator #findByProductName .sub-group-ddl,
#product-locator #findByProductName .distance,
#product-locator #findByProductName .zip-code {
  margin: 7px 1%;
  vertical-align: middle;
  position: relative;
}
#product-locator #findByProductName .state,
#product-locator #findByProductName .sub-group-ddl {
  width: 27%;
}
#product-locator #findByProductName .state {
  margin-left: 0;
}
#product-locator #findByProductName .zip-code {
  width: 13%;
}
#product-locator #findByProductName .zip-code input {
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  border: solid thin #c7c7c7;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: normal;
  width: 100%;
}
#product-locator #findByProductName .distance {
  width: 15%;
  margin-right: 0;
}
#product-locator #findByProductName .submit-container {
  display: block;
}
#product-locator #findByProductName .submit-container > input {
  margin-top: 25px;
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  height: 30px;
  padding: 5px 40px;
}
#product-locator span.ordinal {
  display: inline-block;
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -10px;
}
#product-locator address {
  display: inline-block;
  margin: 7px 0 0 35px;
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#product-locator address .directions-container {
  display: block;
  margin-top: 5px;
}
#product-locator address .directions-container a {
  color: #ab2f26;
  font-weight: bold;
}
#product-locator address .directions-container a:hover {
  color: #ab2f26;
  font-weight: bold;
}
#product-locator .locator-container .results-count {
  display: none;
}
#product-locator .locator-container .locator-info {
  width: 350px;
  float: left;
  margin-left: 65px;
  padding-bottom: 50px;
}
#product-locator .locator-container .locator-store-list {
  height: 591px;
  overflow-y: auto;
  margin: 0;
  position: relative;
}
#product-locator .locator-container .locator-store-list li.store {
  border-bottom: solid thin #ab2f26;
  display: flex;
  margin-right: 30px;
  padding: 15px 0;
}
#product-locator .locator-container .locator-store-list li.store:last-child {
  border-bottom: none;
}
#product-locator #locator-placeholder {
  overflow: hidden;
  width: calc((100%) - 415px);
  float: right;
}
#product-locator #locator-placeholder .no-results {
  text-align: center;
  margin-left: -415px;
  margin-bottom: 0;
  font-size: 20px;
  padding-bottom: 50px;
}
#product-locator #locator-wrapper {
  height: 641px;
  margin-right: 65px;
  padding-bottom: 50px;
}
#product-locator #locator-wrapper #map-wrapper {
  height: 100%;
}
#product-locator #locator-wrapper .MapPushpinBase {
  background-color: #ab2f26;
  color: #fff;
  border-radius: 15px;
  border: solid 2px #fff;
  text-align: center;
  height: 25px !important;
  box-shadow: 2px 2px 2px 2px rgba(166, 166, 166, 0.3);
}
#product-locator .infobox {
  border: 1px solid gray;
  padding: 25px 15px;
  box-shadow: 3px 2px 5px 0 #777;
}
#product-locator .infobox:before, #product-locator .infobox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
#product-locator .infobox:before {
  left: 16px;
  bottom: -32px;
  border-top-color: gray;
  border-width: 17px;
  border-top-width: 32px;
}
#product-locator .infobox:after {
  left: 17px;
  border-top-color: #fff;
}
#product-locator .infobox .infobox-content {
  display: flex;
}
#product-locator .infobox span.ordinal {
  font-size: 30px;
  line-height: 30px;
  vertical-align: top;
  letter-spacing: -4px;
}
#product-locator .infobox address {
  margin: 0 0 0 15px;
}
#product-locator .infobox address .store-name {
  padding-right: 5px;
}

@media screen and (max-width: 1199px) {
  #product-locator .buy-online {
    top: 25px;
    text-align: center;
  }
  #product-locator .buy-online h3 {
    top: 0;
    margin-right: 0;
    display: block;
  }
  #product-locator .buy-online a {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #product-locator .buy-online {
    position: static;
    max-width: 400px;
    margin: 0 auto;
  }
  #product-locator .buy-online h3 {
    display: none;
  }
  #product-locator .buy-online p {
    display: block;
  }
  #product-locator .buy-online a {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #product-locator #findByProductName .state,
#product-locator #findByProductName .sub-group-ddl,
#product-locator #findByProductName .zip-code,
#product-locator #findByProductName .distance {
    width: 48%;
  }
  #product-locator #findByProductName .sub-group-ddl {
    margin-right: 0;
  }
  #product-locator #findByProductName .zip-code {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #product-locator .locator-header {
    border-bottom: none;
    margin: 0 40px;
    padding-bottom: 30px;
  }
  #product-locator #findByProductName form {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
  #product-locator #findByProductName > label {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  #product-locator #findByProductName .submit-container {
    text-align: center;
  }
  #product-locator #findByProductName .submit-container input {
    width: 100%;
  }
  #product-locator #findByProductName .state,
#product-locator #findByProductName .sub-group-ddl {
    width: 100%;
    margin: 5px 0;
  }
  #product-locator #findByProductName .zip-code,
#product-locator #findByProductName .distance {
    width: 50%;
    display: block;
    float: left;
    margin: 5px 0;
  }
  #product-locator #findByProductName .submit-container {
    text-align: center;
  }
  #product-locator #findByProductName .submit-container input {
    width: 100%;
  }
  #product-locator #findByProductName .state,
#product-locator #findByProductName .sub-group-ddl {
    width: 100%;
    margin: 5px 0;
  }
  #product-locator #findByProductName .zip-code,
#product-locator #findByProductName .distance {
    width: 50%;
    display: block;
    float: left;
    margin: 5px 0;
  }
  #product-locator #findByProductName .zip-code {
    padding-right: 5px;
  }
  #product-locator #findByProductName .distance {
    padding-left: 5px;
  }
  #product-locator #locator-placeholder {
    width: 100%;
    float: none;
  }
  #product-locator #locator-placeholder .no-results {
    margin-left: 0;
  }
  #product-locator #locator-wrapper {
    height: 500px;
    padding-bottom: 0;
    border: none;
    margin-right: 0;
  }
  #product-locator .locator-container .locator-info {
    width: 100%;
    float: none;
    padding: 0 40px;
    margin-left: 0;
    border-bottom: none;
  }
  #product-locator .locator-container .locator-store-list {
    height: auto;
    overflow: hidden;
  }
  #product-locator .locator-container .locator-store-list li.store {
    padding: 15px 30%;
    margin-right: 0;
  }
  #product-locator .locator-container .locator-store-list li.store span.ordinal {
    font-size: 80px;
    line-height: 85px;
    vertical-align: top;
  }
  #product-locator .locator-container .locator-store-list address {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #product-locator .locator-header {
    margin: 0 15px;
    padding-bottom: 20px;
  }
  #product-locator #locator-placeholder .no-results {
    padding: 30px 0;
  }
  #product-locator #locator-wrapper {
    height: 350px;
    padding-top: 30px;
  }
  #product-locator .locator-container .locator-info {
    padding: 0 15px;
  }
  #product-locator .locator-container .locator-store-list li.store {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 480px) {
  #product-locator .locator-container .locator-store-list li.store {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 400px) {
  #product-locator .locator-container .locator-store-list li.store {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.faq-header {
  width: 66%;
  padding: 0 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-header h2 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
.faq-header p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .faq-header {
    width: 100%;
    padding: 0 15px;
  }
}
.faq-cat-list {
  margin: 60px 0 40px;
  border-top: 1px solid #ab2f26;
  padding: 20px 10px 0;
}
.faq-cat-list h3 {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-cat-list .faq-list {
  padding: 0 15px;
  margin: 0 0 10px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-cat-list .faq-list .question {
  font-weight: 400;
  cursor: pointer;
}
.faq-cat-list .faq-list .answer {
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}
.faq-cat-list .faq-list .answer.visible {
  display: block;
  animation: drop-down-anim 2s ease-in-out 0s;
}
.faq-cat-list .faq-list .answer.hide-up {
  display: block;
  animation: close-up-anim 1s forwards;
}

/*Recipe Landing*/
.recipe-view .recipe-image {
  width: 100%;
}
.recipe-view .stars {
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
}
.recipe-view .stars .product-rating {
  float: right;
}

/*#region Error Pages*/
#error_container {
  text-align: center;
  padding: 130px 15px;
}
#error_container h5 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
}
#error_container .button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #ab2f26;
  color: #fff;
  text-decoration: none;
}
#error_container .button:hover {
  text-decoration: none;
}

/*#endregion Error Pages*/
/*Confirmation Page*/
.contact-header h2 {
  color: #085497;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
.contact-header p {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}
.contact-header p + p {
  margin-bottom: 0;
}
.contact-header button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background-color: #085497;
  color: #fff;
}

/*About Vans*/
.about {
  padding: 0 60px;
  margin-top: 30px;
  float: left;
  position: relative;
}
.about p {
  float: left;
  width: 50%;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about img {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 0 20%;
  }
  .about p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding: 0 5%;
  }
}
.right-image {
  position: relative;
}
.right-image img {
  float: right;
  height: auto;
}

/*Hide Children Images*/
@media screen and (max-width: 991px) {
  .hide-img-sm img {
    display: none;
  }
}
/*News Letter*/
.enews-header {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .enews-header {
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .enews-header {
    width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  .enews-header {
    width: 100%;
  }
}
.enews-form form .field-validation-error {
  color: #f00;
  padding: 3px 0;
}
.enews-form .categories .alt-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #ab2f26;
  border-radius: 0;
}
.enews-form .categories .alt-checkbox:before {
  font-size: 18px;
  padding: 0;
  line-height: 18px;
}
.enews-form .categories .interests {
  margin: 0 -10px;
}
.enews-form .vans-red-button {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .enews-form .vans-red-button {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .enews-form .categories .alt-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .enews-form .categories .alt-checkbox:before {
    font-size: 22px;
    line-height: 22px;
  }
  .enews-form .categories .interests .col-sm-4 {
    padding-bottom: 15px;
  }
  .enews-form .vans-red-button {
    margin-top: 20px;
  }
}
#BVRRContainer {
  padding: 0 60px 45px;
}

@media (max-width: 768px) {
  #BVRRContainer {
    padding: 20px;
  }
}
/*Recipe Search Box*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.recipe-search,
.product-search {
  position: relative;
}
.recipe-search .recipe-search-results,
.recipe-search .product-search-results,
.product-search .recipe-search-results,
.product-search .product-search-results {
  display: none;
}
.recipe-search:before, .recipe-search:after,
.product-search:before,
.product-search:after {
  clear: both;
  content: " ";
  display: block;
}
.recipe-search .recipe-search-title,
.recipe-search .product-search-title,
.product-search .recipe-search-title,
.product-search .product-search-title {
  text-align: center;
  display: none;
}
.recipe-search .recipe-search-form,
.recipe-search .product-search-form,
.product-search .recipe-search-form,
.product-search .product-search-form {
  padding: 25px 10px 0 10px;
  display: flex;
  margin: 0 auto;
}
.recipe-search .recipe-search-form:before, .recipe-search .recipe-search-form:after,
.recipe-search .product-search-form:before,
.recipe-search .product-search-form:after,
.product-search .recipe-search-form:before,
.product-search .recipe-search-form:after,
.product-search .product-search-form:before,
.product-search .product-search-form:after {
  clear: both;
  content: " ";
  display: block;
}
.recipe-search .recipe-search-form .recipe-search-field,
.recipe-search .recipe-search-form .product-search-field,
.recipe-search .product-search-form .recipe-search-field,
.recipe-search .product-search-form .product-search-field,
.product-search .recipe-search-form .recipe-search-field,
.product-search .recipe-search-form .product-search-field,
.product-search .product-search-form .recipe-search-field,
.product-search .product-search-form .product-search-field {
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 5px;
  border-color: #b7b7b7;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-basis: 90%;
  margin-right: 10px;
}
.recipe-search .recipe-search-form .recipe-search-submit,
.recipe-search .recipe-search-form .product-search-submit,
.recipe-search .product-search-form .recipe-search-submit,
.recipe-search .product-search-form .product-search-submit,
.product-search .recipe-search-form .recipe-search-submit,
.product-search .recipe-search-form .product-search-submit,
.product-search .product-search-form .recipe-search-submit,
.product-search .product-search-form .product-search-submit {
  background-color: transparent;
  background-image: url("./assets/../../img/icon/navigation/search_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  outline: none;
  border: none;
  flex-basis: 10%;
  background-position: center;
}

@media (min-width: 767px) {
  .recipe-search .recipe-search-form,
.product-search,
.product-search-form {
    max-width: 80%;
    margin: 0 auto;
  }

  .product-search-form {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .recipe-search .recipe-search-form .recipe-search-field,
.product-search,
.product-search-form,
.product-search-field {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .recipe-search .recipe-search-form .recipe-search-field,
.product-search,
.product-search-form,
.product-search-field {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .recipe-search .recipe-search-form .recipe-search-submit,
.product-search,
.product-search-form,
.product-search-submit {
    flex-basis: 5%;
  }
}
/*#region Write a Review Page*/
.write-review-navigation h4 {
  border-top: 1px solid #ab2f26;
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .write-review-navigation h4 {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .product-view {
    margin: 0;
  }
}
#page-about-vans .product-categories .pc-img-container {
  min-height: 180px;
  height: auto;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
#page-about-vans .product-categories .img-wrapper {
  max-width: 100%;
  position: absolute;
  transform: translate(0, -50%);
  margin-top: 50%;
  top: 0;
  left: 0;
  right: 0;
}
#page-about-vans .product-categories img {
  margin-left: auto;
  margin-right: auto;
}
#page-about-vans .product-categories a span {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 576px) {
  #page-about-vans .product-categories .pc-img-container {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  #page-about-vans .product-categories .pc-img-container {
    min-height: 220px;
  }
}
@media (min-width: 992px) {
  #page-about-vans .product-categories .pc-img-container {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  #page-about-vans .product-categories .pc-img-container {
    min-height: 180px;
  }
}

#page-about-vans-faq .title-banner h1 {
  width: 700px;
  font-size: 70px;
  top: 60px;
  font-family: "Aleo";
}
#page-about-vans-faq .title-banner h1 span {
  font-size: 70px;
  margin-top: -5px;
  margin-left: 25px;
  font-family: "Aleo";
}
#page-about-vans-faq .faq-link-list {
  padding: 0 20px;
}
#page-about-vans-faq .faq-link-list .button {
  background-color: #ab2f26;
}
#page-about-vans-faq .faq-link-list .button a {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #page-about-vans-faq .title-banner h1 {
    font-size: 50px;
  }
  #page-about-vans-faq .title-banner h1 span {
    font-size: 40px;
    margin-left: 30px;
    margin-top: 10px;
  }
}

#page-about-vans-contact-us .required-field:after {
  content: "";
}
#page-about-vans-contact-us .two-column-container {
  background-color: transparent;
  text-align: unset;
}
#page-about-vans-contact-us .two-column-container > div {
  border: none;
}
#page-about-vans-contact-us .two-column-container .left-column {
  width: 80%;
}
@media (max-width: 991px) {
  #page-about-vans-contact-us .two-column-container .left-column {
    width: 100%;
  }
}
#page-about-vans-contact-us .two-column-container .right-column {
  width: 20%;
  border-left: solid thin #4689ce;
}
@media (max-width: 991px) {
  #page-about-vans-contact-us .two-column-container .right-column {
    width: 100%;
    border: none;
  }
}

/*PRODUCT AND RECIPE DETAIL RELATED PRODUCTS/RECIPES SWIPER*/
#page-our-products-details .featured-swiper-main {
  position: relative;
  border-bottom: solid thin #ab2f26;
  padding-top: 40px;
  padding-bottom: 45px;
}

#page-our-products-details .featured-swiper-main h5 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  margin-bottom: 50px;
  margin-top: 0;
}

#page-our-products-details .featured-swiper-main .swiper-box {
  padding: 0 80px;
}

#page-our-products-details .featured-swiper-main .title {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 768px) {
  #page-our-products-details .featured-swiper-main .title {
    color: #FFF;
    text-align: center;
  }
}
#page-our-products-details .featured-swiper-main .recipe-slide h6 {
  color: #69331f;
  font-weight: bolder;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #page-our-products-details .featured-swiper-main .recipe-slide h6 {
    color: #FFF;
  }
}
#page-our-products-details .featured-swiper-main .product-subtitle {
  color: #69331f;
  font-family: Aleo, sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: -8px;
  text-align: left;
}

@media (max-width: 768px) {
  #page-our-products-details .featured-swiper-main .product-subtitle {
    color: #FFF;
    text-align: center;
  }
}
#page-our-products-details .featured-swiper-main .stars {
  min-height: 20px;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 8px;
}

#page-our-products-details .featured-swiper-main .stars .product-rating {
  float: right;
}

@media (max-width: 767px) {
  #page-our-products-details .featured-swiper-main .stars {
    border-bottom-color: #c7c7c7;
  }
}
#page-our-products-details .featured-swiper-main.recipes .stars {
  margin-top: 15px;
}

#page-our-products-details .featured-swiper-main img {
  width: 100%;
}

#page-our-products-details .featured-swiper-main .swiper-button-next,
#page-our-products-details .featured-swiper-main .swiper-button-prev {
  background-image: url("./assets/../../img/icon/navigation/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
}

@media screen and (max-width: 767px) {
  #page-our-products-details .featured-swiper-main .swiper-button-next,
#page-our-products-details .featured-swiper-main .swiper-button-prev {
    right: 0;
  }
}
#page-our-products-details .featured-swiper-main .swiper-button-prev {
  transform: scaleX(-1);
  filter: FlipH;
}

@media screen and (max-width: 767px) {
  #page-our-products-details .featured-swiper-main .swiper-button-prev {
    left: 0;
  }
}
#page-our-products-details .featured-swiper-main a,
#page-our-products-details .featured-swiper-main a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #page-our-products-details .featured-swiper-main {
    background-color: #ab2f26;
    padding: 30px 0;
  }

  #page-our-products-details .featured-swiper-main .swiper-box {
    padding: 0 40px;
  }

  #page-our-products-details .featured-swiper-main h5,
#page-our-products-details .featured-swiper-main h6,
#page-our-products-details .featured-swiper-main p,
#page-our-products-details .featured-swiper-main p.stars {
    color: #FFF;
  }

  #page-our-products-details .featured-swiper-main h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  #page-our-products-details .featured-swiper-main .swiper-button-prev,
#page-our-products-details .featured-swiper-main .swiper-button-next {
    background-size: 18px;
  }

  #page-our-products-details .featured-swiper-main .swiper-button-prev {
    left: 10px;
  }

  #page-our-products-details .featured-swiper-main .swiper-button-next {
    right: 10px;
  }
}
#page-recipes .recipe-results-wrapper article {
  min-height: 250px;
}

@media (min-width: 576px) {
  #page-recipes .recipe-results-wrapper article {
    min-height: 290px;
  }
}
@media (min-width: 768px) {
  #page-recipes .recipe-results-wrapper article {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  #page-recipes .recipe-results-wrapper article {
    min-height: 340px;
  }
}
@media (min-width: 1200px) {
  #page-recipes .recipe-results-wrapper article {
    min-height: 320px;
  }
}
#page-recipes-details .featured-swiper-main {
  position: relative;
  border-bottom: solid thin #ab2f26;
  padding-top: 40px;
  padding-bottom: 45px;
}

#page-recipes-details .featured-swiper-main h5 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  margin-bottom: 50px;
  margin-top: 0;
}

#page-recipes-details .featured-swiper-main .swiper-box {
  padding: 0 80px;
}

#page-recipes-details .featured-swiper-main .title {
  color: #69331f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 768px) {
  #page-recipes-details .featured-swiper-main .title {
    color: #FFF;
    text-align: center;
  }
}
#page-recipes-details .featured-swiper-main .recipe-slide h6 {
  color: #69331f;
  font-weight: bolder;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main .recipe-slide h6 {
    color: #FFF;
  }
}
#page-recipes-details .featured-swiper-main .product-subtitle {
  color: #69331f;
  font-family: Aleo, sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: -8px;
  text-align: left;
}

@media (max-width: 768px) {
  #page-recipes-details .featured-swiper-main .product-subtitle {
    color: #FFF;
    text-align: center;
  }
}
#page-recipes-details .featured-swiper-main .stars {
  min-height: 20px;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 8px;
}

#page-recipes-details .featured-swiper-main .stars .product-rating {
  float: right;
}

@media (max-width: 767px) {
  #page-recipes-details .featured-swiper-main .stars {
    border-bottom-color: #c7c7c7;
  }
}
#page-recipes-details .featured-swiper-main.recipes .stars {
  margin-top: 15px;
}

#page-recipes-details .featured-swiper-main img {
  width: 100%;
}

#page-recipes-details .featured-swiper-main .swiper-button-next,
#page-recipes-details .featured-swiper-main .swiper-button-prev {
  background-image: url("./assets/../../img/icon/navigation/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main .swiper-button-next #page-recipes-details .featured-swiper-main .swiper-button-prev {
    right: 0;
  }
}
#page-recipes-details .featured-swiper-main .swiper-button-prev {
  transform: scaleX(-1);
  filter: FlipH;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main .swiper-button-prev {
    left: 0;
  }
}
#page-recipes-details .featured-swiper-main a,
#page-recipes-details .featured-swiper-main a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main {
    background-color: #ab2f26;
    padding: 30px 0;
  }

  #page-recipes-details .featured-swiper-main .swiper-box {
    padding: 0 40px;
  }

  #page-recipes-details .featured-swiper-main h5,
#page-recipes-details .featured-swiper-main h6,
#page-recipes-details .featured-swiper-main p,
#page-recipes-details .featured-swiper-main p.stars {
    color: #FFF;
  }

  #page-recipes-details .featured-swiper-main h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  #page-recipes-details .featured-swiper-main .swiper-button-prev,
#page-recipes-details .featured-swiper-main .swiper-button-next {
    background-size: 18px;
  }

  #page-recipes-details .featured-swiper-main .swiper-button-prev {
    left: 10px;
  }

  #page-recipes-details .featured-swiper-main .swiper-button-next {
    right: 10px;
  }
}
/*RECIPE DETAIL SWIPER CHANGES*/
#page-recipes-details {
  /*Recipe Detail Instructions, Ingredients, Extra Images */
}

#page-recipes-details .featured-swiper-main {
  border: none;
  padding: 0;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main {
    padding: 15px 0;
  }
}
#page-recipes-details .featured-swiper-main .main-button {
  display: inline-block;
  padding: 5px 20px;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  float: right;
  background-color: #ab2f26;
  color: #FFF;
  font-size: 12px;
  margin-top: 20px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .featured-swiper-main .main-button {
    background-color: #FFF;
    color: #ab2f26;
    margin-right: 30px;
  }
}
#page-recipes-details .ingredients-list-detail {
  width: 100%;
}

#page-recipes-details .ingredients-list-detail h4 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page-recipes-details .ingredients-list-detail ul li {
  margin-bottom: 6px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page-recipes-details .cooking-instructions {
  width: 100%;
}

#page-recipes-details .cooking-instructions h4 {
  color: #ab2f26;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page-recipes-details .cooking-instructions ol li {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #page-recipes-details .recipe-instructions .featured-swiper-main {
    background-color: transparent;
    float: left;
    width: 100%;
    position: relative;
  }

  #page-recipes-details .recipe-instructions .featured-swiper-main .swiper-box {
    padding: 0 65px;
  }

  #page-recipes-details .recipe-instructions .featured-swiper-main .swiper-box .swiper-button-prev,
#page-recipes-details .recipe-instructions .featured-swiper-main .swiper-box .swiper-button-next {
    background-size: 27px 63px;
    height: 44px;
    width: 32px;
  }
}
#page-privacy-policy-content ol, #page-privacy-policy-content ul {
  margin-left: 1.5rem;
}
#page-privacy-policy-content li {
  list-style: unset;
  padding-bottom: 0.5rem;
}
#page-privacy-policy-content ol ol {
  list-style-type: lower-alpha;
}

#no-personal-info {
  padding-top: 4rem;
}
#no-personal-info p {
  font-size: clamp(1.1rem, 1vw, 1.5rem);
}
#no-personal-info li {
  display: list-item;
  list-style-type: decimal;
  margin-left: 2rem;
}

.allergen-content .allergen-section-title {
  text-align: center;
  font-size: 16px;
}
.allergen-content .allergen-item {
  padding: 15px;
}
.allergen-content .allergen-item .allergen-name {
  font-size: 14px;
  text-align: center;
}
.allergen-content .allergen-item svg {
  width: 80px;
  height: auto;
  margin: auto;
}
.allergen-content .allergen-item:hover svg {
  transition: 0.5s ease;
  transform: translateY(-10px);
}
.allergen-content .contains {
  color: #dc3545;
}
.allergen-content .contains svg {
  fill: #dc3545;
}
.allergen-content .may-contain {
  color: #f4a524;
}
.allergen-content .may-contain svg {
  fill: #f4a524;
}
.allergen-content .not-provided {
  color: #d6d7d8;
}
.allergen-content .not-provided svg {
  fill: #d6d7d8;
}

.nutrition-content table.nutrition {
  font-family: Arial, Helvetica, sans-serif;
  border-color: #000;
  border: solid 1px;
  padding: 8px;
  max-width: 400px;
  margin-inline: auto;
}
.nutrition-content table.nutrition tbody .row {
  border-bottom: solid 1px;
}
.nutrition-content table.nutrition tbody .col-6 {
  padding-inline: 0 !important;
}
.nutrition-content table.nutrition tbody .col-12 {
  padding-inline: 0 !important;
}
.nutrition-content table.nutrition tbody th {
  font-weight: normal;
  padding-left: 8px;
}
.nutrition-content table.nutrition tbody .amount {
  text-align: left;
}
.nutrition-content table.nutrition tbody .daily-value {
  text-align: right;
}
.nutrition-content table.nutrition tbody .indent-1 {
  padding-left: 20px !important;
}
.nutrition-content table.nutrition tbody .indent-2 {
  padding-left: 30px !important;
}
.nutrition-content table.nutrition tbody .bold {
  font-weight: bold;
}
.nutrition-content table.nutrition tbody .title-row td {
  font-size: 45px;
  font-weight: bold;
}
.nutrition-content table.nutrition tbody .servings-row {
  border-bottom: solid 8px;
}
.nutrition-content table.nutrition tbody .servings-row .serving-size {
  font-size: 18px;
  font-weight: bold;
}
.nutrition-content table.nutrition tbody .calories-row {
  border-bottom: solid 4px;
}
.nutrition-content table.nutrition tbody .calories-row .calories {
  font-size: 40px;
  font-weight: bold;
}
.nutrition-content table.nutrition tbody .protein-row {
  border-bottom: solid 8px;
}
.nutrition-content table.nutrition tbody .bottom-mineral-row {
  border-bottom: solid 4px;
}
.nutrition-content table.nutrition tbody .disclaimer-row {
  font-size: 13px;
  border: none;
  padding-top: 20px;
}

.sku-content table .tr-big {
  padding: 0;
  margin: 0;
}
.sku-content table .tr-big th {
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 12px;
}
.sku-content table .tr-small {
  padding: 0;
  margin: 0;
}

.gs1-area .nav-tabs .nav-item .nav-link {
  color: #a39d9d;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  padding-block: 8px;
  font-size: 15px;
}
@media only screen and (max-width: 776px) {
  .gs1-area .nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }
}
.gs1-area .nav-tabs .nav-item .nav-link.active {
  color: #332626;
  font-weight: 700;
  border-bottom: solid 4px #e30613;
}
.gs1-area .tab-content {
  min-height: 250px;
  padding: 20px;
  font-size: 13px;
  border: 1px solid #dee2e6;
}
.gs1-area .disclaimer {
  font-size: 12px;
  padding-block: 8px;
}
.gs1-area .disclaimer span {
  font-weight: bold;
}
.gs1-area .info-not-found {
  display: flex;
  height: 100%;
}
.gs1-area .info-not-found h3 {
  margin: auto;
}

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