/*main 2025*/

/*imports taken from content.css*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800"); /* default font */
@import url("/css/334e6c06610fc01f183846e7bdf80f41.css"); /* Icon support */

/*
* /css/bootstrap.min.css
* /css/bootstrap-select.min.css
* /css/jquery.mmenu.css
* /css/animate.min.css
* /css/owl.carousel.min.css
* /css/daterangepicker.css
* /css/magnific-popup.css
* /css/editor-import.css
* /css/style.css
* /css/responsive.css
*/

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  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 {
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.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.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@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: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  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 .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.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 > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.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 > td,
.table-success > th {
  background-color: #c3e6cb;
}
.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 > td,
.table-info > th {
  background-color: #bee5eb;
}
.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 > td,
.table-warning > th {
  background-color: #ffeeba;
}
.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 > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.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 > td,
.table-light > th {
  background-color: #fdfdfe;
}
.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 > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.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 > td,
.table-active > th {
  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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-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:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  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 {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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:focus,
.dropdown-item:hover {
  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;
  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;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.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:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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 {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  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;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-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 {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}
.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 {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.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:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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:focus,
.navbar-brand:hover {
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.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-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf8,%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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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;charset=utf8,%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:focus,
.navbar-dark .navbar-text a:hover {
  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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.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::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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 {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.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;
}
.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;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.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;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.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:focus,
.list-group-item-action:hover {
  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:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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% - (0.5rem * 2));
}
.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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 #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  -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;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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 {
  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-circle {
  border-radius: 50% !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 embed,
.embed-responsive iframe,
.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.857143%;
}
.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;
}
.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;
  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;
  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;
  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;
  }
  .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;
    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;
    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;
    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;
  }
  .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;
    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;
    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;
    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;
  }
  .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;
    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;
    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;
    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;
  }
  .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;
    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;
    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;
    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;
  }
}
.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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.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;
}
.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: 1.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-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-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-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-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-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-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  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-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-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;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select.btn-group > .dropdown-toggle {
  height: 100%;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: 0;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
    :last-child
  )
  > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
  position: relative;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #ccc;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none !important;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
  display: none;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner {
  display: block;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner
  span.check-mark {
  display: none;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner
  span.text {
  display: inline-block;
  text-wrap: pretty;
  min-width: 300px;
}
@media all and (max-width: 1100px) {
  .bootstrap-select.btn-group
    .dropdown-menu
    a.dropdown-item
    span.dropdown-item-inner
    span.text {
    display: inline-block;
    text-wrap: pretty;
    min-width: initial;
  }
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  a.selected
  span.dropdown-item-inner
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}
.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panel,
.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after,
.mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-panel_has-navbar {
  padding-top: 40px;
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}
.mm-listitem_opened > .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-btn_next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}
.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-btn_fullwidth {
  width: 100%;
}
.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
  content: "";
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-btn_clear:before,
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_clear:after,
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-btn_next:after,
.mm-btn_prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:first-child {
  left: 0;
}
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel_has-navbar .mm-navbar {
  display: block;
}
.mm-listitem,
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: inherit;
}
.mm-listview {
  font: inherit;
  line-height: 20px;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listitem {
  position: relative;
}
.mm-listitem:after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listitem:after {
  left: 20px;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem > a,
.mm-listitem > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listitem .mm-btn_next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px;
}
.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}
.mm-listitem .mm-btn_fullwidth + a,
.mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px;
}
.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}
.mm-listitem_divider:after {
  content: " ";
  display: none;
  position: static;
  display: inline-block;
}
.mm-listitem_spacer {
  padding-top: 40px;
}
.mm-listitem_spacer > .mm-btn_next {
  top: 40px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu .mm-listitem_opened > .mm-btn_next,
.mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}
.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}
.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu_autoheight {
  transition: none 0.4s ease;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}
.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}
.mm-menu_autoheight-measuring
  .mm-listitem_vertical:not(.mm-listitem_opened)
  .mm-panel {
  display: none !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
[class*="mm-menu_columns-"] {
  transition-property: width;
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_opened,
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
[class*="mm-panel_columns-"] {
  border-right: 1px solid;
  border-color: inherit;
}
.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-0
  .mm-panels
  > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening
    .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening
    .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-1
  .mm-panels
  > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening
    .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening
    .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-2
  .mm-panels
  > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening
    .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening
    .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-3
  .mm-panels
  > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening
    .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening
    .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-4
  .mm-panels
  > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu_columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening
    .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening
    .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*="mm-menu_columns-"].mm-menu_position-bottom,
[class*="mm-menu_columns-"].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.mm-wrapper_opening [class*="mm-menu_columns-"].mm-menu_position-front {
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}
.mm-counter {
  font-style: normal;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 90px;
}
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 90px;
}
.mm-counter + .mm-btn_fullwidth + a,
.mm-counter + .mm-btn_fullwidth + span {
  padding-right: 90px;
}
.mm-listitem_vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-listitem_vertical.mm-listitem_spacer > .mm-counter {
  margin-top: 40px;
}
.mm-listitem_nosubitems > .mm-counter {
  display: none;
}
.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-listitem_divider {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 5px;
}
.mm-border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}
.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}
.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}
.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-page__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening)
  .mm-menu_dropdown {
  display: none;
}
[class*="mm-menu_tip-"]:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu_tip-left:before {
  left: 22px;
}
.mm-menu_tip-right:before {
  right: 22px;
}
.mm-menu_tip-top:before {
  top: -8px;
}
.mm-menu_tip-bottom:before {
  bottom: -8px;
}
.mm-iconbar {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mm-iconbar__bottom,
.mm-iconbar__top {
  width: inherit;
  position: absolute;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
  text-decoration: none;
}
.mm-iconbar__top {
  top: 0;
}
.mm-iconbar__bottom {
  bottom: 0;
}
.mm-menu_iconbar-40 .mm-navbars_bottom,
.mm-menu_iconbar-40 .mm-navbars_top,
.mm-menu_iconbar-40 .mm-panels {
  left: 40px;
}
.mm-menu_iconbar-40 .mm-iconbar {
  width: 40px;
}
.mm-menu_iconbar-60 .mm-navbars_bottom,
.mm-menu_iconbar-60 .mm-navbars_top,
.mm-menu_iconbar-60 .mm-panels {
  left: 60px;
}
.mm-menu_iconbar-60 .mm-iconbar {
  width: 60px;
}
.mm-menu_iconbar-80 .mm-navbars_bottom,
.mm-menu_iconbar-80 .mm-navbars_top,
.mm-menu_iconbar-80 .mm-panels {
  left: 80px;
}
.mm-menu_iconbar-80 .mm-iconbar {
  width: 80px;
}
.mm-iconbar,
.mm-iconbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
}
[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel {
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_iconpanel-first,
[class*="mm-menu_iconpanel-"]
  .mm-panels
  > .mm-panel_iconpanel-first.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 0;
}
[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_opened,
[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
[class*="mm-menu_iconpanel-"]
  .mm-panels
  > .mm-panel_opened-parent[class*="mm-panel_iconpanel-"]:not(
    .mm-panel_iconpanel-first
  ):not(.mm-panel_iconpanel-0),
[class*="mm-menu_iconpanel-"]
  .mm-panels
  > .mm-panel_opened[class*="mm-panel_iconpanel-"]:not(
    .mm-panel_iconpanel-first
  ):not(.mm-panel_iconpanel-0) {
  border-left: 1px solid;
  border-color: inherit;
}
[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*="mm-menu_iconpanel-"].mm-menu_hidedivider
  .mm-panel_opened-parent
  .mm-listitem_divider,
[class*="mm-menu_iconpanel-"].mm-menu_hidenavbar
  .mm-panel_opened-parent
  .mm-navbar {
  opacity: 0;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-40
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-40
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 40px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-40
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-40
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 120px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_iconpanel-40
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 40px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-60
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-60
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 60px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-60
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 120px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-60
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 180px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_iconpanel-60
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 60px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-80
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-80
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-80
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 160px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-80
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 240px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_iconpanel-80
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}
.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}
.mm-menu_keyboardfocus a:focus {
  outline: 0;
}
.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.4);
}
.mm-navbars_bottom,
.mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
  border-width: 0;
  border-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}
.mm-menu_navbar_top-1 .mm-panels {
  top: 40px;
}
.mm-menu_navbar_top-2 .mm-panels {
  top: 80px;
}
.mm-menu_navbar_top-3 .mm-panels {
  top: 120px;
}
.mm-menu_navbar_top-4 .mm-panels {
  top: 160px;
}
.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}
.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar_size-2 {
  height: 80px;
}
.mm-navbar_size-3 {
  height: 120px;
}
.mm-navbar_size-4 {
  height: 160px;
}
.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -40px;
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar_tabs,
.mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
}
.mm-navbar__tab_selected {
  background: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.mm-navbar__tab_selected:first-child {
  border-left: none;
}
.mm-navbar__tab_selected:last-child {
  border-right: none;
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}
.mm-navbar_tabs > :not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu_rtl {
  direction: rtl;
}
.mm-menu_rtl.mm-menu_offcanvas {
  right: auto;
}
.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu_rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu_rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu_rtl .mm-navbar .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu_rtl .mm-listitem:after {
  left: 0;
  right: 20px;
}
.mm-menu_rtl .mm-listitem > a:not(.mm-btn_next),
.mm-menu_rtl .mm-listitem > span:not(.mm-btn_next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu_rtl .mm-listitem .mm-btn_next {
  right: auto;
  left: 0;
}
.mm-menu_rtl .mm-listitem .mm-btn_next:before {
  left: auto;
  right: 0;
}
.mm-menu_rtl .mm-listitem .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu_rtl .mm-listitem .mm-btn_next + a,
.mm-menu_rtl .mm-listitem .mm-btn_next + span {
  margin-left: 50px;
}
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth + a,
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth + span {
  padding-left: 50px;
}
.mm-menu_rtl .mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + a,
.mm-menu_rtl .mm-counter + .mm-btn_next + span {
  margin-left: 90px;
}
.mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + a,
.mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + span {
  padding-left: 90px;
}
.mm-menu_rtl[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel {
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu_rtl[class*="mm-menu_iconpanel-"]
  .mm-panels
  > .mm-panel_iconpanel-first,
.mm-menu_rtl[class*="mm-menu_iconpanel-"]
  .mm-panels
  > .mm-panel_iconpanel-first.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  left: 0;
  right: 0;
}
.mm-menu_rtl[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_opened,
.mm-menu_rtl[class*="mm-menu_iconpanel-"] .mm-panels > .mm-panel_opened-parent {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-menu_rtl [class*="mm-panel_iconpanel-"],
.mm-menu_rtl [class*="mm-panel_iconpanel-"] ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_rtl [class*="mm-panel_iconpanel-"].mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_rtl
  .mm-menu_iconpanel-40
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_rtl
  .mm-menu_iconpanel-40
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 40px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_rtl
  .mm-menu_iconpanel-40
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_rtl
  .mm-menu_iconpanel-40
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 120px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_rtl
  .mm-menu_iconpanel-40
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 40px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_rtl
  .mm-menu_iconpanel-60
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_rtl
  .mm-menu_iconpanel-60
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 60px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_rtl
  .mm-menu_iconpanel-60
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 120px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_rtl
  .mm-menu_iconpanel-60
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 180px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_rtl
  .mm-menu_iconpanel-60
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 60px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_rtl
  .mm-menu_iconpanel-80
  .mm-panel_iconpanel-0.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_rtl
  .mm-menu_iconpanel-80
  .mm-panel_iconpanel-1.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_rtl
  .mm-menu_iconpanel-80
  .mm-panel_iconpanel-2.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 160px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_rtl
  .mm-menu_iconpanel-80
  .mm-panel_iconpanel-3.mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 240px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel,
.mm-menu_rtl
  .mm-menu_iconpanel-80
  .mm-panel_iconpanel-first
  ~ .mm-panel_opened
  ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl
  html[class*="mm-sidebar_expanded-"]:not(.mm-sidebar_closed)
  .mm-menu_rtl
  ~ .mm-slideout {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  right: 0;
}
.mm-menu_rtl label.mm-check,
.mm-menu_rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu_rtl label.mm-toggle + a,
.mm-menu_rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu_rtl label.mm-check + a,
.mm-menu_rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check,
.mm-menu_rtl .mm-btn_next + label.mm-toggle {
  left: 60px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check + a,
.mm-menu_rtl .mm-btn_next + label.mm-check + span,
.mm-menu_rtl .mm-btn_next + label.mm-toggle + a,
.mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu_rtl .mm-btn_next + label.mm-toggle + a,
.mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check + a,
.mm-menu_rtl .mm-btn_next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check,
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle {
  left: 100px;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + a,
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + span,
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + a,
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-searchfield {
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: inherit;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-searchfield input::-ms-clear {
  display: none;
}
.mm-searchfield__input {
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-panel__noresultsmsg {
  text-align: center;
  font-size: 150%;
  padding: 40px 0;
}
.mm-searchfield__btn {
  right: 0;
  top: 0;
}
.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.mm-searchfield__cancel {
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin 0.4s ease;
}
.mm-searchfield__cancel-active {
  margin-right: 0;
}
.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel_has-searchfield {
  padding-top: 40px;
}
.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 80px;
}
.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 40px;
}
.mm-listitem_nosubitems > .mm-btn_next {
  display: none;
}
.mm-listitem_nosubitems > .mm-btn_next + a,
.mm-listitem_nosubitems > .mm-btn_next + span {
  padding-right: 10px;
}
.mm-searchfield input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panels {
  transition: right 0.4s ease;
}
.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}
.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}
.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 42px;
}
.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 82px;
}
.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 122px;
}
.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 162px;
}
.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 42px;
}
.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 82px;
}
.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 122px;
}
.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 162px;
}
.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + a,
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + span,
.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth),
.mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + a,
.mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + span,
.mm-menu_selected-parent .mm-listitem > a:not(.mm-btn_fullwidth) {
  transition: background 0.4s ease;
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a,
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0;
}
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span,
.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > a,
.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > span {
  background: 0 0;
}
.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_fullwidth
  + span,
.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.4);
}
[class*="mm-wrapper_sidebar-collapsed-"] body,
[class*="mm-wrapper_sidebar-expanded-"] body {
  position: relative;
}
[class*="mm-wrapper_sidebar-collapsed-"] .mm-slideout,
[class*="mm-wrapper_sidebar-expanded-"] .mm-slideout {
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
[class*="mm-wrapper_sidebar-collapsed-"] .mm-page,
[class*="mm-wrapper_sidebar-expanded-"] .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}
[class*="mm-wrapper_sidebar-collapsed-"] .mm-menu_sidebar-collapsed,
[class*="mm-wrapper_sidebar-expanded-"] .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}
[class*="mm-wrapper_sidebar-collapsed-"]:not(.mm-wrapper_opening)
  .mm-menu_hidedivider
  .mm-listitem_divider,
[class*="mm-wrapper_sidebar-collapsed-"]:not(.mm-wrapper_opening)
  .mm-menu_hidenavbar
  .mm-navbar {
  opacity: 0;
}
.mm-wrapper_sidebar-collapsed-40 .mm-slideout,
[class*="mm-wrapper_sidebar-expanded-"].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40
  .mm-slideout {
  width: calc(100% - 40px);
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}
.mm-wrapper_sidebar-collapsed-60 .mm-slideout,
[class*="mm-wrapper_sidebar-expanded-"].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60
  .mm-slideout {
  width: calc(100% - 60px);
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-wrapper_sidebar-collapsed-80 .mm-slideout,
[class*="mm-wrapper_sidebar-expanded-"].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80
  .mm-slideout {
  width: calc(100% - 80px);
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  transform: translate(80px, 0);
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
}
[class*="mm-wrapper_sidebar-expanded-"] .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}
[class*="mm-wrapper_sidebar-expanded-"]
  .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}
[class*="mm-wrapper_sidebar-expanded-"].mm-wrapper_blocking,
[class*="mm-wrapper_sidebar-expanded-"].mm-wrapper_blocking body {
  overflow: visible;
}
[class*="mm-wrapper_sidebar-expanded-"] .mm-page__blocker {
  display: none !important;
}
.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 75%;
  -webkit-transform: translate(33.33333%, 0) !important;
  -ms-transform: translate(33.33333%, 0) !important;
  transform: translate(33.33333%, 0) !important;
  -webkit-transform: translate3d(33.33333%, 0, 0) !important;
  transform: translate3d(33.33333%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
  width: 25% !important;
}
.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 70%;
  -webkit-transform: translate(42.85714%, 0) !important;
  -ms-transform: translate(42.85714%, 0) !important;
  transform: translate(42.85714%, 0) !important;
  -webkit-transform: translate3d(42.85714%, 0, 0) !important;
  transform: translate3d(42.85714%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
  width: 30% !important;
}
.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 65%;
  -webkit-transform: translate(53.84615%, 0) !important;
  -ms-transform: translate(53.84615%, 0) !important;
  transform: translate(53.84615%, 0) !important;
  -webkit-transform: translate3d(53.84615%, 0, 0) !important;
  transform: translate3d(53.84615%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
  width: 35% !important;
}
.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.mm-menu_opened .mm-menu__blocker {
  display: none;
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-check:before,
label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
.mm-listitem_vertical label.mm-toggle {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}
.mm-listitem_vertical label.mm-check {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check {
  right: 20px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
.mm-btn_next + label.mm-check,
.mm-btn_next + label.mm-toggle {
  right: 60px;
}
.mm-btn_next + label.mm-check + a,
.mm-btn_next + label.mm-check + span,
.mm-btn_next + label.mm-toggle + a,
.mm-btn_next + label.mm-toggle + span {
  margin-right: 50px;
}
.mm-btn_next + label.mm-toggle + a,
.mm-btn_next + label.mm-toggle + span {
  padding-right: 70px;
}
.mm-btn_next + label.mm-check + a,
.mm-btn_next + label.mm-check + span {
  padding-right: 50px;
}
.mm-counter + .mm-btn_next + label.mm-check,
.mm-counter + .mm-btn_next + label.mm-toggle {
  right: 100px;
}
.mm-counter + .mm-btn_next + label.mm-check + a,
.mm-counter + .mm-btn_next + label.mm-check + span,
.mm-counter + .mm-btn_next + label.mm-toggle + a,
.mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-right: 90px;
}
label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
label.mm-toggle:before {
  background: #f3f3f3;
}
input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
  content: none;
}
.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}
.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}
.mm-menu_fx-menu-zoom {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-menu-slide {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*="mm-menu_fx-listitems-"] .mm-listitem {
  transition: none 0.4s ease;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(1) {
  transition-delay: 50ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(2) {
  transition-delay: 0.1s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(3) {
  transition-delay: 150ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(4) {
  transition-delay: 0.2s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(5) {
  transition-delay: 250ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(6) {
  transition-delay: 0.3s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(7) {
  transition-delay: 350ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(8) {
  transition-delay: 0.4s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(9) {
  transition-delay: 450ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(10) {
  transition-delay: 0.5s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(11) {
  transition-delay: 550ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(12) {
  transition-delay: 0.6s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(13) {
  transition-delay: 650ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(14) {
  transition-delay: 0.7s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(15) {
  transition-delay: 750ms;
}
.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}
.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}
@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening
  .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened
  ~ .mm-slideout {
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}
@media all and (max-width: 140px) {
  .mm-wrapper_opening
    .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening
    .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened
    ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_listview-30 .mm-listitem > a:not(.mm-btn_next),
.mm-menu_listview-30 .mm-listitem > span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mm-menu_listview-30 .mm-listitem_vertical > .mm-btn_next {
  height: 30;
}
.mm-menu_listview-50 .mm-listitem > a:not(.mm-btn_next),
.mm-menu_listview-50 .mm-listitem > span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mm-menu_listview-50 .mm-listitem_vertical > .mm-btn_next {
  height: 50;
}
.mm-menu_listview-60 .mm-listitem > a:not(.mm-btn_next),
.mm-menu_listview-60 .mm-listitem > span {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mm-menu_listview-60 .mm-listitem_vertical > .mm-btn_next {
  height: 60;
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu_listview-justify
  .mm-panels
  > .mm-panel
  .mm-listitem:not(.mm-listitem_divider),
.mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu_listview-justify
  .mm-panels
  > .mm-panel
  .mm-listitem
  > a:not(.mm-btn_next),
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > span,
.mm-panels > .mm-panel_listview-justify .mm-listitem > a:not(.mm-btn_next),
.mm-panels > .mm-panel_listview-justify .mm-listitem > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview_inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview_inset > li {
  padding: 5px 0;
}
.mm-menu_multiline .mm-listitem > a,
.mm-menu_multiline .mm-listitem > span,
.mm-panel_multiline .mm-listitem > a,
.mm-panel_multiline .mm-listitem > span {
  text-overflow: clip;
  white-space: normal;
}
[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
  background: #fff;
}
.mm-menu_popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-page__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}
.mm-menu_position-right {
  left: auto;
  right: 0;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1;
}
.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_position-bottom,
.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}
.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white .mm-navbar a,
.mm-menu_theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-btn:after,
.mm-menu_theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03);
  tap-highlight-color: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu_theme-white .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-listitem_opened > .mm-btn_next,
.mm-menu_theme-white .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu_theme-white .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu_theme-white .mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-iconbar,
.mm-menu_theme-white .mm-iconbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-navbar_tabs > :not(.mm-navbar__tab_selected),
.mm-menu_theme-white
  .mm-navbars_bottom.mm-navbars_has-tabs
  .mm-navbar_tabs
  ~ .mm-navbar,
.mm-menu_theme-white
  .mm-navbars_top.mm-navbars_has-tabs
  > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white .mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > a,
.mm-menu_theme-white.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > span {
  background: 0 0;
}
.mm-menu_theme-white.mm-menu_selected-hover
  .mm-listitem
  > a.mm-btn_fullwidth:hover
  + span,
.mm-menu_theme-white.mm-menu_selected-hover
  .mm-listitem
  > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > a,
.mm-menu_theme-white.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > span {
  background: 0 0;
}
.mm-menu_theme-white.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_fullwidth
  + span,
.mm-menu_theme-white.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark .mm-navbar a,
.mm-menu_theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-btn:after,
.mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu_theme-dark .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-listitem_opened > .mm-btn_next,
.mm-menu_theme-dark .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.08);
}
.mm-menu_theme-dark .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.08);
}
.mm-menu_theme-dark .mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-iconbar,
.mm-menu_theme-dark .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-navbar_tabs > :not(.mm-navbar__tab_selected),
.mm-menu_theme-dark
  .mm-navbars_bottom.mm-navbars_has-tabs
  .mm-navbar_tabs
  ~ .mm-navbar,
.mm-menu_theme-dark
  .mm-navbars_top.mm-navbars_has-tabs
  > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark.mm-menu_shadow-page:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu_theme-dark .mm-searchfield input {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > a,
.mm-menu_theme-dark.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > span {
  background: 0 0;
}
.mm-menu_theme-dark.mm-menu_selected-hover
  .mm-listitem
  > a.mm-btn_fullwidth:hover
  + span,
.mm-menu_theme-dark.mm-menu_selected-hover
  .mm-listitem
  > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > a,
.mm-menu_theme-dark.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > span {
  background: 0 0;
}
.mm-menu_theme-dark.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_fullwidth
  + span,
.mm-menu_theme-dark.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu_theme-darkinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black .mm-navbar a,
.mm-menu_theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-btn:after,
.mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
  tap-highlight-color: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu_theme-black .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-listitem_opened > .mm-btn_next,
.mm-menu_theme-black .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu_theme-black .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu_theme-black .mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-iconbar,
.mm-menu_theme-black .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-navbar_tabs > :not(.mm-navbar__tab_selected),
.mm-menu_theme-black
  .mm-navbars_bottom.mm-navbars_has-tabs
  .mm-navbar_tabs
  ~ .mm-navbar,
.mm-menu_theme-black
  .mm-navbars_top.mm-navbars_has-tabs
  > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black.mm-menu_shadow-page:after {
  box-shadow: false;
}
.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
  box-shadow: false;
}
.mm-menu_theme-black .mm-searchfield input {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > a,
.mm-menu_theme-black.mm-menu_selected-hover
  .mm-listview:hover
  > .mm-listitem_selected
  > span {
  background: 0 0;
}
.mm-menu_theme-black.mm-menu_selected-hover
  .mm-listitem
  > a.mm-btn_fullwidth:hover
  + span,
.mm-menu_theme-black.mm-menu_selected-hover
  .mm-listitem
  > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > a,
.mm-menu_theme-black.mm-menu_selected-parent
  .mm-panel_opened-parent
  .mm-listitem:not(.mm-listitem_selected-parent)
  > span {
  background: 0 0;
}
.mm-menu_theme-black.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_fullwidth
  + span,
.mm-menu_theme-black.mm-menu_selected-parent
  .mm-listitem_selected-parent
  > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu_theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu_theme-blackinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
  margin: 0 !important;
}
.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}
.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu_tileview .mm-listitem > a,
.mm-menu_tileview .mm-listitem > span,
.mm-panel_tileview .mm-listitem > a,
.mm-panel_tileview .mm-listitem > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu_tileview .mm-listitem > .mm-btn_next,
.mm-panel_tileview .mm-listitem > .mm-btn_next {
  width: auto;
}
.mm-menu_tileview .mm-listitem > .mm-btn_next:after,
.mm-menu_tileview .mm-listitem > .mm-btn_next:before,
.mm-panel_tileview .mm-listitem > .mm-btn_next:after,
.mm-panel_tileview .mm-listitem > .mm-btn_next:before {
  content: none;
  display: none;
}
.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
  display: none;
}
.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
  content: none;
  display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loader {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges,
.ranges {
  float: none;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
}
.daterangepicker:after,
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 11px;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li.active,
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker.ltr .calendar.right .calendar-table,
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table,
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .calendar,
  .daterangepicker.single.ltr .ranges {
    float: left;
  }
  .daterangepicker.single.rtl .calendar,
  .daterangepicker.single.rtl .ranges {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table,
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar,
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table,
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar,
  .daterangepicker.rtl .ranges {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loader.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
    content.css
    - A simple css for basic formatting
    - Used to format the built-in snippets (content blocks) in ContentBuilder.js
    - You can adjust or customize this css according to your site design
    - Can be combined with popular css frameworks
*/


/**********************************
    Adjustment for css frameworks
***********************************/

/* For UIKit */
html {
  color: #000;
}

/* For Material Design Lite */
.mdl-cell {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Images' default margin */
/* .container img { margin:1.4rem 0 1rem; } */

.container img:not(.img-responsive) {
  margin: 0 0 1rem;
}
img[alt="Quandoo"] {
  margin: 0 !important;
}
/**********************************
    Default Typography
***********************************/

/* html { font-size: 100%; }
/* body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    line-height: 2;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.07rem;
    line-height: 2;
    font-weight: 300;
} */
/* h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4;
}         */

/* h1 {font-size: 2.36rem;margin:0.4rem 0;}
h2 {font-size: 2rem;margin:0.6rem 0;}
h3 {font-size: 1.73rem;margin:0.7rem 0;}
h4 {font-size: 1.6rem;margin:0.8rem 0;}
h5 {font-size: 1.48rem;margin:0.8rem 0;}
h6 {font-size: 1.3rem;margin:0.8rem 0;}
p {margin:1rem 0;} */

/* .display { margin-bottom: 0.5rem;  }
.display h1 {
    font-weight: 800;
    font-size: 3rem;
    line-height:1.4;
    text-transform: uppercase;
}
.display p {
    font-size: 1.3rem;
    font-style: italic;
}  */

@media all and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.73rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.48rem;
  }
  h5 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  /* .display h1 { font-size: 2.2rem; }
    .display p { font-size: 1.1rem; } */
}

/**********************************
    Basic Elements
***********************************/

/* a, a:hover, a:active, a:visited, a:focus {color: #009E91;}  */
hr {
  background: none;
  background-color: transparent;
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 30px 0 25px;
  padding: 5px;
}
img {
  max-width: 100%;
}
figure {
  margin: 0;
}
/*ol, ul {line-height: inherit; font-weight: inherit;}
ul {
    list-style: initial;
    padding-left: 20px;
}
ul li {
    list-style: initial;
}
ol {padding-left: 20px;}
*/
table td {
  padding: 12px;
}
pre {
  font-family: courier;
  font-size: 1rem;
  white-space: pre-wrap;
  line-height: 1.4;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
blockquote {
  margin: 16px 40px;
}
b,
strong {
  font-weight: 600;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/**********************************
    Simple Grid
    (if css framework not used)
***********************************/
.container {
  margin: initial auto;
  /* max-width: 980px; */
}
@media (min-width: 40rem) {
  .column {
    float: left;
    padding-left: 1rem; /* beta3 */
    padding-right: 1rem; /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .column.full {
    width: 100%;
  }
  .column.two-third {
    width: 66.7%;
  }
  .column.two-fourth {
    width: 75%;
  }
  .column.two-fifth {
    width: 80%;
  }
  .column.two-sixth {
    width: 83.3%;
  }
  .column.half {
    width: 50%;
  }
  .column.third {
    width: 33.3%;
  }
  .column.fourth {
    width: 25%;
  }
  .column.fifth {
    width: 20%;
  }
  .column.sixth {
    width: 16.6%;
  }
  .column.flow-opposite {
    float: right;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/**********************************
    Useful Classes
***********************************/

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-30 {
  padding: 30px;
}
.padding-35 {
  padding: 35px;
}
.padding-40 {
  padding: 40px;
}
@media all and (max-width: 540px) {
  /*.center {text-align:initial}
    .right {text-align:initial}
    .left {text-align:initial}*/
  .padding-20 {
    padding: 0;
  }
  .padding-25 {
    padding: 0;
  }
  .padding-30 {
    padding: 0;
  }
  .padding-35 {
    padding: 0;
  }
  .padding-40 {
    padding: 0;
  }
  .is-btn,
  a.is-btn {
    width: 100%;
  }
}

.margin-0 {
  margin: 0 !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.is-card {
  display: table;
  background-color: #fff;
}
.is-card > * {
  display: table;
}
.is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}
@media all and (max-width: 540px) {
  .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}
.is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.max-390 {
  max-width: 390px;
  margin: 0 auto;
}
.shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
  border-radius: 500px;
  margin-top: 0;
}
img.bordered {
  border: #ccc 1px solid;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.list {
  position: relative;
  margin: 1.5em 0;
  box-shadow: none;
}
.list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1;
}
.list > h2,
.list > h3 {
  margin: 0 0 0 50px !important;
  line-height: 1.2 !important;
}
.list > p {
  margin: 5px 0 0 50px !important;
}

/* .quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}
@media all and (max-width: 540px) {
    .quote > i {left: -15px;font-size:1.5em;}
    .quote > small {margin-left:20px;ont-size: 1em;}
    .quote > p {margin-left:20px;font-size: 1.2em;}
} */

.is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}
.is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.is-social a:first-child > i {
  margin: 0 15px 0 0;
}
.is-social a:last-child > i {
  margin: 0 0 0 15px;
}
.is-social a:hover > i {
  color: #08c9b9;
}
.is-light-text .is-social a > i {
  color: #fff;
}
.is-light-text .is-social a:hover > i {
  color: #fff;
}
.is-dark-text .is-social a > i {
  color: #000;
}
.is-dark-text .is-social a:hover > i {
  color: #000;
}

.is-rounded-button-big {
}
.is-rounded-button-big a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  overflow: hidden;
}
.is-rounded-button-big a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  line-height: 110px;
}
.is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}
.is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}

.is-rounded-button-medium {
}
.is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
}
.is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}
.is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0;
}
.is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px;
}

.is-boxed-button-big {
  display: inline-block;
}
.is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}
.is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.is-boxed-button-big2 {
  display: inline-block;
}
.is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}
.is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}

.is-boxed-button-medium {
  display: inline-block;
}
.is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}
.is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.is-boxed-button-medium2 {
  display: inline-block;
}
.is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}
.is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}

.is-boxed-button-small {
  display: inline-block;
}
.is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}
.is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}

.height-20 {
  height: 20px;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.height-80 {
  height: 80px;
}
.height-100 {
  height: 100px;
}
.height-120 {
  height: 120px;
}
.height-140 {
  height: 140px;
}
.height-160 {
  height: 160px;
}
.height-180 {
  height: 180px;
}
.height-200 {
  height: 200px;
}
.height-220 {
  height: 220px;
}
.height-240 {
  height: 240px;
}
.height-260 {
  height: 260px;
}
.height-280 {
  height: 280px;
}
.height-300 {
  height: 300px;
}
@media (max-width: 640px) {
  .height-20 {
    height: 20px;
  }
  .height-40 {
    height: 30px;
  }
  .height-60 {
    height: 40px;
  }
  .height-80 {
    height: 45px;
  }
  .height-100 {
    height: 50px;
  }
  .height-120 {
    height: 55px;
  }
  .height-140 {
    height: 60px;
  }
  .height-160 {
    height: 65px;
  }
  .height-180 {
    height: 70px;
  }
  .height-200 {
    height: 75px;
  }
  .height-220 {
    height: 80px;
  }
  .height-240 {
    height: 85px;
  }
  .height-260 {
    height: 90px;
  }
  .height-280 {
    height: 95px;
  }
  .height-300 {
    height: 100px;
  }
}

.size-12 {
  font-size: 12px !important;
}
.size-14 {
  font-size: 14px !important;
}
.size-16 {
  font-size: 16px !important;
}
.size-18 {
  font-size: 18px !important;
}
.size-21 {
  font-size: 21px !important;
}
.size-24 {
  font-size: 24px !important;
}
.size-28 {
  font-size: 28px !important;
}
.size-32 {
  font-size: 32px !important;
}
.size-35 {
  font-size: 35px !important;
}
.size-38 {
  font-size: 38px !important;
}
.size-42 {
  font-size: 42px !important;
}
.size-46 {
  font-size: 46px !important;
}
.size-48 {
  font-size: 48px !important;
}
.size-50 {
  font-size: 50px !important;
}
.size-54 {
  font-size: 54px !important;
}
.size-60 {
  font-size: 60px !important;
}
.size-64 {
  font-size: 64px !important;
}
.size-68 {
  font-size: 68px !important;
}
.size-72 {
  font-size: 72px !important;
}
.size-76 {
  font-size: 76px !important;
}
.size-80 {
  font-size: 80px !important;
}
.size-84 {
  font-size: 84px !important;
}
.size-88 {
  font-size: 88px !important;
}
.size-92 {
  font-size: 92px !important;
}
.size-96 {
  font-size: 96px !important;
}
.size-100 {
  font-size: 100px !important;
}
.size-104 {
  font-size: 104px !important;
}
.size-108 {
  font-size: 108px !important;
}
.size-112 {
  font-size: 112px !important;
}
.size-116 {
  font-size: 116px !important;
}
.size-120 {
  font-size: 120px !important;
}
.size-124 {
  font-size: 124px !important;
}
.size-128 {
  font-size: 128px !important;
}
.size-132 {
  font-size: 132px !important;
}
.size-136 {
  font-size: 136px !important;
}
.size-140 {
  font-size: 140px !important;
}
.size-144 {
  font-size: 144px !important;
}
.size-148 {
  font-size: 148px !important;
}
.size-152 {
  font-size: 152px !important;
}
.size-156 {
  font-size: 156px !important;
}
.size-160 {
  font-size: 160px !important;
}
.size-164 {
  font-size: 164px !important;
}
.size-168 {
  font-size: 168px !important;
}
.size-172 {
  font-size: 172px !important;
}
.size-176 {
  font-size: 176px !important;
}
.size-180 {
  font-size: 180px !important;
}
.size-184 {
  font-size: 184px !important;
}
.size-188 {
  font-size: 188px !important;
}
.size-192 {
  font-size: 192px !important;
}
.size-196 {
  font-size: 196px !important;
}
.size-200 {
  font-size: 200px !important;
}
.size-204 {
  font-size: 204px !important;
}
.size-208 {
  font-size: 208px !important;
}
.size-212 {
  font-size: 212px !important;
}
.size-216 {
  font-size: 216px !important;
}
.size-220 {
  font-size: 220px !important;
}

@media all and (max-width: 1024px) {
  .size-12 {
    font-size: 12px !important;
  }
  .size-14 {
    font-size: 14px !important;
  }
  .size-16 {
    font-size: 16px !important;
  }
  .size-18 {
    font-size: 18px !important;
  }
  .size-21 {
    font-size: 21px !important;
  }
  .size-24 {
    font-size: 24px !important;
  }
  .size-28 {
    font-size: 28px !important;
  }
  .size-32 {
    font-size: 32px !important;
  }
  .size-35 {
    font-size: 35px !important;
  }
  .size-38 {
    font-size: 38px !important;
  }
  .size-42 {
    font-size: 42px !important;
  }
  .size-46 {
    font-size: 46px !important;
  }
  .size-48 {
    font-size: 48px !important;
  }
  .size-50 {
    font-size: 50px !important;
  }
  .size-54 {
    font-size: 54px !important;
  }
  .size-60 {
    font-size: 60px !important;
  }
  .size-64 {
    font-size: 64px !important;
  }
  .size-68 {
    font-size: 68px !important;
  }
  .size-72 {
    font-size: 72px !important;
  }
  .size-76 {
    font-size: 73px !important;
  }
  .size-80 {
    font-size: 74px !important;
  }
  .size-84 {
    font-size: 75px !important;
  }
  .size-88 {
    font-size: 76px !important;
  }
  .size-92 {
    font-size: 77px !important;
  }
  .size-96 {
    font-size: 78px !important;
  }
  .size-100 {
    font-size: 79px !important;
  }
  .size-104 {
    font-size: 80px !important;
  }
  .size-108 {
    font-size: 81px !important;
  }
  .size-112 {
    font-size: 82px !important;
  }
  .size-116 {
    font-size: 84px !important;
  }
  .size-120 {
    font-size: 85px !important;
  }
  .size-124 {
    font-size: 86px !important;
  }
  .size-128 {
    font-size: 87px !important;
  }
  .size-132 {
    font-size: 88px !important;
  }
  .size-136 {
    font-size: 89px !important;
  }
  .size-140 {
    font-size: 90px !important;
  }
  .size-144 {
    font-size: 91px !important;
  }
  .size-148 {
    font-size: 92px !important;
  }
  .size-152 {
    font-size: 93px !important;
  }
  .size-156 {
    font-size: 94px !important;
  }
  .size-160 {
    font-size: 95px !important;
  }
  .size-164 {
    font-size: 96px !important;
  }
  .size-168 {
    font-size: 97px !important;
  }
  .size-172 {
    font-size: 98px !important;
  }
  .size-176 {
    font-size: 99px !important;
  }
  .size-180 {
    font-size: 100px !important;
  }
  .size-184 {
    font-size: 111px !important;
  }
  .size-188 {
    font-size: 112px !important;
  }
  .size-192 {
    font-size: 113px !important;
  }
  .size-196 {
    font-size: 114px !important;
  }
  .size-200 {
    font-size: 115px !important;
  }
  .size-204 {
    font-size: 116px !important;
  }
  .size-208 {
    font-size: 117px !important;
  }
  .size-212 {
    font-size: 118px !important;
  }
  .size-216 {
    font-size: 119px !important;
  }
  .size-220 {
    font-size: 120px !important;
  }
}

@media all and (max-width: 640px) {
  .size-12 {
    font-size: 12px !important;
  }
  .size-14 {
    font-size: 14px !important;
  }
  .size-16 {
    font-size: 16px !important;
  }
  .size-18 {
    font-size: 18px !important;
  }
  .size-21 {
    font-size: 21px !important;
  }
  .size-24 {
    font-size: 22px !important;
  }
  .size-28 {
    font-size: 24px !important;
  }
  .size-32 {
    font-size: 26px !important;
  }
  .size-35 {
    font-size: 28px !important;
  }
  .size-38 {
    font-size: 30px !important;
  }
  .size-42 {
    font-size: 32px !important;
  }
  .size-46 {
    font-size: 34px !important;
  }
  .size-48 {
    font-size: 36px !important;
  }
  .size-50 {
    font-size: 36px !important;
  }
  .size-54 {
    font-size: 36px !important;
  }
  .size-60 {
    font-size: 36px !important;
  }
  .size-64 {
    font-size: 36px !important;
  }
  .size-68 {
    font-size: 36px !important;
  }
  .size-72 {
    font-size: 36px !important;
  }
  .size-76 {
    font-size: 36px !important;
  }
  .size-80 {
    font-size: 36px !important;
  }
  .size-84 {
    font-size: 36px !important;
  }
  .size-88 {
    font-size: 36px !important;
  }
  .size-92 {
    font-size: 36px !important;
  }
  .size-96 {
    font-size: 36px !important;
  }
  .size-100 {
    font-size: 36px !important;
  }
  .size-104 {
    font-size: 36px !important;
  }
  .size-108 {
    font-size: 36px !important;
  }
  .size-112 {
    font-size: 36px !important;
  }
  .size-116 {
    font-size: 36px !important;
  }
  .size-120 {
    font-size: 36px !important;
  }
  .size-124 {
    font-size: 36px !important;
  }
  .size-128 {
    font-size: 36px !important;
  }
  .size-132 {
    font-size: 36px !important;
  }
  .size-136 {
    font-size: 36px !important;
  }
  .size-140 {
    font-size: 36px !important;
  }
  .size-144 {
    font-size: 36px !important;
  }
  .size-148 {
    font-size: 36px !important;
  }
  .size-152 {
    font-size: 36px !important;
  }
  .size-156 {
    font-size: 36px !important;
  }
  .size-160 {
    font-size: 36px !important;
  }
  .size-164 {
    font-size: 36px !important;
  }
  .size-168 {
    font-size: 36px !important;
  }
  .size-172 {
    font-size: 36px !important;
  }
  .size-176 {
    font-size: 36px !important;
  }
  .size-180 {
    font-size: 36px !important;
  }
  .size-184 {
    font-size: 36px !important;
  }
  .size-188 {
    font-size: 36px !important;
  }
  .size-192 {
    font-size: 36px !important;
  }
  .size-196 {
    font-size: 36px !important;
  }
  .size-200 {
    font-size: 36px !important;
  }
  .size-204 {
    font-size: 36px !important;
  }
  .size-208 {
    font-size: 36px !important;
  }
  .size-212 {
    font-size: 36px !important;
  }
  .size-216 {
    font-size: 36px !important;
  }
  .size-220 {
    font-size: 36px !important;
  }
}

/* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
.size-12 span {
  font-size: 12px !important;
}
.size-14 span {
  font-size: 14px !important;
}
.size-16 span {
  font-size: 16px !important;
}
.size-18 span {
  font-size: 18px !important;
}
.size-21 span {
  font-size: 21px !important;
}
.size-24 span {
  font-size: 24px !important;
}
.size-28 span {
  font-size: 28px !important;
}
.size-32 span {
  font-size: 32px !important;
}
.size-35 span {
  font-size: 35px !important;
}
.size-38 span {
  font-size: 38px !important;
}
.size-42 span {
  font-size: 42px !important;
}
.size-46 span {
  font-size: 46px !important;
}
.size-48 span {
  font-size: 48px !important;
}
.size-50 span {
  font-size: 50px !important;
}
.size-54 span {
  font-size: 54px !important;
}
.size-60 span {
  font-size: 60px !important;
}
.size-64 span {
  font-size: 64px !important;
}
.size-68 span {
  font-size: 68px !important;
}
.size-72 span {
  font-size: 72px !important;
}
.size-76 span {
  font-size: 76px !important;
}
.size-80 span {
  font-size: 80px !important;
}
.size-84 span {
  font-size: 84px !important;
}
.size-88 span {
  font-size: 88px !important;
}
.size-92 span {
  font-size: 92px !important;
}
.size-96 span {
  font-size: 96px !important;
}
.size-100 span {
  font-size: 100px !important;
}
.size-104 span {
  font-size: 104px !important;
}
.size-108 span {
  font-size: 108px !important;
}
.size-112 span {
  font-size: 112px !important;
}
.size-116 span {
  font-size: 116px !important;
}
.size-120 span {
  font-size: 120px !important;
}
.size-124 span {
  font-size: 124px !important;
}
.size-128 span {
  font-size: 128px !important;
}
.size-132 span {
  font-size: 132px !important;
}
.size-136 span {
  font-size: 136px !important;
}
.size-140 span {
  font-size: 140px !important;
}
.size-144 span {
  font-size: 144px !important;
}
.size-148 span {
  font-size: 148px !important;
}
.size-152 span {
  font-size: 152px !important;
}
.size-156 span {
  font-size: 156px !important;
}
.size-160 span {
  font-size: 160px !important;
}
.size-164 span {
  font-size: 164px !important;
}
.size-168 span {
  font-size: 168px !important;
}
.size-172 span {
  font-size: 172px !important;
}
.size-176 span {
  font-size: 176px !important;
}
.size-180 span {
  font-size: 180px !important;
}
.size-184 span {
  font-size: 184px !important;
}
.size-188 span {
  font-size: 188px !important;
}
.size-192 span {
  font-size: 192px !important;
}
.size-196 span {
  font-size: 196px !important;
}
.size-200 span {
  font-size: 200px !important;
}
.size-204 span {
  font-size: 204px !important;
}
.size-208 span {
  font-size: 208px !important;
}
.size-212 span {
  font-size: 212px !important;
}
.size-216 span {
  font-size: 216px !important;
}
.size-220 span {
  font-size: 220px !important;
}

@media all and (max-width: 1024px) {
  .size-12 span {
    font-size: 12px !important;
  }
  .size-14 span {
    font-size: 14px !important;
  }
  .size-16 span {
    font-size: 16px !important;
  }
  .size-18 span {
    font-size: 18px !important;
  }
  .size-21 span {
    font-size: 21px !important;
  }
  .size-24 span {
    font-size: 24px !important;
  }
  .size-28 span {
    font-size: 28px !important;
  }
  .size-32 span {
    font-size: 32px !important;
  }
  .size-35 span {
    font-size: 35px !important;
  }
  .size-38 span {
    font-size: 38px !important;
  }
  .size-42 span {
    font-size: 42px !important;
  }
  .size-46 span {
    font-size: 46px !important;
  }
  .size-48 span {
    font-size: 48px !important;
  }
  .size-50 span {
    font-size: 50px !important;
  }
  .size-54 span {
    font-size: 54px !important;
  }
  .size-60 span {
    font-size: 60px !important;
  }
  .size-64 span {
    font-size: 64px !important;
  }
  .size-68 span {
    font-size: 68px !important;
  }
  .size-72 span {
    font-size: 72px !important;
  }
  .size-76 span {
    font-size: 73px !important;
  }
  .size-80 span {
    font-size: 74px !important;
  }
  .size-84 span {
    font-size: 75px !important;
  }
  .size-88 span {
    font-size: 76px !important;
  }
  .size-92 span {
    font-size: 77px !important;
  }
  .size-96 span {
    font-size: 78px !important;
  }
  .size-100 span {
    font-size: 79px !important;
  }
  .size-104 span {
    font-size: 80px !important;
  }
  .size-108 span {
    font-size: 81px !important;
  }
  .size-112 span {
    font-size: 82px !important;
  }
  .size-116 span {
    font-size: 84px !important;
  }
  .size-120 span {
    font-size: 85px !important;
  }
  .size-124 span {
    font-size: 86px !important;
  }
  .size-128 span {
    font-size: 87px !important;
  }
  .size-132 span {
    font-size: 88px !important;
  }
  .size-136 span {
    font-size: 89px !important;
  }
  .size-140 span {
    font-size: 90px !important;
  }
  .size-144 span {
    font-size: 91px !important;
  }
  .size-148 span {
    font-size: 92px !important;
  }
  .size-152 span {
    font-size: 93px !important;
  }
  .size-156 span {
    font-size: 94px !important;
  }
  .size-160 span {
    font-size: 95px !important;
  }
  .size-164 span {
    font-size: 96px !important;
  }
  .size-168 span {
    font-size: 97px !important;
  }
  .size-172 span {
    font-size: 98px !important;
  }
  .size-176 span {
    font-size: 99px !important;
  }
  .size-180 span {
    font-size: 100px !important;
  }
  .size-184 span {
    font-size: 111px !important;
  }
  .size-188 span {
    font-size: 112px !important;
  }
  .size-192 span {
    font-size: 113px !important;
  }
  .size-196 span {
    font-size: 114px !important;
  }
  .size-200 span {
    font-size: 115px !important;
  }
  .size-204 span {
    font-size: 116px !important;
  }
  .size-208 span {
    font-size: 117px !important;
  }
  .size-212 span {
    font-size: 118px !important;
  }
  .size-216 span {
    font-size: 119px !important;
  }
  .size-220 span {
    font-size: 120px !important;
  }
}

@media all and (max-width: 640px) {
  .size-12 span {
    font-size: 12px !important;
  }
  .size-14 span {
    font-size: 14px !important;
  }
  .size-16 span {
    font-size: 16px !important;
  }
  .size-18 span {
    font-size: 18px !important;
  }
  .size-21 span {
    font-size: 21px !important;
  }
  .size-24 span {
    font-size: 22px !important;
  }
  .size-28 span {
    font-size: 24px !important;
  }
  .size-32 span {
    font-size: 26px !important;
  }
  .size-35 span {
    font-size: 28px !important;
  }
  .size-38 span {
    font-size: 30px !important;
  }
  .size-42 span {
    font-size: 32px !important;
  }
  .size-46 span {
    font-size: 34px !important;
  }
  .size-48 span {
    font-size: 36px !important;
  }
  .size-50 span {
    font-size: 36px !important;
  }
  .size-54 span {
    font-size: 36px !important;
  }
  .size-60 span {
    font-size: 36px !important;
  }
  .size-64 span {
    font-size: 36px !important;
  }
  .size-68 span {
    font-size: 36px !important;
  }
  .size-72 span {
    font-size: 36px !important;
  }
  .size-76 span {
    font-size: 36px !important;
  }
  .size-80 span {
    font-size: 36px !important;
  }
  .size-84 span {
    font-size: 36px !important;
  }
  .size-88 span {
    font-size: 36px !important;
  }
  .size-92 span {
    font-size: 36px !important;
  }
  .size-96 span {
    font-size: 36px !important;
  }
  .size-100 span {
    font-size: 36px !important;
  }
  .size-104 span {
    font-size: 36px !important;
  }
  .size-108 span {
    font-size: 36px !important;
  }
  .size-112 span {
    font-size: 36px !important;
  }
  .size-116 span {
    font-size: 36px !important;
  }
  .size-120 span {
    font-size: 36px !important;
  }
  .size-124 span {
    font-size: 36px !important;
  }
  .size-128 span {
    font-size: 36px !important;
  }
  .size-132 span {
    font-size: 36px !important;
  }
  .size-136 span {
    font-size: 36px !important;
  }
  .size-140 span {
    font-size: 36px !important;
  }
  .size-144 span {
    font-size: 36px !important;
  }
  .size-148 span {
    font-size: 36px !important;
  }
  .size-152 span {
    font-size: 36px !important;
  }
  .size-156 span {
    font-size: 36px !important;
  }
  .size-160 span {
    font-size: 36px !important;
  }
  .size-164 span {
    font-size: 36px !important;
  }
  .size-168 span {
    font-size: 36px !important;
  }
  .size-172 span {
    font-size: 36px !important;
  }
  .size-176 span {
    font-size: 36px !important;
  }
  .size-180 span {
    font-size: 36px !important;
  }
  .size-184 span {
    font-size: 36px !important;
  }
  .size-188 span {
    font-size: 36px !important;
  }
  .size-192 span {
    font-size: 36px !important;
  }
  .size-196 span {
    font-size: 36px !important;
  }
  .size-200 span {
    font-size: 36px !important;
  }
  .size-204 span {
    font-size: 36px !important;
  }
  .size-208 span {
    font-size: 36px !important;
  }
  .size-212 span {
    font-size: 36px !important;
  }
  .size-216 span {
    font-size: 36px !important;
  }
  .size-220 span {
    font-size: 36px !important;
  }
}

@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-left: 0px !important;
  }
  .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}

.letter-spacing-25 {
  letter-spacing: 25px !important;
}
.letter-spacing-24 {
  letter-spacing: 24px !important;
}
.letter-spacing-23 {
  letter-spacing: 23px !important;
}
.letter-spacing-22 {
  letter-spacing: 22px !important;
}
.letter-spacing-21 {
  letter-spacing: 21px !important;
}
.letter-spacing-20 {
  letter-spacing: 20px !important;
}
.letter-spacing-19 {
  letter-spacing: 19px !important;
}
.letter-spacing-18 {
  letter-spacing: 18px !important;
}
.letter-spacing-17 {
  letter-spacing: 17px !important;
}
.letter-spacing-16 {
  letter-spacing: 16px !important;
}
.letter-spacing-15 {
  letter-spacing: 15px !important;
}
.letter-spacing-14 {
  letter-spacing: 14px !important;
}
.letter-spacing-13 {
  letter-spacing: 13px !important;
}
.letter-spacing-12 {
  letter-spacing: 12px !important;
}
.letter-spacing-11 {
  letter-spacing: 11px !important;
}
.letter-spacing-10 {
  letter-spacing: 10px !important;
}
.letter-spacing-9 {
  letter-spacing: 9px !important;
}
.letter-spacing-8 {
  letter-spacing: 8px !important;
}
.letter-spacing-7 {
  letter-spacing: 7px !important;
}
.letter-spacing-6 {
  letter-spacing: 6px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}

@media all and (max-width: 1024px) {
  .letter-spacing-25 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-24 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-23 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-22 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-21 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-20 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-19 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-18 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-17 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-16 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-15 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-14 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-13 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-12 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-11 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-10 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-9 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-8 {
    letter-spacing: 4px !important;
  }
  .letter-spacing-7 {
    letter-spacing: 4px !important;
  }
  .letter-spacing-6 {
    letter-spacing: 3px !important;
  }
  .letter-spacing-5 {
    letter-spacing: 3px !important;
  }
}

/**********************************
    Title Styles
***********************************/

.is-light-text * {
  color: #fff;
}
.is-dark-text * {
  color: #000;
}

/* Style 1 */

.is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Style 2 */

.is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Style 3 */

.is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* Style 4 */

.is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}
.is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}
.is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}

.is-light-text .is-title4-96 {
  border: #fff 2px solid;
}
.is-light-text .is-title4-80 {
  border: #fff 2px solid;
}
.is-light-text .is-title4-64 {
  border: #fff 2px solid;
}
.is-light-text .is-title4-48 {
  border: #fff 2px solid;
}
.is-light-text .is-title4-32 {
  border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
  border: #000 2px solid;
}
.is-dark-text .is-title4-80 {
  border: #000 2px solid;
}
.is-dark-text .is-title4-64 {
  border: #000 2px solid;
}
.is-dark-text .is-title4-48 {
  border: #000 2px solid;
}
.is-dark-text .is-title4-32 {
  border: #000 2px solid;
}

/* Style 5 */

.is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}
.is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}
.is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}

/* Extra Title Styles */

.is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}
.is-title-lite.is-title3-96,
.is-title-lite.is-title4-96,
.is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-80,
.is-title-lite.is-title4-80,
.is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-64,
.is-title-lite.is-title4-64,
.is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-48,
.is-title-lite.is-title4-48,
.is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-32,
.is-title-lite.is-title4-32,
.is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.is-title-bold {
  font-weight: 800;
}
.is-title-bold.is-title3-96,
.is-title-bold.is-title4-96,
.is-title-bold.is-title5-96 {
  border-width: 4px;
}
.is-title-bold.is-title3-80,
.is-title-bold.is-title4-80,
.is-title-bold.is-title5-80 {
  border-width: 4px;
}
.is-title-bold.is-title3-64,
.is-title-bold.is-title4-64,
.is-title-bold.is-title5-64 {
  border-width: 3px;
}
.is-title-bold.is-title3-48,
.is-title-bold.is-title4-48,
.is-title-bold.is-title5-48 {
  border-width: 3px;
}
.is-title-bold.is-title3-32,
.is-title-bold.is-title4-32,
.is-title-bold.is-title5-32 {
  border-width: 2px;
}

/**********************************
    Into Styles
***********************************/

.is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
.is-info1.size-21 {
  margin-top: 12px;
}
.is-info1.size-24 {
  margin-top: 15px;
}

.is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.is-info2.size-21 {
  margin-top: 12px;
}
.is-info2.size-24 {
  margin-top: 15px;
}

/**********************************
    Buttons Styles
***********************************/

.is-btn,
a.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /* white-space: nowrap; */
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  text-decoration: none;
  color: #000;
}
.is-btn:hover,
.is-btn:visited,
.is-btn:focus,
a.is-btn:hover,
a.is-btn:visited,
a.is-btn:focus {
  color: initial;
  text-decoration: initial;
  opacity: initial;
} /* prevent overide */

/* ghost1 default */
.is-btn-ghost1,
a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1,
.is-light-text a.is-btn-ghost1,
.is-dark-text .is-light-text a.is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1,
.is-dark-text a.is-btn-ghost1,
.is-light-text .is-dark-text a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* ghost2 default */
.is-btn-ghost2,
a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #dcdcdc;
  background-color: #dcdcdc;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2,
.is-light-text a.is-btn-ghost2,
.is-dark-text .is-light-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2,
.is-dark-text a.is-btn-ghost2,
.is-light-text .is-dark-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}

.is-btn.is-btn-small,
.is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em;
}
.is-btn.is-upper,
.is-upper {
  text-transform: uppercase;
}
.is-btn.is-rounded-30,
.is-rounded-30 {
  border-radius: 30px;
}

/* backward compatible */
/* .btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
} */
/* .btn.btn-primary {color: #ffffff;background-color: #08c9b9;}
.btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;} */

/*=============================================================
Template Name: Template 11
Author:        Q-Book
Author URI:    https://www.queensboroughgroup.co.uk
Version:       1.1.1
===============================================================

    TABLE OF CONTENTS:

    01. GLOBAL
    -- 01.1 RESETS
    -- 01.2 TYPOGRAPHY
    02. GENERAL STYLES
    -- 02.1 GENERAL
    -- 02.2 FORMS
    -- 02.3 BUTTONS
    03. TOP BAR
    04. HEADER
    -- 04.1 HORIZONTAL HEADER
    -- 04.2 VERTICAL HEADER
    -- 04.3 MOBILE MENU
    05. SECTIONS
    -- 05.1 GENERAL
    -- 05.2 ABOUT
    -- 05.3 SERVICES
    -- 05.4 TESTIMONIALS
    -- 05.5 NEWS
    -- 05.6 VIDEO
    -- 05.7 CONTACT
    -- 05.8 INFO
    -- 05.9 GALLERY
    -- 05.10 SUBSCIBE
    06. FOOTER
    07. BOOKING FORMS
    -- 07.1 GENERAL
    -- 07.2 HORIZONTAL BOOKING FORM
    -- 07.3 VERTICAL BOOKING FORM
    -- 07.4 ROUNDED VERTICAL BOOKING FORM
    08. WIDGETS
    -- 08.1 GENERAL
    -- 08.2 SEARCH
    -- 08.3 CATEGORIES
    -- 08.4 LATEST POSTS
    -- 08.5 TAGS
    -- 08.6 HELP
    -- 08.7 PRODUCTS
    09. ROOMS
    -- 09.1 ROOMS LIST
    -- 09.2 ROOMS GRID
    -- 09.3 ROOMS BLOCK
    -- 09.4 ROOM DETAILS
    10. BLOG
    -- 10.1 BLOG ARCHIVE
    -- 10.2 BLOG POST
    11. PAGES
    -- 11.1 PAGES GENERAL
    -- 11.2 CONTACT
    -- 11.3 GALLERY
    -- 11.4 RESTAURANT
    -- 11.5 EVENTS
    -- 11.6 OFFERS
    -- 11.7 COMING SOON
    -- 11.8 LOADING
    -- 11.9 STAFF
    -- 11.10 SHOP
    -- 11.11 PLACES
    -- 11.12 404
    -- 11.13 LOCATION

===============================================================

    COLOR SCHEME:

    Main Color : #edcb9a
    Main Color Hover/Focus : #d8ba8e

=============================================================*/
/* ===========================================
// 01. GLOBAL
=============================================*/
/* ===== 01.1 RESETS ===== */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.9em;
  color: #6c757d;
}

body.dark {
  background: #232628;
}

body.boxed {
  background: url(../images/boxed-bg.jpg) repeat;
  background-attachment: fixed;
}

body.boxed .wrapper {
  background: #fff;
  max-width: 1250px;
  overflow: hidden;
  position: relative;
  padding: 0;
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}

body.dark.boxed .wrapper {
  background: #232628;
}

body.has-vertical-header {
  overflow-x: hidden;
}

body.has-vertical-header .wrapper {
  margin-left: 100px;
}

body.has-vertical-header-open .wrapper {
  margin-left: 280px;
}

body.has-vertical-header .wrapper {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

::-moz-selection {
  background: #f5f5f5;
}

::selection {
  background: #f5f5f5;
}

*::-moz-selection {
  background: #f5f5f5;
}

.col-mar-15 {
  margin-top: 15px;
}

figure {
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

main {
  padding: 100px 0;
}

/* ===== 01.2 TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-weight: 600;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  line-height: 28px;
}

a {
  color: #b5bec4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover,
a:focus,
a:active {
  color: #afafaf;
  text-decoration: none;
  outline: none;
  background: none;
}

/* ===========================================
// 02. GENERAL
=============================================*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: -5px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-45 {
  margin-bottom: -45px;
}

.mb-50 {
  margin-bottom: -50px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.mt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.nop {
  padding: 0 !important;
}

.nopr {
  padding-right: 0 !important;
}

.nopl {
  padding-left: 0 !important;
}

.nom {
  margin: 0 !important;
}

.nomr {
  margin-right: 0 !important;
}

.noml {
  margin-left: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.div-relative {
  position: relative;
}

.tagline {
  position: relative;
  margin-top: 160px;
  padding-bottom: 0px;
  padding-top: 50px;
}

.box-shadow-001 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.01);
}

.box-shadow-002 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.02);
}

.box-shadow-003 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.03);
}

.box-shadow-004 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.04);
}

.box-shadow-005 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-006 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.06);
}

.box-shadow-007 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.07);
}

.box-shadow-008 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.08);
}

.box-shadow-009 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.09);
}

.box-shadow-01 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow-011 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.11);
}

.box-shadow-012 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-013 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.13);
}

.box-shadow-014 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.14);
}

.box-shadow-015 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.15);
}

.box-shadow-016 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-017 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.17);
}

.box-shadow-018 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.18);
}

.box-shadow-019 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-20 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow-021 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-022 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.22);
}

.box-shadow-023 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.23);
}

.box-shadow-024 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.24);
}

.box-shadow-025 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.25);
}

.box-shadow-026 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.26);
}

.box-shadow-027 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.27);
}

.box-shadow-028 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.28);
}

.box-shadow-029 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.29);
}

.box-shadow-30 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.3);
}

.box-shadow-031 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.31);
}

.box-shadow-032 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.32);
}

.box-shadow-033 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.33);
}

.box-shadow-034 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.34);
}

.box-shadow-035 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.35);
}

.box-shadow-036 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.36);
}

.box-shadow-037 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.37);
}

.box-shadow-038 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.38);
}

.box-shadow-039 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.39);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.39);
}

.box-shadow-04 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.4);
}

.box-shadow-041 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.41);
}

.box-shadow-042 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.42);
}

.box-shadow-043 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.42);
}

.box-shadow-044 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.44);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.44);
}

.box-shadow-045 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.45);
}

.box-shadow-046 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.46);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.46);
}

.box-shadow-047 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.47);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.47);
}

.box-shadow-048 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.48);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.48);
}

.box-shadow-049 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.49);
}

.box-shadow-05 {
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.5);
}

.color-overlay,
.color-overlay-hover,
.gradient-overlay,
.gradient-overlay-hover,
.dotted-overlay {
  position: relative;
}

.color-overlay *,
.color-overlay-hover *,
.gradient-overlay *,
.gradient-overlay-hover *,
.dotted-overlay-hover * {
  z-index: 119;
}

.color-overlay:after,
.color-overlay-hover:after,
.color-slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #333333;
  opacity: 0;
  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.color-overlay:after,
.color-overlay-hover:hover:after,
.color-slider .slotholder:after {
  opacity: 0.2;
}

.gradient-overlay:after,
.gradient-overlay-hover:after,
.gradient-slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  /* background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208)); */
  background: radial-gradient(
    rgb(0, 0, 0, 0.5) 40%,
    rgb(255, 255, 255, 0.1) 60%
  );
  opacity: 0;
  z-index: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gradient-overlay2 {
  position: relative;
}
.gradient-overlay2:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gradient-slider .slotholder:after {
  z-index: 100;
}

.gradient-overlay:after,
.gradient-overlay-hover:hover:after,
.gradient-slider .slotholder:after {
  opacity: 0.2;
}

.dotted-overlay:after,
.dotted-overlay-hover:after,
.dotted-slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url("../images/icons/gridtile.png");
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dotted-overlay:after,
.dotted-overlay-hover:hover:after,
.dotted-slider .slotholder:after {
  opacity: 0.3;
}

.op1:after,
.op1 .slotholder:after {
  opacity: 0.1;
}

.op2:after,
.op2 .slotholder:after {
  opacity: 0.2;
}

.op3:after,
.op3 .slotholder:after {
  opacity: 0.3;
}

.op4:after,
.op4 .slotholder:after {
  opacity: 0.4;
}

.op5:after,
.op5 .slotholder:after {
  opacity: 0.5;
}

.op5:after,
.op5 .slotholder:after {
  opacity: 0.5;
}

.op6:after,
.op6 .slotholder:after {
  opacity: 0.6;
}

.op7:after,
.op7 .slotholder:after {
  opacity: 0.7;
}

.op8:after,
.op8 .slotholder:after {
  opacity: 0.8;
}

.op9:after,
.op9 .slotholder:after {
  opacity: 0.9;
}

.link-icon,
.image-icon,
.instagram-icon {
  position: relative;
}

.link-icon:before,
.image-icon:before,
.instagram-icon:before {
  font-family: Flaticon;
  position: absolute;
  top: calc(50% - 18px);
  right: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  color: #a4a4a4;
  z-index: 120;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.link-icon.sm:before,
.image-icon.sm:before,
.instgram.sm:before {
  top: calc(50% - 13px);
  right: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 2px;
  line-height: 26px;
  font-size: 12px;
}

.link-icon:before {
  content: "\f102";
}

.image-icon:before {
  content: "\f100";
}

.instagram-icon:before {
  font-family: FontAwesome;
  content: "\f16d";
}

.link-icon:hover:before,
.image-icon:hover:before,
.instagram-icon:hover:before {
  opacity: 0.8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #8e0222;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 1;
}

.overlay.o10 {
  opacity: 0.1;
}

.overlay.o20 {
  opacity: 0.2;
}

.overlay.o30 {
  opacity: 0.3;
}

.overlay.o40 {
  opacity: 0.4;
}

.overlay.o50 {
  opacity: 0.5;
}

.overlay.o60 {
  opacity: 0.6;
}

.overlay.o70 {
  opacity: 0.7;
}

.overlay.o80 {
  opacity: 0.8;
}

.overlay.o90 {
  opacity: 0.9;
}

.award-item {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.award-item img {
  max-height: 200px;
}

/* ===== 02.1 FORMS ===== */
.form-group {
  margin-bottom: 30px;
}

label {
  color: #b5bec4;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

label a {
  margin-left: 5px;
  color: #b5bec4;
}

.form-control,
.form-control[readonly] {
  background: #f7f8f9;
  border: 1px solid #efefef;
  height: 45px;
  border-radius: 0;
  padding: 10px;
  color: #afafaf;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
}

.form-control:focus {
  background: #efefef;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e3e3e3;
}

/* BOOTSTRAP SELECT */
.bootstrap-select {
  display: block !important;
}

.form-control.bootstrap-select button,
.form-control.bootstrap-select button.dropdown-toggle {
  background: #f7f8f9;
  border: 1px solid #efefef;
  height: 45px;
  border-radius: 0;
  padding: 10px 10px;
  color: #afafaf;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

.form-control.bootstrap-select button .bs-caret {
  margin-right: -20px;
}

.form-control.bootstrap-select button:hover,
.form-control.bootstrap-select button:active,
.form-control.bootstrap-select button:focus {
  outline: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #e3e3e3 !important;
}

.form-control.bootstrap-select .popover-title {
  background: #f7f8f9;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #afafaf;
  text-transform: uppercase;
  padding: 8px 10px;
  border-bottom: 1px solid #efefef;
}

.form-control.bootstrap-select .dropdown-menu {
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  border-radius: 2px;
  padding-bottom: 0;
  margin-top: 15px;
}

.form-control.bootstrap-select .dropdown-menu a.dropdown-item,
.form-control.bootstrap-select .btn-info:not(:disabled):not(.disabled):active {
  color: #afafaf;
}

.form-control.bootstrap-select .dropdown-menu a.dropdown-item:active,
.form-control.bootstrap-select .dropdown-menu a.dropdown-item.active {
  background: #efefef;
  color: #afafaf;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.bootstrap-select
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner {
  outline: none;
}

.form-control.bootstrap-select .dropdown-menu .dropdown-header {
  text-transform: uppercase;
  font-weight: 700;
  color: #a4a4a4;
}

.form-control.bootstrap-select
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner.opt {
  padding-left: 0;
}

.form-control.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  a.selected
  span.dropdown-item-inner
  span.check-mark {
  right: 0;
}

.form-control.bootstrap-select button.close {
  margin-top: -10px;
  background: transparent !important;
  border: none;
}

.form-control.guestspicker {
  text-transform: uppercase;
  cursor: pointer;
}

textarea {
  max-width: 100%;
  min-height: 150px;
}

::-webkit-input-placeholder {
  color: #afafaf !important;
  font-weight: 400;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #afafaf !important;
  font-weight: 400;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #afafaf !important;
  font-weight: 400;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #afafaf !important;
  font-weight: 400;
  text-transform: uppercase;
}

.slider {
  position: relative;
  max-width: 100%;
  min-height: 700px;
}

.rev_slider {
  width: 100%;
  overflow: hidden;
}

.mm-wrapper_opening .rev_slider .tp-revslider-mainul,
.mm-wrapper_opening .rev_slider_wrapper {
  width: 100% !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: none !important;
}

.slider .tp-revslider-mainul {
  width: 100%;
}

.boxed .wrapper .slider .tp-revslider-mainul {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.tp-bullet {
  position: relative;
  opacity: 0.6;
  background: transparent;
}

.tp-bullet:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tp-bullet.selected:before {
  width: 60px;
}

.tp-bullet.selected,
.tp-bullet:hover {
  opacity: 1;
  background: transparent;
}

.tp-bullets {
  counter-reset: item;
}

.tp-bullets .tp-bullet:after {
  content: "0" counters(item, ".");
  counter-increment: item;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.back-to-top {
  visibility: hidden;
  height: 50px;
  width: 50px;
  background: #edcb9a;
  border-radius: 4px;
  right: 15px;
  bottom: 20px;
  position: fixed;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 999;
}

.menu-pushed .back-to-top {
  right: 320px;
}

.back-to-top i {
  color: #fff;
  line-height: 50px;
  font-size: 22px;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #d8ba8e;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

.back-to-top:hover {
  cursor: pointer;
}

.back-to-top.active {
  visibility: visible;
  bottom: 60px;
  opacity: 1;
}

.popover {
  color: #e3e3e3;
  border: none;
  -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.popover-header {
  background: #fff;
  text-align: center;
  font-weight: 500;
  color: #afafaf;
  padding: 8px 10px;
  border-bottom: 1px solid #efefef;
}

.popover-body {
  color: #b5bec4;
  padding: 8px 10px;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
  border-top-color: #fff;
}

.popover.bs-popover-top {
  left: 7px !important;
}

.popover.bs-popover-right {
  left: 7px !important;
}

.tooltip-inner {
  background: #edcb9a;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #edcb9a;
  bottom: 1px;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #edcb9a;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #edcb9a;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #edcb9a;
}

.pagination {
  width: 100%;
  margin-top: 100px;
  background: #f7f8f9;
  border: 1px solid #f4f5f6;
  border-radius: 2px;
  text-align: center;
}

.pagination ul {
  list-style: none;
  padding: 15px 0;
  margin: 0 auto;
}

.pagination ul li {
  display: inline-block;
  margin-right: 25px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #afafaf;
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  padding: 0 11px;
  text-align: center;
}

.pagination ul li a:hover {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.load-more {
  width: 250px;
  margin: 0 auto;
  margin-top: 80px;
  background: #f7f8f9;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.load-more:hover {
  background: #f2f2f2;
}

/* ===== 02.3 BUTTONS ===== */
.btn {
  background: #edcb9a;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 20px;
  -webkit-appearance: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover,
.btn:focus,
.btn:active {
  background: #d8ba8e;
  cursor: pointer;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-fw {
  width: 100%;
}

.btn i {
  margin-right: 10px;
}

.btn.btn-gray {
  background: #d7d8d9;
  color: #fff;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active {
  background: #d7d8d9;
}

.btn.btn-dark {
  background: #444;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active {
  background: #222;
  border-color: #222;
}

.btn.btn-blue {
  background: #1dc1f8;
  color: #fff;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background: #1aadde;
}

.btn.btn-lg {
  padding: 14px 22px;
  font-size: 22px;
}

.btn.btn-sm {
  padding: 7px 18px;
  font-size: 14px;
}

.btn.btn-xs {
  padding: 5px 10px;
  font-size: 10px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.social-media-share a {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 2px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.social-media-share a:last-child {
  margin-right: 0;
}

.social-media-share a i {
  font-size: 15px;
}

.social-media-share a:hover {
  color: #fff;
}

.social-media-share .facebook {
  color: #3b5998;
}

.social-media-share .facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}

.social-media-share .twitter {
  color: #4099ff;
}

.social-media-share .twitter:hover {
  background: #4099ff;
  border-color: #4099ff;
}

.social-media-share .googleplus {
  color: #d34836;
}

.social-media-share .googleplus:hover {
  background: #d34836;
  border-color: #d34836;
}

.social-media-share .pinterest {
  color: #cb2027;
}

.social-media-share .pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
}

.social-media-share .linkedin {
  color: #007bb6;
}

.social-media-share .linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}

.social-media-share .youtube {
  color: #bb0000;
}

.social-media-share .youtube:hover {
  background: #bb0000;
  border-color: #bb0000;
}

.social-media-share .instagram {
  color: #125688;
}

.social-media-share .instagram:hover {
  background: #125688;
  border-color: #125688;
}

.social-media-share .tripadvisor {
  color: #00a680;
}

.social-media-share .tripadvisor:hover {
  background: #00a680;
  border-color: #00a680;
}

/* ===========================================
// 03. TOP BAR
=============================================*/
.topbar {
  background: #ccc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
  font-size: 12px;
  color: #ad926b;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1030;
}

.topbar.dark {
  background: #333;
  border-bottom: 1px solid #444;
}

.topbar.gradient {
  background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
  color: #fff;
}

.topbar.transparent {
  background: transparent;
  position: absolute;
  top: 20px;
  color: #a4a4a4;
}

.topbar .welcome-mssg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.topbar .top-right-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.topbar .top-right-menu .top-menu li {
  list-style: none;
  float: left;
  position: relative;
  margin-right: 10px;
}

.topbar .top-right-menu .top-menu li:last-child {
  margin-right: 0;
}

.topbar .top-right-menu .social-menu {
  margin-right: 15px;
}
.topbar .top-right-menu .social-menu li {
  margin-right: 0px;
}

.topbar .top-right-menu .social-menu i.fa, .topbar .top-right-menu .social-menu i.fa-brands {
  font-size: 18px;
}


.topbar .top-right-menu .top-menu li a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 5px;
}

.topbar.gradient .top-right-menu .top-menu li a {
  color: #fff;
}

.topbar.transparent .top-menu li a {
  color: #a4a4a4;
}

.smaller-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.topbar .top-right-menu .top-menu li:last-child a {
  padding-right: 0;
}

.topbar .top-right-menu .top-menu li a i {
  margin-right: 5px;
}
.topbar .top-right-menu .social-menu li a i {
  margin-right: 0px;
}
.topbar .top-right-menu .top-menu .language-menu .languages {
  display: none;
  list-style: none;
  background: #fff;
  position: absolute;
  min-width: 120px;
  left: -6px;
  margin-top: 2px;
  z-index: 99999;
  border-radius: 2px;
  border: 0;
  padding: 0;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
}

.topbar.dark .top-right-menu .top-menu .language-menu .languages {
  background: #444;
}

.topbar .top-right-menu .top-menu .language-menu:hover .languages {
  display: block;
}

.topbar .top-right-menu .top-menu .language-menu .languages .language {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topbar.dark .top-right-menu .top-menu .language-menu .languages .language {
  border-color: #555;
}

.topbar .top-right-menu .top-menu .language-menu .languages .language:hover {
  background: #f5f5f5;
}

.topbar.dark
  .top-right-menu
  .top-menu
  .language-menu
  .languages
  .language:hover {
  background: #555;
}

.topbar
  .top-right-menu
  .top-menu
  .language-menu
  .languages
  .language:last-child {
  border-bottom: 0;
}

.topbar .top-right-menu .top-menu .language-menu .languages .language a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  color: #b5bec4;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topbar .top-right-menu .top-menu .language-menu a.active-language img,
.topbar .top-right-menu .top-menu .language-menu .languages .language a img {
  width: 15px;
  margin-right: 5px;
  margin-top: -2px;
}

.topbar .top-right-menu .language-menu .languages {
  animation-name: language_menu_slide_up;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: language_menu_slide_up;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: language_menu_slide_up;
  -moz-animation-duration: 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes language_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 2px;
  }
}

@-webkit-keyframes language_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 4px;
  }
}

.social-menu-footer {
  display: block;
  margin-left: 63px;
}
ul.bottom-menu {
  display: inline-flex;
  list-style-type: none;
  font-size: 25px;
}
ul.bottom-menu li {
  margin-right: 5px;
}

/* ===========================================
// 04. HEADER
=============================================*/
/* ===== 04.1 HORIZONTAL HEADER ===== */
header {
  background: #fff;
  width: 100%;
  z-index: 1020;
  position: relative;
  height: 84px;
}

header.dark-header {
  background: #333;
}

header.sticky-header {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.boxed header.sticky-header {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header.mm-slideout {
  z-index: 1020;
}

.boxed header {
  margin: 0 auto;
  width: 1250px;
}

.mfp-zoom-out-cur header.header-fixed-top {
  right: 8px;
}

header.transparent-header {
  position: absolute;
  top: 70px;
  background: transparent;
}

header.header-fixed-top {
  position: fixed;
  top: 0;
}

header.border-header,
header.header-fixed-top.scroll-header {
  border-bottom: 1px solid #efefef;
  background: #fff;
  z-index: 1020;
}

header.dark-header.header-fixed-top.scroll-header {
  background: #333;
  border-color: #333;
}

header .brand {
  display: inline-block;
  /* padding: 28px 0; */
  /* padding:20px 0; */
  /*padding:0;*/
  /*cannot add padding 0 if this required check image first*/
  padding: 15px 0;
}

header .brand .logo {
  display: inline-block;
}

header .brand .logo img {
  max-width: 100%;
  /* max-width:200px; */
  /* max-height:100px; */
  /* max-height:84px; */
  max-height: 60px;
  -webkit-transform: scale(0.999);
  transform: scale(0.999);
}

header .brand .logo .second-logo,
header .brand .logo .mobile-logo {
  display: none;
}

header .brand .big-logo {
  position: absolute;
  top: 0;
}

.toggle-menu-button {
  display: none;
  cursor: pointer;
}

.mobile-header .toggle-menu-button {
  display: inline-block;
  float: right;
  margin-top: 32px;
}

.toggle-menu-button .line {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background: #edcb9a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-menu-button.open .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-135deg);
  transform: translateY(9px) rotate(-135deg);
}

.toggle-menu-button.open .line:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.toggle-menu-button.open .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-header .copyright {
  display: none;
}

header.horizontal-header .main-menu {
  float: right;
}

header.horizontal-header:not(.loaded-header) .main-menu {
  display: none;
}

header.horizontal-header .main-menu .menu {
  float: right;
  list-style: none;
}

header.horizontal-header .main-menu .menu .menu-title {
  display: none;
}

header.horizontal-header .main-menu .goback {
  display: none;
}

header.horizontal-header .main-menu .menu .menu-item {
  display: block;
  float: left;
  position: relative;
}

header.horizontal-header.transparent-header .main-menu .menu .menu-item a {
  color: #fff;
}

header.horizontal-header .main-menu .menu .menu-item a,
header.horizontal-header.scroll-header .main-menu .menu .menu-item a {
  position: relative;
  display: block;
  padding: 28px 20px;
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
}

header.horizontal-header .main-menu .menu .menu-item a:hover,
header.horizontal .main-menu .menu .menu-item a:focus,
header.horizontal-header .main-menu .menu .menu-item.open a,
header.horizontal-header .main-menu .menu .menu-item.active a {
  color: #1c1c1c;
}

header.horizontal-header .main-menu .menu .menu-item:last-child a {
  padding-right: 0;
}

header.horizontal-header .main-menu .menu .menu-item.menu-btn .btn {
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
}

header.horizontal-header .main-menu .menu .dropdown .submenu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  margin-top: 8px;
  left: 5px;
  border-radius: 2px;
  background: #fff;
  border: 0;
  padding: 0;
  min-width: 200px;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
}

header.horizontal-header .main-menu .menu .dropdown .submenu:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}

header.horizontal-header .main-menu .menu .dropdown .submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #fff;
}

header.horizontal-header .main-menu .menu .dropdown.open .submenu {
  display: block;
}

header.horizontal-header .main-menu .menu .dropdown.open .submenu .menu-item {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item.dropdown:after {
  content: "\f141";
  font-family: FontAwesome;
  position: absolute;
  z-index: 999;
  right: 10px;
  bottom: 7px;
  color: #e3e3e3;
  font-size: 12px;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item:last-child {
  border-bottom: 0;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item:hover,
header.horizontal-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .dropdown.open {
  color: #a4a4a4;
  background: #efefef;
}

header.horizontal-header .main-menu .menu .dropdown.open .submenu .menu-item a {
  padding: 8px 20px;
  font-size: 12px;
  color: #b5bec4;
  font-weight: 600;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown
  .submenu {
  display: none;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu {
  display: block;
  position: absolute;
  left: 100%;
  top: -5px;
  margin-left: 8px;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 100%;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -11px;
  border: 6px solid transparent;
  border-right-width: 5px;
  border-right-color: #fff;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown
  .submenu
  .dropdown
  .submenu {
  display: none;
}

header.horizontal-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown
  .submenu
  .dropdown.open
  .submenu {
  display: block;
}

header.horizontal-header .main-menu .menu .dropdown .submenu {
  animation-name: horizontal_menu_slide_up;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: horizontal_menu_slide_up;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: horizontal_menu_slide_up;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes horizontal_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 8px;
  }
}

@-webkit-keyframes horizontal_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 8px;
  }
}

/* ===== 04.2 VERTICAL HEADER ===== */
header.vertical-header {
  width: 100px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-right: 1px solid #efefef;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}

header.loaded-header.vertical-header {
  display: block;
}

header.vertical-header.dark-header {
  background: #444;
  border-color: #444;
}

header.vertical-header.open-header {
  width: 280px;
}

header.vertical-header .menu-title {
  display: none;
}

header.vertical-header .copyright {
  width: 50vh;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

header.vertical-header.open-header .copyright {
  display: none;
}

header.vertical-header .toggle-menu-button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
}

header.vertical-header .brand .toggle-menu-button {
  display: none;
}

header.vertical-header .brand {
  padding: 50px 10px;
  display: block;
  position: relative;
}

header.vertical-header .brand .big-logo {
  position: relative;
}

header.vertical-header .main-menu {
  position: relative;
  width: 280px;
  left: 0;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}

header.vertical-header.open-header .main-menu {
  visibility: visible;
}

header.vertical-header.open-header .main-menu {
  animation-name: vertical_menu;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: vertical_menu;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: vertical_menu;
  -moz-animation-duration: 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes vertical_menu {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes vertical_menu {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header.vertical-header .main-menu .menu-item.dropdown:after {
  content: "\f141";
  font-family: FontAwesome;
  position: absolute;
  z-index: 999;
  right: 30px;
  bottom: 15px;
  color: #efefef;
  font-size: 12px;
}

header.vertical-header .main-menu .menu .menu-item {
  list-style: none;
}

header.vertical-header .main-menu .menu .menu-item a {
  display: block;
  color: #a4a4a4;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

header.vertical-header .main-menu .menu .menu-item a:hover,
header.vertical-header .main-menu .menu .menu-item a:focus,
header.vertical-header .main-menu .menu .menu-item.open a,
header.vertical-header .main-menu .menu .menu-item.active a {
  color: #d8ba8e;
}

header.vertical-header .main-menu .menu .menu-item.menu-btn {
  margin: 30px;
  margin-top: 30%;
}

header.vertical-header .main-menu .menu .menu-item.menu-btn a {
  color: #fff;
  padding: 8px 20px;
}

header.vertical-header .main-menu .dropdown .submenu {
  display: none;
  opacity: 1;
  top: 0;
  position: absolute;
  left: 100%;
  z-index: 1000;
  float: left;
  margin-left: 8px;
  border-radius: 0 4px 4px 0;
  background: #fff;
  border: 0;
  padding: 0;
  min-width: 230px;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  animation-name: vertical_menu_slide_up;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: vertical_menu_slide_up;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: vertical_menu_slide_up;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes vertical_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 8px;
  }
}

@-webkit-keyframes vertical_menu_slide_up {
  from {
    opacity: 0;
    margin-top: 15px;
  }

  to {
    opacity: 1;
    margin-top: 8px;
  }
}

header.vertical-header .main-menu .dropdown.open .submenu {
  display: block;
}

header.vertical-header .main-menu .menu .dropdown .submenu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 12px;
  height: 100%;
}

header.vertical-header .main-menu .menu .dropdown .submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -11px;
  border: 6px solid transparent;
  border-right-width: 5px;
  border-right-color: #fff;
}

header.vertical-header .main-menu .menu .dropdown.open .submenu {
  display: block;
}

header.vertical-header .main-menu .menu .dropdown.open .submenu .menu-item {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item.dropdown:after {
  content: "\f141";
  font-family: FontAwesome;
  position: absolute;
  z-index: 999;
  right: 10px;
  bottom: 7px;
  color: #e3e3e3;
  font-size: 12px;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item:last-child {
  border-bottom: 0;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown.open
  .submenu
  .menu-item:hover,
header.vertical-header .main-menu .menu .dropdown.open .submenu .dropdown.open {
  color: #a4a4a4;
  background: #efefef;
}

header.vertical-header .main-menu .menu .dropdown.open .submenu .menu-item a {
  padding: 8px 20px;
  font-size: 12px;
  color: #b5bec4;
  font-weight: 600;
  text-transform: uppercase;
}

header.vertical-header .main-menu .menu .dropdown .submenu .dropdown .submenu {
  display: none;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu {
  display: block;
  position: absolute;
  left: 100%;
  top: -5px;
  margin-left: 8px;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 100%;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown.open
  .submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -11px;
  border: 6px solid transparent;
  border-right-width: 5px;
  border-right-color: #fff;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown
  .submenu
  .dropdown
  .submenu {
  display: none;
}

header.vertical-header
  .main-menu
  .menu
  .dropdown
  .submenu
  .dropdown
  .submenu
  .dropdown.open
  .submenu {
  display: block;
}

/* ===== 04.3 MOBILE MENU ===== */
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.mm-wrapper_opening .mm-menu_position-left.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.mm-menu {
  min-width: 140px;
  max-width: 300px;
  background: #efefef;
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.03);
  border-color: #e3e3e3;
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 600;
}

.has-vertical-header .mm-menu {
  display: block;
  z-index: 9999;
}

.mm-menu li {
  list-style: none;
}

.mm-menu .mm-listitem > a,
.mm-listitem > span {
  padding: 15px 25px;
}

.mm-menu .mm-listitem:after {
  border-bottom: 1px solid #e3e3e3;
}

.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-menu .mm-panel_has-navbar .mm-navbar {
  background: #e3e3e3;
  height: 50px;
}

.mm-panel:after,
.mm-panel:before {
  height: 10px;
}

.mm-menu .mm-panel_has-navbar .mm-navbar a {
  color: #a4a4a4;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 35px;
}

.mm-listitem:after {
  left: 0;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  top: 15px;
}

.mm-menu .mm-btn_next:after,
.mm-menu .mm-btn_prev:before {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #a4a4a4;
  border-width: 3px;
}

.mm-menu .mm-btn_next:after {
  right: 25px;
}

.mm-listitem .mm-btn_next:before {
  border: none;
}

.mm-menu .menu-btn:after {
  display: none;
}

.mm-menu .menu-btn {
  border-bottom: none;
  margin: 25px;
}

.mm-menu .menu-btn .btn {
  padding: 10px 0;
  border: none;
  color: #fff;
}

/* ===========================================
// 05. SECTIONS
=============================================*/
/* ===== 05.1 GENERAL ===== */
section {
  padding: 0px 0 15px 0;
  position: relative;
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
}
.container-white {
  margin-top: 75px;
  padding: 0px 0 15px 0;
  position: relative;
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
}

section.np {
  padding: 0;
}

section.image-bg {
  padding: 150px 0;
}

section.gray {
  background: #f5f3f0;
  border-bottom: 1px solid #f1f0ed;
  border-top: 1px solid #f1f0ed;
  color: #9fa6ab;
}

section.blue {
  background: #1dc1f8;
}

section.dark {
  background: #232628;
  border-color: #232628;
  color: #a4a4a4;
}

section.light-dark {
  background: #353535;
  border-color: #353535;
  color: #a4a4a4;
}

section.parallax {
  background: transparent;
}

section.wave-white:before {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 150px;
  background: url(../images/wave-white1.svg) bottom center no-repeat;
  left: -50px;
  background-size: 100% 150px;
  right: -50px;
  -webkit-animation: wave 3s 0.1s infinite linear;
  animation: wave 3s 0.1s infinite linear;
  display: block;
  overflow: hidden;
  opacity: 0.2;
}

section.wave-white:after {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 150px;
  background: url(../images/wave-white2.svg) bottom center no-repeat;
  left: -50px;
  background-size: 100% 150px;
  right: -50px;
  -webkit-animation: wave 5s 0.2s infinite linear;
  animation: wave 5s 0.2s infinite linear;
  display: block;
  overflow: hidden;
  opacity: 0.2;
}

section.wave-blue:before {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 150px;
  background: url(../images/wave-blue1.svg) bottom center no-repeat;
  left: -50px;
  background-size: 100% 150px;
  right: -50px;
  -webkit-animation: wave 3s 0.1s infinite linear;
  animation: wave 3s 0.1s infinite linear;
  display: block;
  overflow: hidden;
  opacity: 0.2;
}

section.wave-blue:after {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 150px;
  background: url(../images/wave-blue2.svg) bottom center no-repeat;
  left: -50px;
  background-size: 100% 150px;
  right: -50px;
  -webkit-animation: wave 5s 0.2s infinite linear;
  animation: wave 5s 0.2s infinite linear;
  display: block;
  overflow: hidden;
  opacity: 0.2;
}
.section-title2 {
  padding-bottom: 50px;
  position: relative;
}
.section-title2 h4 {
  color: #fff;
  font-size: 55px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
}

.section-title2.sm h4 {
  font-size: 50px;
}
.section-title {
  padding-bottom: 50px;
  position: relative;
}
.section-title h4 {
  color: #bdbdbd;
  font-size: 68px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title.sm h4 {
  font-size: 50px;
}

.section-title p {
  color: #bdbdbd;
  text-transform: uppercase;
  display: inline-block;
}

section.gray .section-title h4 {
  color: #bdbdbd;
}

section.blue .section-title h4,
section.blue .section-title p,
section.blue .section-title:after,
section.blue,
section.blue a,
section.image-bg .section-title h4,
section.image-bg .section-title p,
section.image-bg .section-title:after,
section.image-bg,
section.image-bg a {
  color: #fff;
}

.section-title:after {
  /* position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: #e3e3e3;
  margin-top: 5px; */
}

.section-title.aligncenter:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title .view-all {
  position: relative;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #bdbdbd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section.image-bg .section-title .view-all,
section.blue .section-title .view-all {
  color: #fff;
}

.section-title .view-all:hover {
  padding-right: 15px;
}

.section-title .view-all:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 1px;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-title .view-all:hover:after {
  display: inline-block;
  padding-left: 20px;
}

.boxed .parallax-mirror {
  max-width: 1250px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

section .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

section .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #efefef;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section .owl-carousel .owl-nav button.owl-prev:hover,
section .owl-carousel .owl-nav button.owl-next:hover {
  background: #efefef;
  border-color: #e3e3e3;
}

section.gray .owl-carousel .owl-nav button.owl-prev,
section.gray .owl-carousel .owl-nav button.owl-next {
  background: #f5f3f0;
}

section.blue .owl-carousel .owl-nav button.owl-prev,
section.blue .owl-carousel .owl-nav button.owl-next {
  background: #1dc1f8;
}

section.dark .owl-carousel .owl-nav button.owl-prev,
section.dark .owl-carousel .owl-nav button.owl-next {
  background: #232628;
  border-color: #353535;
}

section.dark .owl-carousel .owl-nav button.owl-prev:hover,
section.dark .owl-carousel .owl-nav button.owl-next:hover {
  background: #353535;
}

section.dark .owl-carousel .owl-nav button.owl-prev i,
section.dark .owl-carousel .owl-nav button.owl-next i {
  color: #a4a4a4;
}

section .owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: -70px;
}

section .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: -70px;
}

section .owl-carousel .owl-nav button.owl-prev i,
section .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  color: #e3e3e3;
  line-height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section .owl-carousel .owl-nav button.owl-prev:hover i,
section .owl-carousel .owl-nav button.owl-next:hover i {
  color: #c9c9c9;
}

section .owl-carousel .owl-nav button.owl-prev.disabled i,
section .owl-carousel .owl-nav button.owl-next.disabled i {
  opacity: 0.5;
}

/* ===== 05.2 ABOUT ===== */
.brand-info {
  background-image: url(../images/about-card.jpg);
  background-size: cover;
  min-height: 400px;
  text-align: center;
  position: relative;
  padding: 5px;
  border-radius: 2px;
}

.brand-info .inner {
  border: 5px solid #fff;
  position: relative;
  border-radius: 2px;
}

section.gray .brand-info .inner {
  border-color: #f5f3f0;
}

.brand-info .inner .content {
  margin: 6px;
  padding: 25px;
  background: #fff;
  border-radius: 2px;
}

section.gray .brand-info .inner .content {
  background: #f5f3f0;
}

.brand-info .inner .stars {
  margin: 25px 0;
}

.brand-info .inner .stars i {
  font-size: 18px;
  color: #edcb9a;
  margin: 0 2px;
}

.brand-info .inner .title {
  margin-top: 10px;
  color: #edcb9a;
}

/* ===== 05.3 SERVICES ===== */
.services figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 0%, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-bottom: 20px;
  text-align: left;
  padding-left: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.services figcaption h4 {
  margin-bottom: 3px;
  font-size: 15px;
  color: #fff;
}

.services .owl-thumb-item {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #efefef;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services .owl-thumb-item:last-child {
  margin-bottom: 0;
}

.services .owl-thumb-item.active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: #edcb9a;
  border-color: #edcb9a;
}

.services .owl-thumb-item:hover {
  cursor: pointer;
}

.services .owl-thumb-item .media {
  cursor: pointer;
  padding-bottom: 48px;
}

.services .owl-thumb-item .media-body h5 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}

.services .owl-thumb-item.active .media-body h5 {
  color: #fff;
}

.services .owl-thumb-item .media-body p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 22px;
}

.services .owl-thumb-item.active .media-body p {
  color: #fff;
}

.services .owl-thumb-item .media-left {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  width: 50px;
}

.services .owl-thumb-item .media-left {
  color: #edcb9a;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  margin-left: 14px;
}

.services .owl-thumb-item .media-left i:before {
  font-size: 38px;
  margin: 0;
}

.services .owl-thumb-item.active .media-left i:before {
  color: #fff;
}

.services-v2 .services-v2-inner {
  position: relative;
}

.services-v2 .services-v2-slider {
  width: 80%;
  float: right;
  position: relative;
}

.services-v2 .main-image img {
  border-radius: 2px;
}

.services-v2 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 0%, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-bottom: 20px;
  text-align: left;
  padding-right: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.services-v2 figcaption h4 {
  margin-bottom: 3px;
  font-size: 15px;
  color: #fff;
  text-align: right;
}

/* ===== 05.4 TESTIMONIALS ===== */
.testimonials .testimonials-owl:after {
  content: "";
  display: block;
  clear: both;
}

.testimonials .testimonials-owl .owl-dots {
  position: absolute;
  top: 50%;
  left: 20px;
}

.testimonials .testimonials-owl .owl-dots .owl-dot {
  display: block;
  position: relative;
  margin-bottom: 30px;
  outline: none;
}

.testimonials .testimonials-owl .owl-dots .owl-dot span {
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 6px;
  background: #e3e3e3;
  margin: 5px 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .testimonials-owl .owl-dots {
  counter-reset: item;
}

.testimonials .testimonials-owl .owl-dots .owl-dot span:before {
  content: "0" counters(item, ".");
  counter-increment: item;
  position: absolute;
  top: -3px;
  left: -25px;
  line-height: 15px;
  font-size: 14px;
  color: #e3e3e3;
  font-weight: 300;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .testimonials-owl .owl-dots .owl-dot.active span:before,
.testimonials .testimonials-owl .owl-dots .owl-dot:hover span:before {
  color: #a4a4a4;
}

.testimonials .testimonials-owl .owl-dots .owl-dot.active span,
.testimonials .testimonials-owl .owl-dots .owl-dot:hover span {
  background: #a4a4a4;
  width: 35px;
}

.testimonials .testimonials-owl {
  padding-left: 120px;
  margin-bottom: -30px;
}

.testimonial-item {
  background: #fff;
  border: 1px solid #f4f4f9;
  margin: 30px 0;
  float: left;
  position: relative;
  margin-top: 40px;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  border-radius: 4px;
  width: -webkit-fill-available;
}

.testimonial-item .review-author-box {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 90px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonial-item .author-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 90px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review-author-box {
  color: white;
  opacity: 1;
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.testimonial-item .author-img img {
  border-radius: 50%;
}

.testimonial-item .author {
  margin-top: 30px;
}

.testimonial-item .author:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 44px;
  color: #f4f4f9;
  line-height: normal;
}

.testimonial-item .author:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 44px;
  color: #f4f4f9;
  line-height: normal;
}

.testimonial-item .author .name {
  font-size: 17px;
  line-height: 14px;
  margin-bottom: 0;
}

.testimonial-item .location {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}

.testimonial-item .rating {
  margin: 20px 0;
}

.testimonial-item .rating i {
  color: #e3e3e3;
  font-size: 13px;
}

.testimonial-item .rating i.voted {
  color: #ffb600;
}

.progress-bar {
  background-color: #c6ab40;
}

.review-view,
.hotelReviews .collapse {
  display: block !important;
}

.review-view .quote {
  background: #f1f3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.dropdown-toggle.review-toggle {
  display: none;
}

.page.review-view {
  margin-top: 80px;
}

.testimonialv2-item .review {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 20px 30px;
  position: relative;
  border: 1px solid #eef1f5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonialv2-item:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 44px;
  color: #f4f4f9;
  line-height: normal;
}

.testimonialv2-item .review:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 18px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-right: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.testimonialv2-item .author img {
  border-radius: 50%;
  width: 60px;
}

.testimonialv2-item .author .author-name {
  font-size: 18px;
  margin-bottom: 0px;
}

.testimonialv2-item .author .author-location {
  font-size: 12px;
  font-style: italic;
  display: block;
}

.testimonialv2-item .author .author-info {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 15px;
  text-align: left;
}

/* ===== 05.5 NEWS ===== */
.newsv2-item {
  margin-bottom: 30px;
}

div[class*="col-"]:last-child .newsv2-item,
div[class*="col-"]:nth-last-child(2) .newsv2-item {
  margin-bottom: 0;
}

.newsv2-item .title a {
  font-size: 18px;
  margin-bottom: 17px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.newsv2-item figure {
  border-radius: 2px;
  overflow: hidden;
}

.newsv2-item .news-info {
  border-right: 1px solid #efefef;
  padding-right: 10px;
}

.newsv2-item .news-info p {
  margin-bottom: 0;
}

.newsv2-item .post-meta {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.newsv2-item .post-meta span {
  margin-left: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.newsv2-item .post-meta span:first-child {
  margin-left: 0;
}

.newsv2-item .post-meta span a {
  color: #b5bec4;
}

.newsv2-item .post-meta span i {
  margin-right: 3px;
}

.newsv2-item .post-meta .author img {
  border-radius: 50%;
  margin-right: 3px;
}

/* ===== 05.6 VIDEO ===== */
.video .inner {
  padding: 100px 0;
}

.video .video-popup {
  padding: 100px 0;
  text-align: center;
}

.video .video-popup a {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: block;
  background: transparent;
  border: 4px solid #fff;
  margin: 0 auto;
  opacity: 0.5;
  text-align: center;
  z-index: 9;
}

.video .video-popup a i {
  color: #fff;
  margin-left: 8px;
  font-size: 40px;
  line-height: 115px;
}

.video .video-popup a:after {
  position: absolute;
  content: "";
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
  border-radius: 200px;
}

.video .video-popup a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.video .video-popup a:hover:after {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  opacity: 0;
  background: white;
}

.mfp-iframe-holder .mfp-content {
  border-radius: 8px;
  overflow: hidden;
}

/* ===== 05.7 CONTACT  ===== */
.contact .google-map {
  width: 100%;
  position: relative;
}

.contact #map-canvas {
  border: 1px solid #efefef;
  border-radius: 2px;
  width: 100%;
  height: 420px;
}

.contact.dark #map-canvas {
  border-color: #333;
}

.contact .toggle-streetview {
  position: absolute;
  top: 45%;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  background: #fff;
  z-index: 9;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.contact.dark .toggle-streetview {
  background: #333;
}

.toggle-streetview:hover {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.contact .form-control {
  height: 50px;
}

section.dark .form-control {
  background: #333;
  border-color: #333;
}

.contact textarea.form-control {
  min-height: 100px;
}

.contact .btn {
  padding: 15px 20px;
  text-transform: uppercase;
}

.contact .contact-info i {
  color: #939393;
  font-size: 18px;
  margin-right: 10px;
}

.contact .contact-info {
  text-align: left;
}

.contact .contact-items {
  margin-bottom: 20px;
}

.contact .contact-item {
  line-height: 24px;
  background: #efefef;
  border: 1px solid #e3e3e3;
  color: #a4a4a4;
  padding: 15px 5px;
  text-align: center;
  border-radius: 2px;
}

.contact.dark .contact-item {
  background: #333;
  border-color: #333;
}

.contact .contact-item h6 {
  font-size: 14px;
  text-transform: uppercase;
  z-index: 20;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.contact .contact-item i {
  font-size: 14px;
  margin-right: 10px;
}

.contact-v2 .contact-details {
  list-style: none;
}

.contact-v2 .contact-details li {
  margin-top: 30px;
  text-transform: uppercase;
}

.contact-v2 .contact-details li:first-child {
  margin-top: 0;
}

.contact-v2 .contact-details li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #efefef;
  color: #c9c9c9;
}

.contact-v2 .form-control {
  height: 50px;
  background: #fff;
}

section.blue .contact-v2 .form-control {
  border-color: #fff;
}

.contact-v2 textarea.form-control {
  min-height: 150px;
}

/* ===== 05.8 INFO  ===== */
.info-branding {
  position: relative;
}

.info-branding .providers {
  margin-top: 30px;
}

.info-branding .providers span {
  font-size: 14px;
  margin-right: 15px;
  font-style: italic;
}

.info-branding .providers .item {
  display: inline-block;
  margin-right: 3px;
}

.info-branding .providers .item a {
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  padding: 4px 8px;
}

.info-branding .providers .item:last-child {
  margin-right: 0;
}

section.blue .info-branding .providers .item a {
  background: #4acdf9;
}

.info-branding .providers .item a:hover,
section.blue .info-branding .providers .item a:hover {
  background: #efefef;
}

.countup-box {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  padding: 20px 5px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
}

.countup-box::nth-last-child {
  margin-bottom: 0;
}

section.dark .countup-box {
  background: #353535;
  border-color: #353535;
}

section.blue .countup-box,
section.gray .countup-box {
  border-color: #fff;
}

.countup-box i {
  color: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 7%;
}

section.dark .countup-box i {
  color: #3d3f40;
}

.countup-box i:before {
  font-size: 100px;
  margin-left: 0;
  margin-top: 10px;
}

.countup-box .number {
  position: relative;
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  z-index: 9;
}

.countup-box .text {
  position: relative;
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  z-index: 9;
}

section.dark .countup-box .number,
section.dark .countup-box .text {
  color: #a4a4a4;
}

/* ===== 05.9 GALLERY  ===== */
.gallery .gallery-owl .owl-item img {
  border-radius: 4px;
}

.gallery .gallery-owl .owl-item figcaption {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 0%, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ===== 05.10 SUBSCIBE  ===== */
.subscribe .inner {
  position: relative;
  z-index: 9;
  color: #fff;
}

.subscribe .inner .main_title {
  margin-bottom: 10px;
}

.subscribe .inner .form-group {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.subscribe .inner .form-control {
  padding: 28px;
  border-radius: 2px;
  background: #fff;
}

.subscribe .inner button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 2px;
}

.subscribe .inner button i {
  font-size: 1.5em;
  text-align: center;
  left: 50%;
  margin-left: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* ===========================================
// 06. FOOTER
=============================================*/
footer {
  position: relative;
  color: #a4a4a4;
}

footer a {
  color: #a4a4a4;
}

footer .footer-widgets {
  padding: 60px 0;
  background: #f7f8f9;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

footer.white .footer-widgets {
  background: #fff;
}

footer.dark .footer-widgets {
  background: #333;
  border-top-color: #333;
  border-bottom-color: #444;
}

footer .footer-widgets .footer-widget h3 {
  color: #afafaf;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-brand {
  margin: -40px 0 40px 0;
  padding: 40px 10px 20px 10px;
  background: #f2f2f2;
  text-align: center;
  position: relative;
}

.footer-brand:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 131.25px 0 131.25px;
  border-color: #f2f2f2 transparent transparent transparent;
  display: block;
  top: 100%;
  position: absolute;
}

footer .footer-widgets .footer-widget .inner {
  padding-top: 15px;
}

footer .footer-widgets .footer-widget .footer-logo {
  margin-bottom: 10px;
}

footer .footer-widgets .footer-widget .inner .tripadvisor-banner {
  background: #f2f2f2;
  border: 1px solid #ececec;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

footer.dark .footer-widgets .footer-widget .inner .tripadvisor-banner {
  background: #2c2c2c;
  border: 1px solid #292929;
}

footer .footer-widgets .footer-widget .inner .tripadvisor-banner .review {
  font-size: 12px;
  color: #afafaf;
  margin-right: 10px;
}

footer .footer-widgets .footer-widget .inner .tripadvisor-banner img {
  max-width: 150px;
}

footer .footer-widgets .footer-widget .latest-posts,
footer .footer-widgets .footer-widget .useful-links,
footer .footer-widgets .footer-widget .contact-details {
  list-style: none;
}

footer .footer-widgets .footer-widget .latest-posts li,
footer .footer-widgets .footer-widget .useful-links li,
footer .footer-widgets .footer-widget .contact-details li {
  padding: 2px 0;
}

footer .footer-widgets .footer-widget .contact-details li i {
  margin-right: 5px;
}

footer .subfooter {
  background: #fff;
  padding: 15px 0;
}

footer.dark .subfooter {
  background: #333;
}

footer .subfooter .copyrights {
  margin-top: 4px;
}

footer .subfooter .social-media {
  float: right;
  margin-top: 4px;
}

footer .subfooter .social-media a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  border: none;
  background: none;
  color: #fff;
  background: #d7d8d9;
}

footer.dark .subfooter .social-media a {
  background: #232628;
}

footer .subfooter .social-media a i {
  font-size: 13px;
}

/* ===========================================
// 07. BOOKING FORMS
=============================================*/
/* ===== 07.1 GENERAL ===== */
/* Datepicker */
.datepicker.form-control {
  cursor: pointer;
}

.daterangepicker {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  border-radius: 2px;
}

.daterangepicker:before {
  border-bottom: 7px solid #efefef;
  z-index: 9;
}

.daterangepicker .input-mini {
  border: 1px solid #efefef;
  border-radius: 0px;
  color: #a4a4a4;
  height: 42px;
  line-height: 42px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #e3e3e3;
  border-radius: 0px;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 14px;
  font-size: 13px;
}

.daterangepicker table {
  font-size: 14px;
}

.daterangepicker .ranges {
  display: none;
}

.daterangepicker .calendar-title {
  margin: 5px 0;
  color: #b5bec4;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date,
.daterangepicker td.available:hover {
  background: #d8ba8e !important;
  color: #fff;
}

.daterangepicker td.in-range {
  background: #edcb9a;
  color: #fff;
}

.daterangepicker .calendar-table td.disabled,
.daterangepicker option.disabled {
  color: #e3e3e3;
}

.daterangepicker .calendar th {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
}

.daterangepicker td.start-date {
  border-radius: 20px 0 0 20px;
}

.daterangepicker td.end-date {
  border-radius: 0 20px 20px 0;
}

/* GUESTS */
.panel-dropdown .panel-dropdown-content {
  position: absolute;
  margin-top: 15px;
  padding: 20px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  border-radius: 2px;
  z-index: 99;
}

.panel-dropdown.active .panel-dropdown-content {
  visibility: visible;
  opacity: 1;
}

.panel-dropdown .panel-dropdown-content:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #efefef;
  position: absolute;
  display: inline-block;
  content: "";
}

.panel-dropdown .guests-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.panel-dropdown .guests-buttons:last-child {
  margin-bottom: 0;
}

.panel-dropdown-content .qtyButtons:first-child {
  margin-top: 8px;
}

.panel-dropdown-content .qtyButtons:last-child {
  margin-bottom: 3px;
}

.panel-dropdown .guests-buttons input {
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 50px;
  color: #b5bec4;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
}

.panel-dropdown label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3px;
}

.panel-dropdown .guests-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-dropdown .plus,
.panel-dropdown .minus {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background: #f7f8f9;
  border: 1px solid #e3e3e3;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-family: fontawesome;
}

.panel-dropdown .plus:hover,
.panel-dropdown .minus:hover {
  background: #efefef;
}

.panel-dropdown .plus:before {
  content: "\f067";
}

.panel-dropdown .minus:before {
  content: "\f068";
}

.hotelReviews {
  padding: 0 10px;
}

.hotelReviews .review-stars {
  position: relative;
  top: -17px;
}

.hotelReviews .huk-star-ratings {
  width: 100%;
  background-image: url(https://assets.qbook.co.uk/images/stars-layer.png);
  background-size: 90px 17px;
  box-shadow: none;
  height: 17px;
  vertical-align: 0;
}

.hotelReviews .add-review {
  position: absolute;
  top: 20px;
  right: 5px;
}

.hotelReviews .review-score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 52px;
  margin-right: 5px;
  line-height: 52px;
  margin-bottom: 10px;
}

.hotelReviews .huk-star-rating-base,
.hotelReviews .huk-star-ratings {
  background-size: 90px 16px;
  height: 16px;
}

.hotelReviews .huk-star-rating-base {
  width: 90px;
}

.hotelReviews .review-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 60%;
}

.hotelReviews .stars {
  position: relative;
  top: 5px;
}

.hotelReviews .review-toggle {
  border: none;
  background: 0 0;
}

.hotelReviews .review-star-text {
  font-size: 16px;
  top: -3px;
  position: relative;
  left: 2px;
  color: #c6ab40;
}

.hotelReviews i.icon-chevron-down {
  position: relative;
  top: 3px;
}

.hotelReviews .n-reviews {
  position: absolute;
  color: #818384;
  font-size: 14px;
}

/* NOTIFICATION */
.notification {
  position: absolute;
  border-radius: 4px 4px 0 0;
  bottom: calc(100% - 100px);
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -9;
  padding: 5px;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
}

.notification.scale-out {
  bottom: 100%;
  visibility: visible;
}

.notification.fixed {
  position: fixed;
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
}

.notification.fixed.scale-out {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.notification.error {
  background: #e34f4f;
}

.notification.success {
  background: #3dc480;
}

.notification:before {
  float: left;
  width: 60px;
  height: 60px;
  font-family: FontAwesome;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  line-height: 60px;
}

.notification.error:before {
  background: #ce4848;
  content: "\f12a";
}

.notification.success:before {
  background: #32ab6e;
  content: "\f00c";
}

.notification .notification-text {
  position: relative;
  top: 50%;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

/* ===== 07.2 HORIZONTAL BOOKING FORM ===== */
.horizontal-booking-form {
  position: relative;
  /* bottom: -71px; */
  z-index: 99;
  width: 100%;
}

.horizontal-booking-form.booking-form-over-slider {
  bottom: 80px;
}

.horizontal-booking-form.booking-full-width {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #efefef;
}

.horizontal-booking-form.booking-full-width
  .form-control.bootstrap-select
  .dropdown-menu {
  left: -10px !important;
}

.horizontal-booking-form .inner {
  min-height: 100px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 15px 30px;
  border-top: none;
}

.horizontal-booking-form.dark .inner {
  background: #333;
}

.horizontal-booking-form.booking-full-width .inner {
  padding: 40px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #efefef;
}

.horizontal-booking-form.booking-notification-open .inner {
  border-radius: 0 0 2px 2px;
}

.horizontal-booking-form.fixed .inner {
  min-height: 50px;
  border: none;
  padding: 0px;
}

.horizontal-booking-form .inner .form-group {
  margin-right: -10px;
  margin-bottom: 0;
}

.horizontal-booking-form .form-control,
.horizontal-booking-form .form-control.bootstrap-select button,
.horizontal-booking-form
  .form-control.bootstrap-select
  buttondropdown-toggle:hover,
.horizontal-booking-form
  .form-control.bootstrap-select
  buttondropdown-toggle:focus,
.horizontal-booking-form .form-control.bootstrap-select button.dropdown-toggle {
  padding: 10px 0;
  border: none;
  background: #fff;
  border-bottom: 2px solid #efefef;
}

.horizontal-booking-form.dark .form-control,
.horizontal-booking-form.dark .form-control.bootstrap-select button,
.horizontal-booking-form.dark
  .form-control.bootstrap-select
  buttondropdown-toggle:hover,
.horizontal-booking-form.dark
  .form-control.bootstrap-select
  buttondropdown-toggle:focus,
.horizontal-booking-form.dark
  .form-control.bootstrap-select
  button.dropdown-toggle {
  background: #333;
  border-color: #444;
}

.horizontal-booking-form .form-control.bootstrap-select {
  padding: 0;
}

.horizontal-booking-form .inner .form-group .form-control:focus,
.horizontal-booking-form .inner .form-group .form-control:active {
  border-color: #e3e3e3;
}

.horizontal-booking-form.booking-full-width .form-control {
  padding-left: 10px;
  padding-right: 15px;
  border: 1px solid #e3e3e3;
}

.horizontal-booking-form .inner .btn-book {
  margin-top: 36px;
  padding: 10px 20px;
  width: 100%;
}

.horizontal-booking-form.nolabels .inner .btn-book {
  margin-top: 10px;
}

.horizontal-booking-form.booking-full-width .inner .btn-book {
  margin-top: 0;
}

.horizontal-booking-form.fixed .inner .btn-book {
  margin-top: 0px;
}

.horizontal-booking-form .inner .advanced-form-link {
  margin-top: 2px;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}

/* ===== 07.3 VERTICAL BOOKING FORM ===== */
.vertical-booking-form {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.vertical-booking-form.entry-booking-form-left {
  width: 300px;
  float: left;
  margin-right: 20px;
}

.vertical-booking-form.entry-booking-form-right {
  width: 300px;
  float: right;
  margin-right: 30px;
}

.vertical-booking-form.booking-notification-open {
  border-radius: 0 0 5px 5px;
}

.vertical-booking-form.dark {
  background: #edcb9a;
  border-color: #edcb9a;
}

.vertical-booking-form .form-title {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #d7d8d9;
  text-transform: uppercase;
}

.vertical-booking-form .inner {
  padding: 10px 30px;
}

.vertical-booking-form .inner .form-group {
  margin-bottom: 10px;
}

.vertical-booking-form .inner .form-group .form-control {
  border: none;
  background: #fff !important;
  border-bottom: 1px solid #efefef;
}

.vertical-booking-form .inner .form-group .form-control:focus,
.vertical-booking-form .inner .form-group .form-control:active {
  border-color: #e3e3e3;
}

.vertical-booking-form .form-control,
.vertical-booking-form .form-control.bootstrap-select button,
.vertical-booking-form .form-control.bootstrap-select button.dropdown-toggle {
  padding: 10px 0;
  border: none;
  background: #fff !important;
  border-bottom: 1px solid #efefef;
}

.vertical-booking-form .form-control.bootstrap-select {
  padding: 0;
}

.vertical-booking-form .inner .btn-book {
  margin-top: 32px;
  width: 100%;
}

.vertical-booking-form .inner .advanced-form-link {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}

.vertical-booking-form.dark .inner .advanced-form-link a {
  color: #444;
}

/* ===== 07.4 POPUP BOOKING FORM ===== */
.booking-form-toggle {
  position: fixed;
  right: 60px;
  top: 55%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #edcb9a;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  -webkit-transition: 0.5s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 9999;
}

.booking-form-toggle:hover,
.booking-form-toggle.open {
  background: #d8ba8e;
}

.popup-booking-form {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.has-vertical-header .popup-booking-form {
  -webkit-transform: translate(-170px, -50%);
  transform: translate(-170px, -50%);
}

.has-vertical-header-open .popup-booking-form {
  -webkit-transform: translate(-70px, -50%);
  transform: translate(-70px, -50%);
}

.popup-booking-form.open {
  visibility: visible;
  opacity: 1;
}

.popup-booking-form .popup-booking-form-inner {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 1px solid #efefef;
  z-index: 99;
  margin: 20px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.2);
  box-shadow: 0 0 30px 0 rgba(178, 178, 178, 0.2);
}

.popup-booking-form .popup-booking-form-inner {
  padding: 70px 70px;
}

.popup-booking-form .popup-booking-form-inner .form-group {
  margin-bottom: 15px;
}

.popup-booking-form .popup-booking-form-inner .form-group .form-control:focus,
.popup-booking-form .popup-booking-form-inner .form-group .form-control:active {
  border-color: #e3e3e3;
}

.popup-booking-form .form-control,
.popup-booking-form .form-control.bootstrap-select button,
.popup-booking-form .form-control.bootstrap-select button.dropdown-toggle {
  height: 40px;
  text-align: left;
  padding: 7px 10px;
}

.popup-booking-form .form-control.bootstrap-select {
  padding: 0;
}

.popup-booking-form .popup-booking-form-inner .btn-book {
  margin-top: 2px;
  width: 100%;
  padding: 10px 20px;
}

.popup-booking-form .popup-booking-form-inner .advanced-form-link {
  margin-top: 2px;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}

.popup-booking-form .notification::before,
.popup-booking-form .notification .notification-text {
  display: none;
}

.popup-booking-form .notification {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -9;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.popup-booking-form .notification.scale-out {
  width: 440px;
  height: 440px;
  visibility: visible;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.2);
  box-shadow: 0 0 30px 0 rgba(178, 178, 178, 0.5);
  opacity: 1;
}

/* ===========================================
// 08. WIDGETS
=============================================*/
/* ===== 08.1 GENERAL ===== */
.sidebar {
  padding-left: 10px;
}

.sidebar .widget {
  margin-bottom: 50px;
  border: 1px solid #efefef;
  padding: 15px;
  position: relative;
}

.sidebar .widget.noborder {
  padding: 0px;
  border: none;
}

.sidebar .widget .widget-title {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #e3e3e3;
  text-transform: uppercase;
}

.sidebar .widget .widget-title:after {
  content: "";
  width: 40px;
  background: #efefef;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.sidebar .widget .vertical-booking-form {
  border-radius: 0;
}

/* ===== 08.2 SEARCH ===== */
.sidebar .widget .search {
  height: 40px;
  position: relative;
}

.sidebar .widget .search input {
  background: #fff;
  border: 1px solid #f2f2f2;
  color: #888;
  float: left;
  font-size: 13px;
  height: 42px;
  letter-spacing: 1px;
  padding: 10px;
  padding-right: 40px;
  width: 100%;
  outline: none;
}

.sidebar .widget .search button {
  background: none;
  border: none;
  color: #afafaf;
  float: left;
  right: 0;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  min-width: 40px;
  position: absolute;
  vertical-align: bottom;
}

.sidebar .widget .search button:after {
  border-left: 1px solid #f2f2f2;
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 1px;
}

/* ===== 08.3 CATEGORIES ===== */
.sidebar .widget .categories li {
  border-bottom: 1px dashed #efefef;
  list-style: none;
  padding: 7px 0;
}

.sidebar .widget .categories li a {
  display: list-item;
  font-size: 15px;
}

.sidebar .widget .categories li .posts-num {
  float: right;
  font-size: 14px;
}

/* ===== 08.4 LATEST POSTS ===== */
.sidebar .widget .latest-posts .latest-post-item {
  padding: 10px 0px;
  border-bottom: 1px dashed #efefef;
}

.sidebar .widget .latest-posts .latest-post-item:first-child {
  padding-top: 0;
}

.sidebar .widget .latest-posts .latest-post-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget .latest-posts .latest-post-item figure img {
  border-radius: 2px;
}

.sidebar .widget .latest-posts .latest-post-item .post-details {
  margin-left: -15px;
}

.sidebar .widget .latest-posts .latest-post-item .post-details .post-title {
  margin-top: -5px;
}

.sidebar .widget .latest-posts .latest-post-item .post-details .post-title a {
  color: #afafaf;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.sidebar
  .widget
  .latest-posts
  .latest-post-item
  .post-details
  .post-title
  a:hover {
  color: #d4ae34;
}

/* ===== 08.5 TAGS ===== */
.sidebar .widget .tagcloud a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.sidebar .widget .tagcloud a .tag {
  padding: 8px 10px;
  background: #e3e3e3;
  border-radius: 2px;
  color: #afafaf;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* ===== 08.6 HELP ===== */
.sidebar .widget.widget-help:before {
  content: "\f1cd";
  font-family: FontAwesome;
  font-size: 180px;
  color: #efefef;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
.sidebar .widget.widget-room:before {
  content: "\f236";
  font-family: FontAwesome;
  font-size: 180px;
  color: #efefef;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
.price {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sidebar .widget.widget-help .phone,
.sidebar .widget.widget-help .email {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sidebar .widget.widget-help .phone a,
.sidebar .widget.widget-help .email a {
  color: #a4a4a4;
}

/* ===== 08.7 PRODUCTS ===== */
.widget .products .product-item {
  padding: 10px 0;
  border-bottom: 1px dashed #efefef;
}

.widget .products .product-item figure a:before {
  border-radius: 2px;
}

.widget .products .product-item figure .product-img {
  border: 1px dashed #efefef;
  border-radius: 2px;
}

.widget .products .product-item .product-inner {
  margin-left: -15px;
}

.widget .products .product-item .title {
  font-size: 16px;
}

.widget .products .product-item .product-name a {
  color: #acb4c2;
}

.widget .products .product-item .product-rating i {
  color: #f2b827;
  margin-right: 2px;
  font-size: 12px;
}

/* ===========================================
// 09. ROOMS
=============================================*/
/* ===== 09.1 ROOMS LIST ===== */
.main-nopadding {
  padding: 0;
}

.room-show-options {
  position: relative;
  min-height: 70px;
}

.room-show-options ul#roomShowOptions {
  position: absolute;
  right: 10px;
  display: block;
  list-style-type: none;
  top: 20px;
}
.room-show-options ul#roomShowOptions li {
  display: flex;
  height: 35px;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.room-show-options ul#roomShowOptions li a {
  height: 30px;
  width: 30px;
  background-image: url("https://secure.hotels.uk.com/Core/Views/DynamicWebsite/TemplateEleven/images/sd-prod-list-prod-detail-sprite-updated-v6.svg");
  background-size: 300px 300px;
}
.room-list-item {
  border-radius: 2px;
  margin-bottom: 40px;
  border: 1px solid #efefef;
  position: relative;
}

.room-list-item .favorite-item {
  color: #ffffff;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: right;
  float: right;
  margin-bottom: -50px;
  z-index: 1;
  padding-right: 7px;
  padding-top: 7px;
  line-height: 1;
}

.room-list-item .favorite-item:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  border-top: 50px solid #edcb9a;
  border-left: 50px solid transparent;
  top: 0;
  left: auto;
  right: 0;
}

.room-list-item .favorite-item i {
  position: relative;
  z-index: 2;
}

.room-list-item figure a:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: 10px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-right: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.room-list-item .room-info {
  padding: 15px 0;
}

.room-list-item .room-info .room-title {
  margin-top: 0;
}

.room-list-item .room-info .room-title a {
  color: #d7d8d9;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.room-list-item .room-info .room-rates {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.room-list-item .room-info .room-rates i {
  font-size: 13px;
  color: #e3e3e3;
  display: none;
}

.room-list-item .room-info .room-rates a {
  margin-left: 5px;
  font-size: 12px;
}
.room-list-item .room-info .room-rates i.voted {
  color: #ffb600;
  display: inline;
}
.room-list-item .room-price {
  text-align: center;
  padding: 10px;
  height: 100%;
  border-left: 1px dashed #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.room-list-item .room-price .price {
  margin-bottom: 30px;
  font-size: 20px;
  color: #b5bec4;
  text-transform: uppercase;
}
.room-list-item .room-price .select-room-jump .btn-info {
  border: none;
  color: #fff;
  box-shadow: 2px 2px #eee;
}

.room-list-item .room-services {
}

.room-list-item .room-services i {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  color: #afafaf;
  border-radius: 1px;
  font-size: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.room-list-item .room-services span,
.rooms-grid-view .room-services span {
  height: 30px;
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #e3e3e3;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  color: #afafaf;
  border-radius: 1px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rooms-grid-view .room-services span {
  background-color: rgba(255, 255, 255, 0.9);
}

.room-list-item .room-services i:hover,
.room-list-item .room-services span:hover {
  cursor: pointer;
  background: #e3e3e3;
}

.room-list-item .bootstrap-select {
  width: 100% !important;
}
/* ===== 09.2 ROOMS GRID ===== */
.room-grid-item {
  background: #fff;
}

.room-grid-item .room-info {
  padding: 20px;
  position: relative;
  border: 1px solid #efefef;
  border-top: none;
  background: #fff;
  text-align: center;
}

.room-grid-item .room-info .room-title a {
  color: #bdbdbd;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.room-grid-item .room-info p {
  color: #afafaf;
  text-transform: uppercase;
  font-size: 12px;
}

.room-grid-item .room-info p:after {
  content: "";
  width: 30px;
  background: #e3e3e3;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.room-grid-item .room-price {
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 2px 10px;
  border-bottom: 2px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  color: #afafaf;
  z-index: 999;
  border-radius: 1px;
}

.room-grid-item .room-services {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 999;
}

.room-grid-item .room-services i {
  opacity: 0.8;
  position: relative;
  background: #ffffff;
  width: 33px;
  height: 33px;
  border-radius: 1px;
  line-height: 35px;
  margin: 3px;
  color: #afafaf;
  border-bottom: none;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.room-grid-item .room-services i:hover {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 1;
}

.room-grid-item figure a:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-bottom: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.room-grid-item figure a:hover:before {
  opacity: 0.6;
}

.rooms-over-slider {
  background: transparent;
  margin-top: -331px;
  z-index: 99;
}

.rooms-grid-view .room-grid-item {
  margin-bottom: 30px;
}

/* ===== 09.3 ROOMS BLOCK ===== */
.room-block-item {
  width: 100%;
  border-radius: 2px;
  float: left;
  margin-bottom: 26px;
  position: relative;
  border: 1px solid #efefef;
  top: 0px;
  -webkit-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
}

.room-block-item figure a:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: 10px;
  left: 10px;
  border: 4px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-right: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.room-block-item .room-info {
  padding: 15px 0;
}

.room-block-item .room-info .room-title {
  margin-bottom: 0px;
}

.room-block-item .room-info .room-title a {
  font-size: 25px;
  font-weight: 500;
  color: #d7d8d9;
  text-transform: uppercase;
}

.room-block-item .room-info .room-rates {
  text-transform: uppercase;
}

.room-block-item .room-info .room-rates i {
  font-size: 13px;
  color: #ffb600;
}

.room-block-item .room-info .room-rates a {
  margin-left: 5px;
  font-size: 12px;
}
.room-block-item .room-price .price {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #edcb9a;
}

.room-block-item .room-price .price small {
  font-size: 15px;
  font-weight: 400;
}

.room-block-item .room-price .total {
  display: block;
  margin: 10px 0;
}

.room-block-item .room-price a {
  margin-top: 40px;
  padding: 5px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.room-block-item .room-services {
  position: relative;
  margin-top: 10px;
}

.room-block-item .room-services i {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  color: #afafaf;
  border-radius: 1px;
  font-size: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.room-block-item .room-services i:hover {
  cursor: pointer;
  background: #e3e3e3;
}

.rooms-block .room-services span {
  height: 30px;
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #e3e3e3;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  color: #afafaf;
  border-radius: 1px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rooms-block .select-box-drop-down {
  margin-right: 30px;
  margin-top: 5px;
}
.rooms-block .select-box-drop-down .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* ===== 09.4 ROOM DETAILS ===== */
.room-details-price {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-top: 30px;
}

.room .room-title .room-price {
  display: inline-block;
  float: right;
  margin-top: 32px;
  color: #edcb9a;
  font-size: 30px;
}

.room .room-title .room-price span {
  font-size: 14px;
}

.room .room-title p {
  color: #e3e3e3;
  text-transform: uppercase;
}

.room .room-slider {
  position: relative;
  margin-bottom: 50px;
}

.room .room-slider .room-thumbs {
  position: absolute;
  z-index: 99;
  bottom: 0px;
}

.room .room-slider .room-thumbs .our-room-info {
  width: 100%;
  height: 100%;
  position: relative;
}

.room .room-slider .room-thumbs .item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.room .room-slider .room-thumbs .item-wider {
  width: 86%;
  height: 100%;
}

.room .room-slider .room-thumbs .owl-item:hover .item,
.room .room-slider .room-thumbs .owl-item.active-item .item {
  opacity: 1;
}

.room .room-slider .room-thumbs .item img {
  border-radius: 2px;
}

.room-slider-full-width .room-price {
  background: #edcb9a;
  border-radius: 50%;
  text-align: center;
}

.room-slider-full-width .room-price small {
  font-size: 0.5em;
  text-transform: uppercase;
}

.room .section-title {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: left;
}

.room-services-list {
  margin: 20px 0;
}

.room-services-list ul li {
  padding: 5px 0;
  text-transform: uppercase;
}

.room-services-list ul li i {
  margin-right: 10px;
  color: #82b73a;
}

.room-services-list ul li.no i {
  color: #f1572f;
}

.room-reviews {
  margin-top: 50px;
}

.room-reviews .rating-details,
.page.review-view .rating-details {
  margin-top: 20px;
  margin-bottom: 40px;
}

.room-reviews .rating-details .review-summary,
.rating-page > .rating-details .review-summary {
  text-align: center;
  background-color: #edcb9a;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  border-radius: 4px;
}

.rating-page > .rating-details .huk-star-rating-base {
  width: 90px;
  background-size: 90px 17px;
  height: 17px;
  box-shadow: none;
  vertical-align: 0;
  margin: 8px auto 6px;
}

.rating-page > .rating-details .huk-star-ratings {
  width: 100%;
  background-image: url(https://assets.qbook.co.uk/images/stars-layer.png);
  background-size: 90px 17px;
  box-shadow: none;
  height: 17px;
  vertical-align: 0;
}

.room-reviews .rating-details .review-summary .average,
.rating-page > .rating-details .review-summary .average {
  font-size: 28px;
  font-weight: 600;
}

.room-reviews .rating-details .review-summary .rating i,
.rating-page > .rating-details .review-summary .rating i {
  color: #fff;
}

.room-reviews .rating-details .progress-item,
.rating-page > .rating-details .progress-item {
  margin-bottom: 5px;
}

.room-reviews .rating-details .progress-item .progress-stars,
.rating-page > .rating-details .progress-item .progress-stars {
  font-size: 12px;
  margin-top: -5px;
  text-transform: uppercase;
  text-align: center;
}

.room-reviews .rating-details .progress-item .progress-value,
.rating-page > .rating-details .progress-item .progress-value {
  font-size: 12px;
  margin-top: -5px;
  text-transform: uppercase;
  text-align: right;
}

.room-reviews .rating-details .progress,
.rating-page > .rating-details .progress {
  height: 15px;
  background: #efefef;
  border-radius: 2px;
}

.room-reviews .rating-details .progress-bar,
.rating-page > .rating-details .progress-bar {
  background-color: #edcb9a;
}

.room-reviews .review-box,
.rating-page .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}

.room-reviews .review-author,
.rating-page .review-author {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.room-reviews .review-author img,
.rating-page .review-author img {
  width: 80px;
  height: auto;
}

.room-reviews .review-contentt,
.rating-page .review-contentt {
  position: relative;
  padding: 20px 30px;
  border: 1px solid #e3e3e3;
  border-left-width: 8px;
}

.room-reviews .review-contentt:before,
.rating-page .review-contentt:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #efefef;
  top: 15px;
  left: -18px;
}

.room-reviews .review-author img,
.rating-page .review-author img {
  border-radius: 3px;
}

.room-reviews .review-info,
.rating-page .review-info {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

.room-reviews .rating i,
.rating-page .rating i {
  color: #e3e3e3;
  font-size: 13px;
}

.room-reviews .rating i.voted,
.rating-page .rating i.voted {
  color: #ffb600;
}

.room .vertical-booking-form-over-slider {
  margin-top: -400px;
  z-index: 99;
}

@media (max-width: 991.98px) {
  .rating-page > .rating-details .review-summary {
    margin-bottom: 20px;
  }
}

/* ===========================================
// 10. BLOG
=============================================*/
/* ===== 10.1 BLOG ARCHIVE ===== */
.blog-posts .news-grid-item {
  margin-bottom: 30px;
}

.news-grid-item .news-info {
  background: #fff;
  padding: 25px;
  border: 1px solid #efefef;
  border-top: none;
}

.news-grid-item .news-info .title a {
  font-size: 18px;
  margin-bottom: 17px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.news-grid-item .post-meta span {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-grid-item .post-meta span:first-child {
  margin-left: 0;
}

.news-grid-item .post-meta span a {
  color: #b5bec4;
}

.news-grid-item .post-meta span i {
  margin-right: 3px;
}

.news-grid-item .post-meta .author img {
  width: 16px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}

.blog-posts .post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  float: left;
  clear: both;
  border-bottom: 1px dashed #e3e3e3;
}

.blog-posts .post.post-classic {
  margin-bottom: 50px;
}

.blog-posts .post .post-thumbnail img,
.blog-posts .post .post-thumbnail figure:after {
  border-radius: 4px;
}

.blog-posts .post.post-classic .post-thumbnail img,
.blog-posts .post.post-classic .post-thumbnail figure:after {
  border-radius: 8px;
}

.blog-posts .post .post-thumbnail.rounded img {
  border-radius: 50%;
}

.blog-posts .post.post-classic .post-details {
  margin-top: 50px;
  padding: 0 80px;
}

.blog-posts .post .post-details .post-title {
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 30px;
}

.blog-posts .post .post-details .post-title a {
  color: #a4a4a4;
  font-size: 20px;
  text-transform: uppercase;
}

.blog-posts .post .post-details .post-meta {
  margin-bottom: 10px;
}

.blog-posts .post .post-details .post-meta span {
  margin-left: 5px;
}

.blog-posts .post .post-details .post-meta span:first-child {
  margin-left: 0;
}

.blog-posts .post .post-details .post-meta,
.blog-posts .post .post-details .post-meta a {
  color: #afafaf;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-posts .post .post-details .post-meta .author img {
  border-radius: 50%;
  margin-right: 3px;
}

.blog-posts .post .post-details .post-meta i,
.blog-posts .post .post-details .post-meta a i {
  margin-right: 3px;
}

/* ===== 10.2 BLOG POST ===== */
.blog-post-cover {
  text-align: center;
  padding: 150px 0;
}

.blog-post-cover .inner {
  position: relative;
}

.blog-post-cover .blog-post-title {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: #000 0px 0px 25px;
}

.blog-post-cover .blog-post-info {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.blog-post-cover .blog-post-info span a {
  color: #fff;
}

.blog-post-cover .inner .blog-post {
  padding-top: 80px;
  margin: 0;
}

.blog-post .entry .post-details {
  margin: 50px 0;
}

.blog-post .entry .post-title {
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 30px;
}

.blog-post .entry .post-title a {
  color: #a4a4a4;
  font-size: 28px;
  text-transform: uppercase;
}

.blog-post .entry .post-meta {
  margin-bottom: 10px;
}

.blog-post .entry .post-meta span {
  margin-left: 5px;
}

.blog-post .entry .post-meta span:first-child {
  margin-left: 0;
}

.blog-post .entry .post-meta,
.blog-post .entry .post-meta a {
  color: #afafaf;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-post .entry .post-meta .author img {
  border-radius: 50%;
  margin-right: 3px;
}

.blog-post .entry .post-meta i,
.blog-post .entry .post-meta a i {
  margin-right: 3px;
}

p.dropcap:first-letter {
  float: left;
  color: #a4a4a4;
  /* font-size: 6em; */
  font-size: 3em;
  line-height: 1em;
  /* margin: 0px 20px 5px 0; */
  margin: 0px 5px 5px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.entry figure.post-thumbnail {
  margin-top: 0;
}

.entry figure {
  margin: 15px 0;
  position: relative;
}

.entry figure img {
  border-radius: 2px;
}

.entry figure .source {
  margin-left: 10px;
  color: #ccc;
}

.entry figure .source i {
  font-size: 12px;
  margin-right: 5px;
  color: #d7d8d9;
}

.entry figure .source a {
  color: #d7d8d9;
}

.entry figure .source a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.entry figure figcaption {
  font-size: 13px;
  font-style: italic;
  color: #d7d8d9;
  font-style: italic;
}

.entry ul,
.entry ol {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.entry figure.alignleft {
  float: left;
  margin-right: 30px;
}

.entry figure.alignright {
  float: right;
  margin-left: 30px;
}

.entry figure img {
  max-width: 100%;
  height: auto;
}

.blog-post-info p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: #000 0px 0px 25px;
}

.entry table {
  width: 100%;
}

.entry table thead {
  background: #efefef;
}

.entry table thead tr td {
  padding: 6px 10px;
}

.entry table tr {
  border: 1px solid #e3e3e3;
}

.entry table tr td {
  padding: 4px 10px;
  border-right: 1px solid #e3e3e3;
}

.blog-post-info img {
  margin-top: 50px;
  margin-bottom: 20px;
  height: 60px;
  width: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}

.blog-post-info img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* blockquote {
  position: relative;
  padding: 10px 15px;
  padding-top: 5px;
  margin: 0 0 20px;
  font-size: 17px;
  background: #efefef;
  border-radius: 0 2px 2px 0;
} */

blockquote {
  position: relative;
  padding: 10px 61px;
  padding-top: 5px;
  margin: 0 0 20px;
  font-size: 17px;
  background: #efefef;
  border-radius: 0 2px 2px 0;
  min-height: 70px;
}

blockquote p {
  position: relative;
  color: #afafaf;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 50px;
  margin: 0;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 44px;
  color: #e3e3e3;
  line-height: normal;
}

blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 44px;
  color: #e3e3e3;
  line-height: normal;
}

.meta-post {
  margin: 50px 0;
  font-weight: 500;
  color: #a4a4a4;
}

.meta-post span {
  margin-right: 10px;
}

.meta-post .tags {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
}

.meta-post .tags a {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 1px;
  color: #afafaf;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 0px 12px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.meta-post .tags a:hover {
  background: #efefef;
}

.meta-post .tags span i {
  margin-right: 3px;
}

.meta-post .share {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
}

.meta-post .share span i {
  margin-right: 3px;
}

.share .social-media-share {
  display: inline-block;
}

.comments-list {
  margin-top: 30px;
  position: relative;
  list-style: none;
}

.comments-list:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #e3e3e3;
  position: absolute;
  left: 40px;
  top: 0;
}

.comments-list:after {
  content: "";
  position: absolute;
  background: #ccc;
  bottom: 0;
  left: 37px;
  width: 8px;
  height: 8px;
  border: 3px solid #e3e3e3;
  border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
  display: none;
}

.reply-list li:before {
  content: "";
  width: 60px;
  height: 1px;
  border-top: 1px dashed #e3e3e3;
  position: absolute;
  top: 25px;
  left: -45px;
}

.comments-list li {
  /margin-bottom: 15px;
  display: block;
  position: relative;
  list-style: none;
}

.comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}

.comments-list .comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  position: relative;
  float: left;
  background: #fff;
  border: 1px dashed #e3e3e3;
  overflow: hidden;
  padding: 2px;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.comments-list .comment-box {
  background: #fff;
  border: 1px solid #efefef;
  border-left: 5px;
  border-left: 8px solid #efefef;
  margin-bottom: 40px;
  padding: 10px 20px;
  position: relative;
  margin-left: 100px;
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #efefef;
  top: 15px;
  left: -18px;
}

.comment_content .reply_link {
  line-height: 30px;
  float: right;
  color: #afafaf;
  font-size: 0.8em;
}

.author-name {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}

.author-name a {
  float: left;
  font-size: 16px;
  color: #afafaf;
  font-weight: 600;
  text-transform: uppercase;
}

.comment_info {
  display: block;
}

.comment_info a {
  color: #d7d8d9;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
}

.comment_info i {
  padding-right: 5px;
  font-size: 0.9em;
  color: #d7d8d9;
}

#comments .form-control {
  padding: 22px 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

#comments textarea.form-control {
  min-height: 150px;
}

/* ===========================================
// 11. PAGES
=============================================*/
/* ===== 11.1 PAGES GENERAL ===== */
.page-title {
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title .inner {
  position: relative;
  padding: 40px 0;
  z-index: 99;
}

.page-title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  font-size: 12px;
  background: none;
  color: #959595;
  margin: 0;
  padding: 8px 0;
}

.page-title.p_style2 .breadcrumb {
  padding: 14px 0px;
}

.page-title.p_style3 .breadcrumb {
  padding: 10px 0px;
  line-height: 1em;
}

.page-title .breadcrumb li {
  padding: 5px 0px;
  color: #fff;
}

.page-title .breadcrumb li:after {
  content: "/";
  padding: 0px 5px 0px 10px;
  color: #e3e3e3;
}

.page-title .breadcrumb li:before {
  display: none;
}

.page-title .breadcrumb li:last-child {
  padding: 5px 5px;
  border-radius: 2px;
  color: #edcb9a;
}

.page-title .breadcrumb li:last-child:after {
  display: none;
}

.page-title .breadcrumb a {
  color: #fff;
}

/* ===== 11.2 CONTACT ===== */
.google-map-full {
  position: relative;
  width: 100%;
  height: 500px;
}

.google-map-full #map-canvas {
  height: 500px;
}

.google-map-full .toggle-streetview {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  background-color: #fff;
  z-index: 999;
  text-align: center;
}

.google-map-full .toggle-streetview:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.google-map-full .toggle-streetview i {
  line-height: 60px;
  font-size: 18px;
  color: #e3e3e3;
}

.gm-iv-container,
.gm-iv-address {
  display: none !important;
}

.map {
  min-height: 500px;
  padding: 0;
}

.map #map-canvas {
  min-height: 500px;
}

.map .toggle-streetview {
  position: absolute;
  background: #fff;
  cursor: pointer;
  z-index: 99;
  top: -25px;
  left: 49%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.contact-page #map-canvas {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  border-radius: 180px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.contact-page .google-map {
  position: relative;
  background: #fff;
  border: 10px solid #fff;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 20px);
  border-radius: 180px;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.contact-page .google-map .toggle-streetview {
  position: absolute;
  bottom: 20px;
  left: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.contact-page .google-map .toggle-streetview i {
  line-height: 60px;
  font-size: 18px;
  color: #e3e3e3;
}

.contact-form .form-control {
  height: 50px;
}

.contact-form textarea.form-control {
  min-height: 150px;
}

.gm-iv-address,
.gm-compass,
.gmnoprint .gmnoprint,
.gmnoprint svg {
  display: none;
}

.contact-page .form-control {
  padding: 22px 20px;
  border: 1px solid #e3e3e3;
}

.contact-page textarea.form-control {
  min-height: 145px;
}

.contact-page::-webkit-input-placeholder {
  color: #afafaf;
  font-weight: 400;
}

.contact-page:-moz-placeholder {
  color: #afafaf;
}

.contact-page::-moz-placeholder {
  color: #afafaf;
}

.contact-page:-ms-input-placeholder {
  color: #afafaf;
}

.contact-details .contact-info {
  display: inline-block;
  width: 100%;
}

.contact-details .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-details .contact-info ul li {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #ffffff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 18px;
  border: 1px solid #e3e3e3;
}

.contact-details .contact-info ul li a {
  color: #afafaf;
  font-weight: 500;
}

.contact-details .contact-info ul li i {
  margin-right: 20px;
  float: left;
  width: 40px;
  height: 43px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #e3e3e3;
  color: #afafaf;
}

.contact-details .contact-info ul li:last-child {
  margin-bottom: 0px;
}

/* ===== 11.3 GALLERY ===== */
.gallery-filters {
  margin-bottom: 80px;
  position: relative;
}

.gallery-filters:before {
  content: "";
  background: #e3e3e3;
  width: 10px;
  height: 30px;
  position: absolute;
  float: left;
}

.gallery-filters .filter {
  padding: 7px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #d7d8d9;
}

.gallery-filters .filter:first-child {
  margin-left: 20px;
}

.gallery-filters .active,
.gallery-filters .filter:hover {
  color: #d8ba8e;
}

.gallery-page .gallery-item {
  margin-bottom: 30px;
}

.gallery-item img {
  border-radius: 4px;
}

.gallery-item figcaption {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 0%, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ===== 11.4 RESTAURANT ===== */
.restaurant-menu-item {
  border-right: 1px dashed #e3e3e3;
}

section.restaurant .restaurant-menu-item {
  background: rgba(255, 255, 255, 0.2);
  border-right: none;
  color: #fff;
}

.restaurant-menu-item .info p {
  margin: 0px;
}

.restaurant-menu-item .title {
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.restaurant-menu-item .title .name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-right: 5px;
}

.restaurant-menu-item .title span.price {
  color: #edcb9a;
}

section.restaurant .restaurant-menu-item .title span.price {
  color: #fff;
}

.restaurant-menu-item .title span.price:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 20px;
  top: 45px;
  border-bottom: 1px dotted #efefef;
}

.restaurant-menu-item .title span.price span.amount {
  position: absolute;
  right: 15px;
  padding-left: 8px;
  z-index: 2;
}

/* ===== 11.5 EVENTS ===== */
.event-item {
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
}

.event-item .date {
  position: relative;
  width: 100px;
  height: 90px;
  padding: 20px 0;
  margin: 0 auto;
  border: 1px solid #efefef;
}

.event-item .date:before {
  position: absolute;
  content: "";
  width: 94px;
  height: 1px;
  background: #efefef;
  left: 3px;
  right: 3px;
  bottom: -3px;
}

.event-item .date:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background: #efefef;
  left: 6px;
  right: 6px;
  bottom: -5px;
}

.event-item .event-calendar:before,
.event-item .event-calendar:after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  top: 10px;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.event-item .event-calendar:before {
  left: 10px;
}

.event-item .event-calendar:after {
  right: 10px;
}

.event-item .date .day {
  font-size: 32px;
  margin-top: 5px;
  font-weight: 500;
}

.event-item .date .month {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.event-item .details {
  margin-top: 30px;
}

/* ===== 11.6 OFFERS ===== */
.offer-item {
  position: relative;
}

.offers-page .offer-item {
  margin-bottom: 30px;
}

.offer-item figure img {
  border-radius: 2px;
}

.offer-item .offer-price {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 20px;
  border-radius: 2px;
  background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.offer-item.sm .offer-price {
  position: absolute;
  font-size: 12px;
  padding: 2px 10px;
}

.offer-item .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.offer-item .ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  height: 20px;
  line-height: 20px;
  display: block;
  background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 03);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 03);
  position: absolute;
  top: 19px;
  left: -21px;
}

.offer-item .ribbon span::after,
.offer-item .ribbon span::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b5191e;
}

.offer-item .ribbon span::before {
  left: 0;
  border-left: 3px solid #b5191e;
  border-right: 3px solid transparent;
}

.offer-item .ribbon span::after {
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #b5191e;
}

.offer-item .offer-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.offer-item.sm .offer-title {
  padding: 10px 5px;
  font-size: 13px;
}

/* ===== 11.7 COMING SOON ===== */
.full-screen .inner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5% 0;
  color: #fff;
  text-align: center;
}

.full-screen .full-screen-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 300%;
  top: -100%;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

.count-box {
  display: inline-block;
  margin-right: 50px;
  background: #fff;
  min-width: 120px;
  padding: 20px;
  border-radius: 4px;
  color: #e3e3e3;
  text-align: center;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
}

.count-box:last-child {
  margin-right: 0;
}

.count-box .count-number {
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
}

.count-box .count-text {
  font-size: 16px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.coming-soon .subscribe-form .form-group {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
  box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
}

.coming-soon .subscribe-form .form-control {
  padding: 28px;
  border-radius: 2px;
  background: #fff;
  border: none;
}

.coming-soon .subscribe-form button {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 48px;
  height: 48px;
  border-radius: 2px;
}

.coming-soon .subscribe-form button i {
  position: relative;
  right: 7px;
  font-size: 20px;
  text-align: center;
}

.coming-soon .social-media a {
  border: none;
}

/* ===== 11.8 LOADING ===== */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loader.dark {
  background: #444;
}

.loader .loader-logo {
  top: -60px;
  position: relative;
}

.loader .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.loader1 .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #edcb9a;
  border-radius: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: loader1;
  animation-name: loader1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes loader1 {
  0% {
    width: 0px;
    height: 0px;
  }

  to {
    width: 50px;
    height: 50px;
  }
}

@keyframes loader1 {
  0% {
    width: 0px;
    height: 0px;
  }

  to {
    width: 50px;
    height: 50px;
  }
}

.loader2 .loader-inner span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #edcb9a;
  opacity: 0;
  -webkit-animation: loader2 3.4s infinite ease-in-out;
  animation: loader2 3.4s infinite ease-in-out;
}

.loader2 .loader-inner span:nth-of-type(1) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.loader2 .loader-inner span:nth-of-type(2) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.loader2 .loader-inner span:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.loader2 .loader-inner span:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.loader2 .loader-inner span:nth-of-type(5) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

@-webkit-keyframes loader2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

@keyframes loader2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.loader3 .spin {
  position: relative;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

.loader3 p {
  margin-bottom: 3em;
}

.loader3 .spin span {
  position: absolute;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #edcb9a #efefef #efefef;
  -webkit-animation: loader3 2s infinite linear;
  animation: loader3 2s infinite linear;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
}

.dark.loader3 .spin span {
  border-color: #edcb9a #333 #333;
}

.loader3 .spin img {
  margin-top: 55px;
  max-width: 90px;
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes loader3 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

/* ===== 11.9 STAFF ===== */
.staff-item {
  background: #fff;
  margin-bottom: 30px;
}

section .staff-item {
  margin-bottom: 0;
}

.staff-item figure img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.staff-item:hover figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.staff-item .details {
  padding: 15px;
  border: 1px solid #efefef;
  border-top: 0;
}

.staff-item .details h5 {
  line-height: 24px;
  margin-bottom: 17px;
  color: #a4a4a4;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
}

.staff-item figure {
  position: relative;
}

.staff-item .position {
  position: absolute;
  background: #fff;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  padding: 2px 10px;
  -webkit-transform: rotate(270deg) translateX(-100%);
  transform: rotate(270deg) translateX(-100%);
}

.staff-item .details p {
  margin-top: 10px;
  text-align: center;
}

/* ===== 11.10 SHOP ===== */
.shop-page .shop-item {
  position: relative;
  margin-bottom: 30px;
}

.shop-item .product-details {
  padding: 20px;
  background: #fff;
  border: 1px solid #efefef;
  border-top: none;
}

.shop-item .product-details .product-title {
  text-align: center;
}

.shop-item .product-details .product-price {
  text-align: center;
}

.shop-item .add-to-cart {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0px;
  width: 150px;
  padding: 6px 10px;
  font-size: 14px;
  margin: 0 auto;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.shop-item figure:hover .add-to-cart {
  opacity: 1;
  bottom: 25%;
}

.shop-details .product-slider .big-images {
  border: 1px solid #efefef;
}

.shop-details .product-slider .thumbs {
  margin-top: 10px;
}

.shop-details .product-slider .thumbs .owl-item .item {
  border: 1px solid #efefef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.shop-details .product-slider .thumbs .active-item.owl-item .item,
.shop-details .product-slider .thumbs .owl-item .item:hover {
  border: 1px solid #e3e3e3;
  cursor: pointer;
}

.shop-details .shop-item-details .product-title {
  margin-top: 0;
}

.shop-details .shop-item-details .product-price-current {
  font-weight: 600;
  margin-left: 10px;
}

.shop-details .shop-item-details .product-rating i {
  color: #f2b827;
  margin-right: 2px;
}

.shop-details .shop-item-details .product-rating span {
  margin-left: 10px;
  font-size: 13px;
}

.shop-details .shop-item-details .product-share span {
  margin-right: 10px;
}

.shop-details .shop-item-details .product-quantity {
  float: left;
  display: inline-block;
  margin-right: 30px;
  width: auto;
}

.shop-details .shop-item-details .product-quantity label {
  float: left;
  margin-right: 20px;
  font-weight: 500;
  line-height: 46px;
}

.shop-details .product-attributes {
  width: 100%;
}

.shop-details .product-attributes th,
.shop-details .product-attributes td {
  border: 1px solid #f2f2f2;
  padding: 6px 15px;
  background: #ffffff;
}

.shop-details .review {
  border-bottom: 1px solid #f2f2f2;
}

.shop-details .review .review-title {
  display: inline-block;
}

.shop-details .review .rating {
  display: inline-block;
  float: right;
}

.shop-details .review .rating i {
  color: #f2b827;
}

.shop-details .review .reviewer-avatar {
  max-width: 80px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.shop-details .review .reviewer-avatar img {
  border-radius: 2px;
  margin-top: 10px;
  border: 1px solid #eeedea;
}

.shop-details #reviews .form-control {
  margin-bottom: 30px;
}

.shop-details #reviews textarea {
  height: 150px;
}

.shop-details #reviews .user-rating {
  display: inline-block;
}

.shop-details .user-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-left: 15px;
  margin-top: 20px;
}

.shop-details .user-rating span {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
  direction: ltr;
}

.shop-details .user-rating input {
  position: absolute;
  left: -999999px;
}

.shop-details .user-rating label {
  display: inline-block;
  font-size: 0;
}

.shop-details .user-rating > label:before {
  position: relative;
  margin-top: 5px;
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  content: "\f005";
  color: #acb4c2;
  background: #acb4c2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shop-details .user-rating > label:hover:before,
.shop-details .user-rating > label:hover ~ label:before,
.shop-details .user-rating > label.selected:before,
.shop-details .user-rating > label.selected ~ label:before {
  color: #f2b827;
  background: #f2b827;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shop-details .spinner .form-control {
  text-align: center;
  background: #fff;
  border: 1px solid #efefef;
  width: 60px;
  height: 46px;
  display: inline-block;
  float: left;
}

.shop-details .input-group-btn-vertical {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}

.shop-details .input-group-btn-vertical .btn:first-child {
  border-top-right-radius: 1px;
  border-bottom: none;
}

.shop-details .input-group-btn-vertical .btn:last-child {
  border-top: none;
  border-bottom-right-radius: 1px;
}

.shop-details .input-group-btn-vertical .btn {
  padding: 0 10px;
  display: block;
  background: #fff;
  border-color: #efefef;
  color: #b5bec4;
  border-left: none;
  float: none;
  width: 100%;
  line-height: 22px;
  text-align: center;
  max-width: 100%;
  position: relative;
  border-radius: 0;
}

.shop-details .input-group-btn-vertical .btn i {
  margin: 0;
}

.shop-details .add-to-cart {
  float: right;
  width: auto;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  margin-right: 8px;
  background: #efefef;
  color: #a4a4a4;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 4px 4px 0 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  background: #edcb9a;
  border-color: #edcb9a;
  color: #fff;
}

.tab-content {
  border: 1px solid #efefef;
  padding: 15px;
}

.tab-content ul {
  margin-left: 30px;
}

/* ===== 11.11 PLACES ===== */
.places-item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.places-item {
  margin-bottom: 0px;
}

.places-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 0%, 1.89)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.place-details .place-details-image {
  margin-bottom: 40px;
  position: relative;
}

.place-details figure img {
  border-radius: 4px;
}

.place-details .place-details-image .title {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  bottom: 0;
  padding: 15px;
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

/* ===== 11.12 404 ===== */
.error-404-page .error-num {
  font-size: 200px;
  font-weight: 600;
  position: relative;
  padding: 150px 0;
  color: #e3e3e3;
  display: inline-block;
}

.error-404-page .error-num span {
  position: absolute;
  width: 110px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px 0px;
  background: #fff;
  font-size: 24px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.error-404-page .search-form {
  position: relative;
}

.error-404-page .search-form .form-control {
  display: inline-block;
  padding: 22px 15px;
  border-radius: 2px;
}

.error-404-page .search-form button {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 45px;
  border-radius: 0 2px 2px 0;
  border: none;
  text-align: center;
}

.error404-fullscreen-page {
  padding: 0;
  margin: 0;
  height: 100%;
  background: url("../images/404.jpg");
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.error404-fullscreen-page .inner {
  position: relative;
  text-align: center;
}

.error404-fullscreen-page .error-number {
  font-size: 200px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  opacity: 0.5;
}

.error404-fullscreen-page .inner .title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  opacity: 0.5;
}

.error404-fullscreen-page .or {
  margin: 0 10px;
  color: #fff;
  font-size: 12px;
}

/* ===== 11.13 LOCATION ===== */
.location-page .google-map {
  position: relative;
}

.location-page .google-map #map-canvas {
  height: 600px;
}

.location-page .google-map .toggle-streetview {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  background-color: #fff;
  z-index: 999;
  text-align: center;
}

.location-page .google-map .toggle-streetview i {
  line-height: 60px;
  font-size: 18px;
  color: #e3e3e3;
}

/* ===== REVIEWS ===== */
.review-text,
.response-text {
  font-size: 14px !important;
}

.review-text em,
.response-text em {
  color: #605c5d;
}

.review-summary-rp .hotelReviews {
  padding: 0 10px;
  position: relative;
  margin-top: 25px;
}

.review-summary-rp {
  width: 90%;
  margin: 0 auto;
  vertical-align: auto;
}

.hotelReviews .dropdown-toggle::after {
  display: none;
}

.review-summary-rp .review-summary-title {
  margin: 0;
  padding: 0;
  display: none;
}

.review-summary-rp .hotelReviews .review-stars {
  position: relative;
  top: -17px;
}

.review-summary-rp .huk-review-inline {
  display: inline-block;
}

.review-summary-rp .hotelReviews .huk-star-rating-base {
  width: 90px;
  background-image: url(https://assets.qbook.co.uk/images/star-base-light.png);
  background-size: 90px 17px;
  height: 17px;
  box-shadow: none;
  vertical-align: 0;
}

.review-summary-rp .hotelReviews .huk-star-ratings {
  width: 100%;
  background-image: url(https://assets.qbook.co.uk/images/stars-layer.png);
  background-size: 90px 17px;
  box-shadow: none;
  height: 17px;
  vertical-align: 0;
}

.review-summary-rp .hotelReviews .review-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: 0;
}

.review-summary-rp .hotelReviews .review-score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 52px;
  margin-right: 5px;
  line-height: 52px;
  margin-bottom: 10px;
  vertical-align: 0;
}

.review-summary-rp .hotelReviews .review-star-text {
  font-size: 16px;
  top: -3px;
  position: relative;
  left: 2px;
  color: #c6ab40;
  vertical-align: 0;
}

.review-summary-rp .review-progress-block {
  position: relative;
}

.review-summary-rp #review-progress .progress-name {
  position: absolute;
  display: inline-flex;
}

.review-summary-rp .hotelReviews .n-reviews {
  position: absolute;
  color: #818384;
  font-size: 14px;
  top: 3px;
  left: 0px;
  padding: 0;
  margin: 0;
}

.review-summary-rp #review-progress i.fa-star {
  margin-left: 3px;
  font-size: 12px;
  line-height: 20px;
}

.review-summary-rp #review-progress .progress {
  margin-bottom: 18px;
  background-color: #f1f3f5;
  border-radius: 10px;
  position: relative;
  height: 20px;
  width: 82%;
  left: 8%;
}

.review-summary-rp #review-progress .progress-percentage {
  position: absolute;
  display: inline-flex;
  right: 0;
  top: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #605c5d;
  width: 8%;
}

.review-summary-rp .dropdown-toggle:not(.btn-link) {
  padding-right: 20px;
  border-radius: 4px;
}

.review-summary-rp .hotelReviews .review-toggle {
  border: none;
  background: none;
}

.review-summary-rp .hotelReviews i.fa-chevron-down {
  position: relative;
  top: -5px;
  left: 5px;
}

@media only screen and (max-width: 400px) {
  .review-summary-rp #review-progress .progress {
    width: 78%;
    left: 12%;
  }

  .review-star-text {
    display: none;
  }
}

/* DEMO PAGES */
.demo-page button {
  display: block;
  margin-bottom: 20px;
}

.DynamicContent {
  margin-top: 15px;
  margin-bottom: 15px;
}

.DynamicContent .col-md-1,
.DynamicContent .col-md-10,
.DynamicContent .col-md-11,
.DynamicContent .col-md-12,
.DynamicContent .col-md-2,
.DynamicContent .col-md-3,
.DynamicContent .col-md-4,
.DynamicContent .col-md-5,
.DynamicContent .col-md-6,
.DynamicContent .col-md-7,
.DynamicContent .col-md-8,
.DynamicContent .col-md-9 {
  float: left;
}

.DynamicContent .col-xs-1,
.DynamicContent .col-xs-10,
.DynamicContent .col-xs-11,
.DynamicContent .col-xs-2,
.DynamicContent .col-xs-3,
.DynamicContent .col-xs-4,
.DynamicContent .col-xs-5,
.DynamicContent .col-xs-6,
.DynamicContent .col-xs-7,
.DynamicContent .col-xs-8,
.DynamicContent .col-xs-9,
.DynamicContent .col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 992px) {
  .DynamicContent .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}

.DynamicContent .col-md-2 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
  .DynamicContent .col-md-2 {
    width: 16.66666667%;
  }
  .booking-height {
    background-color: #f5f5f5;
    min-height: 160px;
    padding-top: 0;
    top: 0;
    bottom: 0;
  }
  .booking-height .qbg_booking_padding_30 {
    padding: 10px;
  }
  .home-tag {
    margin-top: 0 !important;
  }
}

.DynamicContent .col-md-3 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
  .DynamicContent .col-md-3 {
    width: 25%;
  }
}

.DynamicContent .col-md-4 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
  .DynamicContent .col-md-4 {
    width: 33.33333333%;
  }
}

.DynamicContent .col-md-6 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
  .DynamicContent .col-md-6 {
    width: 50%;
  }
}

.DynamicContent .col-xs-12 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
  .DynamicContent .col-xs-12 {
    width: 100%;
  }
}

.DynamicContent {
  word-break: break-word;
}

img,
video {
  max-width: 100%;
  height: auto;
  width: auto;
}

[data-initials]:before {
  /* background: #edcb9a; */
  color: white;
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}

[data-alt-initials]:before {
  /* background: #edcb9a; */
  color: white;
  opacity: 1;
  content: attr(data-alt-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  font-size: 30px;
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}

span.footer-address {
  display: block;
  margin-left: 63px;
}

footer .review-progress-block {
  position: relative;
}

footer #review-progress-footer .progress-name {
  position: absolute;
  margin-left: -5px;
}

footer #review-progress .progress {
  margin-bottom: 18px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  width: 82%;
  left: 8%;
}

footer .progress-bar {
  background-color: #edcb9a;
}

footer #review-progress .progress-name {
  position: absolute;
  top: -5px;
}

footer #review-progress i.fa-star {
  margin-left: 3px;
  font-size: 10px;
}

footer .hotelReviews {
  padding: 0 10px;
}

footer .hotelReviews .add-review {
  position: absolute;
  top: 20px;
  right: 5px;
}

footer .hotelReviews .review-score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 52px;
  margin-right: 5px;
  line-height: 52px;
  margin-bottom: 10px;
}

footer .hotelReviews .huk-star-rating-base,
footer .hotelReviews .huk-star-ratings {
  background-size: 90px 16px;
  height: 16px;
}

footer .hotelReviews .huk-star-rating-base {
  width: 90px;
}

footer .hotelReviews .review-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 60%;
}

footer .hotelReviews .stars {
  position: relative;
  top: 5px;
}

footer .hotelReviews .review-toggle {
  border: none;
  background: 0 0;
}

footer .hotelReviews .review-star-text {
  font-size: 16px;
  top: -3px;
  position: relative;
  left: 2px;
  color: #c6ab40;
}

footer .hotelReviews i.icon-chevron-down {
  position: relative;
  top: 3px;
}

footer .hotelReviews .n-reviews {
  position: absolute;
  color: #818384;
  font-size: 14px;
  top: 69px;
  left: 411px;
}

footer .progress-percentage {
  position: absolute;
  display: inline-flex;
  right: 0;
  top: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #605c5d;
  width: 8%;
}
.multicol {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

@media only screen and (max-width: 576px) {
  .main-nopadding {
    padding: 20px 0;
  }
  .room-show-options {
    display: none;
  }

  .tagline {
    position: relative;
    margin-top: 240px;
    padding-bottom: 0px;
    padding-top: 50px;
  }

  footer .hotelReviews .huk-star-ratings {
    background-size: 90px 16px;
    height: 16px;
    margin-top: 5px;
  }

  footer .hotelReviews .n-reviews {
    position: absolute;
    color: #818384;
    font-size: 12px;
    top: 26px;
    left: 115px;
  }
  .multicol {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}
nav#mobile-menu i.fa-caret-down {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tagline {
    position: relative;
    margin-top: 193px;
    padding-bottom: 0px;
    padding-top: 50px;
  }
  footer .hotelReviews .huk-star-ratings {
    background-size: 90px 16px;
    height: 16px;
    margin-top: 5px;
  }
  footer .hotelReviews .n-reviews {
    position: absolute;
    color: #818384;
    font-size: 14px;
    top: 38px;
    left: 169px;
  }
}
@media only screen and (min-width: 992px) {
  .tagline {
    position: relative;
    margin-top: 193px;
    padding-bottom: 0px;
    padding-top: 50px;
  }
  footer .hotelReviews .huk-star-ratings {
    background-size: 90px 16px;
    height: 16px;
    margin-top: 5px;
  }
  footer .hotelReviews .n-reviews {
    position: absolute;
    color: #818384;
    font-size: 16px;
    top: 68px;
    left: 350px;
  }
  .multicol {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}
.copyright-wrapper {
  background-color: #d7d8d9;
}

#subheader {
  background: url(https://secure.hotels.uk.com/Core/Views/DynamicWebsite/TemplateFive/img/bg-blur-1.jpg)
    center no-repeat fixed;
  padding: 40px 0 40px 0;
  /* position: absolute;
    height: 100px;
    width: 100%;
    z-index: 1; */
}
#subheader h1 {
  float: left;
  border-right: solid 1px;
  padding-right: 40px;
  margin-right: 40px;
}
#subheader span {
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
}

.colopt3 a {
  background-position: -97px -22px;
}
.colopt3 a:hover {
  background-position: -97px -53px;
}
.colopt4 a {
  background-position: -62px -22px;
}
.colopt4 a:hover {
  background-position: -62px -53px;
}
.colopt5 a {
  background-position: -28px -22px;
}
.colopt5 a:hover {
  background-position: -28px -52px;
}

.gdlr-color-wrapper.gdlr-show-all {
  background-color: #ffffff;
}

.gdlr-content {
  margin-top: 50px;
}

/*=============================================================
Template Name: Template 11
Author:        Q-Book
Author URI:    https://www.queensboroughgroup.co.uk
Version:       1.1.1
===============================================================

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  ...;
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  ...;
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  ...;
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* BOOKING FORMS */
  .booking-form-toggle {
    display: none;
  }
  .horizontal-booking-form .inner .btn-book {
    padding: 10px 10px;
    font-size: 14px;
  }
  .horizontal-booking-form .inner .advanced-form-link {
    font-size: 11px;
  }
  /* SECTIONS */
  .section-title h4 {
    font-size: 50px;
  }
  section .countup-box {
    margin-bottom: 0;
  }
  .countup-box .number {
    font-size: 28px;
  }
  .countup-box .text {
    font-size: 16px;
  }
  .contact .contact-item h6 {
    font-size: 11px;
  }
  /* ROOMS */
  .room-list-item .room-price .btn.btn-sm {
    padding: 7px 2px;
    font-size: 12px;
  }

  .menu-item a {
    font-size: 10px !important;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  /* HEADER */
  header {
    height: 55px;
  }
  header .brand {
    /* padding: 15px 0; */
    padding: 0;
  }
  header .brand .logo img {
    max-width: 100%;
    /* max-width: 100px; */
    max-height: 55px;
  }
  .mobile-header .toggle-menu-button {
    margin-top: 20px;
  }
  .btn {
    padding: 10px 10px;
    font-size: 13px;
    width: 100%;
  }
  .btn.btn-lg {
    padding: 10px 18px;
    font-size: 18px;
  }
  /* SLIDER */
  .horizontal-booking-form {
    position: relative;
    bottom: 0;
    /* top: 15px; */
    /* was messing up the booking widget on homescreen on mobile*/
    top: 0;
  }

  .tagline {
    margin-top: 0;
  }
  .horizontal-booking-form.booking-full-width {
    top: 0;
  }
  .horizontal-booking-form.booking-full-width .form-control {
    margin-bottom: 10px;
  }
  .horizontal-booking-form .inner .form-group {
    margin-right: 0;
  }
  /* SECTIONS */
  section {
    padding: 80px 0;
  }
  main {
    padding: 80px 0;
    overflow-x: hidden;
  }
  .section-title {
    padding-bottom: 30px;
  }
  .section-title h4 {
    font-size: 40px;
  }
  .section-title p {
    font-size: 13px;
  }
  section.wave-white:before,
  section.wave-white:after,
  section.wave-blue:before,
  section.wave-blue:after {
    display: none;
  }
  section .room-grid-item,
  section .news-grid-item,
  section .newsv2-item,
  section .staff-item,
  section .offer-item,
  section .event-item,
  section .shop-item {
    margin-bottom: 30px;
  }
  .rooms.rooms-over-slider {
    margin-top: 80px;
  }
  section.testimonials .testimonials-owl .owl-dots,
  section .section-title .view-all,
  section .info-branding .providers span,
  section .owl-carousel .owl-nav {
    display: none;
  }
  section.restaurant .restaurant-menu-item .info {
    padding: 15px;
    font-size: 14px;
  }
  section.newsv2 .newsv2-item .news-info {
    padding: 15px;
    border: 1px solid #efefef;
    border-top: 0;
  }
  section.services .owl-thumbs {
    margin-top: 15px;
  }
  section.contact .contact-item {
    margin-top: 20px;
    padding: 10px 2px;
  }
  section.contact-v2 .contact-details li:last-child {
    /* margin-bottom: 50px; */
  }

  .social-menu-footer {
    margin-bottom: 50px;
  }
  .container-white {
    margin-top: 0;
  }
  section.contact .toggle-streetview {
    bottom: 10px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  section.restaurant .restaurant-menu-item .title,
  section.restaurant .restaurant-menu-item .title span.price {
    font-size: 12px;
  }
  section.restaurant .restaurant-menu-item .info p {
    display: none;
  }

  section.info .info-branding {
    margin-top: 50px;
  }
  section.restaurant-menu-item .title span.price span.amount {
    right: 0;
  }
  .testimonials .testimonials-owl {
    padding-left: 0;
  }
  .info-branding .providers {
    margin-bottom: 30px;
  }
  .info-branding h4 {
    font-size: 16px;
  }

  .countup-box {
    margin-bottom: 30px !important;
  }

  .countup-box .number {
    font-size: 28px;
  }
  .countup-box .text {
    font-size: 16px;
  }
  .services-v2 .main-image {
    margin-bottom: 50px;
  }
  .news-grid-item .news-info,
  .newsv2-item .news-info {
    padding: 15px;
  }
  .news-grid-item .news-info h4 a,
  .newsv2-item .news-info h4 a {
    font-size: 16px;
  }
  .main-wrapper {
    padding-left: 0;
  }
  /* SLIDERS */
  .tp-bullets {
    display: none;
  }
  /* PAGES */
  .page-title h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page-title .breadcrumb {
    padding: 0 0;
  }
  .page-title .breadcrumb li,
  .page-title .breadcrumb li:last-child {
    padding: 0 0;
  }
  .room-details-price {
    font-size: 16px;
    margin-top: 0;
  }
  .page-title .inner {
    padding: 20px 0;
  }
  .page-title .breadcrumb li,
  .page-title .breadcrumb a {
    font-size: 10px;
  }
  .room-reviews .rating-details .review-summary {
    margin-bottom: 20px;
  }
  .gallery-filters .filter {
    font-size: 18px;
    padding: 7px 5px;
  }
  .gallery-filters:before {
    width: 5px;
    height: 20px;
    top: 4px;
  }
  .gallery-filters .filter:first-child {
    margin-left: 10px;
  }
  .contact-page .google-map {
    margin-top: 0;
    max-width: 100%;
  }
  .count-box {
    padding: 10px;
    min-width: 70px;
    margin-right: 10px;
  }
  .count-box .count-number {
    font-size: 20px;
  }
  .count-box .count-text {
    font-size: 13px;
  }
  .coming-soon .subscribe-form button i {
    right: -2px;
  }
  .error404-fullscreen-page .inner .title {
    font-size: 28px;
  }
  /* SIDEBAR */
  .sidebar {
    margin-top: 50px;
    padding-left: 0;
  }
  /* ROOMS */
  .room-list-item .room-info {
    padding: 30px 30px;
  }
  .room-list-item .room-price {
    border-left: none;
    padding: 30px;
  }
  .room-list-item figure a:before {
    display: none;
  }
  .room .vertical-booking-form-over-slider {
    margin-top: 0;
  }
  .similar-rooms .room-grid-item {
    margin-bottom: 30px;
  }
  /* FORMS */
  label {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .slider {
    position: relative;
    max-width: 100%;
    min-height: 530px;
  }
  .menu-item a {
    font-size: 16px !important;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

  .tp-forcenotvisible{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  } 

  .tp-rightarrow{
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .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: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .progress-item .col-sm-2{
    padding: 0;
  }
  

  .room-reviews .review-box, .rating-page .review-box{
    padding-left:0
  }

  .review-author{
    display: none;
  }

  .dropdown-menu.open.show{
    transform: translate3d(0, 39px, 0) !important;
  }
  .dropdown-item-inner {
    text-wrap: wrap;
  }

  #subheader h1{
    border-right: none !important;
    text-align: center !important;
    float: none !important; 
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  #subheader span{
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
  }

  .contact-v2 .contact-details li i{
  width: 25px;
  height: 25px;
  line-height: 20px;
}


  .contact-details {
    font-size: 12px;
  }
  .copyright-left, .copyright-right{
    text-align: center;
    display: grid;

  }
  .copyright-left a{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .copyright-left span{
    display: none;
    
  }
  .gdlr-color-wrapper {
    padding: 20px 0;
  }
  .rs-background-video-layer {
    transform: scale(0.9) !important;
  }
  /* HEADER */
  .topbar .top-right-menu .top-menu .language-menu .languages {
    min-width: 105px;
  }

  /* SECTIONS */
  section {
    padding: 60px 0;
  }
  .section-title h4,
  .section-title.sm h4 {
    font-size: 30px;
  }

  section .places-item {
    margin-bottom: 30px;
  }

  /* FOOTER */
  footer .footer-widgets .footer-widget {
    margin-bottom: 30px;
  }
  footer .footer-widgets .footer-widget .inner .tripadvisor-banner {
    text-align: left;
  }
  footer .subfooter .copyrights,
  footer .subfooter .social-media {
    float: none;
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  /* ROOMS */
  .room-block-item .room-info {
    padding: 30px;
  }
  .room-block-item figure a:before {
    display: none;
  }

  /* BLOG */
  .blog-posts .post.post-classic .post-details {
    padding: 0 0;
  }

  .blog-post .entry .post-title a {
    font-size: 22px;
  }

  .blog-posts .post .post-details .post-meta,
  .blog-posts .post .post-details .post-meta a,
  .blog-post .entry .post-meta,
  .blog-post .entry .post-meta a {
    font-size: 11px;
  }

  .blog-posts .post .post-details {
    margin-top: 30px;
  }
  .meta-post .tags,
  .meta-post .share {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  /* PAGES */
  .places-item figcaption {
    padding-left: 15px;
    padding-bottom: 10px;
  }

  .restaurant-menu-item {
    border-right: none;
  }

  .shop-details .shop-item-details {
    padding-top: 30px;
  }
  .slider {
    position: relative;
    max-width: 100%;
    min-height: 530px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  /* SECTIONS */
  section.restaurant .restaurant-menu-item {
    margin-bottom: 15px;
  }
  .section-title2 h4 {
    font-size: 28px;
  }
}
.white-bg {
  background: #fff;
}

#contactForm button[type="submit"] {
  padding: 0 15px;
  border: 1px solid lightgrey;
  cursor: pointer;
}
#contactForm button[type="submit"]:hover {
  border: 1px solid grey;
  cursor: pointer;
}
