/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 


font-family: "Open Sans";
text-transform: none;
font-weight: 400;
font-style: normal;
color: #696969;
font-size: 15px;

}


.button-big {
    background-image: linear-gradient(to bottom, #c9302c 0, #e03316 100%);
    background-image: linear-gradient(to bottom, #dd5749 0, #c83c2d 100%);
    background-repeat: repeat-x;
}
.button-big {
/* background-image: linear-gradient(to bottom, #c9302c 0, #e03316 100%);  */
background-image: linear-gradient(to bottom, #dd5749 0, #c83c2d 100%);
    background-repeat: repeat-x;
}
.button.bordered:active,
.button.bordered:focus,
.button.bordered:hover {
  background: #dd5749;
  border-color: #dd5749;
}
.button-big {
  background: #dd5749;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  margin: 40px auto 20px auto;
  padding: 0 15px;
font-weight: bold;
border-color: #eee;
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}

.button-big:active,
.button-big:focus,
.button-big:hover {
color: #fff;
  background: #444;
font-weight: bold;
border-color: #eee;

}

.button-big i[class^="icon-"] {
  color: #fff;
  float: left;
  font-size: 46px;
  line-height: 1.1;
  margin-right: 20px;
}


.top-bar {
    width: 100%;
    height: 55px;
    background: #FF9605;
    background: #3498db;
    z-index: 300;
    box-shadow: 0 0 4px rgba(4, 4, 4, 0.78);
}

.block4 {
    box-shadow: 0 0 2px rgba(126, 126, 126, 0.78);
    padding: 25px;
    background: #fffefa;
    background: #FFFDF6;
    padding: 15px 20px;
}

.header-top1 {
        background: #3498db;
  padding: 21px 0;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}

.header-top {
        background: #1d2740;
  padding: 16px 0;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}


 

.header-address {
    float: right;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: unset;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }

      .navbar-expand-lg .navbar-nav .nav-link {
/*        padding-right: 0.5rem; */
/*        padding-left: 0.5rem;  */
}
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
/*   border-radius: 50% !important; */

}   

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; 


}

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; 
/* font-weight: bold;  */
text-transform: uppercase;
font-size: 11px;

}

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 2.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: #3d435c;
border-color: #9b0c0c0;
background-color: #9b0c0c0;
font-weight: 500;
color: #696969;

 
}
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

span {
/* color: #574f4f;  */

}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1878bb; }
  a:hover, a:active, a:focus {
    color: #1878bb;
    outline: none !important;
    text-decoration: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.4;
color: #1878bb;
  font-weight: 400;
 font-family: open sans !important;
}

.text-primary {
  color: #1878bb !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: inherit;
  z-index: 3;
  padding: 0; 
box-shadow: 0 0 25px rgba(0, 0, 0, 0.99);
box-shadow: 0px -5px 5px -5px rgba(6, 6, 6, 0.6) inset;
/* padding-bottom: 15px;*/
background: #1d2740 !important;
}

  @media (max-width: 991.98px) {
    .ftco-navbar-light {
  background: #777676 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #2c396b;
    margin-top: 0px; }
    .ftco-navbar-light .navbar-brand span {
      color: #1878bb;
      font-size: 28px; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff;
        margin-top: 0; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 17px;
 padding-top: 1rem !important; 
padding-bottom: 1rem !important;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    color: #294257 !important;
    text-transform: uppercase;
    font-family: open sans !important;
   position: unset;
    opacity: 1 !important; 


text-transform: uppercase;
line-height: 26px;
font-weight: 500;
font-style: normal;
color: #fff !important;
font-size: 17px;
font-weight: bold;
padding: 16px;

}

  .ftco-navbar-light .navbar-nav:hover > .nav-item > .nav-link:hover {
   
color: #fc0 !important;
}

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:after {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 3px;
      height: 3px;
      background: #2c396b;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-left: -1px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      opacity: 0; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
    @media (min-width: 992px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:after {
        opacity: 1; } }
  .ftco-navbar-light .navbar-nav > .nav-item:first-child .nav-link:after {
    opacity: 0; }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #000; }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000; 
color: #9b0c0c;

}
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #1878bb; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: #fc0 !important;
}
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }
  .ftco-navbar-light.scrolled {
 /*   position: fixed;   */
    right: 0;
    left: 0;
    top: 0;
    margin-top: 0;
/* background-color: rgba(255,255,255,0.97) !important; */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 25px rgba(0, 0, 0, 0.99);

}
    .ftco-navbar-light.scrolled .nav-item.active > a {
/*      color: #9b0c0c !important;   */

}
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #1878bb;
      border: none !important; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #1878bb; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #1878bb !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #2c396b;
      margin-top: 0; }

.navbar-brand {
  font-weight: 400;
  font-size: 40px;
  font-family: "EB Garamond", serif; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #1878bb !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }
  .owl-carousel.home-slider {
    position: relative;
    height: 400px;
    z-index: 0; 
background: #000;
}
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 400px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1878bb;
        opacity: 0; }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 400px; }
        @media (max-width: 767.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          color: #000;
          font-weight: 700; }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 60px;
          color: #fff;
          line-height: 1.2;
white-space: nowrap;
font-size: 71px;
line-height: 81px;
font-weight: 700;
color: rgb(255, 255, 255);
letter-spacing: 0px;
font-family: Montserrat;
visibility: inherit;
transition: none 0s ease 0s;
text-align: inherit;
border-width: 0px;
margin: 0px;
padding: 0px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
transform-origin: 50% 50% 0px;
transform: translate3d(0px, 0px, 0px);

}
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            display: block;
            color: #000; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 30px; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          font-size: 18px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.8); 
text-transform: uppercase;
font-weight: bold;
color: #fff;
}
        .owl-carousel.home-slider .slider-item .slider-text p {
          font-size: 18px;
          line-height: 1.5;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.8); }
          .owl-carousel.home-slider .slider-item .slider-text p.sub-p {
            font-weight: 400; }
          .owl-carousel.home-slider .slider-item .slider-text p strong {
            font-weight: 700; }
            .owl-carousel.home-slider .slider-item .slider-text p strong a {
              color: #fff; }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 100%;
      width: 100%; }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 60px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #1878bb !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.hero-wrap {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; 
box-shadow: 0 0 3px rgba(4, 4, 4, 0.78);
}
  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: top right !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 68%;
    content: '';
    opacity: 0; }
    @media (max-width: 991.98px) {
      .hero-wrap .overlay {
        width: 100%; } }
  .hero-wrap.hero-wrap-2 {
    height: 400px;   
}
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 400px !important;  
}
  .hero-wrap .slider-text {
    color: rgba(0, 0, 0, 0.4); }
    .hero-wrap .slider-text .icon {
      position: relative;
      z-index: 0;
      margin-bottom: 20px;
      width: 100%; }
      .hero-wrap .slider-text .icon span {
        font-size: 80px;
        line-height: 1.2;
        color: #1878bb; }
      .hero-wrap .slider-text .icon:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        max-width: 500px;
        height: 2px;
        background: #1878bb;
        margin: 0 auto; }
    .hero-wrap .slider-text .breadcrumbs {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 20px;
      z-index: 99;
      font-weight: 400;
      letter-spacing: 4px; }
      .hero-wrap .slider-text .breadcrumbs span {
color: #fc0;
font-weight: bold;
}
        .hero-wrap .slider-text .breadcrumbs span a {
 color: #fff;
font-weight: bold;
}
    .hero-wrap .slider-text h1 {
      font-size: 40px;
      color: #000;
      font-weight: normal;
      font-family: "EB Garamond", serif; }
    .hero-wrap .slider-text h2 {
      font-weight: 200;
      font-size: 18px; }
    .hero-wrap .slider-text .bread {
      font-size: 40px;
      color: #fff;
      line-height: 1.2;
      font-weight: 700; }
      @media (max-width: 991.98px) {
        .hero-wrap .slider-text .bread {
          font-size: 36px; } }
    .hero-wrap .slider-text .btn-primary, .hero-wrap .slider-text .btn-outline-primary {
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .hero-wrap .slider-text .btn-primary, .hero-wrap .slider-text .btn-outline-primary {
          width: 100%;
          margin-bottom: 10px; } }
    .hero-wrap .slider-text .btn-primary {
      border: 1px solid rgba(255, 255, 255, 0.4); }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.bg-light {
  background: #fafafa !important; }

.bg-white {
  background: #fff !important; }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.bg-primary {
  background: #1878bb; }

.container {
  max-width: 1240px; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
background: #30406a !important;
border: 1px solid #30406a !important;
color: #fff !important;
font-family: arial;
}
    .btn.btn-primary:hover {
      border: 1px solid #1878bb;
      background: #000 !important;
      color: #fff; }

  .btn.btn-outline-primary {
    border: 1px solid #1878bb;
    background: transparent;
    color: #1878bb; }
    .btn.btn-outline-primary:hover {
      border: 1px solid transparent;
      background: #1878bb;
      color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }
    .btn.btn-white span {
      color: #000; }
    .btn.btn-white:hover {
      border: 1px solid #1878bb;
      background: #1878bb;
      color: #fff; }
      .btn.btn-white:hover span {
        color: #fff; }
    .btn.btn-white.btn-outline-white {
border-color: rgba(200, 184, 184, 0.8);
background: #8e8e8e;
border-width: 1px;
color: #fff;
font-family: arial; 
}
      .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
        background: #000;
        border-color: #eee;
        color: #fff; }
  .btn.btn-outline-black {
    border-color: black;
    background: none;
    border-width: 1px;
    color: #000; }
    .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
      background: #000;
      border-color: #000;
      color: #fff; }

.offer-deal {
  width: 100%; }
  .offer-deal .img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 991.98px) {
      .offer-deal .img {
        width: 150px;
        height: 150px; } }
  .offer-deal .text h3 {
    font-size: 30px; }

.classes {
  margin-bottom: 30px; }
  .classes .img {
    height: 280px;
    width: 100%;
    display: block; }
  .classes .text h3 a {
    color: #2c396b; }

.table {
/*  min-width: 1000px !important;  */
  width: 100%;
  text-align: center; }
  .table th {
    font-weight: 500; }
  .table .thead-primary {
    background: #1878bb; }
    .table .thead-primary tr th {
      padding: 20px 10px;
      color: #fff !important;
      border: 1px solid transparent !important; }
  .table tbody tr td {
    text-align: center !important;
    vertical-align: middle;
    padding: 30px 10px; }
    .table tbody tr td i {
      font-size: 20px; }
    .table tbody tr td .img {
      width: 90px;
      height: 90px;
      margin: 0 auto; }
    .table tbody tr td a {
      display: block;
      color: #2c396b; }
      .table tbody tr td a strong {
        font-size: 18px; }

.ftco-gallery {
  padding: 0; }

.gallery {
  display: block;
  height: 300px;
  position: relative;
  margin-bottom: 30px; }
  .gallery .icon {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #1878bb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gallery .icon span {
      color: #fff; }
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1; }

.services-2 {
  margin-bottom: 30px; }

/*  .services-2 .icon {  */
/*    width: 60px;        */ 
/*    height: 60px;          */
/*    border: 1px solid #1878bb;    */
/*    background: #1878bb;          */
/*    margin: 0;                     */
/*    -webkit-border-radius: 50%;    */
/*    -moz-border-radius: 50%;       */
/*    -ms-border-radius: 50%;      */
/*    border-radius: 50%; }             */


    .services-2 .icon span {
      font-size: 30px;
      color: #fff; }
  .services-2 .text {
    width: calc(100% - 60px); }

@media (max-width: 767.98px) {
  .img-services {
    height: 400px;
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .treatment.border {
    border: none !important; } }

.treatment .icon span {
  font-size: 60px;
  line-height: 1;
  color: #1878bb; }

.treatment h3 {
  font-size: 20px; }

.myaccordion {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: white; }

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  background: transparent; }

.myaccordion .card-header {
  border-bottom-color: #e6e6e6;
  background: transparent; }

.myaccordion .fa {
  font-size: 24px; }

.myaccordion .btn {
  width: 100%;
  font-weight: normal;
  color: #000;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 20px; }

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none; }

[data-toggle="collapse"] .fa:before {
  content: "\f1fc";
  font-family: "Ionicons";
  font-style: normal; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f102";
  font-family: "Ionicons";
  font-style: normal; }

.card-body ul {
  padding: 0; }
  .card-body ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 15px; }
    .card-body ul li span {
      color: #000; }
      .card-body ul li span:first-child {
        width: 60%; }
      .card-body ul li span:nth-child(2) {
        width: 30%; }
      .card-body ul li span:last-child {
        width: 10%; }

.btn-custom {
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .btn-custom span {
    color: #fff; }
  .btn-custom:hover, .btn-custom:focus {
    color: #fff; }

.coach {
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .coach .img, .coach .text {
    width: 100%; }
  .coach .img {
    height: 380px;
    background-position: top center !important; }
  .coach .text .subheading {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
  .coach .text h3 {
    font-size: 22px;
    color: #000; }
    .coach .text h3 a {
      color: #000; }
  .coach .text .ftco-social-media {
    padding: 0; }
    .coach .text .ftco-social-media li {
      list-style: none; }
      .coach .text .ftco-social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        background: #1878bb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .coach .text .ftco-social-media li a span {
          font-size: 24px;
          color: #fff; }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #000; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #1878bb; }

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1); }
  .testimony-wrap .user-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #2c396b;
    font-family: "EB Garamond", serif; }
  .testimony-wrap .position {
    font-size: 13px; }
  .testimony-wrap .line p {
    font-size: 18px;
    font-family: "EB Garamond", serif; }
  .testimony-wrap .quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #1878bb;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
display: none !important;
}

    .testimony-wrap .quote i {
      color: #fff; }

.ftco-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .ftco-social a span {
    color: #1878bb; }

.form-control {
  height: 58px !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-right: 0;
  padding-left: 0; }
  .form-control:focus, .form-control:active {
    border-color: #1878bb; }

textarea.form-control {
  height: inherit !important; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #1878bb !important; }

.ftco-section {
  padding: 6em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-bg-dark {
  background: #090808; }

.ftco-footer {
padding: 50px 0 10px 0;
/* border-top: 3px solid rgba(255, 255, 255, 0.95); */
border-top: 4px solid #fc0;
background-image: url(/images/back-gr.jpg) !important;
/* background: #1d2740 !important;    */
}

  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }

  .ftco-footer .ftco-footer-widget h2 {
 color: #fff;
margin-bottom: 20px;
font-size: 20px;
font-weight: 400;
font-weight: bold;
/* color: #684f40;  */
}
  .ftco-footer .ftco-footer-widget ul li a span {
    color: #fff; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer a {
   color: rgba(0, 0, 0, 0.84);
color: rgba(255, 255, 255, 0.78);
}
    .ftco-footer a:hover {
      color: #fc0; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000; }
  .ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .ftco-footer .categories li a span {
      color: rgba(255, 255, 255, 0.5) !important; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }

  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #30406a;
    border-radius: 50%;
    position: relative;
    color: #f16207 !important; 
}
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important; }
    .ftco-footer-social li a:hover {
      color: #fff; }

#map {
  width: 100%; }
  #map.map {
    height: 400px; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 181, 181, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0.2);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 181, 181, 0.2); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 181, 181, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 181, 181, 0);
    box-shadow: 0 0 0 30px rgba(255, 181, 181, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 181, 181, 0);
    box-shadow: 0 0 0 0 rgba(255, 181, 181, 0); } }

.heading-section {
  z-index: 0; }
  .heading-section .subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #1878bb;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .heading-section h2 {
    z-index: -1;
    font-size: 60px;
    font-weight: 400;
    position: relative; }
    @media (max-width: 767.98px) {
      .heading-section h2 {
        font-size: 28px; } }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 767.98px) {
  .img-about {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1878bb;
    opacity: 0; }

.ftco-counter {
  padding: 7em 0; }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 0; }
    .ftco-counter .icon:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      bordeR: 1px solid #1878bb;
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .ftco-counter .icon span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #1878bb; }
  .ftco-counter .text strong.number {
 font-weight: 700;
font-size: 50px;
color: #fff;
}
  .ftco-counter .text span {
  font-weight: 400;

font-size: 18px;

color: #fff;
 }
  .ftco-counter .text:hover .icon span, .ftco-counter .text:focus .icon span {
    color: #000; }
  .ftco-counter .text:hover .icon:after, .ftco-counter .text:focus .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #1878bb; }
  @media (max-width: 991.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 40px !important; } }
  .ftco-counter .ftco-number {
    display: block;
    color: #fff; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
width: 300px;
height: 300px;
margin: 0 auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.blog-entry {
  overflow: hidden; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    width: 100%; }
    .blog-entry .text .heading {
      font-size: 24px;
      margin-bottom: 16px;
      font-weight: 400; }
      .blog-entry .text .heading a {
    color: #222;
font-weight: bold;
}
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #1878bb; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; }
    .blog-entry .meta > div a {
      color: #3d435c;
      font-size: 12px;
      text-transform: uppercase; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry.blog-entry-2 .block-20 {
    width: 45%; }
    @media (max-width: 767.98px) {
      .blog-entry.blog-entry-2 .block-20 {
        width: 100%; } }
  .blog-entry.blog-entry-2 .text {
    width: calc(100% - 45%); }
    @media (max-width: 767.98px) {
      .blog-entry.blog-entry-2 .text {
        width: 100%; } }
    .blog-entry.blog-entry-2 .text .heading {
      font-size: 30px; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 5px; 
}
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 16px;
    padding-top: 2px;
    color: #fff; }

.block-18 .icon > span {
  font-size: 40px; }

.block-18 .text strong {
  font-size: 30px; }

.block-18 .text span {
  display: block; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #1878bb;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #1878bb;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info {
background: #1d2740;
}
  .contact-section .contact-info h2 {
    color: #fff; }
  .contact-section .contact-info p {
    color: rgba(255, 255, 255, 0.8); 
font-size: 16px;
}
    .contact-section .contact-info p span {
      font-weight: 600;
      color: #fff; }

.contact-form .form-group {
  position: relative; }

.contact-form .form-control {
  border: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  height: 58px !important;
  padding: 20px;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 13px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:focus, .contact-form .form-control:active {
    border-color: #1878bb !important; }

.contact-form textarea.form-control {
  height: inherit !important; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 16px; }
    .block-21 .text .heading a {
      color: #000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #1878bb; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block; }
  .custom-pagination li {
    display: inline-block; }
  .custom-pagination .prev a, .custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important; }
  .custom-pagination li a, .custom-pagination .prev a, .custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px; }
  .custom-pagination li.active a, .custom-pagination .prev.active a, .custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #1878bb;
    color: #fff; }
    .custom-pagination li.active a:hover, .custom-pagination li.active a:focus, .custom-pagination .prev.active a:hover, .custom-pagination .prev.active a:focus, .custom-pagination .next.active a:hover, .custom-pagination .next.active a:focus {
      color: #fff; }
  .custom-pagination .prev {
    float: left; }
  .custom-pagination .next {
    float: right; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e6e6e6;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.sidebar-wrap {
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  .sidebar-wrap .heading {
    font-size: 18px; }
  .sidebar-wrap .fields {
    width: 100%;
    position: relative; }
    .sidebar-wrap .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 1px solid #e6e6e6;
      font-size: 14px;
      width: 100%;
      height: 52px !important;
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .sidebar-wrap .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .sidebar-wrap .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .sidebar-wrap .fields .icon {
          right: 10px; } }
    .sidebar-wrap .fields .select-wrap {
      position: relative; }
      .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3.heading-2 {
    font-size: 24px;
    margin-bottom: 30px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #000; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative;
    background: #fff; }
    .search-form .form-group input {
      padding-right: 50px;
      padding-left: 15px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

























/*
  Theme Name: Bakery
  Theme URI: http://themeforest.net/item/bakery-wordpress-bakery-cakery-food-theme/11112118
  Author: Milingona
  Author URI: http://themeforest.net/user/milingona_
  Description: Bakery is a powerful responsive WordPress theme designed for bakery/cakery shops. It comes with all features bakery shops need such as product post type, menu, order form, offer, gallery, news etc. The theme also includes the drag-drop page builder which lets you customize your specific needs with incredible ease.
  Version: 2.4
  Text Domain: bakery
  Domain Path: /languages
  Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, sticky-post, translation-ready, full-width-template
  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "utf-8";

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: General
:: Headings
:: Parallax
:: Main Content
:: Animation
:: Page Header
  :: Type: Default
  :: Type: With Background
  :: Type: Custom
:: Main Menu
:: Shortcodes
  :: Accordion
  :: Toggle
  :: Tabs
  :: Preloader
  :: Progress Bar
  :: Countdown
  :: Image Box
  :: Team Member
  :: Testimonial
  :: Contact Form 7
  :: Map
  :: Icon Box
  :: History
  :: Video Section
  :: Seperator
  :: Call to Action
  :: Carousel
  :: Client/Partner
  :: Heading
  :: Pie Chart
  :: Pricing Table
  :: Buttons
  :: Gallery
  :: Counter
  :: Image Slider
:: Blog Post
:: Error 404
:: Widgets
  :: Default Wordpress Widgets
  :: Latest Tweets
  :: Flickr Images
  :: Info Item
  :: Services List
  :: Newsletter
:: Footer
:: WordPress Generated Generics
:: Extra Classes
  :: Icons
  :: Border
  :: Positions
  :: Margin
  :: Padding
  :: Font Size

/* General */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  /*! color: #696969; */
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

::-moz-selection { color: #fff; background-color: #fdb822; }
::selection { color: #fff; background-color: #fdb822; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;

}

a:hover {
  color: #684f40;
}

a.vu_link-inverse {
  color: #684f40;
}

a.vu_link-inverse:hover {
  color: #fdb822;
}

a:hover,
a:focus,
a:active { text-decoration: none; }

a:focus {
  outline: 0;
  box-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
}

.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }

.alert { border-radius: 0; }

.mfp-wrap {
  top: 0 !important;
  position: fixed !important;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-iframe-holder .mfp-title {
  position: absolute;
  padding-top: 5px;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  color: #684f40;
}

h1, .h1 {
  font-size: 26px;
  line-height: 38px;
}
h2, .h2 {
  font-size: 24px;
  line-height: 34px;
}
h3, .h3 {
  font-size: 20px;
  line-height: 30px;
}
h4, .h4 {
  font-size: 17px;
  line-height: 27px;
}
h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}
h6, .h6 {
  font-size: 14px;
  line-height: 24px;
}

/* Visual Composer */
.vu_main-container .wpb_button,
.vu_main-container .wpb_content_element,
.vu_main-container ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
/* VC Front End Editor */
.vc_editor .vc_element[data-tag="vc_column"] .vu_column,
.vc_editor .vc_element[data-tag="vc_column_inner"] .vu_column-inner {
  width: 100%;
}

/* Parallax */
*[data-parallax] {
  position: relative;
  background-repeat: no-repeat !important;
  background-color: transparent;
  background-position: center 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* Main Content */
.vu_main-container {
  overflow: hidden;
}
.vu_site-layout-boxed .vu_main-container {
  position: relative;
  max-width: 1290px;
  box-shadow: 0 0 19px rgba(2,2,2,0.1);
  margin: 0 auto;
  background-color: #fff;
}
body:not(.woocommerce-page) .vu_container.vu_c-type-fullwidth.vu_no-sidebar > .container {
  padding-left: 0;
  padding-right: 0;
}
body:not(.woocommerce-page) .vu_container.vu_c-type-fullwidth.vu_no-sidebar > .container,
body:not(.woocommerce-page) .vu_container.vu_with-sidebar .vu_content .container {
  width: auto !important;
  max-width: 100% !important;
}
.vu_container.vu_with-sidebar .vu_content .vu_r-with-parallax {
  width: auto;
  max-width: 100%;
}
.vu_container.vu_with-sidebar .vu_content .vu_r-with-parallax .vu_color-overlay {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
@media (max-width: 768px){
  .vu_container.vu_no-sidebar .vu_content .vu_r-type-container .container.no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vu_container.vu_with-sidebar .vu_content {
    margin-bottom: 50px;
  }
}
/*.vu_main-header + .vu_container {
  margin-top: 70px;
}*/

/* Page Comments */
.vu_container.vu_no-sidebar:not(.vu_c-type-fullwidth) .vu_page-comments.container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.vu_container.vu_with-sidebar .vu_page-comments {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vu_page-comments {
  margin-bottom: 70px;
}

/* Animation */
*[data-animation] {
  visibility: hidden;
}
.vu_with-animation {
  visibility: visible;
}

/* Header
================================================== */
.vu_main-header {}

.vu_main-header.vu_mh-layout-fullwidth > .container {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

/* Transpartent Header */
.vu_main-header.vu_mh-transparent {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.45) 0px, transparent 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.45) 0px, transparent 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0px, transparent 100%);
}
.vu_main-header.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_main-menu > ul > li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > a {
  color: #fff;
}
.vu_main-header.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_main-menu > ul > li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > a:hover {
  color: #fdb822;
}
.vu_main-header.vu_mh-transparent .vu_top-bar {
  color: #fff;
  background-color: transparent;
}
.vu_main-header.vu_mh-transparent + .vu_page-header {
  padding-top: 180px;
  height: auto;
  -webkit-transition: padding-top 0.3s ease-out;
  -moz-transition: padding-top 0.3s ease-out;
  -o-transition: padding-top 0.3s ease-out;
  transition: padding-top 0.3s ease-out;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-style-1 .vu_ph-container {
  height: 100px;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-style-2 .vu_ph-container {
  height: 240px;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-style-2.vu_ph-with-border .vu_ph-container {
  top: -10px;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-style-1 .vu_ph-content {
  vertical-align: top;
}
.vu_main-header.vu_mh-transparent + .vu_page-header.vu_ph-with-border {
  margin-top: -10px;
}
.vu_main-header.vu_mh-transparent .vu_site-logo .vu_sl-dark {
  display: none;
}
.vu_main-header.vu_mh-transparent .vu_site-logo .vu_sl-light {
  display: block;
}

/* Top Bar
================================================== */
.vu_top-bar {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 8px 0;
  background-color: #343434;
}
.vu_top-bar.vu_tb-layout-fullwidth > .container {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}
.vu_top-bar a {
  color: inherit;
  display: inline-block;
}
.vu_top-bar a:hover {
  color: #fdb822;
}
.vu_top-bar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vu_top-bar img.iclflag {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.vu_top-bar .vu_tb-left,
.vu_top-bar .vu_tb-right {
  line-height: 25px;
}
.vu_top-bar .vu_tb-left {
  text-align: left;
}
.vu_top-bar .vu_tb-left > span {
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}
.vu_top-bar .vu_tb-left > span:first-child {
  margin-left: 0;
}
.vu_top-bar .vu_tb-left > span:last-child {
  margin-right: 0;
}
.vu_top-bar .vu_tb-left > span .fa,
.vu_top-bar .vu_tb-right > span .fa {
  margin-right: 8px;
}
.vu_top-bar .vu_tb-right {
  text-align: right;
}
/* Tob Bar Menu */
.vu_tb-menu-container {
  display: inline-block;
}
.vu_tb-list {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.vu_tb-list li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  line-height: 24px;
}
.vu_tb-list > li:after {
  content: "|";
  margin: 0 10px;
}
.vu_tb-list > li:last-child:after {
  display: none;
}
.vu_tb-list li a {
  line-height: 24px;
}
.vu_tb-list > li > a {
  font-weight: normal;
}
.vu_tb-list > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.vu_tb-list .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  text-align: left;
  width: 120px;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0,0,0,0.13);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.vu_tb-list .sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  height: 8px;
  background-color: transparent;
}
.vu_tb-list li.pll-parent-menu-item .sub-menu {
  width: 46px;
}
.vu_tb-list li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.vu_tb-left .vu_tb-list > li:first-child > .sub-menu {
  left: 0;
}
.vu_tb-right .vu_tb-list .sub-menu {
  left: auto;
  right: 10px;
}
.vu_tb-right .vu_tb-list > li:last-child > .sub-menu {
  right: 0;
}
.vu_tb-list .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin: 1px 0 0 1px;
  padding: 0;
}
.vu_tb-right .vu_tb-list .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin: 1px 1px 0 0;
}
.vu_tb-list .sub-menu li {
  display: block;
  padding: 0;
}
.vu_tb-list .sub-menu li a {
  display: block;
  color: #343434;
  padding: 5px 15px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}
.vu_tb-list .sub-menu li:first-child > a {
  border-top: none;
}
.vu_tb-list .sub-menu li a:hover {
  color: #fdb822;
  background-color: #fcfcfc;
}

/* Social Icons : Top Bar */
.vu_top-bar .vu_social-icon {
  display: inline-block;
  margin: 0 3px;
}
.vu_top-bar .vu_social-icon a {
  display: block;
  font-size: 10px;
  color: inherit;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
.vu_top-bar .vu_social-icon a:hover {
  color: #343434;
  background-color: #fff;
}

@media (max-width: 991px) {
  .vu_top-bar .vu_tb-left,
  .vu_top-bar .vu_tb-right {
    line-height: 24px;
    text-align: center !important;
  }
}

/* Logo */
.vu_site-logo {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.vu_wc-with-basket-icon .vu_site-logo {
  text-align: center;
}
.vu_main-menu .vu_site-logo {
  display: inline-block;
}
.vu_site-logo a {
  display: inline-block;
}
.vu_site-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.vu_site-logo .vu_sl-dark {
  display: block;
  max-width: 100%;
}
.vu_site-logo .vu_sl-light {
  display: none;
}
.vu_site-logo .vu_sl-small {
  display: none;
}

/* Main Menu
================================================== */
.vu_main-menu-container {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: padding-top, padding-bottom 0.3s ease-out;
  -moz-transition: padding-top, padding-bottom 0.3s ease-out;
  -o-transition: padding-top, padding-bottom 0.3s ease-out;
  transition: padding-top, padding-bottom 0.3s ease-out;
}
.vu_main-menu-container .vu_mm-top-left {
  text-align: right;
}
.vu_main-menu-container .vu_logo-container {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
.vu_wc-with-basket-icon .vu_main-menu-container .vu_logo-container {
  padding: 0 15px;
}
.vu_main-header.vu_mh-type-3 .vu_main-menu-container .vu_logo-container {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.vu_main-header.vu_mh-type-3 .vu_main-menu-container .vu_logo-container .vu_site-logo {
  margin: 0 auto;
}
@media(max-width: 480px) {
  .vu_main-menu-container .vu_logo-container img {
    /*max-width: 230px !important;*/
  }
}
.vu_main-menu-container .vu_mm-top-right {
  text-align: left;
}
.vu_main-menu {
  font-size: 14px;
  float: none;
  vertical-align: middle;
}
.vu_main-header.vu_mh-type-3 .vu_main-menu {
  display: block;
  text-align: center;
}
.vu_main-menu .vu_mm-list {
  position: static;
  /*position: relative;*/
}
.vu_main-menu > ul > li {
  padding: 0;
  border-left: 1px solid rgba(104,79,64,0.2);
}
.vu_main-menu > ul > li:first-child {
  border-left: none;
}
.vu_main-menu > ul > li a {
  color: inherit;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.vu_main-menu > ul > li a i {
  margin-right: 10px;
}
.vu_main-menu > ul > li > a {
  padding: 7px 17px;
  margin: 0;
}
.vu_main-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: inherit;
  margin-left: 10px;
  font-weight: inherit;
  display: inline-block;
}
.vu_main-menu > ul > li.vu_mm-button {
  border-left: none !important;
}
.vu_main-menu > ul > li.vu_mm-button > a {
  color: #fdb822 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 3px !important;
  border: 2px solid #fdb822 !important;
  background-color: #fff !important;
}
.vu_main-menu .sub-menu a,
.vu_main-menu .sub-menu li {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.vu_main-menu > ul > li a:hover {
  color: #fdb822;
  text-decoration: none;
}
.vu_main-menu li.active > a,
.vu_main-menu li.current-menu-parent > a,
.vu_main-menu li.current-menu-ancestor > a,
.vu_main-menu li.current-menu-item > a {
  color: #fdb822;
}
.vu_main-menu ul {
  position: relative;
  overflow: inherit;
  font-size: 0;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_main-menu ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  text-decoration: none;
  text-transform: uppercase;
}
.vu_main-menu ul li { position: relative; display: inline-block; }
.vu_main-menu ul li ul.sub-menu { position: absolute; top: 100%; left: -1px; width:200px; visibility: hidden; opacity: 0; margin: 0 0 0; padding: 0; z-index: 9999; -webkit-transition: all 0.17s ease-in-out; -moz-transition: all 0.17s ease-in-out; -o-transition: all 0.17s ease-in-out; transition: all 0.17s ease-in-out; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); }
.vu_main-menu ul li ul.sub-menu:before { content: ""; position: absolute; top: 0; left: -1px; height: 100%; width: 1px; }
.vu_main-menu ul li:hover > ul.sub-menu { visibility: visible; opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
.vu_main-menu .vu_mm-submenu-center ul.sub-menu { left: 50%; margin-left: -90px; }
.vu_main-menu .vu_mm-submenu-right ul.sub-menu { left: auto !important; right: 0; }
.vu_main-menu .vu_mm-submenu-right ul.sub-menu:before { left: auto !important; right: -1px; }
.vu_main-menu ul.sub-menu .vu_mm-submenu-right ul.sub-menu { left: auto !important; right: 100%; margin-right: 1px; margin-left: 0; }
.vu_main-menu ul li ul.sub-menu li { position: relative; margin: 0; display: block; float: none; }
.vu_main-menu ul li ul.sub-menu li a { font-weight: normal; display: block; text-transform: none; background-color: #efefef; padding: 10px 17px 10px 20px; line-height: 22px; text-align: left; }
.vu_main-menu ul li ul.sub-menu li a:before { display: none; }
.vu_main-menu ul li ul.sub-menu li a:hover, .vu_main-menu ul li ul.sub-menu li.active > a { color: #fdb822; /*background-color: #fdb822;*/ }
.vu_main-menu ul li ul.sub-menu li > ul.sub-menu { top: 0; left: 100%; margin-left: 1px; margin-top: 0; padding: 0; }
.vu_main-menu ul.sub-menu li:hover > a,
.vu_main-menu ul.sub-menu li.active > a,
.vu_main-menu ul.sub-menu li.current-menu-parent > a,
.vu_main-menu ul.sub-menu li.current-menu-ancestor > a,
.vu_main-menu ul.sub-menu li.current-menu-item > a {
  color: #fdb822;
  /*background-color: #684f40;*/
}
.vu_main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
  font-size: inherit;
  line-height: inherit;
  margin-left: 5px;
  font-weight: inherit;
  display: inline-block;
}
.vu_main-menu .vu_mm-label-new > a,
.vu_main-menu .vu_mm-label-unique > a {
  position: relative;
}
.vu_main-menu .vu_mm-label-new > a:after,
.vu_main-menu .vu_mm-label-unique > a:after {
  content: "New";
  position: absolute;
  font-size: 8px;
  padding: 3px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 2px;
  transform: translateX(5px) translateY(-5px);
  background-color: #684f40;
}
.vu_main-menu .vu_mm-label-unique > a:after {
  content: "Unique";
  background-color: #fdb822;
}

/* Mega Menu */
.vu_main-menu .vu_mega-menu {
  position: static;
}
.vu_main-menu .vu_mega-menu > a {
  position: relative;
}
.vu_main-menu .vu_mega-menu > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200%;
  display: none;
}
.vu_main-menu .vu_mega-menu > a:hover:before {
  display: block;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #efefef;
}
.vu_main-menu .vu_mega-menu ul.sub-menu {
  padding: 0 !important;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li {
  float: left;
  padding: 25px 15px;
  border-right: 1px solid rgba(0,0,0,0.05);
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li:not([class*="vu_mm-item-col-"]) {
  width: 25%;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li:last-child {
  border-right: none;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  box-shadow: none;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li .sub-menu li {}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li .sub-menu li a {
  padding: 8px 15px;
  border-radius: 1px;
  margin: 0;
}
.vu_main-menu .vu_mega-menu > ul.sub-menu > li > a:after {
  display: none !important;   
}
.vu_mega-menu .vu_mm-item-title > a {
  position: relative !important;
  color: #343434 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 5px 15px 7px !important;
  margin: 0 0 5px !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
}
.vu_mega-menu .vu_mm-item-title > a:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #ddd;
  opacity: 0;
}
.vu_mega-menu .vu_mm-item-empty > a {
  visibility: hidden;
}
.vu_mega-menu .vu_mm-item-hide > a {
  display: none !important;
}
.vu_mega-menu .vu_mm-item-col-12 {
  width: 100%;
}
.vu_mega-menu .vu_mm-item-col-11 {
  width: 91.66666667%;
}
.vu_mega-menu .vu_mm-item-col-10 {
  width: 83.33333333%;
}
.vu_mega-menu .vu_mm-item-col-9 {
  width: 75%;
}
.vu_mega-menu .vu_mm-item-col-8 {
  width: 66.66666667%;
}
.vu_mega-menu .vu_mm-item-col-7 {
  width: 58.33333333%;
}
.vu_mega-menu .vu_mm-item-col-6 {
  width: 50%;
}
.vu_mega-menu .vu_mm-item-col-5 {
  width: 41.66666667%;
}
.vu_mega-menu .vu_mm-item-col-4 {
  width: 33.33333333%;
}
.vu_mega-menu .vu_mm-item-col-3 {
  width: 25%;
}
.vu_mega-menu .vu_mm-item-col-2 {
  width: 16.66666667%;
}
.vu_mega-menu .vu_mm-item-col-1 {
  width: 8.33333333%;
}

/* Search Menu Item */
.vu_search-menu-item {
  margin-left: 10px !important;
  border-left: 0 !important;
}
.vu_search-menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.vu_search-menu-item a i {
  margin: 0 !important;
}

/* Fixed Menu */
.vu_menu-affix.affix-top {
  position: relative;
}
.vu_menu-affix.affix {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: rgba(255,255,255,0.95);
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.vu_menu-affix.affix .vu_site-logo .vu_sl-light,
.vu_menu-affix.affix .vu_site-logo .vu_sl-dark {
  display: none !important;
}
.vu_menu-affix.affix .vu_site-logo .vu_sl-small {
  display: block !important;
}
.admin-bar .vu_menu-affix.affix {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .vu_menu-affix.affix {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .vu_menu-affix.affix {
    top: 0px;
  }
}
.vu_menu-affix-height { display: none; }
.vu_menu-affix.affix + .vu_menu-affix-height { display: block; }

.vu_menu-affix.affix .vu_main-menu-container { top: 0; margin: 0 auto; padding-left: 15px !important; padding-right: 15px !important; }

/*.vu_menu-affix.affix .vu_main-menu-container .vu_mm-top-full > ul > li:last-child > a { margin-right: 0; }*/

.vu_menu-affix.affix .vu_main-menu ul li ul.sub-menu { margin-top: 0; }
@media (min-width:768px){ .vu_menu-affix.affix .vu_main-menu-container { width:720px; } }
@media (min-width:992px){ .vu_menu-affix.affix .vu_main-menu-container { width:960px; } }
@media (min-width:1200px){ .vu_menu-affix.affix .vu_main-menu-container { width:1170px; } }

/* Mobile Menu */
.vu_no-scroll {
  overflow: hidden;
}
.vu_mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  display: none;
}
.vu_mobile-menu.active {
  display: block;
}
.vu_mobile-menu .vu_mm-logo {
  float: left;
}
.vu_mobile-menu .vu_mm-logo img {
  height: 40px;
  max-height: 40px;
  width: auto;
  max-width: 100%;
  margin: 15px 15px;
}
.vu_mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vu_mobile-menu > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li {
  display: block;
}
.vu_mobile-menu ul li a {
  display: block;
  font-size: 14px;
  color: #343434;
  padding: 12px 20px 8px;
  border-top: 1px solid #f1f1f1;
}
.vu_mobile-menu ul li.current-menu-item > a {
  color: #fdb822;
  background-color: #f1f1f1;
}
.vu_mobile-menu ul li a:hover,
.vu_mobile-menu ul li.current-menu-item > a:hover,
.vu_mobile-menu .vu_mm-remove:hover {
  color: #fff;
  border-color: #fdb822;
  background-color: #fdb822;
}
.vu_mobile-menu ul.sub-menu li a {
  padding-left: 40px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 60px;
}
.vu_mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 80px;
}
.vu_mobile-menu .vu_mm-item-title > a {
  display: none !important;
}
.vu_mobile-menu .vu_mega-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 40px;
}
.vu_mm-open,
.vu_search-icon.vu_si-responsive,
.vu_wc-menu-item.vu_wc-responsive {
  display: none;
  position: absolute;
  right: 0;
  top: 50% !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #343434;
  text-align: center;
  border: 1px solid #eee !important;
}
.vu_search-icon.vu_si-responsive {
  right: 50px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-link {
  color: #343434;
}
.vu_main-header.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_mm-open,
.vu_main-header.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-link {
  color: #fff;
}
.vu_wc-menu-item.vu_wc-responsive:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 25px;
  width: 100%;
}
.vu_mm-open:hover,
.vu_mm-open:focus,
.vu_search-icon.vu_si-responsive:hover,
.vu_search-icon.vu_si-responsive:focus,
.vu_wc-menu-item.vu_wc-responsive:hover,
.vu_wc-menu-item.vu_wc-responsive:focus {
  color: #684f40;
}
.vu_wc-menu-item.vu_wc-responsive {
  right: auto !important;
  left: 0 !important;
  margin-left: 0;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification {
  right: auto;
  left: 0;
  margin-top: 25px !important;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart-notification:before {
  right: auto;
  left: 13px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart {
  right: auto;
  left: 0;
  margin-top: 25px;
}
.vu_wc-menu-item.vu_wc-responsive .vu_wc-cart:before {
  right: auto;
  left: 18px;
}
.vu_mobile-menu .vu_mm-remove {
  display: inline-block;
  padding: 0;
  margin: 15px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #343434;
  text-align: center;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

/* Submenu Toggle */
.vu_mobile-menu .menu-item-has-children {
  position: relative;
}
.vu_mobile-menu .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.vu_mobile-menu .menu-item-has-children.vu_toggle-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0 !important;
  line-height: 45px;
  text-align: center;
  border: none !important;
  background: none !important;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:hover,
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:focus {
  outline: none !important;
  box-shadow: none !important;
}
.vu_mobile-menu .menu-item-has-children .vu_toggle-sub-menu:before {
  content: "\e145";
  font-family: "Milingona";
  font-size: 16px;
  color: #343434;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vu_mobile-menu .menu-item-has-children.vu_toggle-open > .vu_toggle-sub-menu:before {
  content: "\e15b";
}

/* Page Header
================================================== */
.vu_page-header {
  position: relative;
  overflow: hidden;
}
.vu_page-header.vu_ph-with-pattern:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7qGbGI1wPFGtElwIIgxcgScEFkCRRBmASGIEgCAHIgBYac1+fNAAAAAElFTkSuQmCC);
}
.vu_page-header.vu_ph-with-border:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: auto !important;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  box-shadow: inset 0 0 0 2px #684f40, inset 0 0 0 8px #fff, inset 0 0 0 10px #684f40;
}
.vu_page-header.vu_ph-with-bg > *,
.vu_page-header.vu_ph-with-pattern > * {
  position: relative;
  z-index: 3;
}
.vu_page-header.vu_ph-with-bg {
  position: relative;
  z-index: 1;
  border: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vu_page-header.vu_ph-with-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
}
.vu_page-header.vu_ph-with-bg:not(.vu_ph-with-border):before {
  left: 0;
  top: 0;
  bottom: 0;
}
.vu_page-header.vu_ph-with-bg .vu_ph-title {
  color: #fff !important;
}
.vu_page-header.vu_ph-with-bg .vu_ph-breadcrumbs * {
  color: #fff !important;
}
.vu_page-header.vu_ph-with-bg .vu_ph-breadcrumbs a:hover {
  opacity: 0.8;
}
.vu_page-header[data-parallax] .vu_ph-breadcrumbs * {
  color: #fff;
}
.vu_page-header[data-parallax] .vu_ph-breadcrumbs a:hover {
  opacity: 0.8;
}
.vu_page-header .vu_ph-container {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100%;
}
.vu_page-header .vu_ph-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Style 1 */
.vu_page-header.vu_ph-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vu_page-header.vu_ph-style-1.vu_ph-with-border {
  border-top: 0;
  border-bottom: 0;
}
.vu_page-header.vu_ph-style-1 .container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.vu_page-header.vu_ph-style-1 .vu_ph-title {
  float: left;
  font-size: 20px;
  line-height: 26px;
  color: #343434;
  text-transform: uppercase;
  margin: 0;
  padding: 3px 0 0 0;
}
.vu_page-header.vu_ph-style-1 .vu_ph-title a {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
  float: right;
}
@media (max-width: 480px) {
  .vu_page-header.vu_ph-style-1 {
    text-align: center;
  }
  .vu_page-header.vu_ph-style-1 .vu_ph-title,
  .vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
    float: none;
  }
  .vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs {
    margin-top: 30px;
  }
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs * {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs .divider i {
  margin: 0 2px 0 5px;
  color: #fdb822 !important;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a span {
  color: #343434;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a:hover,
.vu_page-header.vu_ph-style-1 .vu_ph-breadcrumbs a:hover span {
  text-decoration: none;
  color: #fdb822;
}

/* Style 2 */
.vu_page-header.vu_ph-style-2 {
  position: relative;
  margin-bottom: 70px;
}
.vu_page-header.vu_ph-style-2 .vu_ph-title {
  position: relative;
  color: #fff !important;
  margin: 0;
  padding: 0 0 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.vu_page-header.vu_ph-style-2 .vu_ph-title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #fdb822;
}
.vu_page-header.vu_ph-style-2 .vu_ph-subtitle {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  max-width: 80%;
  margin: 15px auto 0;
}

/* Custom Menu
================================================== */
.widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_nav_menu .menu > li {
  position: relative;
  display: block;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
}
.widget_nav_menu .menu > li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu .menu > li > a {
  display: block;
  color: #684f40;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 15px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}
.widget_nav_menu .menu > li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-parent > a,
.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_nav_menu ul li.current-menu-item > a {
  color: #fff;
  border-color: #fdb822;
  background-color: #fdb822;
}

/* Sub Menus */
.widget_nav_menu ul.sub-menu {
  padding: 0;
  background-color: #ffffff;
}
.widget_nav_menu ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
}
.widget_nav_menu ul.sub-menu li a {
  display: block;
  font-size: 14px;
  padding: 11px 20px 7px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > a {
  padding-left: 25px;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 30px;
}

/* display */
.vu_d-b { display: block; }
.vu_d-ib { display: inline-block; }
.vu_d-t { display: table; }
.vu_d-tr { display: table-row; }
.vu_d-td { display: table-cell; }

/* General */
.transition-all {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.transition-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.vu_overflow-hidden {
  overflow: hidden !important;
}

/* Date Picker */
.vu_datepicker-wrap {}
.vu_datepicker-wrap .ui-widget {
  font-family: inherit;
}
.vu_datepicker-wrap .ui-datepicker {
  padding: 0;
}
.vu_datepicker-wrap .ui-widget-content {
  border: none;
  background: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.19);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.19);
  box-shadow: 0 1px 3px rgba(0,0,0,0.19);
}
.vu_datepicker-wrap .ui-datepicker-header {
  position: relative;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #343434;
}
.vu_datepicker-wrap .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-title {
  font-family: inherit;
  line-height: 2.2em;
  font-weight: normal;
  text-align: center;
  width: 80%;
  margin: auto;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev, 
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  background-color: #343434;
  border-radius: 0;
  font-weight: normal;
  border: none;
  height: 2.2em;
  width: 1.4em;
  text-indent: -9999px;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-color: #666;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 1px solid #e6e6e6;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 1px solid #e6e6e6;
}
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-prev span, 
.vu_datepicker-wrap .ui-datepicker .ui-datepicker-next span {
  margin-top: -4px;
  top: 40%;
  position: absolute;
  width: 16px;
  height: 16px;
}
.vu_datepicker-wrap .ui-icon-circle-triangle-e {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
}

.vu_datepicker-wrap .ui-icon-circle-triangle-w {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -96px 0;
}

.vu_datepicker-wrap .ui-datepicker table {
  margin: 0;
}

.vu_datepicker-wrap .ui-datepicker th {
  padding: 8px 3px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: normal;
  font-size: 11px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.vu_datepicker-wrap .ui-datepicker td {
  border: none;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 13px;
}
.vu_datepicker-wrap td:last-child {
  border-right: 0;
}
.vu_datepicker-wrap td.ui-state-disabled .ui-state-default {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.vu_datepicker-wrap td .ui-state-default {
  display: block;
  background: transparent;
  border: none;
  color: #2b2b2b;
  margin: 0;
  padding: 8px;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
}
.vu_datepicker-wrap .ui-datepicker-calendar .ui-state-hover {
  background: #f1f1f1;
  color: #b2b2b2;
  text-decoration: none;
}
.vu_datepicker-wrap .ui-datepicker-calendar .ui-state-highlight {
  color: #fdb822;
  background-color: #f5f5f5;
}
.vu_datepicker-wrap td a.ui-state-active,
.vu_datepicker-wrap td a.ui-state-active.ui-state-hover {
  color: #fff;
  background-color: #fdb822;
}
.vu_dp-options,
.vu_tp-options {
  display: none !important;
}

/* Select2 */
.vu_select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  height: 42px;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.select2-container .select2-selection--single {
  height: 42px;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #684f40;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #696969;
  height: 42px;
  padding: 6px 25px 6px 12px;
  line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px;
  font-weight: 600;
  color: #684f40;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 34px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iZXhwYW5kLW1vcmUiPgoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgICAiIGZpbGw9IiNhYWFhYWEiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none !important;
}
.vu_select2[data-options*="allowClear"] + .vu_select2-container.select2-container .select2-selection--single .select2-selection__rendered[title] + .select2-selection__arrow {
  display: none !important;
}
.select2-search--dropdown {
  padding: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #fdb822;
  box-shadow: none;
  outline: none !important;
}
.select2-dropdown {
  box-shadow: none;
  outline: 0;
  border-radius: 0px;
  border: 1px solid #684f40;
  background-color: #fff;
}
.select2-results__option {
  padding: 6px 12px;
}
.select2-results__option,
.select2-results__option:hover,
.select2-results__option:focus {
  outline: none !important;
  box-shadow: none !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #fdb822;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #696969;
  background-color: #f1f1f1;
}
.select2-container--default .select2-results__option.select2-results__message {
  font-size: 14px;
  padding: 1px 4px 5px 6px;
}

/* Section
================================================== */
.vu_section {}
.vu_section .vu_s-wrapper {
  position: relative;
}
.vu_section .vu_s-wrapper.vu_s-color-overlay:before,
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.vu_section .vu_s-wrapper.vu_s-pattern-overlay:after {
  background-repeat: repeat;
}
.vu_section .vu_s-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}

/* Row
================================================== */
.vu_row {
  margin-left: 0;
  margin-right: 0;
}
.vu_row .vu_r-wrapper {
  position: relative;
}
.vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 991px) {
  .vu_row .vu_r-wrapper.vu_r-equal-height .vu_r-content {
    display: block;
  }
}
.vu_row .vu_r-wrapper.vu_r-color-overlay:before,
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.vu_row .vu_r-wrapper.vu_r-pattern-overlay:after {
  background-repeat: repeat;
}
.vu_row .vu_r-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}
.vu_row .vu_r-wrapper > .vu_clone {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.vu_row .vu_r-wrapper > .vu_clone + .vu_r-content {
  position: static;
}
.vu_row .vu_r-wrapper > .vu_clone > * {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-full {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-right {
  right: 0;
}
.vu_row .vu_r-wrapper > .vu_clone.vu_c-stretch-right {
  right: 0;
}
@media (max-width: 767px) {
  .vu_row .vu_r-wrapper > .vu_clone {
    display: none !important;
  }
}

/* Row Inner
================================================== */
.vu_row-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_row-inner .vu_r-wrapper {
  position: relative;
}
.vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 991px) {
  .vu_row-inner .vu_ri-wrapper.vu_ri-equal-height .vu_ri-content {
    display: block;
  }
}
.vu_row-inner .vu_ri-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}

/* Column
================================================== */
.vu_column {}
.vu_row.vu_r-layout-boxed .vu_column:not([class*="col-"]),
.vu_container.vu_c-type-fullwidth:not(.vu_with-sidebar) .vu_row.vu_r-layout-boxed .vu_column:not([class*="col-"]) {
  padding-left: 15px;
  padding-right: 15px;
}
.vu_column .vu_c-wrapper {
  position: relative;
}
.vu_column.vu_c-valign-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.vu_column.vu_c-valign-top {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.vu_column.vu_c-valign-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.vu_column.vu_c-valign-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.vu_column.vu_c-valign-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.vu_column.vu_c-layout-stretch-full > .vu_c-wrapper,
.vu_column.vu_c-layout-stretch-left > .vu_c-wrapper,
.vu_column.vu_c-layout-stretch-right > .vu_c-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .vu_column.vu_c-layout-stretch-full .vu_c-wrapper,
  .vu_column.vu_c-layout-stretch-left .vu_c-wrapper,
  .vu_column.vu_c-layout-stretch-right .vu_c-wrapper {
    display: block;
  }
}

/* Column Inner
================================================== */
.vu_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.vu_column-inner .vu_ci-wrapper {
  position: relative;
}
.vu_column-inner.vu_ci-valign-top {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.vu_column-inner.vu_ci-valign-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.vu_column-inner.vu_ci-valign-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Accordion
================================================== */
.vu_accordion {
  margin-bottom: 30px;
}
.vu_accordion .vu_a-section {
  margin: 0 0 15px 0 !important;
}
.vu_accordion .vu_a-section:last-child {
  margin-bottom: 0 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header {
  margin: 0 !important;
  position: relative;
  font-size: inherit;
  cursor: pointer;
  line-height: 20px !important;
  padding: 10px 20px !important;
  background-color: #684f40 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-active {
  background-color: #fdb822 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header a {
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  padding: 0 !important;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-active a {
  color: #fff;
}
.vu_accordion .vu_a-wrapper .vu_a-header.ui-state-focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon,
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
  display: block !important;
  float: right !important;
  width: auto !important;
  height: 24px !important;
  background-image: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 20px !important;
  margin-top: 0 !important;
  color: #fff !important;
  text-align: right !important;
  text-indent: 0 !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon {
  color: #fff !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon i.fa {
  font-size: 20px !important;
}
.vu_accordion .vu_a-wrapper .ui-state-default .ui-icon .vu_a-active-icon {
  display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-inactive-icon {
  display: none !important;
}
.vu_accordion .vu_a-wrapper .ui-state-active .ui-icon .vu_a-active-icon {
  display: block !important;
}
.vu_accordion .vu_a-content {
  padding: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element {
  padding: 0 20px 20px 20px !important;
  margin: 0 !important;
}
.vu_accordion .vu_a-content .wpb_content_element:first-child {
  padding-top: 20px !important;
}
.vu_accordion .vu_a-content .wpb_content_element:last-child {
  padding-bottom: 0 !important;
}

/* Toggle
================================================== */
.vu_toggle {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.vu_toggle .vu_t-title .fa {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: 2px solid #fdb822;
  background-color: #fdb822;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_toggle .vu_t-title .vu_t-inactive-icon {
  display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-active-icon {
  display: none;
}
.vu_toggle.vc_toggle_active .vu_t-title .vu_t-inactive-icon {
  display: inline-block;
}
.vu_toggle .vu_t-title h4 {
  display: inline-block !important;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: #684f40;
  width: calc(100% - 44px);
  margin: 0;
  padding: 10px 20px !important;
  text-transform: uppercase;
  background-color: #f9f9f9;
}
.vu_toggle .vu_t-title:hover .fa,
.vu_toggle.vc_toggle_active .vu_t-title .fa {
  color: #fff;
  background-color: #fdb822;
}
.vu_toggle .vu_t-content  {
  padding-left: 64px;
  margin: 0 !important;
}
.vu_toggle .vu_t-content .vu_t-content-inner  {
  margin-top: 20px;
}
.vu_toggle .vu_t-content .vu_t-content-inner p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px 0;
}
.vu_toggle .vu_t-content .vu_t-content-inner p:last-child {
  margin-bottom: 0 !important;
}

/* Tabs
================================================== */
/* #1 (Default) */
.vu_tabs .vu_t-wrapper {
  border: 2px solid #f1f1f1;
  padding: 0 25px 25px !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-wrapper {
  padding: 25px 25px 0 25px !important;
}
.vu_tabs:not(.vu_t-nav-bottom) .vu_t-nav {
  border-bottom: 2px solid #f1f1f1 !important;
  margin-bottom: 10px !important;
}
.vu_tabs.vu_t-nav-bottom .vu_t-nav {
  border-top: 2px solid #f1f1f1 !important;
  margin-top: 10px !important;
}
.vu_tabs .vu_t-nav li {
  float: none !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.vu_tabs .vu_t-nav li a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #684f40 !important;
  padding: 14px 20px 10px !important;
  margin: 0 !important;
}
.vu_tabs.vu_t-nav-left .vu_t-nav {
  text-align: left;
}
.vu_tabs.vu_t-nav-right .vu_t-nav {
  text-align: right;
}
.vu_tabs.vu_t-nav-center .vu_t-nav {
  text-align: center;
}
.vu_tabs:not(.vu_t-nav-right):not(.vu_t-nav-center) .vu_t-nav li:first-child a {
  padding-left: 0 !important;
}
.vu_tabs.vu_t-nav-right .vu_t-nav li:last-child a {
  padding-right: 0 !important;
}
.vu_tabs .vu_t-nav li.ui-tabs-active a {
  color: #fdb822 !important;
}
.vu_tabs .vu_t-nav li:hover a {
  opacity: 0.9;
}
.vu_tabs .vu_t-panel {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.vu_tabs .vu_t-panel .wpb_content_element {
  margin-bottom: 20px !important;
}

.vu_tabs .vu_t-panel .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

/* #2 */
.vu_tabs.vu_t-style-2 .vu_t-nav {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-bottom) .vu_t-nav {
  border-bottom: 2px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-bottom .vu_t-nav {
  border-top: 2px solid #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li a {
  padding: 13px 25px 11px !important;
}
.vu_tabs.vu_t-style-2:not(.vu_t-nav-right):not(.vu_t-nav-center) .vu_t-nav li:first-child a {
  padding-left: 25px !important;
}
.vu_tabs.vu_t-style-2.vu_t-nav-right .vu_t-nav li:last-child a {
  padding-right: 25px !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li.ui-tabs-active a {
  background-color: #f1f1f1 !important;
}
.vu_tabs.vu_t-style-2 .vu_t-nav li:not(.ui-tabs-active):hover a {
  opacity: 0.9;
  background-color: #f9f9f9 !important;
}

/* #3 */
.vu_tabs.vu_t-style-3 .vu_t-wrapper {
  border: none !important;
  padding: 0 !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav {
  border: none !important;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a {
  position: relative;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default a:after {
  content: "/";
  position: absolute;
  right: -2px;
  color: #ddd;
  width: 4px;
  text-align: center;
}
.vu_tabs.vu_t-style-3 .vu_t-nav .ui-state-default:last-child a:after {
  content: "" !important;
  display: none !important;
}

/* Tour (Vertical Tabs)
================================================== */
.vu_tour .vu_t-wrapper .vu_t-panel {
  padding: 20px 25px !important;
  border: 2px solid #f1f1f1 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav a {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #684f40 !important;
  padding: 11px 20px 9px !important;
  margin: 0 !important;
  text-transform: uppercase;
  border: 2px solid #f1f1f1 !important;
  background-color: #fff !important;
}
.vu_tour .vu_t-nav li {
  margin: 0 !important;
}
.vu_tour .vu_t-wrapper .vu_t-nav > li + li a {
  border-top: none !important;
}
.vu_tour .vu_t-nav li.ui-tabs-active a {
  color: #fdb822 !important;
  background-color: #f1f1f1 !important;
}
.vu_tour .vu_t-nav li:not(.ui-tabs-active):hover a {
  background-color: #f9f9f9 !important;
}
.wpb_tour_next_prev_nav {
  display: none !important;
}
.vu_tour .vu_t-wrapper .vu_t-panel {
  float: right;
}

/* right */
.vu_tour.vu_t-nav-right .vu_t-nav,
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
  float: right;
}
.vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
  margin-left: -2px;
}
.vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
  margin-right: -2px;
}

@media (max-width: 480px) {
  .vu_tour.vu_t-nav-left .vu_t-wrapper .vu_t-panel {
    margin-top: -2px;
    margin-left: 0px;
  }
  .vu_tour.vu_t-nav-right .vu_t-wrapper .vu_t-panel {
    margin-top: -2px;
    margin-right: 0px;
  }
}

/* Preloader
================================================== */
#vu_preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Progress Bar
================================================== */
.vu_progress-bar {
  color: #343434;
  margin-bottom: 20px;
}
.vu_progress-bar .vu_pb-label,
.vu_progress-bar .vu_pb-count {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-transform: uppercase;
  line-height: 25px;
}
.vu_progress-bar .vu_pb-label {
  float: left;
}
.vu_progress-bar .vu_pb-count {
  float: right;
}
.vu_progress-bar .vu_pb-container {
  position: relative;
  margin-top: 10px;
  background-color: #e1e1e1;
}
.vu_progress-bar .vu_pb-bar {
  width: 0;
  height: 10px;
  text-align: right;
  background-color: #fdb822;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

/* Countdown
================================================== */
.vu_countdown {
  text-align: center;
  margin-bottom: 30px;
}
.vu_countdown.vu_c-alignment-left {
  text-align: left;
}
.vu_countdown.vu_c-alignment-left .countdown-section:first-child {
  margin-left: 0 !important;
}
.vu_countdown.vu_c-alignment-center {
  text-align: center;
}
.vu_countdown.vu_c-alignment-right {
  text-align: right;
}
.vu_countdown.vu_c-alignment-right .countdown-section:last-child {
  margin-right: 0 !important;
}
.vu_countdown .countdown-row {
  clear: both;
  display: block;
  margin-bottom: -15px;
}
.vu_countdown .countdown-section {
  display: inline-block;
  width: 130px;
  margin: 0 15px 15px;
  padding: 2em 0 2.1em;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(255,255,255,0.85);
}
.vu_countdown .countdown-amount {
  display: block;
  font-size: 38px;
  line-height: 1;
}
.vu_countdown .countdown-period {
  margin-top: 15px;
  font-size: 15px;
  color: #fdb822;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

/* Medium size */
.vu_countdown.vu_c-size-medium .countdown-row {
  margin-bottom: -10px;
}
.vu_countdown.vu_c-size-medium .countdown-section {
  width: 100px;
  margin: 0 10px 10px;
  padding: 1.7em 0 1.8em;
}
.vu_countdown.vu_c-size-medium .countdown-amount {
  font-size: 28px;
}
.vu_countdown.vu_c-size-medium .countdown-period {
  font-size: 13px;
  margin-top: 10px;
}

/* Small size */
.vu_countdown.vu_c-size-small .countdown-row {
  margin-bottom: -3px;
}
.vu_countdown.vu_c-size-small .countdown-section {
  width: 58px;
  margin: 0 3px 3px;
  padding: 1em 0 1.1em;
}
.vu_countdown.vu_c-size-small .countdown-amount {
  font-size: 22px;
}
.vu_countdown.vu_c-size-small .countdown-period {
  font-size: 11px;
  margin-top: 6px;
  text-transform: none;
}

/* Widget Navigation
================================================== */
.vu_widget-nav {
  margin: -20px 0;
}
.vu_widget-nav li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.vu_widget-nav li:last-child {
  border-bottom: none;
}
.vu_widget-nav a {
  display: block;
  padding: 10px 0;
  color: #343434;
}
.vu_widget-nav li.active > a,
.vu_widget-nav a:hover {
  color: #fdb822;
}
.vu_widget-nav a i {
  float: right;
  line-height: 20px;
}

/* Image Box
================================================== */
.vu_image-box {
  position: relative;
  padding: 25px 25px 20px 25px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}
.vu_image-box.vu_ib-position-bottom {
  padding: 20px 25px 25px 25px;
}
.vu_image-box .vu_ib-image {
  overflow: hidden;
  margin: -26px -26px 20px -26px;
  background-color: #f9f9f9;
}
.vu_image-box.vu_ib-position-bottom .vu_ib-image {
  margin: 20px -26px -26px -26px;
}
.vu_image-box .vu_ib-image img {
  display: block;
  width: 100%;
  transform: translateZ(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_image-box .vu_ib-image:hover img {
  transform: scale(1.1) translateZ(0px);
  opacity: 0.7;
}
.vu_image-box .vu_ib-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fdb822;
  margin: 0;
}
.vu_image-box .vu_ib-title a {
  color: inherit;
}
.vu_image-box .vu_ib-title a:hover {
  opacity: 0.8;
}
.vu_image-box .vu_ib-description {
  margin-top: 15px;
}
.vu_image-box .vu_ib-description p {
  font-family: inherit;
  margin: 0 0 10px 0;
}
.vu_image-box .vu_ib-description p:last-child {
  margin-bottom: 0;
}
.vu_image-box .vu_ib-read-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #684f40;
  text-transform: uppercase;
}
.vu_image-box .vu_ib-read-more:hover {
  color: inherit;
  opacity: 0.8;
}
.vu_image-box .vu_ib-read-more i {
  margin-left: 7px;
}

/* Team Member
================================================== */
.vu_team-member {
  text-align: center;
  margin-bottom: 30px;
}
.vu_team-member .vu_tm-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.vu_team-member .vu_tm-social-networks ul {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.vu_team-member .vu_tm-social-networks li {
  display: inline-block;
  margin: 0 5px;
}
.vu_team-member .vu_tm-social-networks a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #684f40;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
}
.vu_team-member .vu_tm-social-networks a:hover {
  color: #fff;
  background-color: #fdb822;
}
.vu_team-member .vu_tm-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.vu_team-member .vu_tm-name a {
  color: inherit;
}
.vu_team-member .vu_tm-name a:hover {
  opacity: 0.8;
}
.vu_team-member .vu_tm-position {
  margin: 2px 0 0 0;
  display: block;
  font-size: 14px;
}
.vu_team-member .vu_tm-description p:last-child {
  margin-bottom: 0;
}

/* Style 1 */
.vu_team-member.vu_tm-style-1 {
  padding-top: 30px;
}
.vu_team-member.vu_tm-style-1 .vu_tm-container {
  padding: 0 20px 20px 20px;
  border: 2px solid #684f40;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vu_team-member.vu_tm-style-1:hover .vu_tm-container {
  border-color: #fdb822;
}
.vu_team-member.vu_tm-style-1 .vu_tm-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -32px 0 20px 0;
}
.vu_team-member.vu_tm-style-1 .vu_tm-name {
  color: #684f40;
}
.vu_team-member.vu_tm-style-1 .vu_tm-position {
  color: #fdb822;
}
.vu_team-member.vu_tm-style-1 .vu_tm-description {
  margin-top: 20px;
}
.vu_team-member.vu_tm-style-1 .vu_tm-social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  padding: 25px 20px;
  background-color: rgba(104,79,64,0.6);
  opacity: 0;

  -webkit-transform: scale(0) rotate(90deg);
  -moz-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-1:hover .vu_tm-social-networks {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.vu_team-member.vu_tm-style-1 .vu_tm-social-networks ul {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Style 2 */
.vu_team-member.vu_tm-style-2 {
  position: relative;
  border: 2px solid #f1f1f1;
}
.vu_team-member.vu_tm-style-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(104,79,64,0.8);

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_team-member.vu_tm-style-2 .vu_tm-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px 15px;
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-2:hover:after,
.vu_team-member.vu_tm-style-2:hover .vu_tm-container {
  opacity: 1;
}
.vu_team-member.vu_tm-style-2 .vu_tm-name {
  color: #fff;
}
.vu_team-member.vu_tm-style-2 .vu_tm-position {
  color: #fdb822;
}
.vu_team-member.vu_tm-style-2 .vu_tm-description {
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
}
.vu_team-member.vu_tm-style-2 .vu_tm-social-networks {
  margin-top: 20px;
}

/* Style 3 */
.vu_team-member.vu_tm-style-3 {}
.vu_team-member.vu_tm-style-3 .vu_tm-image {
  position: relative;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
}
.vu_team-member.vu_tm-style-3 .vu_tm-image img {
  border-radius: 50%;
}
.vu_team-member.vu_tm-style-3 .vu_tm-name {
  color: #684f40;
}
.vu_team-member.vu_tm-style-3 .vu_tm-position {
  color: #fdb822;
}
.vu_team-member.vu_tm-style-3 .vu_tm-description {
  margin-top: 15px;
}
.vu_team-member.vu_tm-style-3 .vu_tm-social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(104,79,64,0.6);
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.vu_team-member.vu_tm-style-3:hover .vu_tm-social-networks {
  opacity: 1;
}

/* Testimonial
================================================== */
/* General */
.vu_testimonial {
  position: relative;
  margin-bottom: 30px;
}
.vu_testimonial.vu_t-alignment-left {
  text-align: left;
}
.vu_testimonial.vu_t-alignment-center {
  text-align: center;
}
.vu_testimonial.vu_t-alignment-right {
  text-align: right;
}
.vu_testimonial.vu_t-style-1 .vu_t-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image {
  position: relative;
  width: 25%;
  padding-bottom: 28%;
  margin: 0 auto;
  overflow: hidden;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image .vu_t-ai-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10.5% 100%);
  clip-path: polygon(0 0, 89.5% 0, 100% 100%, 10% 100%);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image img {
  display: none;
}
.vu_testimonial.vu_t-style-1 .vu_t-content {
  width: 100%;
  padding: 30px 0;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-image + .vu_t-content {
  width: 75%;
  padding: 30px 0 30px 60px;
}
.vu_testimonial.vu_t-style-1 .vu_t-description {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.vu_testimonial.vu_t-style-1 .vu_t-description p:last-child {
  margin-bottom: 0;
}
.vu_testimonial.vu_t-style-1 .vu_t-author {}
.vu_testimonial.vu_t-style-1 .vu_t-author-name {
  position: relative;
  color: #333333;
  margin: 20px 0 0;
  padding: 15px 0 0;
  font-size: 15px;
  text-transform: uppercase;
}
.vu_testimonial.vu_t-style-1 .vu_t-author-name:before {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background-color: #684f40;
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-left .vu_t-author-name:before {
  left: 0;
  transform: translateX(0);
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-center .vu_t-author-name:before {
  left: 50%;
  transform: translateX(-50%);
}
.vu_testimonial.vu_t-style-1.vu_t-alignment-right .vu_t-author-name:before {
  right: 0;
  transform: translateX(0);
}
.vu_testimonial.vu_t-style-1 .vu_t-author-position {
  display: block;
  color: #684f40;
}

/* Carousel */
.vu_carousel.vu_c-testimonials {
  position: relative;
  margin-bottom: 0;
}
.vu_carousel.vu_c-testimonials .vu_testimonial.vu_t-style-1 {
  margin-bottom: 0;
}
.vu_carousel.vu_c-testimonials .vu_testimonial.vu_t-style-1 .vu_t-content {
  padding-bottom: 75px;
}
.vu_carousel.vu_c-testimonials .owl-controls .owl-pagination {
  position: absolute;
  right: 12px;
  bottom: 30px;
  margin: 0;
  text-align: right;
}
.vu_carousel.vu_c-testimonials .owl-pagination .owl-page.active span {
  border-color: #684f40;
}
.vu_carousel.vu_c-testimonials .owl-pagination .owl-page.active span:before {
  background-color: #684f40;
}

/* Responsive */
@media (max-width: 767px) {
  .vu_testimonial.vu_t-style-1 .vu_t-container {
    display: block !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-author-image {
    padding-top: 25px !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-content {
    width: 100% !important;
    padding: 30px 0 70px 0 !important;
    text-align: center !important;
  }
  .vu_testimonial.vu_t-style-1 .vu_t-author-name:before,
  .vu_carousel.vu_c-testimonials .owl-controls .owl-pagination {
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}

/* Style 2 */
.vu_testimonial.vu_t-style-2 {
  margin: 0 auto 30px auto;
  max-width: 900px;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left {
  text-align: left;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center {
  text-align: center;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right {
  text-align: right;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image {
  margin: 0 0 25px;
  overflow: hidden;
}
.vu_testimonial.vu_t-style-2 .vu_t-author-image img {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.vu_testimonial.vu_t-style-2 .vu_t-content {
  text-align: inherit;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  margin: 0 0 10px 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-content p:last-child {
  margin-bottom: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author {
  text-align: inherit;
  padding: 20px 0 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #684f40;
  margin: 0;
  position: relative;
  padding-top: 15px;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-name:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0px;
  background-color: #ddd;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-left .vu_t-author .vu_t-author-name:before {
  left: 0;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-center .vu_t-author .vu_t-author-name:before {
  left: 50%;
  margin-left: -15px;
}
.vu_testimonial.vu_t-style-2.vu_t-alignment-right .vu_t-author .vu_t-author-name:before {
  right: 0;
}
.vu_testimonial.vu_t-style-2 .vu_t-author .vu_t-author-position {
  display: block;
  font-size: 13px;
  color: #fdb822;
}

/* Before / After
================================================== */
.vu_before-after-wrapper {
  margin-bottom: 30px;
}
.vu_before-after {}
.vu_before-after .twentytwenty-handle {
  height: 42px;
  width: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fdb822;
}
.twentytwenty-up-arrow {
  margin-top: -16px;
}
.twentytwenty-down-arrow {
  margin-bottom: -16px;
}
/* horizontal */
.twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
  margin-top: 0;
  transform: translateY(-50%);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 25px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 25px;
}
.vu_before-after .twentytwenty-after-label,
.vu_before-after .twentytwenty-before-label {
  letter-spacing: normal !important;
}
.vu_before-after .twentytwenty-before-label:empty,
.vu_before-after .twentytwenty-after-label:empty {
  display: none !important;
}
/* vertical */
.twentytwenty-vertical .twentytwenty-after-label,
.twentytwenty-vertical .twentytwenty-before-label {
  margin-left: 0;
  transform: translateX(-50%);
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  height: 2px;
  margin-top: -1px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  margin-right: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  margin-left: 22px;
}

/* Product Item
================================================== */
.vu_product {
  margin-bottom: 30px;
}

/* Style 1 */
.vu_product.vu_p-style-1 {}
.vu_product.vu_p-style-1 .vu_p-image {
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 20px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-image a {
  position: relative;
  display: block;
  border-radius: 50%;
}
.vu_product.vu_p-style-1 .vu_p-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateZ(0px);
}
.vu_product.vu_p-style-1 .vu_p-image .vu_p-i-cover {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px #fdb822;
  background-color: rgba(253,184,34,0.6);

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-1:hover .vu_p-image .vu_p-i-cover {
  opacity: 1;
}
.vu_product.vu_p-style-1 .vu_p-image + .vu_p-content {
  margin-left: 150px;
}
.vu_product.vu_p-style-1 .vu_p-name {
  font-size: 16px;
  margin: 5px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-name a {
  color: inherit;
}
.vu_product.vu_p-style-1 .vu_p-description {
  font-size: 13px;
  margin: 5px 0 0;
}
.vu_product.vu_p-style-1 .vu_p-description p:last-child {
  margin-bottom: 0;
}
.vu_product.vu_p-style-1 .vu_p-price {
  font-size: 16px;
  font-weight: bold;
  color: #fdb822;
  margin: 10px 0 0;
}

/* Style 2, 3, 4 and 5 */
.vu_product.vu_p-style-2,
.vu_product.vu_p-style-3,
.vu_product.vu_p-style-4,
.vu_product.vu_p-style-5 {
  position: relative;
  background-color: #fff;
}
.vu_product.vu_p-style-2,
.vu_product.vu_p-style-4 {
  padding: 7px;
  border: 2px solid #684f40;
}
.vu_product.vu_p-style-2 .vu_p-label,
.vu_product.vu_p-style-3 .vu_p-label,
.vu_product.vu_p-style-4 .vu_p-label,
.vu_product.vu_p-style-5 .vu_p-label {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 3px;
  left: 3px;
  z-index: 3;
  font-family: "Montserrat";
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #ff4800;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}
.vu_product.vu_p-style-2 .vu_p-label span,
.vu_product.vu_p-style-3 .vu_p-label span,
.vu_product.vu_p-style-4 .vu_p-label span,
.vu_product.vu_p-style-5 .vu_p-label span {
  display: block;
  width: 100%;
  transform: translateY(-15%);
}
.vu_product.vu_p-style-2 .vu_p-image,
.vu_product.vu_p-style-3 .vu_p-image,
.vu_product.vu_p-style-4 .vu_p-image,
.vu_product.vu_p-style-5 .vu_p-image {
  position: relative;
  height: 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*.vu_product.vu_p-style-2:hover .vu_p-image,
.vu_product.vu_p-style-3:hover .vu_p-image,
.vu_product.vu_p-style-4:hover .vu_p-image,
.vu_product.vu_p-style-5:hover .vu_p-image {
  background-position-y: 0;
}*/
.vu_product.vu_p-style-4 .vu_p-image,
.vu_product.vu_p-style-5 .vu_p-image {
  padding-bottom: 100%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-portrait,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-portrait {
  padding-bottom: 133.34%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-landscape,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-landscape {
  padding-bottom: 66.67%;
}
.vu_product.vu_p-style-2 .vu_p-image.vu_p-img-square,
.vu_product.vu_p-style-3 .vu_p-image.vu_p-img-square {
  padding-bottom: 100%;
}
.vu_product.vu_p-style-2:hover .vu_p-image,
.vu_product.vu_p-style-3:hover .vu_p-image,
.vu_product.vu_p-style-4:hover .vu_p-image,
.vu_product.vu_p-style-5:hover .vu_p-image {
  opacity: 0.4;
}
.vu_product.vu_p-style-2 .vu_p-image > a,
.vu_product.vu_p-style-3 .vu_p-image > a,
.vu_product.vu_p-style-2 .vu_p-image > span,
.vu_product.vu_p-style-3 .vu_p-image > span,
.vu_product.vu_p-style-4 .vu_p-image > span,
.vu_product.vu_p-style-5 .vu_p-image > span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vu_product.vu_p-style-2 .vu_p-image img,
.vu_product.vu_p-style-3 .vu_p-image img,
.vu_product.vu_p-style-4 .vu_p-image img,
.vu_product.vu_p-style-5 .vu_p-image img {
  display: none !important;
}
.vu_product.vu_p-style-2 .vu_p-content,
.vu_product.vu_p-style-3 .vu_p-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 0 20px 20px;
  text-align: center;
  background-color: rgba(253,184,34,0.9);
}
.vu_product.vu_p-style-4 .vu_p-content,
.vu_product.vu_p-style-5 .vu_p-content {
  color: #333333;
  padding: 0 10px 11px;
  text-align: center;
}
.vu_product.vu_p-style-2 .vu_p-content.vu_p-content-hover,
.vu_product.vu_p-style-3 .vu_p-content.vu_p-content-hover {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-2:hover .vu_p-content.vu_p-content-hover,
.vu_product.vu_p-style-3:hover .vu_p-content.vu_p-content-hover {
  opacity: 1;
}
.vu_product.vu_p-style-2 .vu_p-icons,
.vu_product.vu_p-style-3 .vu_p-icons {
  position: relative;
  z-index: 3;
  height: 28px;
}
.vu_product.vu_p-style-4 .vu_p-icons,
.vu_product.vu_p-style-5 .vu_p-icons {
  position: absolute;
  z-index: 3;
  left: 0;
  top: calc(27% + 10px);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_product.vu_p-style-4:hover .vu_p-icons,
.vu_product.vu_p-style-5:hover .vu_p-icons {
  opacity: 1;
}
.vu_product.vu_p-style-2 .vu_p-icon,
.vu_product.vu_p-style-3 .vu_p-icon,
.vu_product.vu_p-style-4 .vu_p-icon,
.vu_product.vu_p-style-5 .vu_p-icon {
  position: relative;
  top: -28px;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 52px;
  display: inline-block;
  margin: 0 6px;
  color: #fdb822;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fdb822;
  background-color: #fff;
}
.vu_product.vu_p-style-4 .vu_p-icon,
.vu_product.vu_p-style-5 .vu_p-icon {
  position: static;
  top: auto;
  color: #fff !important;
  background-color: #fdb822;
}
.vu_product.vu_p-style-2 .vu_p-icon:hover,
.vu_product.vu_p-style-3 .vu_p-icon:hover,
.vu_product.vu_p-style-4 .vu_p-icon:hover,
.vu_product.vu_p-style-5 .vu_p-icon:hover {
  color: #fff;
  border-color: #684f40;
  background-color: #684f40;
}
.vu_product.vu_p-style-2 .vu_p-name,
.vu_product.vu_p-style-3 .vu_p-name,
.vu_product.vu_p-style-4 .vu_p-name,
.vu_product.vu_p-style-5 .vu_p-name {
  font-size: 16px;
  line-height: 1.875;
  margin: 15px 0 0;
  color: #fff;
  text-transform: none;
}
.vu_product.vu_p-style-4 .vu_p-name,
.vu_product.vu_p-style-5 .vu_p-name {
  color: #684f40;
  text-transform: uppercase;
}
.vu_product.vu_p-style-2 .vu_p-name a,
.vu_product.vu_p-style-3 .vu_p-name a,
.vu_product.vu_p-style-4 .vu_p-name a,
.vu_product.vu_p-style-5 .vu_p-name a {
  color: inherit;
}
.vu_product.vu_p-style-2 .vu_p-description,
.vu_product.vu_p-style-3 .vu_p-description,
.vu_product.vu_p-style-4 .vu_p-description,
.vu_product.vu_p-style-5 .vu_p-description {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 22px;
}
.vu_product.vu_p-style-2 .vu_p-description p:last-child,
.vu_product.vu_p-style-3 .vu_p-description p:last-child,
.vu_product.vu_p-style-4 .vu_p-description p:last-child,
.vu_product.vu_p-style-5 .vu_p-description p:last-child {
  margin-bottom: 0;
}
.vu_product.vu_p-style-2 .vu_p-price,
.vu_product.vu_p-style-3 .vu_p-price,
.vu_product.vu_p-style-4 .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-price {
  display: block;
  font-size: 20px;
  color: inherit;
  font-weight: bold;
  line-height: 28px;
  margin: 10px 0 0;
}
.vu_product.vu_p-style-4 .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-price {
  font-size: 18px;
  color: #fdb822;
  margin: 7px 0 0;
}
.vu_product.vu_p-style-4 .vu_p-name + .vu_p-price,
.vu_product.vu_p-style-5 .vu_p-name + .vu_p-price {
  margin: 3px 0 0;
}

/* Form Controls
================================================== */
label {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
}
.form-control {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: #696969;
  height: 42px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.form-control:focus {
  border-color: #684f40;
  box-shadow: none;
}
textarea.form-control {
  padding: 12px !important;
  height: auto;
}
.form-control::-webkit-input-placeholder { color: #aaaaaa; }
.form-control:-moz-placeholder { color: #aaaaaa; }
.form-control::-moz-placeholder { color: #aaaaaa; }
.form-control:-ms-input-placeholder { color: #aaaaaa; }

/* Contact Form 7
================================================== */
.vu_contact-form-7 {}

/* Style: Inverse*/
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
}
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:focus {
  background-color: #fff;
  border-color: #684f40;
}
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:-moz-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control::-moz-placeholder { color: #aaaaaa; }
.vu_contact-form-7.vu_cf7-style-inverse .vu_cf7-frm .form-control:-ms-input-placeholder { color: #aaaaaa; }

/* Paddings */
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
  padding-right: 10px;
}
.vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
  padding-left: 10px;
}
@media (max-width: 992px) {
  .vu_contact-form-7 .vu_cf7-frm .vu_cf-p-r {
    padding-right: 15px;
  }
  .vu_contact-form-7 .vu_cf7-frm .vu_cf-p-l {
    padding-left: 15px;
  }
}

/* Others */
.vu_contact-form-7.vu_cf7-hide-valid-msgs .wpcf7-not-valid-tip {
  display: none !important;
}

/* WPCF7
================================================== */
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: #696969;
  height: 44px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-image: none;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #684f40;
}
.wpcf7-form:not(.vu_cf7-frm) textarea.wpcf7-form-control {
  padding: 12px !important;
  height: auto !important;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-moz-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder { color: #aaaaaa; }
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder { color: #aaaaaa; }

/* ajax loader */
div.wpcf7 .ajax-loader {
  display: none;
  float: right;
  padding: 0;
  margin: 7px 0;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScyOHB4JyBoZWlnaHQ9JzI4cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2RkZCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjNDQ0NDQ0IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
}
div.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}
div.wpcf7 .text-right > .ajax-loader {
  float: left;
}
div.wpcf7 .vu_ajax-loader-in-btn {
  position: relative;
}
div.wpcf7 .vu_ajax-loader-in-btn > .ajax-loader.is-active {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
}
div.wpcf7 .vu_ajax-loader-in-btn > .ajax-loader.is-active + .wpcf7-submit.btn-block {
  color: transparent;
}
/* Notices */
.wpcf7 .form-control {
  margin-top: 0;
}
.wpcf7-not-valid {
  border-color: #a81010;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a94442;
  font-size: 13px;
}
.wpcf7-response-output {
  cursor: pointer;
  font-size: 14px;
  margin: 20px 0px !important;
  padding: 10px 15px !important;
  line-height: 22px !important;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-width: 1px;
  border-color: #faebcc;
}
div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-width: 1px;
  border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-width: 1px;
  border-color: #d6e9c6;
}

/* Order Form
================================================== */
.vu_order-form {
  margin-bottom: 30px;
}
.vu_order-form.vu_of-hide-valid-msgs .wpcf7-not-valid-tip {
  display: none !important;
}
.vu_order-form select.vu_of_products {
  display: none !important;
}
.vu_order-form select.wpcf7-not-valid ~ span[role="alert"] {
  margin-top: 0;
}
.vu_order-form .vu_of-products .vu_of-products-items {}
.vu_order-form .vu_of-products .vu_of-product-item {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255,255,255,0.9);
  margin: 5px 0;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-image {
  float: left;
  width: 58px;
  height: 58px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-image img {
  display: block;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-image + .vu_of-pi-content {
  margin-left: 78px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-content {}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-name {
  font-size: 15px;
  margin: 0 100px 10px 0;
  line-height: 24px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-description {
  margin: 0 100px 0 0;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-price-holder {
  position: absolute;
  right: 12px;
  top: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #fdb822;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-price {
  display: inline-block;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-currency {
  display: inline-block;
  margin-right: 3px;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity * {
  float: left;
  display: block;
  text-align: center;
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity .vu_of-pi-qty-btn {
  width: 22px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  color: #333333;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjQyLDIwIDIyLDIwIDIyLDAgMjAsMCAyMCwyMCAwLDIwIDAsMjIgMjAsMjIgMjAsNDIgMjIsNDIgMjIsMjIgNDIsMjIgIiBmaWxsPSIjMzMzMzMzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity .vu_of-pi-qty-btn[data-action="minus"] {
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cmVjdCB5PSIyMCIgd2lkdGg9IjQyIiBoZWlnaHQ9IjIiIGZpbGw9IiMzMzMzMzMiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
}
.vu_order-form .vu_of-products .vu_of-product-item .vu_of-pi-quantity .vu_of-pi-qty-input {
  width: 38px;
  height: 24px;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding: 0 2px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/* Products - Select2 */
.vu_order-form .vu_of-products-select2 {
  width: 100% !important;
  margin-bottom: 5px;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--single,
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--multiple {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  color: #696969;
  outline: 0;
  height: 42px;
  border: 1px solid #e1e1e1;
  background-color: rgba(255,255,255,0.9);
}
.vu_order-form .vu_of-products-select2.select2-container--default.select2-container--open .select2-selection--single,
.vu_order-form .vu_of-products-select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #684f40;
  box-shadow: none;
}
.vu_order-form .vu_of_products.wpcf7-not-valid + .vu_of-products-select2.select2-container--default .select2-selection--single,
.vu_order-form .vu_of_products.wpcf7-not-valid + .vu_of-products-select2.select2-container--default .select2-selection--multiple {
  border-color: #a81010 !important;
}
.vu_order-form .vu_of-products-select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 6px;
  height: 42px;
  line-height: 42px;
  color: #696969;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 6px;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 4px;
  padding: 1px 6px;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-selection__clear {
  display: none !important;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-search__field {
  width: 100% !important;
  margin: 7px 0 0 6px;
}
.vu_order-form .vu_of-products-select2.select2-container--default .select2-search__field::-webkit-input-placeholder { color: #aaaaaa; }
.vu_order-form .vu_of-products-select2.select2-container--default .select2-search__field:-moz-placeholder { color: #aaaaaa; }
.vu_order-form .vu_of-products-select2.select2-container--default .select2-search__field::-moz-placeholder { color: #aaaaaa; }
.vu_order-form .vu_of-products-select2.select2-container--default .select2-search__field:-ms-input-placeholder { color: #aaaaaa; }

.vu_of-products-select2-outer-container.select2-container.select2-container--default.select2-container--open {
  z-index: 100001;
}
.vu_of-products-select2-outer-container .select2-dropdown {
  border-radius: 0;
  border: 1px solid #684f40;
}
.vu_of-products-select2-outer-container .select2-dropdown.select2-dropdown--below {
  transform: translateY(-1px);
}
.vu_of-products-select2-outer-container .select2-dropdown.select2-dropdown--above {
  transform: translateY(1px);
}
.vu_of-products-select2-outer-container .select2-search--dropdown {
  display: block;
  padding: 4px 6px 4px 4px;
}
.vu_of-products-select2-outer-container.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px;
  border: 1px solid #e1e1e1;
}
.vu_of-products-select2-outer-container.select2-container--default .select2-results > .select2-results__options {
  max-height: 248px;
}
.vu_of-products-select2-outer-container .select2-results__option {
  margin-bottom: 0 !important;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item .vu_s2-pi-img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item .vu_s2-pi-img[src=""] {
  display: none;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item .vu_s2-pi-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #684f40;
  margin: 0 100px 0 0;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item .vu_s2-pi-desc {
  display: block;
  font-size: 13px;
  margin: 2px 100px 0 0;
}
.vu_of-products-select2-outer-container .select2-results__option .vu_s2-product-item .vu_s2-pi-price {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #fdb822;
}
.vu_of-products-select2-outer-container.vu_of-products-s2-multiple .select2-results__option[aria-selected=true] {
  display: none !important;
}
.vu_of-products-select2-outer-container.select2-container--default .select2-results__option[aria-selected=true],
.vu_of-products-select2-outer-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
}

/* Filterable
================================================== */
.vu_filterable {
  overflow: hidden;
}

/* Item */
.vu_filterable .vu_f-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.vu_filterable .vu_f-item > * {
  margin-bottom: 0;
}

/* Layout */
.vu_filterable.vu_f-layout-1 .vu_f-item {
  width: 100%;
}
.vu_filterable.vu_f-layout-2 .vu_f-item {
  width: 50%;
}
.vu_filterable.vu_f-layout-3 .vu_f-item {
  width: 33.333333333%;
}
.vu_filterable.vu_f-layout-4 .vu_f-item {
  width: 25%;
}
.vu_filterable.vu_f-layout-5 .vu_f-item {
  width: 20%;
}
.vu_filterable.vu_f-layout-6 .vu_f-item {
  width: 20%;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
  margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 768px) {
  .vu_filterable .vu_f-item {
    width: 33.333333333% !important;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .vu_filterable .vu_f-item {
    width: 50% !important;
  }
}
@media (max-width: 479px) {
  .vu_filterable .vu_f-item {
    width: 100% !important;
  }
}

/* Style */
.vu_filterable.vu_f-style-with-space .vu_f-items {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_filterable.vu_f-style-with-space .vu_f-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.vu_filterable.vu_f-style-without-space .vu_f-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Filterable Filter */
.vu_filterable .vu_f-filters {
  font-size: 0;
}
.vu_filterable.vu_f-alignment-left .vu_f-filters {
  text-align: left;
}
.vu_filterable.vu_f-alignment-left .vu_f-filters .vu_f-filter:first-child {
  margin-left: 0;
  padding-left: 0;
}
.vu_filterable.vu_f-alignment-left .vu_f-filters .vu_f-filter:first-child .vu_f-filter-name {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.vu_filterable.vu_f-alignment-center .vu_f-filters {
  text-align: center;
}
.vu_filterable.vu_f-alignment-right .vu_f-filters {
  text-align: right;
}
.vu_filterable.vu_f-alignment-right .vu_f-filters .vu_f-filter:last-child {
  margin-right: 0;
  padding-right: 0;
}
.vu_filterable.vu_f-alignment-right .vu_f-filters .vu_f-filter:last-child .vu_f-filter-name {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.vu_filterable .vu_f-filters .vu_f-filter {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #696969;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* Style #1 */
.vu_filterable .vu_f-filters.vu_f-filters-style-1 {
  margin-bottom: 24px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter {
  padding: 0 22px 16px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  transform: translateY(-8px);
  background-color: #e1e1e1;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter:last-child:after {
  display: none;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter .vu_f-filter-icon {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 74px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #684f40;
  border: 2px solid transparent;
  background-color: #684f40;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter .vu_f-filter-name {
  display: none;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter:hover .vu_f-filter-icon,
.vu_filterable .vu_f-filters.vu_f-filters-style-1 .vu_f-filter.active .vu_f-filter-icon {
  color: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border-color: #fdb822;
  background-color: #fdb822;
}

/* Style #2 */
.vu_filterable .vu_f-filters.vu_f-filters-style-2 {
  margin-bottom: 30px;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter {
  margin: 0 0 10px 0;
  border-right: 2px solid #e1e1e1;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter:last-child {
  border-right: none;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter .vu_f-filter-icon {
  display: none;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter .vu_f-filter-name {
  font-size: 16px;
  font-weight: normal;
  padding: 0 13px 0;
  margin: 0 5px;
  color: #696969;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter:hover .vu_f-filter-name,
.vu_filterable .vu_f-filters.vu_f-filters-style-2 .vu_f-filter.active .vu_f-filter-name {
  color: #fdb822;
}

/* MailChimp Form
================================================== */
.vu_mailchimp-form {
  margin-bottom: 30px;
}
.vu_mailchimp-form .vu_mcf-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: inherit;
}
.vu_mailchimp-form .vu_mcf-description {
  color: inherit;
  margin-bottom: 25px;
}
.vu_mailchimp-form .vu_mcf-description p:last-child {
  margin-bottom: 0;
}

/* Style: Inverse*/
.vu_mailchimp-form.vu_mcf-style-inverse .form-control {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:focus {
  background-color: #fff;
  border-color: #684f40;
}
.vu_mailchimp-form.vu_mcf-style-inverse .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:-moz-placeholder { color: #aaaaaa; }
.vu_mailchimp-form.vu_mcf-style-inverse .form-control::-moz-placeholder { color: #aaaaaa; }
.vu_mailchimp-form.vu_mcf-style-inverse .form-control:-ms-input-placeholder { color: #aaaaaa; }

/* Notices */
.vu_mailchimp-form .mc4wp-response .mc4wp-alert {
  padding: 10px 15px;
  margin: 15px 0 0 0;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-alert p:last-child {
  margin-bottom: 0;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-error  {
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.vu_mailchimp-form .mc4wp-response .mc4wp-success  {
  color: #3c763d;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
}

/* Special Offer
================================================== */
.vu_special-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
.vu_special-offer .vu_so-tabs {
  float: left;
  width: 210px;
}
.vu_special-offer .vu_so-tab {
  position: relative;
  display: block;
  width: 164px;
  height: 164px;
  padding: 5px;
  margin: 0 0 35px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  /*background-color: #f9f9f9;*/

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_special-offer .vu_so-tab:before,
.vu_special-offer .vu_so-tab:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -51px;
  opacity: 0;
  transform: translateY(-50%);
  border: 8px solid transparent;
}
.vu_special-offer .vu_so-tab:before {
  border-right-color: #fdb822;
  transform: translateY(-50%) translateX(-3px);
}
.vu_special-offer .vu_so-tab:after {
  border-right-color: #fff;
}
.vu_special-offer .vu_so-tab.active {
  border-color: #fdb822;
}
.vu_special-offer .vu_so-tab.active:before,
.vu_special-offer .vu_so-tab.active:after {
  opacity: 1;
}
.vu_special-offer .vu_so-tab img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.vu_special-offer .vu_so-panes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: calc(100% - 210px);
  padding: 5px;
  border: 2px solid #fdb822;
  background-color: #fff;
}
.vu_special-offer .vu_so-pane {
  display: none;
  width: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_special-offer .vu_so-pane.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vu_special-offer .vu_so-pane-left {
  float: left;
  width: 50%;
  padding: 30px;
}
.vu_special-offer .vu_so-item-header {}
.vu_special-offer .vu_so-item-name {
  margin: 0 0 15px;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}
.vu_special-offer .vu_so-item-content {}
.vu_special-offer .vu_so-item-content p:last-child {
  margin-bottom: 0;
}
.vu_special-offer .vu_so-item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0 0 0;
}
.vu_special-offer .vu_so-item-price {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
  margin-right: 30px;
}
.vu_special-offer .vu_so-item-btn {
  display: inline-block;
}
.vu_special-offer .vu_so-pane-right {
  position: relative;
  float: right;
  width: 50%;
}
.vu_special-offer .vu_so-item-label {
  position: absolute;
  width: 110px;
  height: 130px;
  top: -7px;
  right: 27px;
  font-family: "Montserrat";
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #ff4800;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}
.vu_special-offer .vu_so-item-label span {
  display: block;
  width: 100%;
  transform: translateY(-15%);
}
.vu_special-offer .vu_so-item-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9f9f9;
  background-size: cover;
}
.vu_special-offer .vu_so-item-image img {
  display: none !important;
}

/* Scheme Dark */
.vu_special-offer.vu_so-scheme-dark .vu_so-tab {
  border-color: rgba(255,255,255,0.25);
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab:before {
  border-right-color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab:after {
  border-right-color: #000;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-tab.active {
  border-color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-panes {
  border-color: #fff;
  background-color: #000;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-item-name,
.vu_special-offer.vu_so-scheme-dark .vu_so-item-content,
.vu_special-offer.vu_so-scheme-dark .vu_so-item-price {
  color: #fff;
}
.vu_special-offer.vu_so-scheme-dark .vu_so-item-image {
  background-color: #111;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 768px) {
  .vu_special-offer .vu_so-pane-left {
    width: 60%;
  }
  .vu_special-offer .vu_so-pane-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .vu_special-offer .vu_so-pane-left {
    width: 100%;
  }
  .vu_special-offer .vu_so-pane-right {
    display: none;
  }
}
@media (max-width: 479px) {
  .vu_special-offer {
    display: block;
    text-align: center;
  }
  .vu_special-offer .vu_so-tabs {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .vu_special-offer .vu_so-tab {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
  }
  .vu_special-offer .vu_so-tab.active:before,
  .vu_special-offer .vu_so-tab.active:after {
    display: none;
  }
  .vu_special-offer .vu_so-panes {
    display: block;
    width: 100%;
  }
  .vu_special-offer .vu_so-item-footer {
    display: block;
    margin-top: 30px;
  }
  .vu_special-offer .vu_so-item-price {
    margin-right: 0;
  }
  .vu_special-offer .vu_so-item-price,
  .vu_special-offer .vu_so-item-btn {
    display: block;
  }
  .vu_special-offer .vu_so-item-price + .vu_so-item-btn {
    margin-top: 20px;
  }
}

/* Map
================================================== */
.vu_map {
  position: relative;
}
.vu_map.vu_m-fullwith {
  width: 100%;
  height: 500px;
}
.vu_map.vu_m-fullheight {
  width: 100%;
  height: 100%;
}
.vu_map-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Icon Box
================================================== */
.vu_icon-box { width: 100%; margin-bottom: 30px; }

.vu_icon-box .vu_ib-icon { position: relative; text-align: center; text-decoration: none; color: #fff; background-color: #684f40; border: 2px solid #684f40; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }

.vu_icon-box.vu_ib-style-none .vu_ib-icon { color: #684f40;  border-radius: 0; border-color: transparent !important; background-color: transparent !important; width: auto !important; height: auto !important; line-height: 1 !important; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-large .vu_ib-content { margin-left: 85px; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-large .vu_ib-content { margin-right: 85px; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-medium .vu_ib-content { margin-left: 65px; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-medium .vu_ib-content { margin-right: 65px; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-left.vu_ib-size-small .vu_ib-content { margin-left: 55px; }
.vu_icon-box.vu_ib-style-none.vu_ib-position-right.vu_ib-size-small .vu_ib-content { margin-right: 55px; }

.vu_icon-box[class*="vu_ib-style-circle"] .vu_ib-icon { border-radius: 50%; }
.vu_icon-box[class*="vu_ib-style-rounded"] .vu_ib-icon { border-radius: 5px; }
.vu_icon-box[class*="vu_ib-style-rhombus"] .vu_ib-icon { -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.vu_icon-box.vu_ib-size-large[class*="vu_ib-style-rhombus"] .vu_ib-icon { border: none; font-size: 38px; line-height: 150px; }
.vu_icon-box.vu_ib-size-medium[class*="vu_ib-style-rhombus"] .vu_ib-icon { border: none; font-size: 24px; line-height: 100px; }
.vu_icon-box.vu_ib-size-small[class*="vu_ib-style-rhombus"] .vu_ib-icon { border: none; font-size: 20px; line-height: 80px; }
.vu_icon-box[class*="vu_ib-style-octagon"] .vu_ib-icon { -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); }
.vu_icon-box.vu_ib-size-large[class*="vu_ib-style-octagon"] .vu_ib-icon { border: none; font-size: 38px; line-height: 150px; }
.vu_icon-box.vu_ib-size-medium[class*="vu_ib-style-octagon"] .vu_ib-icon { border: none; font-size: 24px; line-height: 100px; }
.vu_icon-box.vu_ib-size-small[class*="vu_ib-style-octagon"] .vu_ib-icon { border: none; font-size: 20px; line-height: 80px; }

.vu_icon-box.vu_ib-style-circle-outline .vu_ib-icon,
.vu_icon-box.vu_ib-style-square-outline .vu_ib-icon,
.vu_icon-box.vu_ib-style-rounded-outline .vu_ib-icon { background-color: transparent !important; }

.vu_icon-box.vu_ib-style-octagon-outline .vu_ib-icon:before { content: ""; position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; z-index: -1; background-color: #fff; -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); }
.vu_icon-box.vu_ib-style-rhombus-outline .vu_ib-icon:before { content: ""; position: absolute; top: 3px; right: 3px; bottom: 3px; left: 3px; z-index: -1; background-color: #fff; -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

.vu_icon-box.vu_ib-position-left { text-align: left; }
.vu_icon-box.vu_ib-position-left .vu_ib-icon { float: left; display: block; }

.vu_icon-box.vu_ib-position-right { text-align: right; }
.vu_icon-box.vu_ib-position-right .vu_ib-icon { float: right; display: block; }

.vu_icon-box.vu_ib-position-top { text-align: center; }
.vu_icon-box.vu_ib-position-top .vu_ib-icon { display: inline-block; margin-bottom: 25px; }

.vu_icon-box.vu_ib-size-large .vu_ib-icon { width: 140px; height: 140px; line-height: 136px; font-size: 60px; }
.vu_icon-box.vu_ib-size-medium .vu_ib-icon { width: 100px; height: 100px; line-height: 96px; font-size: 38px; }
.vu_icon-box.vu_ib-size-small .vu_ib-icon { width: 80px; height: 80px; line-height: 76px; font-size: 32px; }

.vu_icon-box.vu_ib-position-left.vu_ib-size-large .vu_ib-content { margin-left: 175px; }
.vu_icon-box.vu_ib-position-right.vu_ib-size-large .vu_ib-content { margin-right: 175px; }

.vu_icon-box.vu_ib-position-left.vu_ib-size-medium .vu_ib-content { margin-left: 125px; }
.vu_icon-box.vu_ib-position-right.vu_ib-size-medium .vu_ib-content { margin-right: 125px; }

.vu_icon-box.vu_ib-position-left.vu_ib-size-small .vu_ib-content { margin-left: 105px; }
.vu_icon-box.vu_ib-position-right.vu_ib-size-small .vu_ib-content { margin-right: 105px; }

.vu_icon-box .vu_ib-content .vu_ib-title { font-size: 15px; text-transform: uppercase; color: #fdb822; line-height: 24px; margin: 0 0 10px 0; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.vu_icon-box.vu_ib-size-small .vu_ib-content .vu_ib-title { font-size: 14px; line-height: 22px; }
.vu_icon-box .vu_ib-content .vu_ib-title a { color: inherit; }
.vu_icon-box .vu_ib-content .vu_ib-title a:hover { color: #684f40; text-decoration: none; }
.vu_icon-box .vu_ib-content .vu_ib-description p { font-size: 14px; line-height: 24px; color: #696969; margin: 0 0 10px 0; }
.vu_icon-box .vu_ib-content .vu_ib-description p:last-child { margin-bottom: 0; }

.vu_icon-box.vu_ib-color-primary .vu_ib-content .vu_ib-title { color: #684f40; }
.vu_icon-box.vu_ib-color-primary .vu_ib-icon { background-color: #fdb822; border-color: #fdb822; color: #fff; }
.vu_icon-box.vu_ib-color-primary:hover .vu_ib-icon { background-color: #684f40; border-color: #684f40; color: #fff; }
.vu_icon-box.vu_ib-color-primary[class*="-outline"] .vu_ib-icon { color: #fdb822; }
.vu_icon-box.vu_ib-color-primary[class*="-outline"]:hover .vu_ib-icon { color: #684f40; }

.vu_icon-box.vu_ib-color-secondary .vu_ib-content .vu_ib-title { color: #fdb822; }
.vu_icon-box.vu_ib-color-secondary .vu_ib-icon { background-color: #684f40; border-color: #684f40; }
.vu_icon-box.vu_ib-color-secondary:hover .vu_ib-icon { background-color: #fdb822; border-color: #fdb822; }
.vu_icon-box.vu_ib-color-secondary[class*="-outline"] .vu_ib-icon { color: #684f40; }
.vu_icon-box.vu_ib-color-secondary[class*="-outline"]:hover .vu_ib-icon { color: #fdb822; }

.vu_icon-box.vu_ib-color-black .vu_ib-content .vu_ib-title { color: #333333; }
.vu_icon-box.vu_ib-color-black .vu_ib-icon { background-color: #333333; border-color: #333333; }
.vu_icon-box.vu_ib-color-black:hover .vu_ib-icon { background-color: #f1f1f1; border-color: #f1f1f1; }
.vu_icon-box.vu_ib-color-black[class*="-outline"] .vu_ib-icon { color: #333333; }
.vu_icon-box.vu_ib-color-black[class*="-outline"]:hover .vu_ib-icon { color: #f1f1f1; border-color: #333333 !important; background-color: #333333 !important; }

.vu_icon-box.vu_ib-color-gray .vu_ib-content .vu_ib-title { color: #333333; }
.vu_icon-box.vu_ib-color-gray .vu_ib-icon { background-color: #f5f5f5; border-color: #f5f5f5; color: #fdb822; }
.vu_icon-box.vu_ib-color-gray:hover .vu_ib-icon { background-color: #fdb822; border-color: #fdb822; color: #fff; }
.vu_icon-box.vu_ib-color-gray[class*="-outline"] .vu_ib-icon { color: #f5f5f5; }
.vu_icon-box.vu_ib-color-gray[class*="-outline"]:hover .vu_ib-icon { color: #333333; }

.vu_icon-box.vu_ib-color-white .vu_ib-content .vu_ib-title { color: #fdb822; }
.vu_icon-box.vu_ib-color-white .vu_ib-icon { background-color: #fff; border-color: #fff; color: #333333; }
.vu_icon-box.vu_ib-color-white:hover .vu_ib-icon { background-color: #333333; border-color: #333333; color: #333333; }
.vu_icon-box.vu_ib-color-white[class*="-outline"] .vu_ib-icon { color: #fff; }
.vu_icon-box.vu_ib-color-white[class*="-outline"]:hover .vu_ib-icon { color: #333333; }

.vu_icon-box.vu_ib-boxed { padding: 25px; border: 1px solid #f1f1f1; background-color: #fcfcfc; }
.vu_icon-box.vu_ib-text-left { text-align: left; }
.vu_icon-box.vu_ib-text-center { text-align: center; }
.vu_icon-box.vu_ib-text-right { text-align: right; }

.vu_icon-box .vu_ib-read-more {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}

/* Timeline
================================================== */
.vu_timeline {
  position: relative;
}
.vu_timeline .vu_t-date {
  position: relative;
  width: 130px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  margin-top: 51px;
  padding: 5px;
  text-align: center;
  background-color: #684f40;
}
.vu_timeline.vu_t-position-left .vu_t-date {
  float: left;
}
.vu_timeline.vu_t-position-right .vu_t-date {
  float: right;
}
.vu_timeline .vu_t-date:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #fdb822, 0 0 0 8px #f9f9f9;
  background-color: #fdb822;
}
.vu_timeline.vu_t-position-left .vu_t-date:before {
  right: -35px;
}
.vu_timeline.vu_t-position-right .vu_t-date:before {
  left: -35px;
}
.vu_timeline.vu_t-position-left .vu_t-container {
  margin: 1px 0 1px 160px;
  padding: 27px 0 27px 40px;
  border-left: 1px dashed #ddd;
}
.vu_timeline.vu_t-position-right .vu_t-container {
  margin: 1px 160px 1px 0;
  padding: 27px 40px 27px 0;
  border-right: 1px dashed #ddd;
}
.vu_timeline .vu_t-content {
  position: relative;
  padding: 25px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}
.vu_timeline .vu_t-content:before,
.vu_timeline .vu_t-content:after {
  content: "";
  position: absolute;
  top: 32px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
}
.vu_timeline.vu_t-position-left .vu_t-content:before {
  left: -20px;
  border-right-color: #f1f1f1;
}
.vu_timeline.vu_t-position-left .vu_t-content:after {
  left: -19px;
  border-right-color: #ffffff;
}
.vu_timeline.vu_t-position-right .vu_t-content:before {
  right: -20px;
  border-left-color: #f1f1f1;
}
.vu_timeline.vu_t-position-right .vu_t-content:after {
  right: -19px;
  border-left-color: #fff;
}
.vu_timeline .vu_t-title {
  font-size: 18px;
  color: #fdb822;
  margin-top: 0;
}
.vu_timeline .vu_t-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #696969;
}
.vu_timeline .vu_t-description p:last-child {
  margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 767px) {
  .vu_timeline .vu_t-date {
    float: none !important;
    display: block !important;
    margin: 0 auto 15px !important;
  }
  .vu_timeline .vu_t-date:before {
    display: none !important;
  }
  .vu_timeline .vu_t-container {
    padding: 0 !important;
    margin: 0 0 30px !important;
    border: none !important;
  }
  .vu_timeline .vu_t-content {
    text-align: center !important;
  }
  .vu_timeline .vu_t-content:before,
  .vu_timeline .vu_t-content:after {
    display: none !important;
  }
}

/* Video Section
================================================== */
.vu_video-section {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.vu_video-section:before,
.vu_video-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vu_video-section:before {
  background-color: rgba(0,0,0,0.5);
}
.vu_video-section.vu_vs-with-pattern:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC) repeat;
  opacity: 0.3;
}
.vu_video-section * {
  position: relative;
  z-index: 3;
}
.vu_video-section .vu_vs-inner:not(.embed-responsive) .vu_vs-player {
  width: 100%;
  height: 100%;
}
.vu_video-section .vu_vs-play { 
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  margin-top: -35px;
  margin-left: -35px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fdb822;
  box-shadow: 0 0 0 8px rgba(0,0,0,0.2);
}
.vu_video-section.vu_vs-with-title .vu_vs-play {
  margin-top: -65px;
} 
.vu_video-section .vu_vs-play:hover {
  opacity: 0.9;
  box-shadow: 0 0 0 12px rgba(0,0,0,0.35);
}
.vu_video-section .vu_vs-play:focus,
.vu_video-section .vu_vs-play:active {
  outline: none;
}
.vu_video-section .vu_vs-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -16px;
  margin-left: -7px;
  z-index: 3;
}
.vu_video-section .vu_vs-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

/* Separator
================================================== */
.vu_separator {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
  text-align: center;
  line-height: 1;
}
.vu_separator span {
  display: inline-block;
  height: 0;
  margin: 0 5px;
}
.vu_separator .vu_s-line-left,
.vu_separator .vu_s-line-right {
  width: 35%;
}

/* #1 */
.vu_separator.vu_s-style-1 .vu_s-bullet {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #684f40;
}
.vu_separator.vu_s-style-1 .vu_s-bullet[data-number="2"] {
  background-color: #fdb822;
}
.vu_separator.vu_s-style-1 .vu_s-line-left,
.vu_separator.vu_s-style-1 .vu_s-line-right {
  position: relative;
  top: -4px;
  height: 2px;
  background-color: #ddd;
}

/* #2 */
.vu_separator.vu_s-style-2 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-2 .vu_s-line:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background-color: #fdb822;
}

/* #3 */
.vu_separator.vu_s-style-3 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-3 .vu_s-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background-color: #684f40;
}

/* #4 */
.vu_separator.vu_s-style-4 .vu_s-line {
  position: relative;
  height: 1px;
  width: 77.5%;
  margin: 0;
  background-color: #ddd;
}
.vu_separator.vu_s-style-4 .vu_s-line:before,
.vu_separator.vu_s-style-4 .vu_s-line:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background-color: #fdb822;
}
.vu_separator.vu_s-style-4 .vu_s-line:before {
  top: -6px;
}
.vu_separator.vu_s-style-4 .vu_s-line:after {
  bottom: -6px;
}

/* #5 */
.vu_separator.vu_s-style-5 .vu_s-line-left,
.vu_separator.vu_s-style-5 .vu_s-line-center,
.vu_separator.vu_s-style-5 .vu_s-line-right {
  width: 70px;
  height: 1px;
  margin: 0 5px;
  background-color: #684f40;
}
.vu_separator.vu_s-style-5 .vu_s-line-center {
  background-color: #fdb822;
}

/* Call to Action
================================================== */
.vu_call-to-action {
  padding: 40px 0;
}
.vu_row.vu_r-layout-boxed .vu_call-to-action .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.vu_call-to-action .vu_cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media(max-width: 991px) {
  .vu_call-to-action .vu_cta-wrapper {
    display: block;
  }
}
.vu_call-to-action .vu_cta-content p {
  margin: 0 0 10px 0;
}
.vu_call-to-action .vu_cta-content p:last-child {
  margin-bottom: 0 !important;
}
.vu_call-to-action .vu_cta-button {
  text-align: right;
}
@media (max-width: 991px) {
  .vu_call-to-action .vu_cta-button {
    text-align: center;
    margin-top: 30px;
  }
  .vu_call-to-action .vu_cta-content {
    text-align: center;
  }
}

/* Revolution Slider
================================================== */
.wpb_revslider_element {
  position: relative;
  z-index: 0;
  margin-bottom: 0 !important;
}
.rev_slider_wrapper {
  overflow: hidden !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  border-width: 0 !important;
}

/* Color Overlay
================================================== */
.vu_color-overlay {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0;
  margin: 0;
  color: #343434;
}
.vu_color-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vu_color-overlay > * {
  position: relative;
  z-index: 2;
}

/* Carousel
================================================== */
.vu_carousel {
  opacity: 0;
  display: none;
  margin-bottom: 30px;

  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.vu_carousel-container {
  margin-left: -15px;
  margin-right: -15px;
}
.vu_row.vu_r-layout-full .vu_carousel-container {
  margin-left: 0;
  margin-right: 0;
}
.vu_carousel .owl-wrapper > .owl-item > .vu_carousel-item {
  padding: 0 15px;
}
.vu_carousel.vu_c-without-overflow .owl-wrapper-outer {
  overflow: visible !important;
}

/* pagination */
.vu_carousel .owl-controls .owl-pagination {
  text-align: center;
  /*margin: 20px 0 10px;*/
  margin: 0 0 10px;
  line-height: 0;
}
.vu_carousel .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 3px;
}
.vu_carousel .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #684f40;
  background-color: transparent;
}
.vu_carousel .owl-pagination .owl-page span,
.vu_carousel .owl-pagination .owl-page span:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vu_carousel .owl-pagination .owl-page span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #684f40;
  opacity: 0;
}
.vu_carousel .owl-pagination .owl-page:not(.active) span:hover {
  opacity: 0.8;
}
.vu_carousel .owl-pagination .owl-page.active span {
  border-color: #fdb822;
}
.vu_carousel .owl-pagination .owl-page.active span:before {
  opacity: 1;
  background-color: #fdb822;
}
/* numbers */
.vu_carousel .owl-pagination .owl-page .owl-numbers {
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  color: #684f40;
}
.vu_carousel .owl-pagination .owl-page .owl-numbers:before {
  display: none !important;
}
.vu_carousel .owl-pagination .owl-page.active .owl-numbers {
  color: #fdb822;
}
/* white color */
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page span:before,
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page.active span:before {
  background-color: #fff;
}
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page span,
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page.active span {
  border-color: #fff;
}
.vu_carousel.vu_c-pagination-white .owl-pagination .owl-page .owl-numbers {
  color: #fff;
}

/* navigation */
.vu_carousel .owl-buttons .owl-prev,
.vu_carousel .owl-buttons .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 46px;
  top: calc(50% - 30px);
  margin: -25px 0 0 0;
  font-size: 20px;
  color: #684f40;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #684f40;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.vu_carousel .owl-buttons .owl-prev:hover,
.vu_carousel .owl-buttons .owl-next:hover {
  color: #fdb822;
  border-color: #fdb822;
}
.vu_carousel .owl-pagination + .owl-buttons .owl-prev,
.vu_carousel .owl-pagination + .owl-buttons .owl-next {
  margin-top: -56px;
}
.vu_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-prev,
.vu_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-next {
  margin-top: -61px;
}
.vu_carousel .owl-buttons .owl-prev {
  left: -75px;
}
.vu_carousel .owl-buttons .owl-next {
  right: -75px;
}
@media(max-width: 1350px) {
  .vu_carousel .owl-buttons .owl-prev {
    left: 30px;
  }
  .vu_carousel .owl-buttons .owl-next {
    right: 30px;
  }
}
.vu_carousel .owl-buttons .owl-prev:hover,
.vu_carousel .owl-buttons .owl-next:hover {
  opacity: 0.7;
}
.vu_carousel:hover .owl-buttons .owl-prev,
.vu_carousel:hover .owl-buttons .owl-next {
  opacity: 1;
}
/* extra class */
.vu_c-pagination-top-right .owl-controls .owl-pagination {
  position: absolute;
  top: -50px;
  right: 10px;
  margin: 0;
}

/* Client/Partner
================================================== */
.vu_client {
  text-align: center;
  margin-bottom: 30px;
}
.vu_client a {
  opacity: 0.7;
  display: block;
}
.vu_client img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vu_client.vu_c-grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.vu_client.vu_c-sepia img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
.vu_client > img {
  opacity: 0.7;
  transform: translateZ(0px);
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.vu_client:hover a,
.vu_client:hover > img {
  opacity: 1;
}

/* Image
================================================== */
.vu_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Heading
================================================== */
/* Default */
.vu_heading {
  margin: 65px 0 45px 0;
  text-align: center;
}
.vu_heading.vu_h-alignment-left {
  text-align: left;
}
.vu_heading.vu_h-alignment-center {
  text-align: center;
}
.vu_heading.vu_h-alignment-right {
  text-align: right;
}
.vu_heading .vu_h-heading {
  display: block;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  color: #684f40;
}
.vu_heading .vu_h-heading:before,
.vu_heading .vu_h-heading:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-left .vu_h-heading:before,
.vu_heading.vu_h-alignment-left .vu_h-heading:after {
  left: 0;
  transform: translateX(0);
}
.vu_heading.vu_h-alignment-center .vu_h-heading:before,
.vu_heading.vu_h-alignment-center .vu_h-heading:after {
  left: 50%;
  transform: translateX(-50%);
}
.vu_heading.vu_h-alignment-right .vu_h-heading:before,
.vu_heading.vu_h-alignment-right .vu_h-heading:after {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.vu_heading.vu_h-alignment-left .vu_h-heading:before,
.vu_heading.vu_h-alignment-right .vu_h-heading:before {
  left: 0;
  right: 0;
  width: auto;
}
.vu_heading .vu_h-heading:before {
  width: 150px;
  z-index: 1;
  background-color: #ddd;
}
.vu_heading .vu_h-heading:after {
  width: 50px;
  z-index: 2;
  background-color: #fdb822;
}
.vu_heading .vu_h-subheading p {
  font-family: inherit;
  font-size: 15px;
  line-height: 25px;
  color: #696969;
  margin: 0 0 10px 0;
  padding-top: 25px;
}
.vu_heading .vu_h-subheading p:last-child {
  margin-bottom: 0;
}

/* Style 2 */
.vu_heading.vu_h-style-2 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-2 .vu_h-heading span {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
  color: #fff;
  background-color: #fdb822;
  z-index: 3;
}
.vu_heading.vu_h-style-2 .vu_h-heading:before {
  width: auto;
  left: 0;
  right: 0;
  transform: translateX(0);
  bottom: calc(50% - 1px);
}
.vu_heading.vu_h-style-2.vu_h-alignment-center .vu_h-heading:before {
  width: 100%;
  max-width: 380px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.vu_heading.vu_h-style-2 .vu_h-heading:after {
  display: none;
}

/* Style 3 */
.vu_heading.vu_h-style-3 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-3 .vu_h-heading:before,
.vu_heading.vu_h-style-3 .vu_h-heading:after {
  display: none;
}
.vu_heading.vu_h-style-3 .vu_h-heading {
  font-size: 22px;
  line-height: 30px;
}
.vu_heading.vu_h-style-3 .vu_h-subheading p {
  font-size: 16px;
  padding-top: 10px;
}

/* Style 4 */
.vu_heading.vu_h-style-4 .vu_h-heading {
  padding: 0;
}
.vu_heading.vu_h-style-4 .vu_h-heading:before {
  display: none;
}
.vu_heading.vu_h-style-4 .vu_h-heading:after {
  width: 370px;
  height: 1px;
  bottom: 7px;
  background-color: #ddd;
}
.vu_heading.vu_h-style-4 .vu_h-heading {
  font-size: 22px;
  line-height: 30px;
}
.vu_heading.vu_h-style-4 .vu_h-subheading p {
  font-size: 16px;
  padding-top: 8px;
}


/* Pie Chart
================================================== */
.vu_pie-chart {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.vu_pie-chart .vu_pc-graph {
  position: relative;
}
.vu_pie-chart .vu_pc-graph canvas {

}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
}
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart .vu_pc-graph .vu_pc-graph-text:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.vu_pie-chart .vu_pc-graph .vu_pc-icon {
  font-size: 36px;
  color: #343434;
}
.vu_pie-chart .vu_pc-graph .vu_pc-text {
  display: inline-block;
  font-size: 36px;
  font-weight: normal;
  color: #343434;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}

/* #1 */
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph {
  margin: 5px;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 5px solid transparent;
}
.vu_pie-chart.vu_pc-style-1 .vu_pc-graph .vu_pc-graph-text:after {
  display: none;
}

/* #2 */
.vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:before,
.vu_pie-chart.vu_pc-style-2 .vu_pc-graph .vu_pc-graph-text:after {
  display: none;
}

/* #3 */
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph {
  margin: 3px;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 3px solid transparent;
}
.vu_pie-chart.vu_pc-style-3 .vu_pc-graph .vu_pc-graph-text:after {
  border: 3px solid transparent;
}

/* Pricing Table
================================================== */
.vu_pricing-table {
  margin-bottom: 30px;
  border: 2px solid #fdb822;
  background-color: #fff;
}
.vu_pricing-table.vu_pt-active {
  border-color: #684f40;
}
.vu_pricing-table .vu_pt-title {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 12px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdb822;
}
.vu_pricing-table.vu_pt-active .vu_pt-title {
  background-color: #684f40;
}
.vu_pricing-table .vu_pt-price {
  padding: 50px 30px;
  text-align: center;
  background-color: #fcfcfc;
}
.vu_pricing-table .vu_pt-currency {
  position: relative;
  top: -18px;
  font-size: 28px;
  display: inline-block;
  color: #343434;
}
.vu_pricing-table .vu_pt-amount {
  font-size: 54px;
  display: inline-block;
  line-height: 1;
  color: #343434;
  letter-spacing: -1px;
}
.vu_pricing-table .vu_pt-amount sup {
  top: -0.79em;
  font-size: 50%;
}
.vu_pricing-table .vu_pt-period {
  font-size: 13px;
  color: #696969;
  line-height: 20px;
  margin-left: -32px;
}
.vu_pricing-table .vu_pt-content {
  color: #696969;
  padding: 25px 0;
}
.vu_pricing-table .vu_pt-content ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.vu_pricing-table .vu_pt-content ul li {
  font-size: 14px;
  text-align: center;
  color: inherit;
  padding: 7px 20px;
  margin: 0;
}
.vu_pricing-table .vu_pt-button {
  padding: 20px 30px;
  text-align: center;
  border-top: 2px solid #f1f1f1;
  background-color: #fcfcfc;
}
.vu_pricing-table .vu_pt-button a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #684f40;
}
.vu_pricing-table.vu_pt-active .vu_pt-button a {
  color: #fff;
  background-color: #fdb822;
}
.vu_pricing-table .vu_pt-button a:hover {
  opacity: 0.8;
}

/* Menu Item
================================================== */
.vu_menu-item {
  margin-bottom: 30px;
}
.vu_menu-item .vu_mi-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.vu_menu-item .vu_mi-title,
.vu_menu-item .vu_mi-price {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;

  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.vu_menu-item .vu_mi-title {
  padding: 0 10px 0 0;
}
.vu_menu-item .vu_mi-title a {
  color: inherit;
}
.vu_menu-item .vu_mi-title a:hover {
  opacity: 0.7;
}
.vu_menu-item .vu_mi-line {
  -webkit-box-flex: 1000;
  -moz-box-flex: 1000;
  -webkit-flex: 1000;
  -ms-flex: 1000;
  flex: 1000;
  margin: 0 0 17px;
  border-bottom: 1px dashed #ddd;
}
.vu_menu-item.vu_mi-with-older-price .vu_mi-line {}
.vu_menu-item .vu_mi-price {
  position: relative;
  text-align: right;
  padding: 0 0 0 10px;
}
.vu_menu-item .vu_mi-price .vu_mi-older-price {
  display: block;
  font-size: 14px;
  color: #696969;
}
.vu_menu-item.vu_mi-with-older-price .vu_mi-current-price {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}
.vu_menu-item.vu_mi-with-older-price .vu_mi-description {
  padding-right: 50px;
}
.vu_menu-item .vu_mi-description p {
  font-size: 14px;
  line-height: 22px;
}
.vu_menu-item .vu_mi-description p:last-child {
  margin-bottom: 0;
}

/* Buttons
================================================== */
.btn {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #343434;
  padding: 12px 25px;
  white-space: normal;
  border-radius: 0;
  border: 2px solid #343434;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn.btn-block {
  display: block;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0 !important;
}
.btn.btn-inverse,
.btn:hover {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
}
.btn.btn-default:focus {
  background-color: transparent;
}
.btn.btn-inverse:hover {
  color: #343434;
  border-color: #343434;
  background-color: transparent;
}
/* primary */
.btn.btn-primary,
.btn.btn-primary.btn-default {
  color: #fdb822;
  border-color: #fdb822;
}
.btn.btn-primary:hover,
.btn.btn-primary.btn-default:hover,
.btn.btn-primary.btn-inverse {
  color: #fff;
  border-color: #fdb822;
  background-color: #fdb822;
}
.btn.btn-primary.btn-inverse:hover {
  color: #fdb822;
  border-color: #fdb822;
  background-color: transparent;
}
/* primary hover */
.btn.btn-primary-hover:hover,
.btn.btn-primary-hover.btn-default:hover {
  color: #fff !important;
  border-color: #fdb822 !important;
  background-color: #fdb822 !important;
}
.btn.btn-primary-hover.btn-inverse:hover {
  color: #fdb822 !important;
  border-color: #fdb822 !important;
  background-color: transparent !important;
}
/* secondary */
.btn.btn-secondary,
.btn.btn-secondary.btn-default {
  color: #684f40;
  border-color: #684f40;
}
.btn.btn-secondary:hover,
.btn.btn-secondary.btn-default:hover,
.btn.btn-secondary.btn-inverse {
  color: #fff;
  border-color: #684f40;
  background-color: #684f40;
}
.btn.btn-secondary.btn-inverse:hover {
  color: #684f40;
  border-color: #684f40;
  background-color: transparent;
}
/* secondary hover */
.btn.btn-secondary-hover:hover,
.btn.btn-secondary-hover.btn-default:hover {
  color: #fff !important;
  border-color: #684f40 !important;
  background-color: #684f40 !important;
}
.btn.btn-secondary-hover.btn-inverse:hover {
  color: #684f40 !important;
  border-color: #684f40 !important;
  background-color: transparent !important;
}
/* black */
.btn.btn-black,
.btn.btn-black.btn-default {
  color: #343434;
  border-color: #343434;
}
.btn.btn-black:hover,
.btn.btn-black.btn-default:hover,
.btn.btn-black.btn-inverse {
  color: #fff;
  border-color: #343434;
  background-color: #343434;
}
.btn.btn-black.btn-inverse:hover {
  color: #343434;
  border-color: #343434;
  background-color: transparent;
}
/* black hover */
.btn.btn-black-hover:hover,
.btn.btn-black-hover.btn-default:hover {
  color: #fff !important;
  border-color: #343434 !important;
  background-color: #343434 !important;
}
.btn.btn-black-hover.btn-inverse:hover {
  color: #343434 !important;
  border-color: #343434 !important;
  background-color: transparent !important;
}
/* white */
.btn.btn-white,
.btn.btn-white.btn-default {
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover,
.btn.btn-white.btn-default:hover,
.btn.btn-white.btn-inverse {
  color: #343434;
  border-color: #fff;
  background-color: #fff;
}
.btn.btn-white.btn-inverse:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
/* white hover */
.btn.btn-white-hover:hover,
.btn.btn-white-hover.btn-default:hover {
  color: #343434 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
.btn.btn-white-hover.btn-inverse:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
/* gray */
.btn.btn-gray,
.btn.btn-gray.btn-default {
  color: #969696;
  border-color: #eee;
}
.btn.btn-gray:hover,
.btn.btn-gray.btn-default:hover,
.btn.btn-gray.btn-inverse {
  color: #969696;
  border-color: #eee;
  background-color: #eee;
}
.btn.btn-gray.btn-inverse:hover {
  color: #969696;
  border-color: #eee;
  background-color: transparent;
}
/* gray hover */
.btn.btn-gray-hover:hover,
.btn.btn-gray-hover.btn-default:hover {
  color: #969696 !important;
  border-color: #eee !important;
  background-color: #eee !important;
}
.btn.btn-gray-hover.btn-inverse:hover {
  color: #969696 !important;
  border-color: #eee !important;
  background-color: transparent !important;
}
/* size */
.btn.btn-lg {
  font-size: 17px;
  padding: 14px 30px;
}
.btn-lg.btn-icon {
  padding-right: 28px;
}
.btn.btn-md {
  font-size: 14px;
  padding: 12px 25px;
}
.btn-md.btn-icon {
  padding-right: 25px;
}
.btn.btn-sm {
  font-size: 13px;
  padding: 10px 20px 9px;
}
.btn-sm.btn-icon {
  padding-right: 20px;
}
.btn.btn-xs {
  font-size: 11px;
  padding: 8px 12px 7px;
}
.btn-xs.btn-icon {
  padding-right: 15px;
}
.btn.btn-disable { opacity: 0.5 !important; }
.btn.btn-disable:hover { background-color: #fff; color: #fdb822; }
/* align */
.btn.btn-left {
  text-align: left;
}
.btn.btn-center {
  text-align: center;
}
.btn.btn-right {
  text-align: right;
}
/* icon */
.btn.btn-icon i ~ span {
  margin-left: 12px;
}
.btn.btn-icon span ~ i {
  margin-left: 12px;
}
/* round */
.btn.btn-round {
  border-radius: 3px;
}
.btn.btn-round-top {
  border-radius: 3px 3px 0 0;
}
.btn.btn-round-bottom {
  border-radius: 0 0 3px 3px;
}
.btn.btn-round-left {
  border-radius: 3px 0 0 3px;
}
.btn.btn-round-right {
  border-radius: 0 3px 3px 0;
}

/* Gallery
================================================== */
.vu_gallery {}

.vu_gallery.vu_g-style-with-space .vu_g-items {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.vu_gallery.vu_g-style-with-space .vu_g-item {}
.vu_gallery.vu_g-style-without-space .vu_g-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .vu_gallery.vu_g-type-standard[data-layout="5"] .vu_g-item {
    width: 20%;
  }
}
.vu_gallery.vu_g-type-carousel {
  margin-bottom: 30px;
}
.vu_gallery.vu_g-type-carousel .vu_carousel {
  margin-bottom: 0;
}
.vu_gallery.vu_g-type-carousel .owl-item .vu_gallery-item {
  margin-bottom: 0;
}
.vu_gallery.vu_g-type-carousel .vu_carousel[data-options*='"pagination":true'] .owl-item .vu_gallery-item {
  margin-bottom: 30px;
}
.vu_r-type-fullwidth .vu_gallery.vu_g-type-carousel .vu_g-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vu_gallery.vu_g-type-carousel .vu_g-carousel > .vu_gallery-item {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Gallery: Standard
================================================== */
.vu_gallery.vu_g-type-standard[data-layout="2"] .vu_g-item:nth-child(2n+1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="3"] .vu_g-item:nth-child(3n+1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="4"] .vu_g-item:nth-child(4n+1) {
  clear: left;
}
.vu_gallery.vu_g-type-standard[data-layout="5"] .vu_g-item:nth-child(5n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .vu_gallery.vu_g-type-standard .vu_g-item {
    clear: none !important;
  }
  .vu_gallery.vu_g-type-standard .vu_g-item:nth-child(2n+1) {
    clear: left !important;
  }
}

/* Gallery: Masonry Type
================================================== */
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image.vu_img-loaded {
  opacity: 1;
}
.vu_gallery.vu_g-type-masonry .vu_gallery-item .vu_gi-image img {
  display: none;
}

/* Gallery Filter */
.vu_gallery .vu_g-filters {
  text-align: center;
  font-size: 0;
  padding: 0 0 35px 0;
}
.vu_gallery .vu_g-filters .vu_g-filter {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #696969;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* Style #1 */
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter {
  margin: 0 0 0 12px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:before {
  content: "|";
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  color: #dddddd;
  position: relative;
  top: -1px;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:first-child:before {
  display: none;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter.active,
.vu_gallery .vu_g-filters.vu_g-filters-style-1 .vu_g-filter:hover {
  color: #fdb822;
}

/* Style #2 */
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter {
  padding: 6px 20px;
  margin: 0 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 1px;
  background-color: #684f40;
}
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter.active,
.vu_gallery .vu_g-filters.vu_g-filters-style-2 .vu_g-filter:hover {
  color: #fff;
  background-color: #fdb822;
}

/* Layouts */
.vu_gallery.vu_g-type-masonry .vu_g-items {
  overflow: hidden;
}
.vu_gallery.vu_g-type-masonry .vu_g-item {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}

.vu_gallery.vu_g-type-masonry[data-layout="2"] .vu_g-item {
  width: 50%;
}
.vu_gallery.vu_g-type-masonry[data-layout="3"] .vu_g-item {
  width: 33.33333333%;
}
.vu_gallery.vu_g-type-masonry[data-layout="4"] .vu_g-item {
  width: 25%;
}
.vu_gallery.vu_g-type-masonry[data-layout="5"] .vu_g-item {
  width: 20%;
}
.vu_gallery.vu_g-type-masonry[data-layout="6"] .vu_g-item {
  width: 16.66666666%;
}

.vu_gallery.vu_g-type-masonry .vu_g-item[data-size] .vu_gallery-item {
  padding-bottom: 100%;
}

/* Sizes */
@media (min-width: 480px) {
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x1"] .vu_gallery-item {
    padding-bottom: 100%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="1x2"] .vu_gallery-item {
    padding-bottom: 200%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x1"] .vu_gallery-item {
    padding-bottom: 50%;
  }
  .vu_gallery.vu_g-type-masonry .vu_g-item[data-size="2x2"] .vu_gallery-item {
    padding-bottom: 100%;
  }
}

/* Gallery Item
================================================== */
.vu_gallery-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.vu_gallery-item .vu_gi-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-image {
  opacity: 0.7 !important;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.vu_gallery-item .vu_gi-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.vu_gallery-item .vu_gi-details-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(253,184,34,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-details-container {
  opacity: 1;
}
.vu_gallery-item .vu_gi-details-container.vu_gi-empty {
  background-color: transparent !important;
}
.vu_gallery-item .vu_gi-details {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.vu_gallery-item .vu_gi-details .vu_gi-content-container {
  color: #fff;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  outline: 0;
  box-shadow: none !important;
}
.vu_gallery-item .vu_gi-details .vu_gi-content {
  display: block;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon {
  display: block;
  font-size: 22px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-icon {
  opacity: 1;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon + .vu_gi-title,
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-icon + .vu_gi-subtitle {
  margin-top: 25px;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title {
  position: relative;
  display: block;
  top: -10px;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  text-decoration: none;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-subtitle {
  position: relative;
  top: 10px;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  line-height: 22px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.vu_gallery-item .vu_gi-details .vu_gi-content .vu_gi-title + .vu_gi-subtitle {
  margin-top: 5px;
}
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-title,
.vu_gallery-item:hover .vu_gi-details .vu_gi-content .vu_gi-subtitle {
  top: 0;
  opacity: 1;
}

/* Gallery Widget
================================================== */
.vu_gallery-widget {
  position: relative;
  margin: 0 -5px -10px;
  font-size: 0;
}
.vu_gallery-widget .vu_gw-item {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0 5px 10px;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image {
  display: block;
  overflow: hidden;
  background-color: #fdb822;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image img {
  display: inline-block;
  transform: translateZ(0px);

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vu_gallery-widget .vu_gw-item .vu_gw-image:hover img {
  opacity: 0.7;
}

/* Animated SVG
================================================== */
.vu_animated-svg {
  margin-bottom: 30px;
}
.vu_animated-svg .vu_as-svg {}
.vu_animated-svg .vu_as-svg svg path[stroke] {
  stroke: #684f40;
}
.vu_animated-svg.vu_as-position-left {
  text-align: left;
}
.vu_animated-svg.vu_as-position-left .vu_as-svg {
  float: left;
  display: block;
}
.vu_animated-svg.vu_as-position-right {
  text-align: right;
}
.vu_animated-svg.vu_as-position-right .vu_as-svg {
  float: right;
  display: block;
}
.vu_animated-svg.vu_as-position-top {
  text-align: center;
}
.vu_animated-svg.vu_as-position-top .vu_as-svg {
  display: inline-block;
  margin-bottom: 25px;
}
.vu_animated-svg .vu_as-content {}
.vu_animated-svg.vu_as-position-left .vu_as-content {}
.vu_animated-svg.vu_as-position-right .vu_as-content {}
.vu_animated-svg .vu_as-content .vu_as-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #fdb822;
  line-height: 24px;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.vu_animated-svg .vu_as-content .vu_as-title a {
  color: inherit;
}
.vu_animated-svg .vu_as-content .vu_as-title a:hover {
  color: #684f40;
  text-decoration: none;
}
.vu_animated-svg .vu_as-content .vu_as-description p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  margin: 0 0 10px 0;
}
.vu_animated-svg .vu_as-content .vu_as-description p:last-child {
  margin-bottom: 0;
}

/* Counter
================================================== */
.vu_counter {
  padding: 30px 0;
  text-align: center;
  color: #684f40;
}
.vu_counter .vu_c-holder {
  display: block;
  font-family: "Montserrat";
  font-weight: normal;
  color: inherit;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.vu_counter .vu_c-holder:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 15px auto 10px auto;
  background-color: #fdb822;
}
.vu_counter .vu_c-holder > * {
  display: inline-block;
  font-size: 48px;
  line-height: 1em;
  margin: 0 3px;
}
.vu_counter .vu_c-label {
  display: block;
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 0;
  padding: 0;
}

/* Image Slider
================================================== */
.vu_image-slider {
  position: relative;
  margin-bottom: 30px;
}
.vu_image-slider .vu_is-item {
  position: relative;
}
.vu_image-slider .vu_is-item img {
  width: 100%;
  max-width: 100%;
}
.vu_image-slider .vu_is-item .vu_is-i-figure {}
.vu_image-slider .vu_is-item .vu_is-i-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(254,184,36,0.9);
}
/* ratios */
.vu_image-slider[data-ratio] .vu_is-item .vu_is-i-figure {
  position: relative;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vu_image-slider[data-ratio] .vu_is-item .vu_is-i-figure img {
  display: none !important;
}
.vu_image-slider[data-ratio="1:1"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 100%;
}
.vu_image-slider[data-ratio="2:1"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 50%;
}
.vu_image-slider[data-ratio="3:2"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 66.67%;
}
.vu_image-slider[data-ratio="3:4"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 133.34%;
}
.vu_image-slider[data-ratio="4:3"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 75%;
}
.vu_image-slider[data-ratio="16:9"] .vu_is-item .vu_is-i-figure {
  padding-bottom: 56.25%;
}
/* navigation */
.vu_image-slider .owl-buttons .owl-prev,
.vu_image-slider .owl-buttons .owl-next {
  width: 50px;
  height: 50px;
  line-height: 46px;
  top: 50%;
  margin: -25px 0 0 0 !important;
  font-size: 20px;
  color: #684f40;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #684f40;
  background-color: rgba(255,255,255,0.8);
}
.vu_image-slider .owl-buttons .owl-prev:hover,
.vu_image-slider .owl-buttons .owl-next:hover {
  color: #fdb822;
  border-color: #fdb822;
  background-color: #fff;
}
.vu_image-slider.vu_is-with-captions .owl-buttons .owl-prev,
.vu_image-slider.vu_is-with-captions .owl-buttons .owl-next {
  transform: translateY(-54px);
}
.vu_image-slider.vu_is-with-captions.vu_is-pagination-none .owl-buttons .owl-prev,
.vu_image-slider.vu_is-with-captions.vu_is-pagination-none .owl-buttons .owl-next {
  transform: translateY(-27px);
}
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-prev,
.vu_image-slider.vu_is-without-captions .owl-buttons .owl-next,
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-prev,
.vu_image-slider.vu_is-pagination-none .owl-buttons .owl-next {
  margin-top: -25px !important;
}
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next {
  opacity: 0;
}
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev,
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next,
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next {
  opacity: 1;
}
.vu_image-slider .owl-buttons .owl-prev i { margin-left: -2px; }
.vu_image-slider .owl-buttons .owl-next i { margin-right: -2px; }
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-prev { left: 20px; }
.vu_image-slider.vu_is-navigation-always .owl-buttons .owl-next { right: 20px; }
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-prev { left: 0; }
.vu_image-slider.vu_is-navigation-hover .owl-buttons .owl-next { right: 0; }
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-prev { left: 20px; }
.vu_image-slider.vu_is-navigation-hover:hover .owl-buttons .owl-next { right: 20px; }
/* pagination */
.vu_image-slider .owl-controls .owl-pagination {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.vu_image-slider.vu_is-without-captions .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
}
.vu_image-slider.vu_is-pagination-hover .owl-controls .owl-pagination {
  opacity: 0;
}
.vu_image-slider.vu_is-pagination-always .owl-controls .owl-pagination,
.vu_image-slider.vu_is-pagination-hover:hover .owl-controls .owl-pagination {
  opacity: 1;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #684f40;
  background-color: transparent;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #fdb822;
  opacity: 0;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page.active span:before,
.vu_image-slider .owl-controls .owl-pagination .owl-page:hover span:before {
  opacity: 1;
}
.vu_image-slider .owl-controls .owl-pagination .owl-page.active span,
.vu_image-slider .owl-controls .owl-pagination .owl-page:hover span {
  border-color: #fdb822;
}

/* Post Pasword Form
================================================== */
form.post-password-form {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
form.post-password-form p:first-child {
  margin-bottom: 30px;
}
form.post-password-form input[name="post_password"] {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 15px;
}
form.post-password-form input[type="submit"] {
  position: relative;
  top: -1px;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

/* Magnific Popup
================================================== */
.mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-close {
  right: 0 !important;
  top: 0 !important;
  text-align: right;
  padding-right: 6px;
  width: 72px !important;
  height: 72px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-close:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.admin-bar .mfp-close {
  top: 32px !important;
}
.mfp-close:before,
.mfp-close:after {
  position: absolute;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #fff;
  top: 18px;
  left: 50%;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-arrow {
  height: 90px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-title {
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}
.mfp-title:empty + .mfp-counter {
  right: 50% !important;
  margin-right: -15px !important;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 30px !important;
  border-right: 21px solid #fff !important;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 21px solid #505050 !important;
  margin-left: 31px !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 21px solid #fff !important;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 21px solid #505050 !important;
  margin-left: 34px !important;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  top: 0 !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-img,
.mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-img,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-img,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
  -moz-transform: scale(0.93) !important;
  -o-transform: scale(0.93) !important;
  -ms-transform: scale(0.93) !important;
  transform: scale(0.93) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-close,
.mfp-zoom-in .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-figure:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-ready .mfp-figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
  box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close,
.mfp-zoom-in.mfp-ready .mfp-arrow {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.mfp-zoom-in.mfp-removing .mfp-close,
.mfp-zoom-in.mfp-removing .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
  overflow: visible;
}

/* Blog: Shortcode
================================================== */
.vu_blog .vu_pagination {
  margin-top: 15px;
}
.vu_blog.vu_b-type-carousel {
  margin: 0 -15px;
}
.vu_blog .vu_b-carousel .owl-item {
  padding: 0 15px;
}
.vu_blog.vu_b-type-carousel .vu_b-carousel .owl-buttons .owl-prev,
.vu_blog.vu_b-type-carousel .vu_b-carousel .owl-buttons .owl-next {
  top: 27.5%;
}
.vu_blog.vu_b-type-gird.vu_b-layout-2 .vu_b-item-wrap:nth-child(2n+1),
.vu_blog.vu_b-type-gird.vu_b-layout-3 .vu_b-item-wrap:nth-child(3n+1),
.vu_blog.vu_b-type-gird.vu_b-layout-4 .vu_b-item-wrap:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 991px) {
  .vu_blog.vu_b-type-gird .vu_b-item-wrap {
    clear: none !important;
  }
  .vu_blog.vu_b-type-gird .vu_b-item-wrap:nth-child(2n+1) {
    clear: left !important;
  }
}
.vu_blog .vu_blog-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.vu_blog .vu_b-carousel .vu_blog-item {
  margin-bottom: 15px;
}
.vu_blog .vu_blog-item.sticky {
  padding: 0;
  border: none;
  background-color: transparent;
}
.vu_blog .vu_bi-content-wrapper {
  overflow: initial;
}
.vu_blog .vu_blog-item .vu_bi-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 6px;
  border: 2px solid #684f40;
  background-color: #fff;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.vu_blog .vu_blog-item:hover .vu_bi-image {
  border-color: #fdb822;
}
.vu_blog.vu_b-no-border .vu_blog-item .vu_bi-image {
  border: none;
  padding: 0;
}
.vu_blog .vu_blog-item .vu_bi-title {
  font-size: 16px;
  color: #343434;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.vu_blog .vu_blog-item .vu_bi-title a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_blog .vu_blog-item .vu_bi-title a:hover {
  color: #fdb822;
}
.vu_blog .vu_blog-item .vu_bi-meta {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.vu_blog .vu_blog-item .vu_bi-meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #fdb822;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item {
  display: inline-block;
  margin: 0 0 5px;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item:after {
  content: "|";
  margin: 0 8px;
  opacity: 0.7;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item:last-child:after {
  display: none;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item .fa {
  margin-right: 5px;
  color: #684f40;
  transform: scale(0.85);
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item a {
  color: inherit;
}
.vu_blog .vu_blog-item .vu_bi-meta .vu_bi-m-item a:hover {
  color: #fdb822;
}
.vu_blog .vu_blog-item .vu_bi-content {
  font-size: 14px;
  line-height: 24px;
}

/* Blog Post
================================================== */
.vu_blog-post {
  padding: 25px;
  margin-bottom: 45px;
  border: 2px solid #684f40;
}
/* Post Format: All */
.vu_blog-post .vu_bp-image {
  text-align: center;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.vu_blog-post .vu_bp-image a {
  display: block;
  outline: none;
}
.vu_blog-post .vu_bp-image img {
  display: inline-block;
  width: 100%;/**/
  max-width: 100%;
}
.vu_blog-post .vu_bp-content-wrapper {}
.vu_blog-post .vu_bp-title {
  color: #684f40;
  margin: 0 0 16px 0;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
}
.vu_blog-post .vu_bp-title a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_blog-post .vu_bp-title a:hover {
  color: #fdb822;
}
.vu_blog-post .vu_bp-meta {
  font-size: 13px;
  color: #999;
  padding: 6px 0 5px;
  margin: 16px 0 22px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.vu_blog-post .vu_bp-m-item {
  display: inline-block;
  margin-right: 20px;
}
.vu_blog-post .vu_bp-m-item:last-child {
  margin-right: 0;
}
.vu_blog-post .vu_bp-m-item a {
  color: inherit;
  text-decoration: none;
}
.vu_blog-post .vu_bp-m-item a:hover {
  color: #684f40;
}
.vu_blog-post .vu_bp-m-item i {
  margin-right: 5px;
  color: #fdb822;
}
.vu_blog-post .vu_bp-content-full iframe {
  max-width: 100%;
}
.vu_blog-post .vu_bp-content-full p,
.vu_blog-post .vu_bp-content-excerpt p {
  margin: 0 0 25px 0;
}
.vu_blog-post .vu_bp-content-full p:last-child,
.vu_blog-post .vu_bp-content-excerpt p:last-child {
  margin-bottom: 0;
}
.vu_blog-post .vu_bp-read-more {
  font-size: 13px;
  font-weight: bold;
  color: #fdb822;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.vu_blog-post .vu_bp-read-more i {
  margin-left: 7px;
}
.vu_blog-post .vu_bp-read-more:hover {
  opacity: 0.8;
}

/* Post Format: Standard & Image */
.vu_blog-post.vu_bp-type-standard .vu_bp-image,
.vu_blog-post.vu_bp-type-image .vu_bp-image {
  background-color: #f9f9f9;
}
.vu_blog-post.vu_bp-type-standard .vu_bp-image a:hover,
.vu_blog-post.vu_bp-type-image .vu_bp-image a:hover {
  opacity: 0.7;
}
/* Post Format: Gallery */
.vu_blog-post.vu_bp-type-gallery .vu_bp-image .vu_image-slider {
  margin-bottom: 0;
}
/* Post Format: Audio */
.vu_blog-post.vu_bp-type-audio .vu_bp-image {
  background-color: #222222;
  padding: 5px;
}
.vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-container {
  outline: none !important;
}
.vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #fdb822;
}
.vu_blog-post.vu_bp-type-audio .vu_bp-image .mejs-controls .mejs-time-rail .mejs-time-total {
  box-shadow: none !important;
  outline: none !important;
}
/* Post Format: Link */
.vu_blog-post.vu_bp-type-link {
  position: relative;
}
.vu_blog-post.vu_bp-type-link:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #684f40;
  z-index: 1;
  opacity: 0.7;
}
/* Post Format: Quote */
.vu_blog-post.vu_bp-type-quote {
  padding: 0;
  border: none;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote {
  position: relative;
  border: 1px solid #f1f1f1;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote:before {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #684f40;
  z-index: 1;
  opacity: 0.7;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content {
  position: relative;
  padding: 35px 25px;
  border: none !important;
  margin: 0 !important;
  color: #fdb822;
  z-index: 2;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote p,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-content p {
  font-size: 25px;
  line-height: 1.4;
  color: inherit;
}
.vu_blog-post.vu_bp-type-quote .vu_bp-quote > blockquote cite,
.vu_blog-post.vu_bp-type-quote .vu_bp-quote .vu_bp-q-author {
  font-size: 15px;
  font-weight: normal;
  color: #684f40;
}

/* Sticky Post*/
.sticky,
.category-sticky {
  position: relative;
  border-color: #fdb822;
  background-color: #fafafa;
}

/* Social & Tags Container */
.vu_bp-social-tags-container {
  padding: 20px 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

/* Blog : Single Post Tags
================================================== */
.vu_bp-social-tags-container .vu_bp-tags {
  font-size: 15px;
  line-height: 36px;
  color: #684f40;
}
.vu_bp-social-tags-container .vu_bp-tags span {
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.vu_bp-social-tags-container .vu_bp-tags a {
  color: #696969;
}
.vu_bp-social-tags-container .vu_bp-tags a:hover {
  color: #fdb822;
}
@media (max-width: 767px) {
  .vu_bp-social-tags-container .vu_bp-tags {
    margin-bottom: 10px !important;
  }
}

/* Blog : Social Networks
================================================== */
.vu_bp-social-networks {
  text-align: right;
}
.vu_bp-social-networks ul {
  font-size: 0;
  margin: 0;
}
.vu_bp-social-networks li {
  display: inline-block;
  margin: 0 3px;
}
.vu_bp-social-networks li:first-child {
  margin-left: 0;
}
.vu_bp-social-networks li:last-child {
  margin-right: 0;
}
.vu_bp-social-networks a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #684f40;
}
.vu_bp-social-networks a:hover {
  color: #fff;
  background-color: #fdb822;
}
@media (max-width: 767px) {
  .vu_bp-social-networks {
    text-align: left !important;
  }
}

/* Blog: Single Post Next Prev Links
================================================== */
.vu_bp-next-prev-container {
  margin-bottom: 40px;
  color: #343434;
}
.vu_bp-next-prev-container a {
  font-size: 15px;
  color: inherit;
}
.vu_bp-next-prev-container a:hover {
  color: #fdb822;
}
.vu_bp-next-prev-container .vu_bp-next-link i,
.vu_bp-next-prev-container .vu_bp-prev-link i {
  position: relative;
  top: -1px;
}
.vu_bp-next-prev-container .vu_bp-next-link {
  text-align: right;
}
.vu_bp-next-prev-container .vu_bp-next-link i {
  margin-left: 10px;
}
.vu_bp-next-prev-container .vu_bp-prev-link {
  text-align: left;
}
.vu_bp-next-prev-container .vu_bp-prev-link i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vu_bp-next-prev-container .vu_bp-next-link {
    text-align: left !important;
  }
}

/* Blog: Single Post
================================================== */
.vu_blog-single-post {}
.vu_blog-single-post .vu_blog-post {
  padding: 0;
  border: none;
  margin-bottom: 35px;
}
.vu_blog-single-post .vu_blog-post .vu_bp-image {
  margin: 0 0 26px 0;
}
.vu_blog-single-post .vu_blog-post .vu_bp-meta {
  margin: 16px 0 22px 0;
}
.vu_blog-single-post .vu_bsp-content {
  padding: 25px;
  margin: 0 0 40px;
  border: 2px solid #684f40;
}

/* Blog: Comments
================================================== */
.vu_comments {
  font-weight: normal;
}
.vu_comments .vu_c-list {
  position: relative;
}
.vu_comments ol.children {
  list-style: none;
  padding: 0 0 0 100px;
}
@media (max-width: 991px) {
  .vu_comments ol.children {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .vu_comments ol.children {
    padding-left: 25px;
  }
}
@media (max-width: 479px) {
  .vu_comments ol.children {
    padding-left: 0;
  }
}
.vu_comments .vu_c-count,
.vu_comments .vu_c-text {
  font-size: 20px;
  line-height: 26px;
  color: #fdb822;
  margin: 0 0 35px 0;
  text-transform: uppercase;
}
.vu_comments .vu_c-text {
  text-align: right;
}
.vu_comments .vu_c-article {
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_comments .vu_c-article .comment-respond {
  clear: both;
}
.vu_comments .vu_c-a-avatar {
  float: left;
  margin-bottom: 35px;
}
.vu_comments .vu_c-a-container {
  position: relative;
  margin-left: 130px;
  margin-bottom: 35px;
}
.vu_comments .vu_c-a-header {
  margin-bottom: 15px;
}
.vu_comments .vu_c-a-author {
  font-size: 16px;
  color: #684f40;
  margin: 0 0 5px 0;
}
.vu_comments .vu_c-a-author a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.vu_comments .vu_c-a-author a:hover {
  opacity: 0.8;
}
.vu_comments .vu_c-a-meta {
  line-height: normal;
}
.vu_comments .vu_c-a-m-item {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #aaaaaa;
  margin: 0 0 5px 10px;
}
.vu_comments .vu_c-a-m-item a {
  color: inherit;
  text-decoration: none;
}
.vu_comments .vu_c-a-m-item a:hover {
  color: #fdb822;
}
.vu_comments .vu_c-a-m-item i {
  margin-right: 5px;
}
.vu_comments .vu_c-a-m-item:first-child {
  margin-left: 0;
}
.vu_comments .vu_c-a-edit,
.vu_comments .vu_c-a-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.vu_comments .vu_c-a-edit {
  right: 85px;
}
.vu_comments .vu_c-a-edit a,
.vu_comments .vu_c-a-reply a {
  display: block;
  width: 75px;
  color: #fff;
  text-align: center;
  padding: 9px 15px 6px;
  background-color: #fdb822;
}
.vu_comments .vu_c-a-edit a {
  background-color: #684f40;
}
.vu_comments .vu_c-a-edit a:hover,
.vu_comments .vu_c-a-reply a:hover {
  color: #fff !important;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .vu_comments .comment .vu_c-a-edit,
  .vu_comments .comment .vu_c-a-reply {
    position: static;
  }
  .vu_comments .comment .vu_c-a-edit a,
  .vu_comments .comment .vu_c-a-reply a {
    width: auto;
    color: #343434;
    padding: 0;
    background-color: transparent !important;
  }
  .vu_comments .comment .vu_c-a-edit a:hover,
  .vu_comments .comment .vu_c-a-reply a:hover {
    color: #696969 !important;
  }
}
.vu_comments .vu_c-a-content {
  font-size: 14px;
  color: #696969;
  line-height: 24px;
}
.vu_comments .vu_c-a-content .vu_c-a-moderation {
  color: #fdb822;
}
.vu_comments .vu_c-a-content p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 0 5px 0;
}
.vu_comments .vu_c-a-content p:last-child {
  margin-bottom: 0;
}

/* Pingback & Trackback */
.vu_comments li.pingback,
.vu_comments li.trackback {
  position: relative;
  padding: 5px 0 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_comments li.pingback .vu_c-a-edit,
.vu_comments li.trackback .vu_c-a-edit {
  right: 0;
  margin-bottom: 0;
}
.vu_comments li.pingback p,
.vu_comments li.trackback p {
  margin-bottom: 0;
}
.vu_comments li.pingback .vu_c-a-edit + p,
.vu_comments li.trackback .vu_c-a-edit + p {
  padding-right: 100px;
}

.comment-reply-title {
  font-size: 20px;
  color: #684f40;
  line-height: 26px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.comment-reply-title small a {
  font-size: 13px;
  color: #fdb822;
  text-decoration: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #f1f1f1;
}
.comment-reply-title small a:hover {
  color: #684f40;
}

.vu_no-comments {
  margin-bottom: 0;
}

/* Comments Form */
.comment-form .form-control {
  font-family: inherit;
  font-size: 16px;
  color: #696969;
  height: 42px;
  box-shadow: none;
  outline: 0;
  margin: 0 0 20px 0;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.comment-form .form-control:focus {
  border-color: #684f40;
}
.comment-form textarea.form-control {
  padding: 12px !important;
  height: auto;
}
.comment-form .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.comment-form .form-control:-moz-placeholder { color: #aaaaaa; }
.comment-form .form-control::-moz-placeholder { color: #aaaaaa; }
.comment-form .form-control:-ms-input-placeholder { color: #aaaaaa; }

.comment-form .form-submit {
  text-align: right;
  margin: 10px 0 0;
}

/* Pagination
================================================== */
.vu_pagination {
  margin: 0 0 70px 0;
  text-align: center;
}
.vu_pagination .vu_p-list {
  font-size: 0;
  margin: 0;
}
.vu_pagination .vu_p-list li {
  display: inline-block;
  margin: 0 5px;
}
.vu_pagination .vu_p-list .page-numbers {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #343434;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  background-color: #ebebeb;
}
.vu_pagination .vu_p-list a:hover {
  color: #fff;
  border-color: #684f40;
  background-color: #684f40;
}
.vu_pagination .vu_p-list .current {
  color: #684f40;
  border-color: #684f40;
  background-color: #fff;
}
.vu_pagination .prev i,
.vu_pagination .next i {
  position: relative;
  top: -1px;
}
.vu_pagination .next i {
  left: 1px;
}

/* Recent Posts
================================================== */
.vu_recent-posts {}
.vu_recent-posts .vu_rp-item {
  overflow: hidden;
  margin-bottom: 25px;
}
.vu_recent-posts .vu_rp-item:last-child {
  margin-bottom: 0;
}
.vu_recent-posts .vu_rp-item .vu_rp-img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.vu_recent-posts .vu_rp-item .vu_rp-img img {
  border-radius: 50%;
}
.vu_recent-posts .vu_rp-item .vu_rp-img ~ * {
  margin-left: 80px;
}
.vu_recent-posts .vu_rp-item .vu_rp-title {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #343434;
  text-transform: none;
  margin: 5px 0 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-title {
  color: #fff;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a {
  color: inherit;
  font-size: inherit;
}
.vu_recent-posts .vu_rp-item .vu_rp-title a:hover {
  color: #fdb822;
}
.vu_recent-posts .vu_rp-item .vu_rp-author {
  font-size: 14px;
  line-height: 1.5;
  color: #696969;
  margin-bottom: 3px;
}
.vu_recent-posts .vu_rp-item .vu_rp-date {
  font-size: 12px;
  line-height: 1.5;
  color: #696969;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-title {
  color: #fff;
}
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-author,
.vu_main-footer .vu_recent-posts .vu_rp-item .vu_rp-date {
  color: #d6d8db;
}

/* Working Hours
================================================== */
.vu_working-hours {}
.vu_working-hours .vu_wh-item {
  font-size: 0;
  line-height: normal;
  padding: 1px 0 0;
}
.vu_working-hours .vu_wh-item:first-child {
  padding-top: 0;
}
.vu_working-hours .vu_wh-item:last-child {
  border-bottom: 0;
}
.vu_working-hours .vu_wh-item .vu_wh-day,
.vu_working-hours .vu_wh-item .vu_wh-hours {
  display: inline-block;
  width: 60%;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
}
.vu_working-hours .vu_wh-item .vu_wh-day {}
.vu_working-hours .vu_wh-item .vu_wh-hours {
  width: 40%;
  text-align: right;
  padding-right: 0;
}
.vu_working-hours .vu_wh-item.active .vu_wh-day,
.vu_working-hours .vu_wh-item.active .vu_wh-hours {
  color: #fdb822;
  font-weight: 600;
}

/* Social Networks
================================================== */
.vu_social-networks {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.vu_social-networks.vu_sn-alignment-left {
  text-align: left;
}
.vu_social-networks.vu_sn-alignment-center {
  text-align: center;
}
.vu_social-networks.vu_sn-alignment-right {
  text-align: right;
}
.vu_social-networks .vu_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.vu_social-networks .vu_social-icon:last-child {
  margin-right: 0;
}
.vu_social-networks .vu_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fdb822;
}
.vu_social-networks .vu_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: #684f40;
}
.vu_social-networks .vu_social-icon a:hover i {
  color: inherit !important;
}
.vu_social-networks.vu_sn-size-large .vu_social-icon a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.vu_social-networks.vu_sn-size-medium .vu_social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.vu_social-networks.vu_sn-size-small .vu_social-icon a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

/* Share Buttons
================================================== */
.vu_share-buttons {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.vu_share-buttons.vu_sb-alignment-left {
  text-align: left;
}
.vu_share-buttons.vu_sb-alignment-center {
  text-align: center;
}
.vu_share-buttons.vu_sb-alignment-right {
  text-align: right;
}
.vu_share-buttons .vu_sb-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.vu_share-buttons .vu_sb-icon:last-child {
  margin-right: 0;
}
.vu_share-buttons .vu_sb-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fdb822;
}
.vu_share-buttons .vu_sb-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: #684f40;
}
.vu_share-buttons .vu_sb-icon a:hover i {
  color: inherit !important;
}
.vu_share-buttons.vu_sb-size-large .vu_sb-icon a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.vu_share-buttons.vu_sb-size-medium .vu_sb-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.vu_share-buttons.vu_sb-size-small .vu_sb-icon a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

/* Error Page - 404
================================================== */
body.error404 .vu_main-footer {
  margin-top: 0;
}
.vu_error-page {
  text-align: center;
  margin: -10px 0 70px 0;
}
.vu_error-page .vu_ep-404 {
  font-family: "Montserrat";
  font-size: 130px;
  font-weight: normal;
  color: #fdb822;
  line-height: 1;
  margin: 0 auto 20px auto;
}
.vu_error-page .vu_ep-content {
  
}
.vu_error-page .vu_ep-title {
  font-size: 28px;
  color: #684f40;
  line-height: normal;
  margin: 0 0 15px 0;
}
.vu_error-page .vu_ep-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.vu_error-page .vu_ep-btn {}

/* Widgets
================================================== */
/* General */
.widget {
  margin-bottom: 35px;
}
.widget_title {
  position: relative;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #684f40;
  line-height: 24px;
  padding: 0 0 15px 0;
  margin: 25px 0 30px 0;
}
.widget_title a {
  color: inherit;
}
.vu_sidebar .widget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.vu_sidebar .widget:last-child {
  border-bottom: none;
}
.vu_sidebar .widget_title {
  padding-bottom: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .vu_sidebar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vu_sidebar .widget {
    float: left;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .vu_sidebar .widget:nth-child(2n) {
    float: right;
  }
}

/* Social Icons */
.widget .vu_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget .vu_social-icon:last-child {
  margin-right: 0;
}
.widget .vu_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fdb822;
}
.widget .vu_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: #684f40;
}
.widget .vu_social-icon a:hover i {
  color: #fff !important;
}

/* Search Form */
.vu_search-form {}
.vu_search-form .vu_sf-wrapper {
  position: relative;
}
.vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 42px;
  padding-right: 38px !important;
  border: 2px solid #684f40;
}
.vu_search-form .vu_sf-wrapper .vu_sf-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #684f40;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}
.vu_search-form .vu_sf-wrapper .vu_sf-submit:focus {
  box-shadow: none;
  outline: none;
}
.vu_top-bar .vu_search-form {
  display: inline-block;
  width: 180px;
}
.vu_top-bar .vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 24px;
  font-size: 12px;
  border: none !important;
  padding-left: 8px !important;
  padding-right: 24px !important;
}
.vu_top-bar .vu_search-form .vu_sf-wrapper .vu_sf-submit {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* Search Modal */
.vu_search-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.9); 
}
.vu_search-modal .vu_sm-content {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vu_search-modal .vu_sm-close {
  position: absolute;
  top: -100px;
  left: 0;
  font-size: 17px;
  color: #fff;
}
.vu_search-modal .vu_sm-close:hover {
  color: #fff;
  opacity: 0.8;
}
.vu_search-modal .vu_search-form .vu_sf-wrapper .vu_sf-input {
  height: 54px;
  font-size: 16px;
  border: none;
  padding-left: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}
.vu_search-modal .vu_search-form .vu_sf-wrapper .vu_sf-submit {
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  text-align: right;
  color: #fff;
}

/* Inputs */
.widget .form-control,
.widget input[type="text"],
.widget input[type="search"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  color: #696969;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.widget .form-control:focus,
.widget input[type="text"]:focus,
.widget input[type="search"]:focus {
  border-color: #fdb822;
}
.widget textarea.form-control,
.widget textarea {
  padding: 12px !important;
  height: auto;
}
.widget .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.widget .form-control:-moz-placeholder { color: #aaaaaa; }
.widget .form-control::-moz-placeholder { color: #aaaaaa; }
.widget .form-control:-ms-input-placeholder { color: #aaaaaa; }

/* Latest Tweets
================================================== */
.vu_latest-tweets .tweet_odd,
.vu_latest-tweets .tweet_even {
}
.vu_latest-tweets .tweet_avatar {
  display: none;
}
.vu_latest-tweets ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.vu_latest-tweets ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
}
.vu_latest-tweets ul li:last-child {
  margin-bottom: 0;
}
.vu_latest-tweets ul li:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fdb822;
  position: absolute;
  left: 0;
  top: 5px;
}
.vu_main-footer .vu_latest-tweets a {
  color: #fff;
  opacity: 0.7;
}
.vu_main-footer .vu_latest-tweets a:hover {
  opacity: 1;
  color: #fdb822;
}

/* Flickr photos
================================================== */
.vu_flickr-photos {
  margin: 0 -5px -10px -5px;
}
.vu_flickr-photos span {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.vu_flickr-photos a,
.vu_flickr-photos a img {
  display: block;
}
.vu_flickr-photos a:hover {
  opacity: 0.7;
}

/* Default Wordpress Widgets
================================================== */
/* General */
.widget .screen-reader-text {
  display: none;
}
.widget.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.widget_archive > ul,
.widget.widget_pages > ul,
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul,
.widget.widget_meta > ul,
.widget.widget_categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -7px !important;
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_meta li,
.widget.widget_categories li {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
}
.widget.widget_archive li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_recent_comments li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_categories li:last-child {
  margin-bottom: 0;
}
.widget.widget_archive li:last-child > a,
.widget.widget_pages li:last-child > a,
.widget.widget_recent_comments li:last-child > a,
.widget.widget_recent_entries li:last-child > a,
.widget.widget_meta li:last-child > a,
.widget.widget_categories li:last-child > a {
  margin-bottom: 0;
}
.widget.widget_archive li,
.widget.widget_categories li {
  text-align: right;
  margin-bottom: 0;
}
.widget.widget_archive li ul,
.widget.widget_categories li ul {
  clear: both;
  padding-left: 25px;
}
.widget.widget_archive li a,
.widget.widget_categories li a {
  clear: both;
  float: left;
  margin-bottom: 7px;
}
.widget.widget_archive li a,
.widget.widget_pages li a,
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_categories li a {
  color: inherit;
  margin-right: 6px;
}
.widget.widget_calendar table {
  margin-bottom: 0;
}
.vu_sidebar .widget.widget_recent_comments li a {
  color: #684f40;
}
.vu_sidebar .widget.widget_recent_comments li a.url {
  color: #fdb822;
}
.widget.widget_recent_comments li a {
  color: inherit;
  opacity: 0.7;
}
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_recent_comments li a:hover,
.widget.widget_recent_entries li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover {
  color: #fdb822;
}
.widget.widget_pages ul.children {
  margin-top: 11px;
  padding-left: 15px !important;
}

/* Tags Widget */
.widget.widget_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -6px;
  font-size: 0;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  color: #fff;
  font-size: 14px !important;
  background-color: #684f40;
  padding: 6px 15px 4px;
  margin: 0 6px 6px 0;
}
.widget.widget_tag_cloud a.active,
.widget.widget_tag_cloud a:hover {
  color: #fff;
  background-color: #fdb822;
}

/* RSS Widget */
.widget.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget.widget_rss .widget_title > a:first-child {
  display: none;
}
.widget.widget_rss li {
  margin-bottom: 15px;
}
.widget.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss li .rsswidget {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.vu_main-footer .widget.widget_rss li .rsswidget {
  color: #fff;
}
.widget.widget_rss .rss-date {
  display: block;
  color: #684f40;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0px 0 5px 0;
}
.widget.widget_rss .rssSummary {
  color: inherit;
  opacity: 0.8;
}
.widget.widget_rss cite {
  display: block;
  font-size: 13px;
  color: inherit;
  margin-top: 5px;
  opacity: 0.9;
}

/* Highlight
================================================== */
.vu_highlight {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  background-color: #fdb822;
}

/* List with icon
================================================== */
.vu_list-with-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.vu_list-with-icon li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
}
.vu_list-with-icon li:last-child {
  margin-bottom: 0;
}
.vu_list-with-icon li a {
  display: inline-block;
  color: inherit;
  padding: 3px 0;
}
.vu_list-with-icon li:first-child a {
  padding-top: 0;
}
.vu_list-with-icon li a:hover {
  color: #fdb822;
}
.vu_list-with-icon li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 0.9em;
  color: #fdb822;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.vu_list-with-icon[data-color="primary"] li a:hover,
.vu_list-with-icon[data-color="primary"] li:before {
  color: #fdb822;
}
.vu_list-with-icon[data-color="secondary"] li a:hover,
.vu_list-with-icon[data-color="secondary"] li:before {
  color: #684f40;
}
.vu_list-with-icon[data-color="black"] li a:hover,
.vu_list-with-icon[data-color="black"] li:before {
  color: #343434;
}
.vu_list-with-icon[data-color="gray"] li a:hover,
.vu_list-with-icon[data-color="gray"] li:before {
  color: #aaa;
}
.vu_list-with-icon[data-color="white"] li a:hover,
.vu_list-with-icon[data-color="white"] li:before {
  color: #fff;
}
.vu_list-with-icon[data-font="Bakery"] li:before {
  font-family: "Bakery";
}
.vu_list-with-icon[data-font="Milingona"] li:before {
  font-family: "Milingona";
}
.vu_list-with-icon[data-font="FontAwesome"] li:before {
  font-family: "FontAwesome";
}
.vu_list-with-icon[data-icon] li:before {
  content: attr(data-icon);
}

/* Footer
================================================== */
.vu_main-footer {
  position: relative;
  color: #fff;
  background-color: #1a1a1a;
}

.vu_main-footer.vu_mf-fullwidth .vu_mf-widgets .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vu_main-footer.vu_mf-fullwidth [class^="vu_mf-footer"] {
  padding-left: 70px;
  padding-right: 70px;
}

.vu_main-footer [class^="vu_mf-footer"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 748px) {
  .vu_main-footer [class^="vu_mf-footer"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.vu_main-footer .widget_title {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #303030;
}
.vu_main-footer .vu_mf-footer-2 .widget_title:after,
.vu_main-footer .vu_mf-footer-3 .widget_title:after,
.vu_main-footer .vu_mf-footer-4 .widget_title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  left: -30px;
  bottom: -1px;
  background-color: #303030;
}

.vu_main-footer .vu_mf-widgets {
  font-size: 14px;
  line-height: 1.55em;
}

.vu_main-footer .widget {
  margin-bottom: 30px;
}

.vu_main-footer .vu_mf-subfooter {
  background-color: #000000;
}

.vu_main-footer .vu_mf-subfooter .container {
  padding-left: 0px;
  padding-right: 0px;
}

.vu_main-footer .vu_mf-subfooter .vu_mf-sf-content {
  padding: 12px 0 10px 0;
  font-size: 13px;
  color: inherit;
  line-height: 32px;
}
@media (max-width: 767px) {
  .vu_main-footer .vu_mf-subfooter .vu_mf-sf-content {
    text-align: center;
  }
}
.vu_main-footer .vu_mf-subfooter a {
  color: inherit;
  text-decoration: none;
}
.vu_main-footer .vu_mf-subfooter a:hover {
  color: #fdb822;
}

/* Footer Widgets */
.vu_main-footer .widget.widget_calendar table {
  margin-bottom: 0;
}

/* Back to top */
.vu_back-to-top {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  color: rgba(255,255,255,0.35);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
}
.vu_back-to-top:focus {
  color: rgba(255,255,255,0.35);
}
.vu_back-to-top:hover {
  opacity: 0.9;
  color: rgba(255,255,255,0.35);
}

/* Embed Content
================================================== */
.vu_embed,
.vu_embed body {
  margin: 0 !important;
}
.vu_embed body {
  padding: 50px !important;
}
.vu_embed .vu_embed-container {
  margin-left: -15px !important;
  margin-right: -15px !important;

  opacity: 0;

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.vu_embed .vu_embed-container .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Embed Responsive
================================================== */
.embed-responsive.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.embed-responsive.embed-responsive-3by2 {
  padding-bottom: 66.67%;
}
.embed-responsive.embed-responsive-3by4 {
  padding-bottom: 133.34%;
}

/* WordPress Generated Generics
================================================== */
.bypostauthor {
  background-color: #fff;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #696969;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

.wp-caption-text {
  clear: both;
  line-height: 32px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* Extra Classes
================================================== */
/* primary colors */
.vu_primary-text-color { color: #fdb822; }
.vu_primary-border-color { border-color: #fdb822; }
.vu_primary-bg-color { background-color: #fdb822; }

/* secondary colors */
.vu_secondary-text-color { color: #684f40; }
.vu_secondary-border-color { border-color: #684f40; }
.vu_secondary-bg-color { background-color: #684f40; }

/* black colors */
.vu_black-text-color { color: #000; }
.vu_black-border-color { border-color: #000; }
.vu_black-bg-color { background-color: #000; }

/* white colors */
.vu_white-text-color { color: #fff; }
.vu_white-border-color { border-color: #fff; }
.vu_white-bg-color { background-color: #fff; }

/* icons */
.vu_with-icon { position: relative; padding-left: 22px; color: #696969; }
.vu_with-icon > i.fa { position: absolute; left: 0; line-height: 1.8; color: #fdb822; }
.vu_main-footer .vu_with-icon,
.vu_main-footer .vu_with-icon > i.fa { color: #fff; }

/* border */
.vu_with-border { border: 1px solid #f1f1f1; }
.vu_with-bg { background-color: #f9f9f9; }

/* lazy load */
.vu_lazy-load {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
  -webkit-transition: background-image 0.4s ease-in-out;
  -moz-transition: background-image 0.4s ease-in-out;
  -ms-transition: background-image 0.4s ease-in-out;
  -o-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}

/* zoom image */
.vu_zoom-img {
  overflow: hidden;
}
.vu_zoom-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vu_zoom-img:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* shadow */
.vu_with-shadow {
  box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
}

/* arrows */
.vu_arrow-down {
  position: relative;
}
.vu_arrow-down:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  z-index: 1;
  border: 15px solid transparent;
  border-top-color: #fdb822;
}
.vu_arrow-down.vu_secondary-bg-color:after {
  border-top-color: #684f40;
}

/* text align */
@media (max-width: 991px) {
  .vu_md-text-left { text-align: left !important; }
  .vu_md-text-center { text-align: center !important; }
  .vu_md-text-right { text-align: right !important; }
}
@media (max-width: 767px) {
  .vu_sm-text-left { text-align: left !important; }
  .vu_sm-text-center { text-align: center !important; }
  .vu_sm-text-right { text-align: right !important; }
}
@media (max-width: 479px) {
  .vu_xs-text-left { text-align: left !important; }
  .vu_xs-text-center { text-align: center !important; }
  .vu_xs-text-right { text-align: right !important; }
}

/* width */
.w-0 { width: 0%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

/* positions */
.p-s { position: static; }
.p-f { position: fixed; }
.p-a { position: absolute; }
.p-r { position: relative; }

.t-0 { top: 0px; }
.t-1 { top: 1px; }
.t-2 { top: 2px; }
.t-3 { top: 3px; }
.t-4 { top: 4px; }
.t-5 { top: 5px; }
.t-6 { top: 6px; }
.t-7 { top: 7px; }
.t-8 { top: 8px; }
.t-9 { top: 9px; }
.t-10 { top: 10px; }
.t-15 { top: 10px; }
.t-20 { top: 20px; }
.t-30 { top: 30px; }
.t-40 { top: 40px; }
.t-50 { top: 50px; }
.t-60 { top: 60px; }
.t-70 { top: 70px; }
.t-80 { top: 80px; }
.t-90 { top: 90px; }
.t-100 { top: 100px; }

.r-0 { right: 0px; }
.r-1 { right: 1px; }
.r-2 { right: 2px; }
.r-3 { right: 3px; }
.r-4 { right: 4px; }
.r-5 { right: 5px; }
.r-6 { right: 6px; }
.r-7 { right: 7px; }
.r-8 { right: 8px; }
.r-9 { right: 9px; }
.r-10 { right: 10px; }
.r-15 { right: 10px; }
.r-20 { right: 20px; }
.r-30 { right: 30px; }
.r-40 { right: 40px; }
.r-50 { right: 50px; }
.r-60 { right: 60px; }
.r-70 { right: 70px; }
.r-80 { right: 80px; }
.r-90 { right: 90px; }
.r-100 { right: 100px; }

.b-0 { bottom: 0px; }
.b-1 { bottom: 1px; }
.b-2 { bottom: 2px; }
.b-3 { bottom: 3px; }
.b-4 { bottom: 4px; }
.b-5 { bottom: 5px; }
.b-6 { bottom: 6px; }
.b-7 { bottom: 7px; }
.b-8 { bottom: 8px; }
.b-9 { bottom: 9px; }
.b-10 { bottom: 10px; }
.b-15 { bottom: 10px; }
.b-20 { bottom: 20px; }
.b-30 { bottom: 30px; }
.b-40 { bottom: 40px; }
.b-50 { bottom: 50px; }
.b-60 { bottom: 60px; }
.b-70 { bottom: 70px; }
.b-80 { bottom: 80px; }
.b-90 { bottom: 90px; }
.b-100 { bottom: 100px; }

.l-0 { left: 0px; }
.l-1 { left: 1px; }
.l-2 { left: 2px; }
.l-3 { left: 3px; }
.l-4 { left: 4px; }
.l-5 { left: 5px; }
.l-6 { left: 6px; }
.l-7 { left: 7px; }
.l-8 { left: 8px; }
.l-9 { left: 9px; }
.l-10 { left: 10px; }
.l-15 { left: 10px; }
.l-20 { left: 20px; }
.l-30 { left: 30px; }
.l-40 { left: 40px; }
.l-50 { left: 50px; }
.l-60 { left: 60px; }
.l-70 { left: 70px; }
.l-80 { left: 80px; }
.l-90 { left: 90px; }
.l-100 { left: 100px; }

/* z-index */
.z-i-0 { z-index: 0; }

.z-i-1 { z-index: 1; }
.z-i-2 { z-index: 2; }
.z-i-3 { z-index: 3; }
.z-i-4 { z-index: 4; }
.z-i-5 { z-index: 5; }
.z-i-10 { z-index: 10; }

.-z-i-1 { z-index: -1; }
.-z-i-2 { z-index: -2; }
.-z-i-3 { z-index: -3; }
.-z-i-4 { z-index: -4; }
.-z-i-5 { z-index: -5; }

/* margin */
.no-margin { margin: 0 !important; }

.-m-t-1 { margin-top: -1px !important; }
.-m-t-2 { margin-top: -2px !important; }
.-m-t-3 { margin-top: -3px !important; }
.-m-t-4 { margin-top: -4px !important; }
.-m-t-5 { margin-top: -5px !important; }
.-m-t-6 { margin-top: -6px !important; }
.-m-t-7 { margin-top: -7px !important; }
.-m-t-8 { margin-top: -8px !important; }
.-m-t-9 { margin-top: -9px !important; }
.-m-t-10 { margin-top: -10px !important; }
.-m-t-11 { margin-top: -11px !important; }
.-m-t-12 { margin-top: -12px !important; }
.-m-t-13 { margin-top: -13px !important; }
.-m-t-14 { margin-top: -14px !important; }
.-m-t-15 { margin-top: -15px !important; }
.-m-t-16 { margin-top: -16px !important; }
.-m-t-20 { margin-top: -20px !important; }
.-m-t-25 { margin-top: -25px !important; }
.-m-t-30 { margin-top: -30px !important; }
.-m-t-35 { margin-top: -35px !important; }
.-m-t-40 { margin-top: -40px !important; }
.-m-t-45 { margin-top: -45px !important; }
.-m-t-50 { margin-top: -50px !important; }

.m-t-0 { margin-top: 0 !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-t-9 { margin-top: 9px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-11 { margin-top: 11px !important; }
.m-t-12 { margin-top: 12px !important; }
.m-t-13 { margin-top: 13px !important; }
.m-t-14 { margin-top: 14px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-16 { margin-top: 16px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-55 { margin-top: 55px !important; }
.m-t-60 { margin-top: 60px !important; }
.m-t-65 { margin-top: 65px !important; }
.m-t-70 { margin-top: 70px !important; }
.m-t-80 { margin-top: 80px !important; }
.m-t-90 { margin-top: 90px !important; }
.m-t-100 { margin-top: 100px !important; }

.-m-r-1 { margin-right: -1px !important; }
.-m-r-2 { margin-right: -2px !important; }
.-m-r-3 { margin-right: -3px !important; }
.-m-r-4 { margin-right: -4px !important; }
.-m-r-5 { margin-right: -5px !important; }
.-m-r-6 { margin-right: -6px !important; }
.-m-r-7 { margin-right: -7px !important; }
.-m-r-8 { margin-right: -8px !important; }
.-m-r-9 { margin-right: -9px !important; }
.-m-r-10 { margin-right: -10px !important; }
.-m-r-11 { margin-right: -11px !important; }
.-m-r-12 { margin-right: -12px !important; }
.-m-r-13 { margin-right: -13px !important; }
.-m-r-14 { margin-right: -14px !important; }
.-m-r-15 { margin-right: -15px !important; }
.-m-r-16 { margin-right: -16px !important; }
.-m-r-20 { margin-right: -20px !important; }
.-m-r-25 { margin-right: -25px !important; }
.-m-r-30 { margin-right: -30px !important; }
.-m-r-35 { margin-right: -35px !important; }
.-m-r-40 { margin-right: -40px !important; }
.-m-r-45 { margin-right: -45px !important; }
.-m-r-50 { margin-right: -50px !important; }

.m-r-0 { margin-right: 0 !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-6 { margin-right: 6px !important; }
.m-r-7 { margin-right: 7px !important; }
.m-r-8 { margin-right: 8px !important; }
.m-r-9 { margin-right: 9px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-11 { margin-right: 11px !important; }
.m-r-12 { margin-right: 12px !important; }
.m-r-13 { margin-right: 13px !important; }
.m-r-14 { margin-right: 14px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-16 { margin-right: 16px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-r-50 { margin-right: 50px !important; }
.m-r-55 { margin-right: 55px !important; }
.m-r-60 { margin-right: 60px !important; }
.m-r-65 { margin-right: 65px !important; }
.m-r-70 { margin-right: 70px !important; }
.m-r-80 { margin-right: 80px !important; }
.m-r-90 { margin-right: 90px !important; }
.m-r-100 { margin-right: 100px !important; }

.-m-b-1 { margin-bottom: -1px !important; }
.-m-b-2 { margin-bottom: -2px !important; }
.-m-b-3 { margin-bottom: -3px !important; }
.-m-b-4 { margin-bottom: -4px !important; }
.-m-b-5 { margin-bottom: -5px !important; }
.-m-b-6 { margin-bottom: -6px !important; }
.-m-b-7 { margin-bottom: -7px !important; }
.-m-b-8 { margin-bottom: -8px !important; }
.-m-b-9 { margin-bottom: -9px !important; }
.-m-b-10 { margin-bottom: -10px !important; }
.-m-b-11 { margin-bottom: -11px !important; }
.-m-b-12 { margin-bottom: -12px !important; }
.-m-b-13 { margin-bottom: -13px !important; }
.-m-b-14 { margin-bottom: -14px !important; }
.-m-b-15 { margin-bottom: -15px !important; }
.-m-b-16 { margin-bottom: -16px !important; }
.-m-b-20 { margin-bottom: -20px !important; }
.-m-b-25 { margin-bottom: -25px !important; }
.-m-b-30 { margin-bottom: -30px !important; }
.-m-b-35 { margin-bottom: -35px !important; }
.-m-b-40 { margin-bottom: -40px !important; }
.-m-b-45 { margin-bottom: -45px !important; }
.-m-b-50 { margin-bottom: -50px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-6 { margin-bottom: 6px !important; }
.m-b-7 { margin-bottom: 7px !important; }
.m-b-8 { margin-bottom: 8px !important; }
.m-b-9 { margin-bottom: 9px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-11 { margin-bottom: 11px !important; }
.m-b-12 { margin-bottom: 12px !important; }
.m-b-13 { margin-bottom: 13px !important; }
.m-b-14 { margin-bottom: 14px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-16 { margin-bottom: 16px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-55 { margin-bottom: 55px !important; }
.m-b-60 { margin-bottom: 60px !important; }
.m-b-65 { margin-bottom: 65px !important; }
.m-b-70 { margin-bottom: 70px !important; }
.m-b-75 { margin-bottom: 75px !important; }
.m-b-80 { margin-bottom: 80px !important; }
.m-b-85 { margin-bottom: 85px !important; }
.m-b-90 { margin-bottom: 90px !important; }
.m-b-95 { margin-bottom: 95px !important; }
.m-b-100 { margin-bottom: 100px !important; }

.-m-l-1 { margin-left: -1px !important; }
.-m-l-2 { margin-left: -2px !important; }
.-m-l-3 { margin-left: -3px !important; }
.-m-l-4 { margin-left: -4px !important; }
.-m-l-5 { margin-left: -5px !important; }
.-m-l-6 { margin-left: -6px !important; }
.-m-l-7 { margin-left: -7px !important; }
.-m-l-8 { margin-left: -8px !important; }
.-m-l-9 { margin-left: -9px !important; }
.-m-l-10 { margin-left: -10px !important; }
.-m-l-11 { margin-left: -11px !important; }
.-m-l-12 { margin-left: -12px !important; }
.-m-l-13 { margin-left: -13px !important; }
.-m-l-14 { margin-left: -14px !important; }
.-m-l-15 { margin-left: -15px !important; }
.-m-l-20 { margin-left: -20px !important; }
.-m-l-25 { margin-left: -25px !important; }
.-m-l-30 { margin-left: -30px !important; }
.-m-l-35 { margin-left: -35px !important; }
.-m-l-40 { margin-left: -40px !important; }
.-m-l-45 { margin-left: -45px !important; }
.-m-l-50 { margin-left: -50px !important; }

.m-l-0 { margin-left: 0 !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-6 { margin-left: 6px !important; }
.m-l-7 { margin-left: 7px !important; }
.m-l-8 { margin-left: 8px !important; }
.m-l-9 { margin-left: 9px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-11 { margin-left: 11px !important; }
.m-l-12 { margin-left: 12px !important; }
.m-l-13 { margin-left: 13px !important; }
.m-l-14 { margin-left: 14px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-l-50 { margin-left: 50px !important; }
.m-l-55 { margin-left: 55px !important; }
.m-l-60 { margin-left: 60px !important; }
.m-l-65 { margin-left: 65px !important; }
.m-l-70 { margin-left: 70px !important; }
.m-l-80 { margin-left: 80px !important; }
.m-l-90 { margin-left: 90px !important; }
.m-l-100 { margin-left: 100px !important; }

/* padding */
.no-padding { padding: 0 !important; }

.p-t-0 { padding-top: 0 !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-6 { padding-top: 6px !important; }
.p-t-7 { padding-top: 7px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-9 { padding-top: 9px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-11 { padding-top: 11px !important; }
.p-t-12 { padding-top: 12px !important; }
.p-t-13 { padding-top: 13px !important; }
.p-t-14 { padding-top: 14px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }
.p-t-55 { padding-top: 55px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-t-65 { padding-top: 65px !important; }
.p-t-70 { padding-top: 70px !important; }
.p-t-75 { padding-top: 75px !important; }
.p-t-80 { padding-top: 80px !important; }
.p-t-85 { padding-top: 85px !important; }
.p-t-90 { padding-top: 90px !important; }
.p-t-95 { padding-top: 95px !important; }
.p-t-100 { padding-top: 100px !important; }

.p-r-0 { padding-right: 0 !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-6 { padding-right: 6px !important; }
.p-r-7 { padding-right: 7px !important; }
.p-r-8 { padding-right: 8px !important; }
.p-r-9 { padding-right: 9px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-11 { padding-right: 11px !important; }
.p-r-12 { padding-right: 12px !important; }
.p-r-13 { padding-right: 13px !important; }
.p-r-14 { padding-right: 14px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-r-50 { padding-right: 50px !important; }
.p-r-55 { padding-right: 55px !important; }
.p-r-60 { padding-right: 60px !important; }
.p-r-65 { padding-right: 65px !important; }
.p-r-70 { padding-right: 70px !important; }
.p-r-80 { padding-right: 80px !important; }
.p-r-90 { padding-right: 90px !important; }
.p-r-100 { padding-right: 100px !important; }

.p-b-0 { padding-bottom: 0 !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-6 { padding-bottom: 6px !important; }
.p-b-7 { padding-bottom: 7px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-b-9 { padding-bottom: 9px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-11 { padding-bottom: 11px !important; }
.p-b-12 { padding-bottom: 12px !important; }
.p-b-13 { padding-bottom: 13px !important; }
.p-b-14 { padding-bottom: 14px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-b-55 { padding-bottom: 55px !important; }
.p-b-60 { padding-bottom: 60px !important; }
.p-b-65 { padding-bottom: 65px !important; }
.p-b-70 { padding-bottom: 70px !important; }
.p-b-75 { padding-bottom: 75px !important; }
.p-b-80 { padding-bottom: 80px !important; }
.p-b-85 { padding-bottom: 85px !important; }
.p-b-90 { padding-bottom: 90px !important; }
.p-b-95 { padding-bottom: 95px !important; }
.p-b-100 { padding-bottom: 100px !important; }

.p-l-0 { padding-left: 0 !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-6 { padding-left: 6px !important; }
.p-l-7 { padding-left: 7px !important; }
.p-l-8 { padding-left: 8px !important; }
.p-l-9 { padding-left: 9px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-11 { padding-left: 11px !important; }
.p-l-12 { padding-left: 12px !important; }
.p-l-13 { padding-left: 13px !important; }
.p-l-14 { padding-left: 14px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-l-50 { padding-left: 50px !important; }
.p-l-55 { padding-left: 55px !important; }
.p-l-60 { padding-left: 60px !important; }
.p-l-65 { padding-left: 65px !important; }
.p-l-70 { padding-left: 70px !important; }
.p-l-80 { padding-left: 80px !important; }
.p-l-90 { padding-left: 90px !important; }
.p-l-100 { padding-left: 100px !important; }

/* font size */
.fs-0 { font-size: 0px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; }

/* line-height */
.lh-0 { line-height: 0 !important; }

/* borders */
.b-t-0 { border-top: 0 !important; }
.b-r-0 { border-right: 0 !important; }
.b-b-0 { border-bottom: 0 !important; }
.b-l-0 { border-left: 0 !important; }


table th {
    background-color: #1d2740;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid lightgrey;
}

