@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

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

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham/GothamBold.eot");
  src: url("../../fonts/Gotham/GothamBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamBold.woff") format("woff"), url("../../fonts/Gotham/GothamBold.ttf") format("truetype"), url("../../fonts/Gotham/GothamBold.svg#font-name") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamBold-Italic';
  src: url("../../fonts/Gotham/GothamBold-Italic.eot");
  src: url("../../fonts/Gotham/GothamBold-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamBold-Italic.woff") format("woff"), url("../../fonts/Gotham/GothamBold-Italic.ttf") format("truetype"), url("../../fonts/Gotham/GothamBold-Italic.svg#font-name") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../../fonts/Gotham/GothamBook.eot");
  src: url("../../fonts/Gotham/GothamBook.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamBook.woff") format("woff"), url("../../fonts/Gotham/GothamBook.ttf") format("truetype"), url("../../fonts/Gotham/GothamBook.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../../fonts/Gotham/GothamBook-Italic.eot");
  src: url("../../fonts/Gotham/GothamBook-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamBook-Italic.woff") format("woff"), url("../../fonts/Gotham/GothamBook-Italic.ttf") format("truetype"), url("../../fonts/Gotham/GothamBook-Italic.svg#font-name") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham/GothamLight.eot");
  src: url("../../fonts/Gotham/GothamLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamLight.woff") format("woff"), url("../../fonts/Gotham/GothamLight.ttf") format("truetype"), url("../../fonts/Gotham/GothamLight.svg#font-name") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham/GothamLight-Italic.eot");
  src: url("../../fonts/Gotham/GothamLight-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamLight-Italic.woff") format("woff"), url("../../fonts/Gotham/GothamLight-Italic.ttf") format("truetype"), url("../../fonts/Gotham/GothamLight-Italic.svg#font-name") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham/GothamMedium.eot");
  src: url("../../fonts/Gotham/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamMedium.woff") format("woff"), url("../../fonts/Gotham/GothamMedium.ttf") format("truetype"), url("../../fonts/Gotham/GothamMedium.svg#font-name") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham/GothamMedium-Italic.eot");
  src: url("../../fonts/Gotham/GothamMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham/GothamMedium-Italic.woff") format("woff"), url("../../fonts/Gotham/GothamMedium-Italic.ttf") format("truetype"), url("../../fonts/Gotham/GothamMedium-Italic.svg#font-name") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'BrushUp';
  src: url("../../fonts/BrushUp/BrushUp.eot");
  src: url("../../fonts/BrushUp/BrushUp.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrushUp/BrushUp.woff") format("woff"), url("../../fonts/BrushUp/BrushUp.ttf") format("truetype"), url("../../fonts/BrushUp/BrushUp.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IndustryInc';
  src: url("../../fonts/IndustryInc/IndustryInc-Base.eot");
  src: url("../../fonts/IndustryInc/IndustryInc-Base.eot?#iefix") format("embedded-opentype"), url("../../fonts/IndustryInc/IndustryInc-Base.woff") format("woff"), url("../../fonts/IndustryInc/IndustryInc-Base.ttf") format("truetype"), url("../../fonts/IndustryInc/IndustryInc-Base.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Pitch';
  src: url("../../fonts/Pitch/Pitch-Regular.eot");
  src: url("../../fonts/Pitch/Pitch-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Pitch/Pitch-Regular.woff") format("woff"), url("../../fonts/Pitch/Pitch-Regular.ttf") format("truetype"), url("../../fonts/Pitch/Pitch-Regular.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box;
  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; }

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

@-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;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.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; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

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

th {
  text-align: left; }

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

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-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; }

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

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

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

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

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: normal; }

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #868e96; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

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

@media (min-width: 1400px) {
  .container {
    max-width: 1310px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

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

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef; }

.table tbody + tbody {
  border-top: 2px solid #e9ecef; }

.table .table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #e9ecef; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef; }

.table-bordered thead th,
.table-bordered thead td {
  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 > th,
.table-primary > td {
  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 > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }

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

.table-success,
.table-success > th,
.table-success > td {
  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 > th,
.table-info > td {
  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 > th,
.table-warning > td {
  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 > th,
.table-danger > td {
  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 > th,
.table-light > td {
  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 > th,
.table-dark > td {
  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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e; }

.table-inverse.table-bordered {
  border: 0; }

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

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none; }

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control::placeholder {
  color: #868e96;
  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; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

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

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

.form-row {
  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;
  margin-bottom: 0.5rem; }

.form-check.disabled .form-check-label {
  color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }

.form-check-input:only-child {
  position: static; }

.form-check-inline {
  display: inline-block; }

.form-check-inline .form-check-label {
  vertical-align: middle; }

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

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

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

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit; }

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit; }

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  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.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out; }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:active, .btn.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 3px rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d; }

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96; }

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d; }

.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 3px rgba(40, 167, 69, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34; }

.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 3px rgba(23, 162, 184, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00; }

.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 3px rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5; }

.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 3px rgba(52, 58, 64, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124; }

.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 3px rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent; }

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }

.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 3px rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.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 3px rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107; }

.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 3px rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.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 3px rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent; }

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none; }

.btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent; }

.btn-link:disabled {
  color: #868e96; }

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none; }

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

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

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

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

.dropup,
.dropdown {
  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-left: 0.3em solid transparent; }

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

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.dropdown-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: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  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: #868e96;
  background-color: transparent; }

.show > a {
  outline: 0; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn + .dropdown-toggle-split::after {
  margin-left: 0; }

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

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

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -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:not(:first-child):not(:last-child) {
  border-radius: 0; }

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

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

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

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

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

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

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

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3; }

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px; }

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

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3; }

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef; }

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem; }

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: none; }

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

.custom-select:disabled {
  color: #868e96;
  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-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.custom-file-control:lang(en):empty::after {
  content: "Choose file..."; }

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-file-control:lang(en)::before {
  content: "Browse"; }

.nav {
  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: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

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

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #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,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -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: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -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: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -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: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -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: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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 {
  -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: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important; }

.navbar-expand .navbar-toggler {
  display: none; }

.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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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-dark .navbar-brand {
  color: white; }

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

.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 .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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-body {
  -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 > .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-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-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); }

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

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 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-img-top {
    border-top-right-radius: 0; }
  .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-img-top {
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0; } }

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

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

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

.breadcrumb-item {
  float: left; }

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

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

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

.breadcrumb-item.active {
  color: #868e96; }

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

.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: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

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

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd; }

.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: bold;
  line-height: 1;
  color: #fff;
  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: #868e96; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d; }

.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: #111;
  background-color: #ffc107; }

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  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: #111;
  background-color: #f8f9fa; }

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  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 {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  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: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }

.alert-secondary hr {
  border-top-color: #cfd2d6; }

.alert-secondary .alert-link {
  color: #2e3133; }

.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: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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 {
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  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; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff; }

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e; }

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6; }

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb; }

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5; }

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1; }

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7; }

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6; }

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

button.close {
  padding: 0;
  background: 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.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-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .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;
  font-style: normal;
  font-weight: normal;
  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: 5px;
  height: 5px; }

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0; }

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0; }

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  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;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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: 10px;
  height: 5px; }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid; }

.popover .arrow::before {
  content: "";
  border-width: 11px; }

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

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 10px; }

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0; }

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff; }

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 10px; }

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0; }

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0; }

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff; }

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 10px; }

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0; }

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff; }

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 10px; }

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0; }

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0; }

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  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: 9px 14px;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -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.active,
.carousel-item-next,
.carousel-item-prev {
  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); } }

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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='M4 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='M1.5 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -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 {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #e9ecef !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: #868e96 !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%; }

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

.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-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@media print {
  .d-print-block {
    display: block !important; } }

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

.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 {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

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

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

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

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !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: #868e96 !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; }

.home__gallery-grid .container .row .col-6 {
  padding-bottom: 30px; }

/*# sourceMappingURL=bootstrap.css.map */
.c__text-center {
  text-align: center; }

.c__page-title {
  color: #ffffff;
  font-family: Gotham;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 6.67px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .c__page-title {
      line-height: 53px; } }
  @media only screen and (min-width: 992px) {
    .c__page-title {
      line-height: 64px; } }
  @media only screen and (min-width: 1200px) {
    .c__page-title {
      letter-spacing: 10.66px;
      line-height: 72px; } }
  @media only screen and (max-width: 767px) {
    .c__page-title {
      line-height: 70px !important;
      font-size: 40px !important; } }

.c__btn {
  display: inline-block;
  text-align: center;
  min-width: 115px;
  /*background: $white;
	border: solid 2px $white; */
  color: #B1181E;
  font-family: Gotham;
  font-size: 9px;
  letter-spacing: 0.86px;
  line-height: calc(12 / 9);
  padding: 13px;
  text-decoration: none;
  outline: 0;
  text-transform: uppercase;
  transition: all ease 0.4s; }
  .c__btn:hover {
    color: #ffffff; }
  @media only screen and (min-width: 1200px) {
    .c__btn {
      padding: 20px;
      min-width: 147px;
      font-size: 12px;
      letter-spacing: 1.2px;
      line-height: calc(18 / 12); } }
  .c__btn:hover {
    text-decoration: none; }
  .c__btn.hollow {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff; }
    .c__btn.hollow:hover {
      background: #ffffff;
      color: #164C58 !important; }
  .c__btn.hollow-red {
    background: none;
    border: 2px solid #263A47;
    color: #263A47; }
    .c__btn.hollow-red:hover {
      background: #263A47;
      color: #fff !important; }

.c__bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.c__font-industry-inc {
  font-family: Gotham; }

.c__font-pitch {
  font-family: Gotham; }

@media only screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

header {
  padding: 30px 0; }
  header .container {
    max-width: 100%; }
    header .container .header-line {
      box-sizing: border-box;
      height: 2px;
      border: 1px solid #263A47;
      opacity: 0.1;
      margin-top: 30px; }
    header .container .header-top {
      display: block;
      text-align: center; }
      header .container .header-top .logo-o-section {
        display: inline-block;
        position: absolute;
        left: 0;
        margin-left: 6.7%; }
      header .container .header-top .mobile-logo {
        display: none; }
      header .container .header-top .logo {
        width: 250px;
        display: inline-block; }
      header .container .header-top .header-reservation {
        display: inline-block;
        position: absolute;
        right: 0;
        border: 2px solid #263A47;
        margin-right: 6.7%;
        text-align: center; }
        header .container .header-top .header-reservation:hover {
          background: #263A47; }
        header .container .header-top .header-reservation a {
          color: #263A47;
          font-family: Gotham;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 1.36px;
          line-height: 13px;
          text-align: center;
          text-transform: uppercase;
          padding: 20px; }
          header .container .header-top .header-reservation a:hover {
            color: #fff !important; }
      header .container .header-top a img {
        height: 60px; }
    header .container .nav-row {
      position: relative; }
      header .container .nav-row nav ul li {
        width: 16.65%;
        text-align: center;
        margin-top: 26px; }
        header .container .nav-row nav ul li a {
          font-family: Gotham;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 4.22px;
          line-height: 14px;
          color: #263A47; }
      header .container .nav-row .header-bachin-logo {
        position: absolute;
        top: 0;
        left: 15px;
        width: 47px;
        height: 47px; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          header .container .nav-row .header-bachin-logo {
            display: none; } }
        @media only screen and (min-width: 1200px) {
          header .container .nav-row .header-bachin-logo {
            left: -55px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 54px;
            height: 54px; } }
      header .container .nav-row .logo-col .logo img {
        width: 140px;
        height: 55px; }
      header .container .nav-row .nav-col {
        flex: 0 0 37.5%;
        max-width: 37.5%; }
        header .container .nav-row .nav-col nav .nav.left-nav {
          justify-content: flex-end; }
        header .container .nav-row .nav-col nav .nav.right-nav {
          justify-content: flex-start; }
        header .container .nav-row .nav-col nav .nav .menu-item {
          padding: 15px 25px 15px 0;
          margin-right: 25px;
          border-right: 2px solid rgba(255, 255, 255, 0.25); }
          @media only screen and (min-width: 1200px) {
            header .container .nav-row .nav-col nav .nav .menu-item {
              padding: 20px 30px 20px 0; } }
          header .container .nav-row .nav-col nav .nav .menu-item:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0; }
          header .container .nav-row .nav-col nav .nav .menu-item a {
            color: #ffffff;
            font-family: Gotham;
            font-size: 16px;
            letter-spacing: 1.4px;
            line-height: calc(26 / 18);
            position: relative; }
            @media only screen and (min-width: 1200px) {
              header .container .nav-row .nav-col nav .nav .menu-item a {
                font-size: 18px;
                letter-spacing: 1.8px; } }
            header .container .nav-row .nav-col nav .nav .menu-item a:after {
              content: '';
              position: absolute;
              bottom: -10px;
              left: 0;
              width: 0;
              height: 4px;
              background-color: #ffffff;
              transition: width ease .4s; }
            header .container .nav-row .nav-col nav .nav .menu-item a:hover {
              text-decoration: none; }
              header .container .nav-row .nav-col nav .nav .menu-item a:hover:after {
                width: 100%; }
          header .container .nav-row .nav-col nav .nav .menu-item.current-menu-item a:after {
            width: 100%; }
      header .container .nav-row .hamburger-section {
        position: absolute;
        width: 47px;
        height: 47px;
        background: #164C58;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: .5s ease-in-out; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          header .container .nav-row .hamburger-section {
            left: 52px;
            width: 60px;
            height: 60px;
            top: -92px; } }
        @media only screen and (min-width: 992px) {
          header .container .nav-row .hamburger-section {
            display: none; } }
        header .container .nav-row .hamburger-section.open {
          background: #ffffff; }
        header .container .nav-row .hamburger-section #hamburger-icon {
          width: 20px;
          height: 15px;
          position: relative;
          transform: rotate(0deg);
          transition: .5s ease-in-out;
          cursor: pointer; }
          header .container .nav-row .hamburger-section #hamburger-icon span {
            display: block;
            position: absolute;
            height: 2px;
            max-width: 20px;
            width: 100%;
            background: #263a47;
            opacity: 1;
            left: 0;
            right: 0;
            margin: auto;
            transform: rotate(0deg);
            transition: .5s ease-in-out; }
            header .container .nav-row .hamburger-section #hamburger-icon span:nth-child(1) {
              top: 0; }
            header .container .nav-row .hamburger-section #hamburger-icon span:nth-child(2), header .container .nav-row .hamburger-section #hamburger-icon span:nth-child(3) {
              top: 6px; }
            header .container .nav-row .hamburger-section #hamburger-icon span:nth-child(4) {
              top: 12px; }
          header .container .nav-row .hamburger-section #hamburger-icon.open span {
            background: #ffffff; }
            header .container .nav-row .hamburger-section #hamburger-icon.open span:nth-child(1) {
              top: 6px;
              width: 0%;
              left: 50%; }
            header .container .nav-row .hamburger-section #hamburger-icon.open span:nth-child(2) {
              transform: rotate(45deg); }
            header .container .nav-row .hamburger-section #hamburger-icon.open span:nth-child(3) {
              transform: rotate(-45deg); }
            header .container .nav-row .hamburger-section #hamburger-icon.open span:nth-child(4) {
              top: 6px;
              width: 0%;
              left: 50%; }
      header .container .nav-row .book-btn {
        width: calc(100% - 30px);
        max-width: 375px;
        margin: 15px auto 0 auto;
        padding: 17px;
        font-size: 16px;
        letter-spacing: 2.67px;
        line-height: calc(19 / 16); }
        @media only screen and (min-width: 768px) {
          header .container .nav-row .book-btn {
            position: absolute;
            top: 30px;
            margin-top: 0;
            max-width: 150px;
            font-size: 14px;
            letter-spacing: 2px;
            line-height: calc(16 / 14); } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          header .container .nav-row .book-btn {
            left: 15px;
            top: 50%;
            transform: translateY(-50%); } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          header .container .nav-row .book-btn {
            left: 50%;
            transform: translateX(-50%);
            top: 70px;
            max-width: 375px; } }
        @media only screen and (min-width: 1200px) {
          header .container .nav-row .book-btn {
            right: -65px;
            top: 50%;
            transform: translateY(-50%); } }

.mobile-nav-section {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #263A47;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  opacity: 0.5;
  transition: top ease-in-out 1s, opacity ease-in-out 0.4s 0.6s; }
  @media only screen and (min-width: 992px) {
    .mobile-nav-section {
      display: none; } }
  .mobile-nav-section nav .nav {
    flex-direction: column;
    align-items: center; }
    .mobile-nav-section nav .nav .menu-item {
      margin-bottom: 16px; }
      .mobile-nav-section nav .nav .menu-item:last-child {
        margin-bottom: 0; }
      .mobile-nav-section nav .nav .menu-item a {
        color: #ffffff;
        font-family: Gotham;
        font-size: 18px;
        letter-spacing: 1.8px;
        line-height: calc(26 / 18);
        text-transform: uppercase; }
  .mobile-nav-section.open {
    top: 0;
    opacity: 1;
    transition: top ease-in-out 1s, opacity ease-in-out 0.4s; }

@media only screen and (max-width: 767px) {
  .header .header-reservation {
    display: none !important; }
  .header .logo {
    height: 67px !important;
    width: 124px !important; }
    .header .logo img {
      height: 67px !important;
      width: 124px !important; }
  .header .mobile-logo {
    display: block !important; }
  .header .web-logo {
    display: none !important; }
  .header-line {
    display: none !important; }
  .hamburger-section {
    bottom: 10px !important;
    left: 15px !important; }
    .hamburger-section .menu-toggle span {
      max-width: 47px !important;
      background: #263A47 !important; }
    .hamburger-section .menu-toggle.open span {
      background: #fff !important; } }

  @media only screen and (max-width: 991px) {
    .header .logo-o-section {
      display: none !important; } 
    .hamburger-section {
      background: none !important; } }

footer {
  background: #164C58;
  padding: 40px 0;
  background-image: url("../../images/Footer-background.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }
  @media only screen and (min-width: 1200px) {
    footer {
      padding: 60px 0 40px 0; } }
  footer .footer-logos {
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      footer .footer-logos {
        justify-content: center; } }
    @media only screen and (min-width: 992px) {
      footer .footer-logos {
        justify-content: center; } }
    @media only screen and (min-width: 1200px) {
      footer .footer-logos {
        padding-bottom: 62px; } }
    footer .footer-logos:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 15px;
      width: calc(100% - 30px);
      height: 2px;
      background: rgba(255, 255, 255, 0.25); }
    @media only screen and (max-width: 767px) {
      footer .footer-logos:before {
        width: calc(100% - 84px) !important; } }
    @media only screen and (min-width: 768px) {
      footer .footer-logos .logo {
        margin-bottom: 0; } }
    footer .footer-logos .logo.logo-3, footer .footer-logos .logo.logo-4 {
      margin-bottom: 0; }
    footer .footer-logos .logo img {
      max-height: 25px; }
      @media only screen and (min-width: 992px) {
        footer .footer-logos .logo img {
          max-height: 30px; } }
      @media only screen and (min-width: 1200px) {
        footer .footer-logos .logo img {
          max-height: 40px; } }
    footer .footer-logos .mobile-logos {
      display: none; }
  @media only screen and (max-width: 767px) {
    footer .nav-row {
      flex-direction: initial !important; }
      footer .nav-row .c__btn.hollow {
        margin-bottom: 26px !important; }
    footer .website-company-name {
      margin-top: 38px !important;
      width: auto !important;
      text-align: unset !important; } }
  footer .nav-row {
    flex-direction: column-reverse; }
    footer .nav-row div .c__btn.hollow {
      width: 255px;
      font-family: Gotham;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 3.76px;
      line-height: 17px;
      text-align: center;
      border: 1px solid #ffffff; }
    @media only screen and (min-width: 992px) {
      footer .nav-row {
        flex-direction: row;
        align-items: center; } }
    footer .nav-row .social-col {
      display: flex; }
      footer .nav-row .social-col a {
        margin-right: 18px; }
      @media only screen and (min-width: 768px) {
        footer .nav-row .social-col {
          justify-content: center; } }
      @media only screen and (min-width: 992px) {
        footer .nav-row .social-col {
          justify-content: flex-start; } }
      footer .nav-row .social-col .social-section {
        display: flex;
        align-items: center; }
        footer .nav-row .social-col .social-section a {
          margin-right: 13px; }
          footer .nav-row .social-col .social-section a .social-icon {
            width: 36px;
            height: 36px; }
            @media only screen and (min-width: 1200px) {
              footer .nav-row .social-col .social-section a .social-icon {
                width: 51px;
                height: 51px; } }
    footer .nav-row nav {
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) {
        footer .nav-row nav {
          margin-top: 0;
          margin-bottom: 0; } }
      footer .nav-row nav .nav {
        flex-direction: column; }
        @media only screen and (min-width: 768px) {
          footer .nav-row nav .nav {
            flex-direction: row;
            justify-content: center; } }
        footer .nav-row nav .nav .menu-item {
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) {
            footer .nav-row nav .nav .menu-item {
              margin-bottom: 0;
              margin-right: 20px; } }
          @media only screen and (min-width: 1400px) {
            footer .nav-row nav .nav .menu-item {
              margin-right: 42px; } }
          footer .nav-row nav .nav .menu-item a {
            color: #ffffff;
            font-family: Gotham;
            font-size: 10px;
            letter-spacing: 1px;
            line-height: calc(15 / 10);
            font-weight: 300;
            text-transform: uppercase; }
            @media only screen and (min-width: 1200px) {
              footer .nav-row nav .nav .menu-item a {
                letter-spacing: 1.2px;
                line-height: calc(18 / 12);
                font-size: 14px; } }
          footer .nav-row nav .nav .menu-item:last-child {
            margin-bottom: 0; }
            @media only screen and (min-width: 768px) {
              footer .nav-row nav .nav .menu-item:last-child {
                margin-right: 0; } }
  footer .website-company-name {
    text-align: center;
    height: 14px;
    width: 245px;
    opacity: 0.61;
    color: #FFFFFF;
    font-family: Gotham;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 14px;
    margin: 0 auto;
    margin-top: 94px; }
    footer .website-company-name a {
      color: #FFFFFF;
      text-decoration: none; }
  footer .form-row .form-col {
    display: none; }
    footer .form-row .form-col form .row {
      margin-bottom: 0; }
    footer .form-row .form-col form .form-group {
      padding: 0 15px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        footer .form-row .form-col form .form-group {
          margin-bottom: 25px; } }
      @media only screen and (min-width: 992px) {
        footer .form-row .form-col form .form-group {
          margin-bottom: 34px; } }
      @media only screen and (min-width: 1200px) {
        footer .form-row .form-col form .form-group {
          margin-bottom: 40px; } }
      footer .form-row .form-col form .form-group.form-header h2 {
        padding-top: 30px;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 42px;
        letter-spacing: 4.66px;
        line-height: 1; }
        @media only screen and (min-width: 768px) {
          footer .form-row .form-col form .form-group.form-header h2 {
            font-size: 46px;
            letter-spacing: 5px;
            padding-top: 40px; } }
        @media only screen and (min-width: 992px) {
          footer .form-row .form-col form .form-group.form-header h2 {
            font-size: 50px;
            letter-spacing: 5.66px;
            padding-top: 50px;
            padding-bottom: 10px; } }
        @media only screen and (min-width: 1200px) {
          footer .form-row .form-col form .form-group.form-header h2 {
            font-size: 56px;
            letter-spacing: 6.22px;
            padding-top: 60px;
            padding-bottom: 20px; } }
      footer .form-row .form-col form .form-group.gdpr {
        display: flex; }
        footer .form-row .form-col form .form-group.gdpr.gdpr-1 {
          margin-bottom: 5px; }
        @media only screen and (min-width: 768px) {
          footer .form-row .form-col form .form-group.gdpr {
            justify-content: flex-start; } }
        footer .form-row .form-col form .form-group.gdpr input {
          height: 20px; }
        footer .form-row .form-col form .form-group.gdpr label {
          margin-left: 10px; }
          footer .form-row .form-col form .form-group.gdpr label a {
            color: inherit;
            text-decoration: underline; }
      footer .form-row .form-col form .form-group.form-footer {
        margin-bottom: 0;
        text-align: center; }
        footer .form-row .form-col form .form-group.form-footer input[type=submit] {
          border-radius: 0; }
          @media only screen and (max-width: 767px) {
            footer .form-row .form-col form .form-group.form-footer input[type=submit] {
              font-size: 16px;
              width: 100%; } }
      footer .form-row .form-col form .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.5; }
        @media only screen and (min-width: 992px) {
          footer .form-row .form-col form .form-group label {
            font-size: 10px; } }
      footer .form-row .form-col form .form-group:not(.form-footer) input[type=text], footer .form-row .form-col form .form-group:not(.form-footer) input[type=email], footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel], footer .form-row .form-col form .form-group:not(.form-footer) textarea, footer .form-row .form-col form .form-group:not(.form-footer) select {
        width: 100%;
        padding: 17px;
        color: #164C58;
        font-size: 16px;
        letter-spacing: 1.2px;
        line-height: 1.5;
        background: #ffffff;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        outline: 0; }
        @media only screen and (min-width: 992px) {
          footer .form-row .form-col form .form-group:not(.form-footer) input[type=text], footer .form-row .form-col form .form-group:not(.form-footer) input[type=email], footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel], footer .form-row .form-col form .form-group:not(.form-footer) textarea, footer .form-row .form-col form .form-group:not(.form-footer) select {
            font-size: 10px; } }
        footer .form-row .form-col form .form-group:not(.form-footer) input[type=text]::-webkit-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=email]::-webkit-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel]::-webkit-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) textarea::-webkit-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) select::-webkit-input-placeholder {
          color: #164C58; }
        footer .form-row .form-col form .form-group:not(.form-footer) input[type=text]::-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=email]::-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel]::-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) textarea::-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) select::-moz-placeholder {
          color: #164C58;
          opacity: 1; }
        footer .form-row .form-col form .form-group:not(.form-footer) input[type=text]:-ms-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=email]:-ms-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel]:-ms-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) textarea:-ms-input-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) select:-ms-input-placeholder {
          color: #164C58; }
        footer .form-row .form-col form .form-group:not(.form-footer) input[type=text]:-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=email]:-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) input[type=tel]:-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) textarea:-moz-placeholder, footer .form-row .form-col form .form-group:not(.form-footer) select:-moz-placeholder {
          color: #164C58;
          opacity: 1; }
  @media only screen and (max-width: 767px) {
    footer .container {
      width: 80% !important; }
      footer .container .mobile-hide {
        display: none; }
      footer .container .mobile-logos {
        display: block !important;
        margin-bottom: 33px !important;
        text-align: unset !important; }
      footer .container #newzapp_signupform {
        width: 80% !important;
        margin: 0 auto !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! jQuery UI - v1.12.1 - 2018-01-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #dddddd !important; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444; }

.ui-widget-content a {
  color: #444444; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #0073ea;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #0073ea;
  background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #dddddd;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #dddddd;
  background-color: #ff0084; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #444444; }

.ui-state-checked {
  border: 1px solid #cccccc;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff;
  color: #222222; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: .8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: -4px -4px 4px #aaaaaa;
  box-shadow: -4px -4px 4px #aaaaaa; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #dddddd; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444; }

.ui-widget-content a {
  color: #444444; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #0073ea;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #0073ea;
  background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #dddddd;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #dddddd;
  background-color: #ff0084; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #444444; }

.ui-state-checked {
  border: 1px solid #cccccc;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff;
  color: #222222; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: .8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: -4px -4px 4px #aaaaaa;
  box-shadow: -4px -4px 4px #aaaaaa; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
/*  background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
/*  background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
/*  background: url(../images/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#title-section .title-container {
  position: relative;
  height: 300px;
  display: table;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*&:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url('../../images/home-page-top.jpg');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		} */ }
  #title-section .title-container .row {
    display: table-cell !important;
    vertical-align: middle !important; }

.custom-post-type-loop .row {
  margin-bottom: 40px; }
  .custom-post-type-loop .row:last-child {
    margin-bottom: 0; }
  .custom-post-type-loop .row:nth-child(even) {
    flex-direction: row-reverse; }
    @media only screen and (min-width: 1200px) {
      .custom-post-type-loop .row:nth-child(even) .col-12:first-child {
        padding-left: 30px;
        padding-right: 15px; } }
    @media only screen and (min-width: 1200px) {
      .custom-post-type-loop .row:nth-child(even) .col-12:last-child {
        padding-left: 15px;
        padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .custom-post-type-loop .row .col-12:first-child {
      padding-left: 15px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .custom-post-type-loop .row .col-12:last-child {
      padding-right: 15px;
      padding-left: 30px; } }
  .custom-post-type-loop .row .col-12 .post-image {
    height: calc(100vw - 30px);
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 576px) {
      .custom-post-type-loop .row .col-12 .post-image {
        height: 350px; } }
    @media only screen and (min-width: 992px) {
      .custom-post-type-loop .row .col-12 .post-image {
        height: 456px; } }
    @media only screen and (min-width: 1200px) {
      .custom-post-type-loop .row .col-12 .post-image {
        height: 563px; } }
    .custom-post-type-loop .row .col-12 .post-image .c__bg-image.zoom {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all ease 0.3s; }
    .custom-post-type-loop .row .col-12 .post-image:hover .c__bg-image.zoom {
      transform: scale(1.05); }
  .custom-post-type-loop .row .col-12 .content-container {
    padding: 15px;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .custom-post-type-loop .row .col-12 .content-container {
        padding: 40px;
        height: 100%; } }
    .custom-post-type-loop .row .col-12 .content-container .post-name {
      margin-bottom: 24px;
      max-width: 100%;
      color: #223040;
      font-family: Gotham;
      font-size: 34px;
      font-weight: 500;
      letter-spacing: 5.36px;
      line-height: 46px;
      text-transform: uppercase;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .custom-post-type-loop .row .col-12 .content-container .post-name {
          margin-bottom: 28px; } }
      @media only screen and (min-width: 992px) {
        .custom-post-type-loop .row .col-12 .content-container .post-name {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 1200px) {
        .custom-post-type-loop .row .col-12 .content-container .post-name {
          margin-bottom: 34px; } }
    .custom-post-type-loop .row .col-12 .content-container .content {
      margin-bottom: 24px;
      max-width: 100%;
      color: #626C6F;
      font-family: Gotham;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 29px;
      text-align: inherit; }
      @media only screen and (min-width: 768px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          margin-bottom: 28px; } }
      @media only screen and (min-width: 992px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 1200px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          margin-bottom: 34px; } }
      @media only screen and (min-width: 768px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          font-size: 14px; } }
      @media only screen and (min-width: 992px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          font-size: 15px; } }
      @media only screen and (min-width: 1200px) {
        .custom-post-type-loop .row .col-12 .content-container .content {
          font-size: 16px; } }
      .custom-post-type-loop .row .col-12 .content-container .content .contact {
        display: block; }
      .custom-post-type-loop .row .col-12 .content-container .content .address {
        margin-bottom: 5px; }
    .custom-post-type-loop .row .col-12 .content-container .c__btn {
      border: 2px solid #263A47;
      color: #263A47; }

.custom-post-type-loop a {
  color: #263A47; }

.location-bottom {
  margin-bottom: 138px;
  margin-top: 130px; }
  .location-bottom .opening-title {
    color: #223040;
    font-family: Gotham;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 5.36px;
    line-height: 46px; }
  .location-bottom .opening-content {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 29px;
    margin-top: 20px;
    width: 773px;
    color: #626C6F; }
  .location-bottom .golden-image-bg-right {
    background-image: url("../../images/gold-img-right-bg.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    width: 150px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 450px; }

@media only screen and (max-width: 767px) {
  .location-bottom {
    margin-bottom: 0px !important;
    margin-top: 50px !important; }
    .location-bottom .container .row {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .location-bottom .container .row .opening-content {
        width: auto !important; }
    .location-bottom .golden-image-bg-right {
      width: 30% !important;
      height: 150px !important;
      position: relative !important;
      left: 70% !important;
      bottom: 0px !important; }
  .custom-post-type-loop .content-container .post-name {
    text-align: left;
    font-size: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .location-bottom {
    margin-bottom: 0px !important; }
    .location-bottom .golden-image-bg-right {
      width: 30% !important;
      height: 150px !important;
      position: relative !important;
      left: 70% !important;
      bottom: 0 !important; } }

.content-block-three-columns {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .content-block-three-columns .row {
      align-items: center; } }
  .content-block-three-columns .row .title-col .title {
    margin-bottom: 0;
    text-align: left;
    transform: rotate(360deg);
    color: #223040;
    font-family: Gotham;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 5.36px;
    line-height: 46px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .content-block-three-columns .row .title-col .title {
        letter-spacing: 5px; } }
    @media only screen and (min-width: 992px) {
      .content-block-three-columns .row .title-col .title {
        letter-spacing: 5.66px; } }
    @media only screen and (min-width: 1200px) {
      .content-block-three-columns .row .title-col .title {
        letter-spacing: 6.22px; } }
  @media only screen and (min-width: 768px) {
    .content-block-three-columns .row .content-col {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .content-block-three-columns .row .content-col .content-container {
    margin-top: 30px;
    margin-bottom: 14px; }
    @media only screen and (min-width: 768px) {
      .content-block-three-columns .row .content-col .content-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        border-top: none; } }
    .content-block-three-columns .row .content-col .content-container .content-heading {
      margin-bottom: 14px;
      color: #164C58;
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 1.4;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .content-block-three-columns .row .content-col .content-container .content-heading {
          text-align: left; } }
    .content-block-three-columns .row .content-col .content-container .content {
      color: #263A47;
      font-size: 14px;
      letter-spacing: 1.56px;
      line-height: 1.2;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .content-block-three-columns .row .content-col .content-container .content {
          text-align: left; } }
      @media only screen and (min-width: 992px) {
        .content-block-three-columns .row .content-col .content-container .content {
          font-size: 15px;
          letter-spacing: 1.65px;
          line-height: 1.16; } }
      @media only screen and (min-width: 1200px) {
        .content-block-three-columns .row .content-col .content-container .content {
          font-size: 16px;
          letter-spacing: 1.78px;
          line-height: 1.18; } }
  .content-block-three-columns .row .btn-col {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .content-block-three-columns .row .btn-col .c__btn {
        min-width: 175px; } }
    @media only screen and (min-width: 1200px) {
      .content-block-three-columns .row .btn-col .c__btn {
        min-width: 200px; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow-x: hidden; }
  html body {
    overflow-x: hidden; }
  html.no-scroll {
    overflow-y: hidden; }

#responsiveCheck {
  display: inline; }
  @media only screen and (min-width: 768px) {
    #responsiveCheck {
      display: inline-block; } }
  @media only screen and (min-width: 768px) {
    #responsiveCheck {
      display: block; } }

body {
  position: relative;
  background: #fff; }
  body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 900px;
    background-image: url("../../images/Graphic-Background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }
  @media only screen and (min-width: 1680px) {
    body:before {
      height: 1500px !important; } }
  body section {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      body section {
        margin-bottom: 54px; } }
  body.home section {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      body.home section#title-section {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 992px) {
      body.home section#title-section {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1200px) {
      body.home section#title-section {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      body.home section {
        padding-bottom: 40px; } }
    @media only screen and (min-width: 992px) {
      body.home section {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1200px) {
      body.home section {
        padding-bottom: 100px; } }
    @media only screen and (min-width: 1400px) {
      body.home section {
        padding-bottom: 215.27px; } }

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

.book-now-img {
  position: fixed;
  max-width: 110px;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  transition: all ease 0.5s;
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
  background-image: url("../../images/book-now-btn-bg.png");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  height: 110px;
  width: 110px;
  display: table;
  overflow: hidden; }
  .book-now-img p {
    height: 32px;
    width: 51px;
    color: #FFFFFF;
    font-family: Gotham;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.87px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell; }
  @media only screen and (min-width: 992px) {
    .book-now-img {
      max-width: 110px;
      bottom: 30px;
      right: 30px; } }
  .book-now-img.book-close-btn {
    display: none; }
  .book-now-img.show {
    opacity: 1;
    visibility: visible; }
  .book-now-img:hover {
    cursor: pointer;
    transform: scale(1.05); }
  @media only screen and (min-width: 1200px) {
    .book-now-img {
      max-width: 130px; } }

#booking-widget {
  /*display: none; */ }
  #booking-widget .top-left-golden-image {
    background-image: url("../../images/gold-image-left.png");
    background-position: left;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
    height: 470px;
    width: 250px;
    position: absolute;
    bottom: 50px; }
  @media only screen and (max-width: 767px) {
    #booking-widget.home-singular {
      margin-top: 20px; } }
  #booking-widget.visible {
    display: block; }
  @media only screen and (min-width: 768px) {
    #booking-widget .container {
      position: relative; } }
  #booking-widget .container #bookingForm {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 151px;
    width: 897px;
    background-color: #263A47;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      #booking-widget .container #bookingForm {
        flex-direction: row; } }
    #booking-widget .container #bookingForm .form-header {
      padding: 15px;
      text-align: center;
      width: 197px; }
      @media only screen and (max-width: 991px) {
        #booking-widget .container #bookingForm .form-header {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        #booking-widget .container #bookingForm .form-header {
          padding: 20px; } }
      @media only screen and (min-width: 992px) {
        #booking-widget .container #bookingForm .form-header {
          padding: 35px; } }
      @media only screen and (min-width: 1200px) {
        #booking-widget .container #bookingForm .form-header {
          padding: 40px; } }
      @media only screen and (min-width: 1400px) {
        #booking-widget .container #bookingForm .form-header {
          padding: 45px; } }
      #booking-widget .container #bookingForm .form-header .form-heading {
        height: 52px;
        width: 108px;
        color: #FFFFFF;
        font-family: Gotham;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2.13px;
        line-height: 26px;
        text-align: center; }
    #booking-widget .container #bookingForm .form-body {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      flex: 1;
      padding: 25px 0; }
      @media only screen and (min-width: 768px) {
        #booking-widget .container #bookingForm .form-body {
          flex-direction: row; } }
      @media only screen and (min-width: 992px) {
        #booking-widget .container #bookingForm .form-body {
          padding: 0; } }
      #booking-widget .container #bookingForm .form-body .form-group {
        height: 45px;
        margin-bottom: 20px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 12px; }
        #booking-widget .container #bookingForm .form-body .form-group:last-child {
          margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          #booking-widget .container #bookingForm .form-body .form-group {
            border-right: solid 2px rgba(255, 255, 255, 0.25);
            margin-bottom: 0; } }
        @media only screen and (min-width: 992px) {
          #booking-widget .container #bookingForm .form-body .form-group {
            padding: 0 15px; } }
        @media only screen and (min-width: 1200px) {
          #booking-widget .container #bookingForm .form-body .form-group {
            height: 65px;
            padding: 0 20px; } }
        @media only screen and (min-width: 1400px) {
          #booking-widget .container #bookingForm .form-body .form-group {
            padding: 0 25px; } }
        #booking-widget .container #bookingForm .form-body .form-group:last-child, #booking-widget .container #bookingForm .form-body .form-group.time {
          border-right: none; }
        #booking-widget .container #bookingForm .form-body .form-group label {
          margin-bottom: 0;
          color: #ffffff;
          font-size: 10px;
          letter-spacing: 1.2px;
          line-height: 1.5; }
          @media only screen and (min-width: 768px) {
            #booking-widget .container #bookingForm .form-body .form-group label {
              font-size: 8px; } }
          @media only screen and (min-width: 1200px) {
            #booking-widget .container #bookingForm .form-body .form-group label {
              font-size: 10px; } }
          @media only screen and (min-width: 1400px) {
            #booking-widget .container #bookingForm .form-body .form-group label {
              font-size: 12px;
              margin-right: 15px; } }
        #booking-widget .container #bookingForm .form-body .form-group select, #booking-widget .container #bookingForm .form-body .form-group input[type='text'] {
          color: #ffffff;
          font-size: 16px;
          letter-spacing: 2.4px;
          line-height: 1.458;
          border: none;
          outline: 0;
          border-radius: 0;
          background: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            #booking-widget .container #bookingForm .form-body .form-group select, #booking-widget .container #bookingForm .form-body .form-group input[type='text'] {
              font-size: 14px; } }
          @media only screen and (min-width: 992px) {
            #booking-widget .container #bookingForm .form-body .form-group select, #booking-widget .container #bookingForm .form-body .form-group input[type='text'] {
              font-size: 16px; } }
          @media only screen and (min-width: 1200px) {
            #booking-widget .container #bookingForm .form-body .form-group select, #booking-widget .container #bookingForm .form-body .form-group input[type='text'] {
              font-size: 20px; } }
          @media only screen and (min-width: 1400px) {
            #booking-widget .container #bookingForm .form-body .form-group select, #booking-widget .container #bookingForm .form-body .form-group input[type='text'] {
              font-size: 24px; } }
          #booking-widget .container #bookingForm .form-body .form-group select:hover, #booking-widget .container #bookingForm .form-body .form-group input[type='text']:hover {
            cursor: pointer; }
        #booking-widget .container #bookingForm .form-body .form-group select {
          background: #164C58;
          color: #ffffff; }
        #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric {
          background: #263A47;
          border: 0; }
          @media only screen and (min-width: 992px) {
            #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric {
              min-width: 60px; } }
          @media only screen and (min-width: 1200px) {
            #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric {
              min-width: 65px; } }
          @media only screen and (min-width: 1200px) {
            #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric {
              min-width: 70px; } }
          #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric .label {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            letter-spacing: 2.4px;
            line-height: 1.458;
            border: none;
            outline: 0;
            border-radius: 0;
            margin: 0 20px 0 10px;
            background: none;
            text-align: center;
            font-family: Gotham;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 1.87px;
            line-height: 17px; }
          #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric .button {
            background-color: rgba(0, 0, 0, 0);
            width: 20px;
            height: 100%; }
            #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric .button:after {
              border-top-color: #ffffff; }
        #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric-items {
          background: #263A47;
          border: solid 2px rgba(255, 255, 255, 0.25); }
          #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric-items li {
            color: #ffffff;
            font-size: 16px;
            letter-spacing: 2.4px;
            line-height: 1.458;
            font-family: Gotham;
            transition: all ease 0.3s;
            font-family: Gotham;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 1.87px;
            line-height: 17px; }
            #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric-items li.highlighted, #booking-widget .container #bookingForm .form-body .form-group .selectric-wrapper .selectric-items li:hover {
              background: #ffffff;
              color: #B1181E; }
        #booking-widget .container #bookingForm .form-body .form-group input[type='text']::-webkit-input-placeholder {
          color: #ffffff; }
        #booking-widget .container #bookingForm .form-body .form-group input[type='text']::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #booking-widget .container #bookingForm .form-body .form-group input[type='text']:-ms-input-placeholder {
          color: #ffffff; }
        #booking-widget .container #bookingForm .form-body .form-group input[type='text']:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #booking-widget .container #bookingForm .form-body .form-group input[type=submit] {
          border-radius: 0;
          color: #FFFFFF;
          font-family: Gotham;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 2.13px;
          line-height: 26px;
          text-align: center; }
        @media only screen and (min-width: 992px) {
          #booking-widget .container #bookingForm .form-body .form-group.location .selectric-wrapper .selectric {
            min-width: 232px; } }
        @media only screen and (min-width: 1200px) {
          #booking-widget .container #bookingForm .form-body .form-group.location .selectric-wrapper .selectric {
            min-width: 272px; } }
        @media only screen and (min-width: 1200px) {
          #booking-widget .container #bookingForm .form-body .form-group.location .selectric-wrapper .selectric {
            min-width: 312px; } }
        #booking-widget .container #bookingForm .form-body .form-group.date input[type='text'] {
          max-width: 130px;
          font-family: Gotham;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 1.87px;
          line-height: 17px; }
          @media only screen and (min-width: 768px) {
            #booking-widget .container #bookingForm .form-body .form-group.date input[type='text'] {
              max-width: 96px; } }
          @media only screen and (min-width: 1200px) {
            #booking-widget .container #bookingForm .form-body .form-group.date input[type='text'] {
              max-width: 105px; } }
          @media only screen and (min-width: 1400px) {
            #booking-widget .container #bookingForm .form-body .form-group.date input[type='text'] {
              max-width: 130px; } }
        #booking-widget .container #bookingForm .form-body .form-group.time {
          position: relative; }
          #booking-widget .container #bookingForm .form-body .form-group.time:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("../../images/loading.gif");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #274b56;
            opacity: 0;
            visibility: hidden;
            transition: all ease 0.2s; }
          #booking-widget .container #bookingForm .form-body .form-group.time.loading:after {
            opacity: 0.9;
            visibility: visible; }
    #booking-widget .container #bookingForm .large-bookings-message {
      display: none;
      color: #ffffff;
      text-align: center;
      font-size: 12px;
      opacity: 0.9;
      letter-spacing: 0.4px;
      padding-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        #booking-widget .container #bookingForm .large-bookings-message {
          position: absolute;
          bottom: 10px;
          left: 185px;
          padding-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        #booking-widget .container #bookingForm .large-bookings-message {
          left: 280px; } }
      @media only screen and (min-width: 1400px) {
        #booking-widget .container #bookingForm .large-bookings-message {
          left: 370px; } }
  #booking-widget .container .booking-form-stage-2 {
    background: #263A47;
    padding: 40px 20px;
    border-top: solid 2px rgba(255, 255, 255, 0.25);
    display: none;
    width: 897px;
    margin: 0 auto; }
    #booking-widget .container .booking-form-stage-2.amend {
      display: block; }
    #booking-widget .container .booking-form-stage-2 .checking-availability {
      display: none; }
      #booking-widget .container .booking-form-stage-2 .checking-availability .checking span {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 1.2; }
      #booking-widget .container .booking-form-stage-2 .checking-availability .status, #booking-widget .container .booking-form-stage-2 .checking-availability .booking-status {
        display: none;
        color: #ffffff;
        max-width: 750px;
        margin: auto;
        font-family: Gotham;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.87px;
        line-height: 17px;
        text-align: center; }
    #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails {
      display: none; }
    #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-header,
    #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-header {
      display: block;
      padding: 20px 0;
      color: #ffffff;
      font-family: Gotham;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2.13px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
    #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group,
    #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group {
      padding: 0 15px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group {
          margin-bottom: 25px; } }
      @media only screen and (min-width: 992px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group {
          margin-bottom: 34px; } }
      @media only screen and (min-width: 1200px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group {
          margin-bottom: 40px; } }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group label,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.5;
        height: 12px;
        width: 50px;
        color: #FFFFFF;
        font-family: Gotham;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1.33px;
        line-height: 12px;
        text-transform: uppercase; }
        @media only screen and (min-width: 992px) {
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group label,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group label {
            font-size: 10px; } }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text],
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email],
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel],
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select {
        width: 100%;
        padding: 17px;
        color: #164C58;
        font-size: 16px;
        letter-spacing: 1.2px;
        line-height: 1.5;
        background: #ffffff;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        outline: 0; }
        @media only screen and (min-width: 992px) {
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel], #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text],
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email],
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel],
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select {
            font-size: 10px; } }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text]::-webkit-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email]::-webkit-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel]::-webkit-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea::-webkit-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select::-webkit-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text]::-webkit-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email]::-webkit-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel]::-webkit-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea::-webkit-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select::-webkit-input-placeholder {
          color: #164C58; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text]::-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email]::-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel]::-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea::-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select::-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text]::-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email]::-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel]::-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea::-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select::-moz-placeholder {
          color: #164C58;
          opacity: 1; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text]:-ms-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email]:-ms-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel]:-ms-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea:-ms-input-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select:-ms-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text]:-ms-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email]:-ms-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel]:-ms-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea:-ms-input-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select:-ms-input-placeholder {
          color: #164C58; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=text]:-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=email]:-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group input[type=tel]:-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group textarea:-moz-placeholder, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group select:-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=text]:-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=email]:-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group input[type=tel]:-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group textarea:-moz-placeholder,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group select:-moz-placeholder {
          color: #164C58;
          opacity: 1; }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric {
        background: #ffffff;
        border: 0;
        height: 58px;
        display: flex;
        align-items: center; }
        @media only screen and (min-width: 992px) {
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric {
            height: 45px; } }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric .label,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric .label {
          display: flex;
          align-items: center;
          color: #164C58;
          border: none;
          outline: 0;
          border-radius: 0;
          margin: 0 20px 0 10px;
          background: none;
          text-align: center;
          font-family: Gotham;
          font-size: 16px;
          letter-spacing: 1.2px;
          line-height: 1.5; }
          @media only screen and (min-width: 992px) {
            #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric .label,
            #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric .label {
              font-size: 10px; } }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric .button,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric .button {
          background-color: rgba(0, 0, 0, 0);
          width: 20px;
          height: 100%; }
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric .button:after,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric .button:after {
            border-top-color: #164C58; }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric-items,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric-items {
        background: #ffffff;
        border: none; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric-items li,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric-items li {
          color: #164C58;
          font-size: 16px;
          letter-spacing: 1.2px;
          line-height: 1.5;
          font-family: Gotham;
          transition: all ease 0.3s; }
          @media only screen and (min-width: 992px) {
            #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric-items li,
            #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric-items li {
              font-size: 10px; } }
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric-items li.highlighted, #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group .selectric-wrapper .selectric-items li:hover,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric-items li.highlighted,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group .selectric-wrapper .selectric-items li:hover {
            background: #ffffff;
            color: #B1181E; }
      @media only screen and (min-width: 992px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr {
          display: flex;
          flex-direction: column; } }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox {
        display: flex;
        margin-bottom: 8px; }
        @media only screen and (min-width: 992px) {
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox {
            max-width: 500px;
            width: 100%; } }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox:last-child,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox:last-child {
          margin-bottom: 0;
          margin-top: 40px; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox .checkbox-container,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox .checkbox-container {
          width: 17px;
          height: 17px;
          display: flex; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox label,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox label {
          margin-left: 10px;
          flex: 1; }
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox label p:last-child,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox label p:last-child {
            margin-bottom: 0; }
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox label a,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox label a {
            color: #ffffff;
            text-decoration: underline; }
            #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .gdpr-checkbox label a:hover,
            #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group.gdpr .gdpr-checkbox label a:hover {
              color: #ffffff;
              text-decoration: underline; }
    #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group input[type=submit],
    #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group input[type=submit] {
      border-radius: 0;
      width: 281px;
      border: 1px solid #FFFFFF;
      font-family: Gotham;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 2.13px;
      line-height: 26px; }
    #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms,
    #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms {
      padding: 11px 15px 0 15px;
      margin-bottom: 20px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms {
          margin-bottom: 25px; } }
      @media only screen and (min-width: 992px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms {
          margin-bottom: 34px; } }
      @media only screen and (min-width: 1200px) {
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms {
          margin-bottom: 40px; } }
      #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms p,
      #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms p {
        font-family: Gotham;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 1.33px;
        line-height: 12px;
        color: #ffffff; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms p:last-child,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms p:last-child {
          margin-bottom: 0; }
        #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms p a,
        #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms p a {
          color: #ffffff;
          text-decoration: underline; }
          #booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group.terms p a:hover,
          #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-footer .form-group.terms p a:hover {
            color: #ffffff;
            text-decoration: underline; }
    #booking-widget .container .booking-form-stage-2 .booking-status.booking-success h3 {
      display: block;
      padding: 20px 0;
      color: #ffffff;
      font-size: 32px;
      letter-spacing: 5.11px;
      line-height: 1.565;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        #booking-widget .container .booking-form-stage-2 .booking-status.booking-success h3 {
          font-size: 36px; } }
      @media only screen and (min-width: 992px) {
        #booking-widget .container .booking-form-stage-2 .booking-status.booking-success h3 {
          font-size: 40px; } }
    #booking-widget .container .booking-form-stage-2 .booking-status.booking-success .booking-details-intro-text {
      font-size: 12px;
      max-width: 750px;
      margin: 0 auto 25px 0;
      font-family: Gotham; }
    #booking-widget .container .booking-form-stage-2 .booking-status.booking-success .booking-details-container {
      padding-bottom: 20px; }
      #booking-widget .container .booking-form-stage-2 .booking-status.booking-success .booking-details-container .booking-detail .label {
        font-size: 16px;
        font-family: Gotham; }
      #booking-widget .container .booking-form-stage-2 .booking-status.booking-success .booking-details-container .booking-detail .detail {
        font-size: 12px;
        margin-left: -4px;
        font-family: Gotham; }
  #booking-widget:not(.home-singular) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .5s, visibility ease 0.5s; }
    #booking-widget:not(.home-singular) .container {
      padding: 0;
      overflow-y: auto;
      overflow-x: hidden; }
      @media only screen and (max-width: 767px) {
        #booking-widget:not(.home-singular) .container {
          max-height: 100%;
          height: 100%; } }
      @media only screen and (min-width: 768px) {
        #booking-widget:not(.home-singular) .container {
          height: calc(100vh - 40px);
          padding: 0 15px;
          display: flex;
          align-items: center; } }
      @media only screen and (max-width: 767px) {
        #booking-widget:not(.home-singular) .container #bookingForm {
          height: 100vh; } }
  #booking-widget.open {
    opacity: 1;
    visibility: visible; }

.ui-datepicker {
  border: none !important;
  padding: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: none;
    background: #263A47;
    padding: 10px 0;
    color: #ffffff;
    font-family: Gotham;
    letter-spacing: 2px;
    font-size: 16px;
    border-left: solid 2px  #263A47;
    border-right: solid 2px  #263A47;
    border-top: solid 2px  #263A47; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      top: 50%;
      transform: translateY(-50%); }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        background-image: url("../../images/icons/next-arrow.svg");
        background-position: center;
        background-size: cover; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
        background: none;
        border: none;
        cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
      transform: rotate(-180deg); }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    background: #263A47;
    border-left: solid 2px rgba(255, 255, 255, 0.25);
    border-right: solid 2px rgba(255, 255, 255, 0.25);
    border-bottom: solid 2px rgba(255, 255, 255, 0.25); }
    .ui-datepicker .ui-datepicker-calendar thead tr th span {
      font-family: Gotham;
      color: #ffffff;
      letter-spacing: 1.2px; }
    .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      background: #263A47;
      text-align: center;
      color: #ffffff;
      border: solid 1px #263A47;
      transition: all ease 0.3s; }
      .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-hover {
        background: #ffffff;
        color: #B1181E; }

.privacy__content .content-container .content h3 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

@media only screen and (max-width: 767px) {
  #booking-widget {
    position: unset !important; }
    #booking-widget #bookingForm {
      height: auto !important;
      width: 80% !important; }
      #booking-widget #bookingForm .form-body .form-group {
        margin-bottom: 25px !important; }
        #booking-widget #bookingForm .form-body .form-group .bottom-border {
          width: 50px !important;
          border-bottom: 1px solid #fff !important;
          opacity: 0.10 !important; }
    #booking-widget .top-left-golden-image {
      height: 150px;
      width: 100px;
      position: relative;
      bottom: 0px; }
    #booking-widget .booking-form-stage-2 {
      width: 80% !important; }
      #booking-widget .booking-form-stage-2 #bookingCustomerDetails .gdpr-checkbox label {
        height: auto !important; }
      #booking-widget .booking-form-stage-2 #bookingCustomerDetails .form-footer .form-group input[type=submit] {
        width: auto !important; }
      #booking-widget .booking-form-stage-2 .checking-availability .booking-status h3 {
        font-size: 20px !important; }
  .book-now-img {
    height: 85px;
    width: 85px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #booking-widget {
    bottom: 100px !important; }
    #booking-widget #bookingForm {
      width: 90% !important; }
    #booking-widget .top-left-golden-image {
      height: 350px !important;
      width: 150px !important;
      position: absolute !important;
      bottom: 0px !important;
      top: 0px !important; }
    #booking-widget .booking-form-stage-2 {
      width: 90% !important; } }

body.home .home__header-section {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .home__header-section {
    margin-bottom: 0; } }

.home__header-section .inner {
  /*max-width: 1166px;
		width: calc(100% - 30px); */
  height: 342px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .home__header-section .inner {
      height: 437.33px; } }
  @media only screen and (min-width: 992px) {
    .home__header-section .inner {
      border-width: 20px;
      height: 532.66px; } }
  @media only screen and (min-width: 1200px) {
    .home__header-section .inner {
      border-width: 25px;
      height: 628px; } }
  .home__header-section .inner .content-overlay {
    padding: 30px; }
    .home__header-section .inner .content-overlay .title {
      color: #ffffff;
      font-size: 36px;
      letter-spacing: 2px;
      line-height: calc(42 / 36);
      margin-bottom: 16px;
      text-transform: uppercase;
      font-family: Gotham; }
      @media only screen and (min-width: 768px) {
        .home__header-section .inner .content-overlay .title {
          font-size: 58px;
          letter-spacing: 4px; } }
      @media only screen and (min-width: 992px) {
        .home__header-section .inner .content-overlay .title {
          font-size: 81px;
          letter-spacing: 8px; } }
      @media only screen and (min-width: 1200px) {
        .home__header-section .inner .content-overlay .title {
          height: 190px;
          width: 751px;
          color: #FFFFFF;
          font-family: Gotham;
          font-size: 75px;
          font-weight: 500;
          letter-spacing: 10px;
          line-height: 100px;
          text-align: center;
          text-transform: uppercase; } }
    .home__header-section .inner .content-overlay .caption {
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 1.3px;
      line-height: calc(19 / 13); }
      @media only screen and (min-width: 768px) {
        .home__header-section .inner .content-overlay .caption {
          font-size: 19px;
          letter-spacing: 2px; } }
      @media only screen and (min-width: 992px) {
        .home__header-section .inner .content-overlay .caption {
          font-size: 25px;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 1200px) {
        .home__header-section .inner .content-overlay .caption {
          font-size: 32px;
          letter-spacing: 4px;
          line-height: calc(47 / 32); } }

body #booking-widget {
  margin-bottom: 0;
  position: relative;
  bottom: 35px;
  padding-bottom: 0px !important; }
  body #booking-widget .container {
    top: 0; }
    @media only screen and (min-width: 768px) {
      body #booking-widget .container {
        position: relative;
        top: -48px; } }
    @media only screen and (min-width: 992px) {
      body #booking-widget .container {
        top: -70px; } }
    @media only screen and (min-width: 1200px) {
      body #booking-widget .container {
        top: -85px; } }
    @media only screen and (min-width: 1400px) {
      body #booking-widget .container {
        top: -93px; } }

body.home #booking-widget {
  bottom: 150px; }

.home__intro-section {
  padding: 80px 0 40px 0;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 0px !important;
  padding-bottom: 0px; }
  @media only screen and (min-width: 768px) {
    .home__intro-section {
      margin-bottom: 260px !important; } }
  @media only screen and (min-width: 992px) {
    .home__intro-section {
      margin-bottom: 240px !important;
      padding: 0 0 80px 0;
      background-size: contain;
      background-position: left bottom; } }
  .home__intro-section .container .row {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .home__intro-section .container .row {
        justify-content: space-between; } }
    .home__intro-section .container .row .title-col {
      padding-top: 10%; }
      @media only screen and (min-width: 768px) {
        .home__intro-section .container .row .title-col {
          order: 2; } }
      @media only screen and (min-width: 992px) {
        .home__intro-section .container .row .title-col {
          padding-left: 180px; } }
      .home__intro-section .container .row .title-col .title {
        color: #164C58;
        font-size: 42px;
        letter-spacing: 4.66px;
        line-height: 1;
        margin-bottom: 25px;
        height: 87px;
        color: #223040;
        font-family: Gotham;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: 5.36px;
        line-height: 46px; }
        .home__intro-section .container .row .title-col .title.translation {
          display: block;
          transform: rotate(0deg);
          height: auto;
          color: #263A47;
          font-family: Gotham;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 1.6px;
          line-height: 27px;
          text-transform: uppercase;
          margin-bottom: 10px; }
      .home__intro-section .container .row .title-col .content .c__font-pitch {
        color: #626C6F;
        font-family: Gotham;
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 29px;
        font-weight: 300; }
      .home__intro-section .container .row .title-col .content .intro-btn-home {
        color: #263A47;
        font-family: Gotham;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 4.24px;
        line-height: 22px;
        border: 2px solid #263A47;
        margin-top: 35px; }
        .home__intro-section .container .row .title-col .content .intro-btn-home:hover {
          background: #263A47 !important;
          color: #fff !important; }
    @media only screen and (min-width: 768px) {
      .home__intro-section .container .row .image-col {
        order: 1; } }
    .home__intro-section .container .row .image-col .intro-section-image {
      margin-bottom: 35px; }
      @media only screen and (min-width: 768px) {
        .home__intro-section .container .row .image-col .intro-section-image {
          margin-bottom: 0; } }
    .home__intro-section .container .row .content-col {
      z-index: 5; }
      @media only screen and (min-width: 768px) {
        .home__intro-section .container .row .content-col {
          order: 3;
          position: absolute;
          right: 15px;
          bottom: -240px;
          padding: 0; } }
      @media only screen and (min-width: 992px) {
        .home__intro-section .container .row .content-col {
          right: 80px; } }
      @media only screen and (min-width: 1200px) {
        .home__intro-section .container .row .content-col {
          right: 96px;
          bottom: -260px; } }
      @media only screen and (min-width: 1400px) {
        .home__intro-section .container .row .content-col {
          max-width: 36%;
          flex: 0 0 36%;
          bottom: -100px; } }
      @media only screen and (min-width: 768px) {
        .home__intro-section .container .row .content-col .content {
          padding: 40px;
          background: #ffffff; } }
      @media only screen and (min-width: 992px) {
        .home__intro-section .container .row .content-col .content {
          padding: 60px; } }
      @media only screen and (min-width: 1200px) {
        .home__intro-section .container .row .content-col .content {
          padding: 70px 65px; } }
      .home__intro-section .container .row .content-col .content span {
        display: block;
        color: #164C58;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.43;
        margin-bottom: 13px; }
        @media only screen and (min-width: 768px) {
          .home__intro-section .container .row .content-col .content span {
            margin-bottom: 18px; } }
        @media only screen and (min-width: 992px) {
          .home__intro-section .container .row .content-col .content span {
            font-size: 15px;
            margin-bottom: 24px; } }
        @media only screen and (min-width: 1200px) {
          .home__intro-section .container .row .content-col .content span {
            font-size: 16px;
            letter-spacing: 1.6px;
            margin-bottom: 30px; } }
        .home__intro-section .container .row .content-col .content span.translation {
          position: relative;
          top: -10px;
          font-size: 12px;
          margin-bottom: 0; }
          @media only screen and (min-width: 768px) {
            .home__intro-section .container .row .content-col .content span.translation {
              top: -14px; } }
          @media only screen and (min-width: 992px) {
            .home__intro-section .container .row .content-col .content span.translation {
              top: -20px; } }
      .home__intro-section .container .row .content-col .content div {
        color: #164C58;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.25;
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          .home__intro-section .container .row .content-col .content div {
            font-size: 13px; } }
        @media only screen and (min-width: 992px) {
          .home__intro-section .container .row .content-col .content div {
            font-size: 15px; } }
        @media only screen and (min-width: 1200px) {
          .home__intro-section .container .row .content-col .content div {
            margin-bottom: 30px;
            font-size: 16px;
            letter-spacing: 1.78px;
            line-height: 1.18; } }
  .home__intro-section .right-bg-gold {
    background-image: url("../../images/gold-img-right-bg.png");
    background-position: right;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
    width: 300px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 400px;
    bottom: 0px; }

.wrapper {
  background-image: url("../../images/menu-gallery-section-bg.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  /*
.home__locations {
	padding: 60px 0 40px 0;
	overflow-x: hidden;

	@media only screen and (min-width: 768px) {
		background-image: url('../../images/brush-flipped.png');
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;		
	}

	@media only screen and (min-width: 768px) {
		margin-bottom: 160px!important;
	}	

	@media only screen and (min-width: 992px) {
		margin-bottom: 200px!important;
		background-position: left bottom;		
	}	
	
	.locations-container {
		padding-right: 0;

		.locations-heading {
			color: $green;
			font-size: 16px;
			letter-spacing: 1.6px;
			line-height: 1.43;
			margin-bottom: 22px;
		}

		.mobile-row {
			@media only screen and (min-width: 768px) {
				display: none;
			}

			.locations-slider {
				.location {
					height: 360px;
					display: flex;
					align-items: center;
					justify-content: center;
					position: relative;
					margin: 0 30px 0 -20px;

					@media only screen and (min-width: 375px) {
						height: 400px;
					}

					@media only screen and (min-width: 576px) {
						height: 600px;
					}

					.location-name {
						color: $white;
						font-size: 42px;
						letter-spacing: 2px;
						line-height: 1;
						padding: 0 15px;
					}

					.location-btn {
						position: absolute;
						bottom: 50px;
						left: 50%;
						transform: translateX(-50%);
					}
				}
			}
		}

		.location-desktop-slider {
			display: none;

			@media only screen and (min-width: 768px) {
				display: block;
				margin-bottom: 0;
			}

			.slick-current {
				.row {
					left: 0;
				}
			}

			.row {
				justify-content: flex-end;
				position: relative;
				left: -1px;

				.content-col {
					@media only screen and (min-width: 768px) {
						position: absolute;
						left: 15px;
						bottom: 0;
						z-index: 2;
						padding: 0;
					}

					@media only screen and (min-width: 992px) {
						left: 80px;
					}

					@media only screen and (min-width: 1200px) {
						left: 96px;
					}			

					@media only screen and (min-width: 1400px) {
						max-width: 36%;
						flex: 0 0 36%;					
					}		

					.content {
						padding: 40px;
						background: $white;	
						position: relative;					

						@media only screen and (min-width: 992px) {
							padding: 60px;
						}

						@media only screen and (min-width: 1200px) {	
							padding: 70px 65px;
						}				

						h3 {
							display: block;
							color: $green;
							font-size: 36px;
							letter-spacing: 4px;
							line-height: 1;
							margin-bottom: 24px;

							@media only screen and (min-width: 992px) {
								font-size: 46px;
								letter-spacing: 5px;
								margin-bottom: 32px;
							}

							@media only screen and (min-width: 1200px) {
								font-size: 56px;
								letter-spacing: 6.22px;
								margin-bottom: 42px;						
							}
						}

						.content-div {
							color: $green;
							font-size: 13px;
							letter-spacing: 1px;
							line-height: 1.25;
							margin-bottom: 25px;

							@media only screen and (min-width: 992px) {
								font-size: 15px;
							}												

							@media only screen and (min-width: 1200px) {
								margin-bottom: 30px;
								font-size: 16px;
								letter-spacing: 1.78px;
								line-height: 1.18;					
							}
						}

						.arrows-container {
							display: flex;
							justify-content: flex-end;
							margin-top: 5px;

							.arrow {
								width: 76px;
								height: 76px;
								background: $red;
								display: flex;
								align-items: center;
								justify-content: center;

								&:first-child {
									margin-right: 2px;
								}

								&.prev {
									img {
										transform: rotate(180deg);
									}
								}

								&:hover {
									cursor: pointer;
								}
							}
						}
					}
				}

				.image-col {
					display: flex;
					justify-content: flex-end;
					padding-bottom: 80px;

					.background {
						width: 100%;
						height: 400px;	
						
						@media only screen and (min-width: 992px) {
							height: 550px;
						}

						@media only screen and (min-width: 1200px) {
							height: 650px;
						}						
					}					
				}
			}
		}
	}
}
*/ }
  .wrapper .home__menus-grid .row .menu-col {
    padding: 0;
    text-align: center; }
    .wrapper .home__menus-grid .row .menu-col .menu {
      height: 240px;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .wrapper .home__menus-grid .row .menu-col .menu {
          height: 360px; } }
      @media only screen and (min-width: 992px) {
        .wrapper .home__menus-grid .row .menu-col .menu {
          height: 480px; } }
      @media only screen and (min-width: 1200px) {
        .wrapper .home__menus-grid .row .menu-col .menu {
          height: 600px; } }
      .wrapper .home__menus-grid .row .menu-col .menu .c__bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all ease .3s; }
      .wrapper .home__menus-grid .row .menu-col .menu .image-border-menu {
        height: 90%;
        width: 90%;
        border: 1px solid #F2F2F2;
        opacity: 0.8;
        margin: 0 auto;
        margin-top: 5%; }
      .wrapper .home__menus-grid .row .menu-col .menu .menu-name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 30px);
        color: #ffffff;
        font-size: 24px;
        letter-spacing: 2.71px;
        line-height: 1; }
        @media only screen and (min-width: 768px) {
          .wrapper .home__menus-grid .row .menu-col .menu .menu-name {
            font-size: 34px;
            letter-spacing: 4px; } }
        @media only screen and (min-width: 992px) {
          .wrapper .home__menus-grid .row .menu-col .menu .menu-name {
            font-size: 45px;
            letter-spacing: 5px; } }
        @media only screen and (min-width: 1200px) {
          .wrapper .home__menus-grid .row .menu-col .menu .menu-name {
            font-size: 56px;
            letter-spacing: 6.22px; } }
      .wrapper .home__menus-grid .row .menu-col .menu .c__btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        border: none;
        background-color: #fff; }
        .wrapper .home__menus-grid .row .menu-col .menu .c__btn a {
          color: #3C382F; }
          .wrapper .home__menus-grid .row .menu-col .menu .c__btn a:hover {
            text-decoration: none; }
        @media only screen and (min-width: 768px) {
          .wrapper .home__menus-grid .row .menu-col .menu .c__btn {
            bottom: 50px; } }
        @media only screen and (min-width: 992px) {
          .wrapper .home__menus-grid .row .menu-col .menu .c__btn {
            bottom: 70px; } }
        @media only screen and (min-width: 1200px) {
          .wrapper .home__menus-grid .row .menu-col .menu .c__btn {
            bottom: 90px; } }
      .wrapper .home__menus-grid .row .menu-col .menu .menu-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        transition: all ease .3s; }
      .wrapper .home__menus-grid .row .menu-col .menu:hover .c__bg-image {
        transform: scale(1.05); }
      .wrapper .home__menus-grid .row .menu-col .menu:hover .c__btn {
        background: #B1181E;
        color: #ffffff; }
    .wrapper .home__menus-grid .row .menu-col .c__btn {
      position: relative;
      bottom: 25px;
      width: 90%;
      background-color: #fff;
      font-family: Gotham;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 4.89px;
      line-height: 30px;
      padding: 10% 0;
      color: #3C382F !important; }
      .wrapper .home__menus-grid .row .menu-col .c__btn:hover {
        text-decoration: none !important;
        color: #fff !important;
        background: #263A47 !important; }
      .wrapper .home__menus-grid .row .menu-col .c__btn .menu-btn-text {
        height: 60px;
        width: 219px;
        color: #3C382F;
        font-family: Gotham;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 4.89px;
        line-height: 30px; }
  .wrapper .home__gallery-grid {
    padding-bottom: 0px !important; }
    .wrapper .home__gallery-grid .follow-icons {
      margin: 0 auto;
      display: block;
      padding-bottom: 50px; }
      .wrapper .home__gallery-grid .follow-icons div {
        display: inline-block;
        width: 51px;
        height: 51px;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */ }
      .wrapper .home__gallery-grid .follow-icons .twitter-follow {
        background-image: url("../../images/twitter.svg");
        /* The image used */
        margin-right: 18px; }
      .wrapper .home__gallery-grid .follow-icons .facebook-follow {
        background-image: url("../../images/facebook.svg");
        /* The image used */
        margin-right: 18px; }
      .wrapper .home__gallery-grid .follow-icons .instagram-folllow {
        background-image: url("../../images/Instagram.svg");
        /* The image used */ }
    .wrapper .home__gallery-grid .left-golden-image {
      background-image: url("../../images/Bottom-gold-graphic-home-page.png");
      /* The image used */
      background-position: left;
      /* Center the image */
      background-repeat: no-repeat;
      /* Do not repeat the image */
      background-size: contain;
      /* Resize the background image to cover the entire container */
      height: 300px;
      width: 300px;
      position: relative; }
    .wrapper .home__gallery-grid .image-col {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .wrapper .home__gallery-grid .image-col:nth-child(odd) {
          padding-right: 5px; } }
      @media only screen and (max-width: 767px) {
        .wrapper .home__gallery-grid .image-col:nth-child(even) {
          padding-left: 5px; } }
      .wrapper .home__gallery-grid .image-col .image-container {
        overflow: hidden; }
        .wrapper .home__gallery-grid .image-col .image-container img {
          max-width: unset;
          width: 100%;
          transform: scale(1);
          transition: all ease 0.3s; }
        .wrapper .home__gallery-grid .image-col .image-container:hover img {
          transform: scale(1.05); }

@media only screen and (max-width: 767px) {
  .home__intro-section {
    padding-top: 0px !important; }
    .home__intro-section .container {
      width: 80% !important; }
      .home__intro-section .container .row {
        display: flex !important;
        flex-direction: column-reverse !important; }
        .home__intro-section .container .row .image-col {
          height: 275px !important; }
        .home__intro-section .container .row .c__font-brush-up {
          font-size: 28px !important;
          letter-spacing: 4.41px !important;
          line-height: 36px !important;
          margin-bottom: 0px !important; }
    .home__intro-section .right-bg-gold {
      left: 70% !important;
      width: 30% !important;
      height: 150px !important;
      position: relative !important;
      top: 0 !important; }
  .home__menus-grid .c__btn {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 3.3px !important;
    line-height: 15px !important;
    width: 90% !important; }
  .home__gallery-grid .container {
    width: 80% !important; }
  .home__gallery-grid .left-golden-image {
    height: 100px !important;
    width: 50% !important; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #booking-widget {
    bottom: 100px !important; }
    #booking-widget #bookingForm {
      width: 90% !important; }
    #booking-widget .top-left-golden-image {
      height: 350px !important;
      width: 200px !important;
      position: absolute !important;
      bottom: 0px !important;
      top: 0px !important; }
  .home__intro-section .right-bg-gold {
    width: 200px !important;
    height: 300px !important;
    top: auto !important;
    bottom: auto !important; }
  .home__gallery-grid .left-golden-image {
    height: 300px !important;
    width: 200px !important; } }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .home__menus-grid .c__btn {
    font-size: 20px !important; } }

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .home__menus-grid .c__btn {
    font-size: 16px !important; } }

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .home__menus-grid .c__btn {
    font-size: 12px !important; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .home__menus-grid .c__btn {
    font-size: 10px !important; } }

.single-location section {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .single-location section {
      margin-bottom: 40px; } }

.location__header-section .inner {
  border: solid 15px #ffffff;
  height: 342px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .location__header-section .inner {
      height: 422px; } }
  @media only screen and (min-width: 992px) {
    .location__header-section .inner {
      border-width: 20px;
      height: 502px; } }
  @media only screen and (min-width: 1200px) {
    .location__header-section .inner {
      border-width: 25px;
      height: 582px; } }
  .location__header-section .inner .content-overlay {
    padding: 30px; }
    .location__header-section .inner .content-overlay .title {
      color: #ffffff;
      font-size: 36px;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: 16px;
      font-family: Gotham; }
      @media only screen and (min-width: 768px) {
        .location__header-section .inner .content-overlay .title {
          font-size: 50px;
          letter-spacing: 6.67px; } }

@media only screen and (min-width: 1200px) {
  .location__intro-section .row .col-12:first-child {
    padding-right: 25px;
    padding-left: 15px; } }

@media only screen and (min-width: 1200px) {
  .location__intro-section .row .col-12:last-child {
    padding-left: 25px;
    padding-right: 15px; } }

.location__intro-section .row .col-12 .post-image {
  height: 200px; }
  @media only screen and (min-width: 576px) {
    .location__intro-section .row .col-12 .post-image {
      height: 263px; } }
  @media only screen and (min-width: 768px) {
    .location__intro-section .row .col-12 .post-image {
      height: 327px; } }
  @media only screen and (min-width: 992px) {
    .location__intro-section .row .col-12 .post-image {
      height: 390px; } }
  @media only screen and (min-width: 1200px) {
    .location__intro-section .row .col-12 .post-image {
      height: 454px; } }
  .location__intro-section .row .col-12 .post-image .location-images {
    height: 100%;
    margin-bottom: 0; }
    .location__intro-section .row .col-12 .post-image .location-images .slick-list {
      height: 100%; }
      .location__intro-section .row .col-12 .post-image .location-images .slick-list .slick-track {
        height: 100%; }
    .location__intro-section .row .col-12 .post-image .location-images .slick-dots {
      bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .location__intro-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 20px; } }
      @media only screen and (min-width: 992px) {
        .location__intro-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 25px; } }
      @media only screen and (min-width: 1200px) {
        .location__intro-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 35px; } }
      .location__intro-section .row .col-12 .post-image .location-images .slick-dots li {
        margin: 0 8px;
        width: 16px;
        height: 16px; }
        .location__intro-section .row .col-12 .post-image .location-images .slick-dots li button {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: solid 2px #ffffff;
          background: rgba(255, 255, 255, 0); }
          .location__intro-section .row .col-12 .post-image .location-images .slick-dots li button:before {
            opacity: 0; }
        .location__intro-section .row .col-12 .post-image .location-images .slick-dots li.slick-active button {
          background: #ffffff; }
          .location__intro-section .row .col-12 .post-image .location-images .slick-dots li.slick-active button:before {
            opacity: 0; }

@media only screen and (min-width: 1200px) {
  .location__intro-section .row .col-12 .content-container .post-name {
    letter-spacing: 2.2px;
    line-height: 1.45; } }

.location__intro-section .row .col-12 .content-container .content {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .location__intro-section .row .col-12 .content-container .content {
      margin-bottom: 0; } }

.location__contact-section .row {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .location__contact-section .row {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1200px) {
    .location__contact-section .row .col-12:first-child {
      padding-right: 25px; }
      .location__contact-section .row .col-12:first-child .content-container {
        padding-left: 0px !important; } }
  @media only screen and (min-width: 1200px) {
    .location__contact-section .row .col-12:last-child {
      padding-right: 15px;
      padding-left: 25px; } }
  .location__contact-section .row .col-12 .content {
    margin-bottom: 0; }
  .location__contact-section .row .col-12 .post-image #map {
    height: 100%; }

.map-widget-infobox {
  overflow: visible !important; }
  .map-widget-infobox .map-infobox {
    background-color: #263a47;
    padding: 20px 25px;
    font-size: 18px;
    margin: 10px 10px 0 10px;
    width: 260px;
    text-align: center;
    color: #ffffff;
    font-family: Gotham; }
    .map-widget-infobox .map-infobox:before {
      margin-left: 0;
      left: 50%;
      transform: translateX(-50%) !important;
      bottom: -38px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 40px;
      position: absolute;
      pointer-events: none;
      border-color: rgba(59, 154, 158, 0);
      border-top-color: #263a47;
      border-width: 22px; }
    .map-widget-infobox .map-infobox .map-infobox__title {
      font-family: Gotham;
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 10px; }
    .map-widget-infobox .map-infobox .map-infobox__address {
      font-size: 14px;
      line-height: 22px;
      margin-top: 0; }
      .map-widget-infobox .map-infobox .map-infobox__address a {
        color: #ffffff;
        margin-top: 8px; }
        @media only screen and (min-width: 768px) {
          .map-widget-infobox .map-infobox .map-infobox__address a {
            margin-top: 14px; } }
        .map-widget-infobox .map-infobox .map-infobox__address a:hover {
          color: #ffffff; }

.location__opening-times-section .content-container {
  background: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .location__opening-times-section .content-container {
      padding: 40px; } }
  .location__opening-times-section .content-container .post-name {
    margin-bottom: 24px;
    color: #223040;
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: Gotham;
    font-weight: 500;
    letter-spacing: 5.36px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .location__opening-times-section .content-container .post-name {
        font-size: 23px;
        margin-bottom: 28px; } }
    @media only screen and (min-width: 992px) {
      .location__opening-times-section .content-container .post-name {
        font-size: 29px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1200px) {
      .location__opening-times-section .content-container .post-name {
        font-size: 34px;
        margin-bottom: 34px; } }
  .location__opening-times-section .content-container .content h1, .location__opening-times-section .content-container .content h2, .location__opening-times-section .content-container .content h3, .location__opening-times-section .content-container .content h4, .location__opening-times-section .content-container .content h5, .location__opening-times-section .content-container .content h6 {
    font-family: Gotham;
    color: #263A47;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .location__opening-times-section .content-container .content p, .location__opening-times-section .content-container .content a, .location__opening-times-section .content-container .content span, .location__opening-times-section .content-container .content div, .location__opening-times-section .content-container .content ul, .location__opening-times-section .content-container .content li, .location__opening-times-section .content-container .content ol {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.19;
    font-weight: 300;
    color: #626C6F;
    font-family: Gotham;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 29px; }
    @media only screen and (min-width: 768px) {
      .location__opening-times-section .content-container .content p, .location__opening-times-section .content-container .content a, .location__opening-times-section .content-container .content span, .location__opening-times-section .content-container .content div, .location__opening-times-section .content-container .content ul, .location__opening-times-section .content-container .content li, .location__opening-times-section .content-container .content ol {
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .location__opening-times-section .content-container .content p, .location__opening-times-section .content-container .content a, .location__opening-times-section .content-container .content span, .location__opening-times-section .content-container .content div, .location__opening-times-section .content-container .content ul, .location__opening-times-section .content-container .content li, .location__opening-times-section .content-container .content ol {
        font-size: 15px; } }
    @media only screen and (min-width: 1200px) {
      .location__opening-times-section .content-container .content p, .location__opening-times-section .content-container .content a, .location__opening-times-section .content-container .content span, .location__opening-times-section .content-container .content div, .location__opening-times-section .content-container .content ul, .location__opening-times-section .content-container .content li, .location__opening-times-section .content-container .content ol {
        font-size: 16px;
        letter-spacing: 1.78px; } }
    .location__opening-times-section .content-container .content p:last-child, .location__opening-times-section .content-container .content a:last-child, .location__opening-times-section .content-container .content span:last-child, .location__opening-times-section .content-container .content div:last-child, .location__opening-times-section .content-container .content ul:last-child, .location__opening-times-section .content-container .content li:last-child, .location__opening-times-section .content-container .content ol:last-child {
      margin-bottom: 0; }

.location__other-locations-section .title {
  transform: rotate(-2deg);
  color: #263A47;
  font-size: 42px;
  letter-spacing: 4.66px;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 45px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .location__other-locations-section .title {
      font-size: 53px;
      letter-spacing: 5.66px; } }
  @media only screen and (min-width: 992px) {
    .location__other-locations-section .title {
      font-size: 65px;
      letter-spacing: 7px; } }
  @media only screen and (min-width: 1200px) {
    .location__other-locations-section .title {
      font-size: 76px;
      letter-spacing: 8.44px; } }

.location__other-locations-section .post-image {
  position: relative; }
  .location__other-locations-section .post-image .location-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2.71px;
    line-height: 1;
    transform: rotate(0deg) scale(1);
    transition: transform ease-in-out 0.2s; }
    .location__other-locations-section .post-image .location-name:hover {
      text-decoration: none;
      transform: rotate(-4deg) scale(1.2); }
    @media only screen and (min-width: 768px) {
      .location__other-locations-section .post-image .location-name {
        font-size: 34px;
        letter-spacing: 4px; } }
    @media only screen and (min-width: 992px) {
      .location__other-locations-section .post-image .location-name {
        font-size: 45px;
        letter-spacing: 5px; } }
    @media only screen and (min-width: 1200px) {
      .location__other-locations-section .post-image .location-name {
        font-size: 50px;
        letter-spacing: 6.22px; } }

.menus__menus-section {
  /* .menus-container {
		max-width: calc(100% - 30px);
		margin: auto;
		background: $white;	
		
		.menus-col {
			padding: 25px 20px;

			@media only screen and (min-width: 992px) {
				padding: 40px 25px 40px 50px;
			}			

			.menus-heading {
				display: block;
				margin-bottom: 20px;
				color: $green;
				font-size: 12px;
				letter-spacing: 1px;
				line-height: 1.5;

				@media only screen and (min-width: 768px) {
					margin-bottom: 26px;
				}

				@media only screen and (min-width: 992px) {
					font-size: 14px;
					letter-spacing: 1.3px;	
					margin-bottom: 32px;			
				}									

				@media only screen and (min-width: 1200px) {
					font-size: 16px;
					letter-spacing: 1.6px;	
					margin-bottom: 37px;			
				}			
			}

			.menus {
				.menu {
					padding: 15px 0;
					border-bottom: 1px solid #E3E3E3;

					&:first-child {
						border-top: 1px solid #E3E3E3;
					}

					.menu-link {
						color: $green;
						font-size: 22px;
						letter-spacing: 1.83px;
						line-height: 1;	
						transition: color ease 0.4s;

						@media only screen and (min-width: 768px) {
							font-size: 28px;
							letter-spacing: 2.6px;						
						}	

						@media only screen and (min-width: 992px) {
							font-size: 36px;
							letter-spacing: 3.6px;						
						}													

						@media only screen and (min-width: 1200px) {
							font-size: 42px;
							letter-spacing: 4.2px;						
						}						

						&:hover {
							color: $red;
							text-decoration: none;
						}				
					}
				}
			}
		}

		.menus-image-col {
			@media only screen and (min-width: 768px) {
				padding: 25px 15px;
			}

			@media only screen and (min-width: 992px) {
				padding: 40px 50px 40px 25px;
			}

			.menu-images {
				height: 293px;

				@media only screen and (min-width: 992px) {
					height: 368px;
				}

				@media only screen and (min-width: 1200px) {
					height: 366px;
				}				

				.image {
					height: 293px;

					@media only screen and (min-width: 992px) {
						height: 368px;
					}

					@media only screen and (min-width: 1200px) {
						height: 366px;
					}					
				}			
			}
		}	
	} */ }
  .menus__menus-section .menus-container {
    padding: 20px 0 27px 0;
    background: #263A47; }
    @media only screen and (min-width: 992px) {
      .menus__menus-section .menus-container {
        padding: 40px 0; } }
    .menus__menus-section .menus-container .slick-next, .menus__menus-section .menus-container .slick-prev {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1; }
      .menus__menus-section .menus-container .slick-next:before, .menus__menus-section .menus-container .slick-prev:before {
        content: none; }
    .menus__menus-section .menus-container .slick-prev {
      left: 25px;
      transform: scaleX(-1);
      margin-top: -10px; }
      @media only screen and (min-width: 375px) {
        .menus__menus-section .menus-container .slick-prev {
          left: 40px; } }
    .menus__menus-section .menus-container .slick-next {
      right: 25px; }
      @media only screen and (min-width: 375px) {
        .menus__menus-section .menus-container .slick-next {
          right: 40px; } }
    @media only screen and (min-width: 992px) {
      .menus__menus-section .menus-container .menu-names-row .col-auto {
        border-right: solid 1px rgba(227, 227, 227, 0.3); } }
    .menus__menus-section .menus-container .menu-names-row .col-auto:last-child {
      border-right: 0; }
    .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link {
      display: inline-block;
      padding: 10px 25px;
      color: #F5F4F3;
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 1.4;
      text-align: center;
      position: relative;
      outline: 0;
      color: #FFFFFF;
      font-family: Gotham;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 2.84px;
      line-height: 46px;
      text-transform: uppercase; }
      .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 3px;
        background-color: #fff;
        transition: width ease .4s; }
      .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link:hover {
        text-decoration: none; }
        .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link:hover:after {
          width: auto; }
      @media only screen and (min-width: 992px) {
        .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link.active:after {
          width: 66px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .menus__menus-section .menus-container .menu-names-row .col-auto .menu-link {
          padding: 10px 17px !important; } }
    .menus__menus-section .menus-container .menu-names-row .col-auto.slick-active .menu-link:after {
      width: 99px; }
  @media only screen and (min-width: 992px) {
    .menus__menus-section .menus-row {
      padding: 50px 0;
      margin: 0;
      background-color: #F9F8F7;
      min-height: 600px; } }
  @media only screen and (min-width: 1200px) {
    .menus__menus-section .menus-row .menu-items-col {
      flex: 0 0 60%;
      max-width: 60%;
      padding-right: 47px; } }
  .menus__menus-section .menus-row .menu-items-col .menus-slider {
    padding: 25px;
    background: #ffffff; }
    @media only screen and (min-width: 992px) {
      .menus__menus-section .menus-row .menu-items-col .menus-slider {
        padding: 0;
        background: 0; } }
    .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item {
      margin-bottom: 36px; }
      .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item:last-child {
        margin-bottom: 0; }
      .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading:hover {
          cursor: pointer; }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading h2 {
          margin-bottom: 0;
          font-size: 18px;
          letter-spacing: 1px;
          line-height: 1.6;
          color: #263A47;
          font-family: Gotham;
          font-weight: 500; }
          @media only screen and (min-width: 992px) {
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading h2 {
              font-size: 18px;
              letter-spacing: 2.84px;
              line-height: 46px; } }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading .icon {
          position: relative;
          width: 40px;
          height: 40px;
          background: #729C9C; }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading .icon .horizontal, .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading .icon .vertical {
            transition: all 0.5s ease-in-out;
            transform: rotate(-90deg); }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading .icon .horizontal {
            opacity: 1;
            position: absolute;
            background-color: #ffffff;
            width: 20px;
            height: 2px;
            left: 50%;
            margin-left: -10px;
            top: 50%;
            margin-top: -1px; }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading .icon .vertical {
            position: absolute;
            background-color: #ffffff;
            width: 2px;
            height: 20px;
            left: 50%;
            margin-left: -1px;
            top: 50%;
            margin-top: -10px; }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading.open .icon .horizontal, .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading.open .icon .vertical {
          transform: rotate(90deg); }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-heading.open .icon .horizontal {
          opacity: 0; }
      .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content {
        display: none;
        padding: 10px 0; }
        .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item {
          margin-bottom: 20px; }
          @media only screen and (min-width: 768px) {
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between; } }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item:last-child {
            margin-bottom: 0; }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section {
            margin-bottom: 4px; }
            @media only screen and (min-width: 768px) {
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section {
                margin-bottom: 8px; } }
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .item-name {
              letter-spacing: 1px;
              line-height: 1.125;
              margin-bottom: 4px;
              color: #263A47;
              font-family: Gotham;
              font-size: 16px;
              font-weight: 500;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .item-name {
                  letter-spacing: 1.6px;
                  line-height: 27px;
                  margin-bottom: 0;
                  display: inline-block;
                  margin-right: 15px; } }
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .special-notes {
              display: flex; }
              @media only screen and (min-width: 768px) {
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .special-notes {
                  display: inline-flex; } }
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .special-notes .note {
                padding: 2px 5px;
                border: 1px solid #164C58;
                margin-right: 10px; }
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .special-notes .note:last-child {
                  margin-right: 0; }
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .name-section .special-notes .note .key {
                  color: #164C58;
                  font-size: 12px;
                  letter-spacing: 0.86px;
                  line-height: 1.16; }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section {
            width: 100%; }
            @media only screen and (min-width: 768px) {
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section {
                display: flex;
                justify-content: space-between;
                align-items: flex-end; } }
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section .ingredients {
              display: flex;
              flex-wrap: wrap; }
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section .ingredients .ingredient {
                margin-right: 20px;
                position: relative;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 1px;
                line-height: 1.4;
                color: #626C6F;
                font-family: Gotham;
                font-weight: 300;
                letter-spacing: 1.31px;
                line-height: 19px; }
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section .ingredients .ingredient:after {
                  content: ',';
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  color: #164C58; }
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section .ingredients .ingredient:last-child:after {
                  margin-right: 0;
                  content: none; }
            .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section {
              margin: 2px 0; }
              @media only screen and (min-width: 768px) {
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section {
                  justify-content: flex-start;
                  margin: 0;
                  align-items: center; } }
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .ingredients .ingredient {
                margin-right: 0; }
              @media only screen and (min-width: 768px) {
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .price {
                  flex: 1;
                  text-align: right;
                  padding-left: 20px; } }
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .special-notes {
                display: flex;
                align-items: center;
                margin: 2px 0; }
                @media only screen and (min-width: 768px) {
                  .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .special-notes {
                    margin: 0 0 0 20px; } }
                .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .special-notes .note {
                  padding: 2px 5px;
                  border: 1px solid #164C58;
                  margin-right: 10px; }
                  .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .special-notes .note:last-child {
                    margin-right: 0; }
                  .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .ingredients-section.add-on-ingredients-section .special-notes .note .key {
                    color: #164C58;
                    font-size: 12px;
                    letter-spacing: 0.86px;
                    font-family: Gotham;
                    font-weight: 500;
                    line-height: 14px; }
          .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .price {
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 1.2;
            color: #263A47;
            font-family: Gotham;
            font-weight: 300; }
            @media only screen and (min-width: 768px) {
              .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item .accordian-content .menu-item .price {
                font-size: 16px;
                letter-spacing: 2px;
                line-height: 19px; } }
      .menus__menus-section .menus-row .menu-items-col .menus-slider .accordian-item.open .accordian-content {
        display: block; }
  .menus__menus-section .menus-row .key-col {
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .menus__menus-section .menus-row .key-col {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 47px; } }
    .menus__menus-section .menus-row .key-col .menu-key {
      background: rgba(206, 199, 193, 0.2);
      padding: 30px 40px;
      margin-top: 25px;
      position: relative; }
      .menus__menus-section .menus-row .key-col .menu-key.sidebar-fixed {
        position: fixed;
        top: 0px !important; }
      @media only screen and (min-width: 992px) {
        .menus__menus-section .menus-row .key-col .menu-key {
          margin-top: 0;
          position: absolute;
          top: 0;
          max-width: 293px;
          width: 100%; } }
      .menus__menus-section .menus-row .key-col .menu-key .key-heading {
        color: #164C58;
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: 19px;
        margin-bottom: 25px;
        font-family: "Industry Inc";
        text-transform: uppercase; }
      .menus__menus-section .menus-row .key-col .menu-key .keys .key-container {
        margin-bottom: 30px;
        display: flex; }
        .menus__menus-section .menus-row .key-col .menu-key .keys .key-container:last-child {
          margin-bottom: 0; }
        .menus__menus-section .menus-row .key-col .menu-key .keys .key-container .key-outer {
          min-width: 43px; }
          .menus__menus-section .menus-row .key-col .menu-key .keys .key-container .key-outer .key {
            display: inline-block;
            padding: 2px 5px;
            border: 1px solid #164C58;
            font-family: Gotham;
            color: #164C58;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.86px;
            line-height: 14px;
            text-align: center; }
        .menus__menus-section .menus-row .key-col .menu-key .keys .key-container .label {
          margin-left: 20px;
          font-family: Gotham;
          color: #626C6F;
          font-size: 14px;
          letter-spacing: 1.31px;
          line-height: 19px;
          font-weight: 300; }

@media only screen and (min-width: 1200px) {
  .menus__content-section .row .col-12:first-child {
    padding-right: 25px;
    padding-left: 15px; } }

@media only screen and (min-width: 1200px) {
  .menus__content-section .row .col-12:last-child {
    padding-left: 25px;
    padding-right: 15px; } }

.menus__content-section .row .col-12 .post-image {
  height: 200px; }
  @media only screen and (min-width: 576px) {
    .menus__content-section .row .col-12 .post-image {
      height: 246px; } }
  @media only screen and (min-width: 768px) {
    .menus__content-section .row .col-12 .post-image {
      height: 292px; } }
  @media only screen and (min-width: 992px) {
    .menus__content-section .row .col-12 .post-image {
      height: 340px; } }
  @media only screen and (min-width: 1200px) {
    .menus__content-section .row .col-12 .post-image {
      height: 386px; } }
  .menus__content-section .row .col-12 .post-image .location-images {
    height: 100%;
    margin-bottom: 0; }
    .menus__content-section .row .col-12 .post-image .location-images .slick-list {
      height: 100%; }
      .menus__content-section .row .col-12 .post-image .location-images .slick-list .slick-track {
        height: 100%; }
    .menus__content-section .row .col-12 .post-image .location-images .slick-dots {
      bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .menus__content-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 20px; } }
      @media only screen and (min-width: 992px) {
        .menus__content-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 25px; } }
      @media only screen and (min-width: 1200px) {
        .menus__content-section .row .col-12 .post-image .location-images .slick-dots {
          bottom: 35px; } }
      .menus__content-section .row .col-12 .post-image .location-images .slick-dots li {
        margin: 0 8px;
        width: 16px;
        height: 16px; }
        .menus__content-section .row .col-12 .post-image .location-images .slick-dots li button {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: solid 2px #ffffff;
          background: rgba(255, 255, 255, 0); }
          .menus__content-section .row .col-12 .post-image .location-images .slick-dots li button:before {
            opacity: 0; }
        .menus__content-section .row .col-12 .post-image .location-images .slick-dots li.slick-active button {
          background: #ffffff; }
          .menus__content-section .row .col-12 .post-image .location-images .slick-dots li.slick-active button:before {
            opacity: 0; }

.menus__content-section .row .col-12 .content-container {
  padding: 13%;
  align-items: end;
  background-color: #F9F8F7; }
  .menus__content-section .row .col-12 .content-container .post-name {
    color: #223040;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .menus__content-section .row .col-12 .content-container .post-name {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .menus__content-section .row .col-12 .content-container .post-name {
        font-family: Gotham;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: 5.36px;
        line-height: 46px; } }
  .menus__content-section .row .col-12 .content-container .content {
    margin-bottom: 15px;
    color: #626C6F;
    font-family: Gotham;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 29px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .menus__content-section .row .col-12 .content-container .content {
        margin-bottom: 0; } }
    .menus__content-section .row .col-12 .content-container .content .c__font-pitch {
      color: #626C6F;
      font-family: Gotham;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 29px; }

@media only screen and (max-width: 767px) {
  .menus__content-section .row .col-12 .content-container {
    padding-left: 15px !important; } }

.allergens-content-section .allergens-section-sub-heading {
  color: #263A47;
  font-family: Gotham;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.84px;
  line-height: 46px;
  text-transform: uppercase; }

.allergens-content-section .allergens-section-content {
  color: #626C6F;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.31px;
  line-height: 19px; }

.allergens-content-section .c__btn {
  border: 2px solid #263A47;
  color: #263A47;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4.24px;
  line-height: 17px;
  text-align: center; }

.allergens-content-section .menu-page-golden-bg {
  background-image: url("../../images/gold-img-right-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 550px; }

@media only screen and (max-width: 767px) {
  .menus__menus-section .menu-key {
    margin-top: 0px !important; }
  .menus__content-section .c__text-center {
    text-align: left; }
  .allergens-content-section {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
    .allergens-content-section .container .row {
      padding-right: 13% !important;
      padding-left: 15px !important; }
      .allergens-content-section .container .row .btn-col {
        margin-top: 30px !important;
        text-align: left !important; }
    .allergens-content-section .menu-page-golden-bg {
      height: 150px !important;
      width: 30% !important;
      position: relative !important;
      right: 0 !important;
      bottom: 0px !important;
      left: 70% !important; }
    .allergens-content-section .c__btn {
      font-size: 12px;
      letter-spacing: 2.76px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .allergens-content-section {
    margin-bottom: 0px !important; }
    .allergens-content-section .menu-page-golden-bg {
      height: 300px !important;
      width: 30% !important;
      /*position: relative !important;
				    right: 0 !important;
				    bottom: 0px !important;
				    left: 70% !important; */ } }

@media only screen and (min-width: 768px) {
  .about__about-sections {
    margin-bottom: 174px; } }

@media only screen and (min-width: 992px) {
  .about__about-sections {
    margin-bottom: 224px; } }

@media only screen and (min-width: 1200px) {
  .about__about-sections {
    margin-bottom: 274px; } }

.about__about-sections .row {
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .about__about-sections .row {
      margin-bottom: 0; } }
  .about__about-sections .row .col-12.image-col .section {
    height: calc(100vw - 60px);
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (min-width: 576px) {
      .about__about-sections .row .col-12.image-col .section {
        height: 350px; } }
    @media only screen and (min-width: 768px) {
      .about__about-sections .row .col-12.image-col .section {
        height: 460px;
        border-width: 20px;
        border-bottom: none; } }
    @media only screen and (min-width: 992px) {
      .about__about-sections .row .col-12.image-col .section {
        height: 600px; } }
    @media only screen and (min-width: 1200px) {
      .about__about-sections .row .col-12.image-col .section {
        height: 783px; } }
    .about__about-sections .row .col-12.image-col .section .title {
      position: absolute;
      top: 20px;
      left: 20px;
      transform: rotate(-2deg);
      color: #ffffff;
      font-size: 42px;
      letter-spacing: 2px;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .about__about-sections .row .col-12.image-col .section .title {
          font-size: 60px;
          letter-spacing: 4.66px;
          top: 40px;
          left: 40px; } }
      @media only screen and (min-width: 992px) {
        .about__about-sections .row .col-12.image-col .section .title {
          font-size: 78px;
          letter-spacing: 7px;
          top: 60px;
          left: 60px; } }
      @media only screen and (min-width: 1200px) {
        .about__about-sections .row .col-12.image-col .section .title {
          font-size: 96px;
          letter-spacing: 10px;
          top: 80px;
          left: 80px; } }
  @media only screen and (min-width: 768px) {
    .about__about-sections .row .col-12.content-col {
      position: absolute;
      bottom: -111px;
      z-index: 1; } }
  @media only screen and (min-width: 992px) {
    .about__about-sections .row .col-12.content-col {
      bottom: -154px; } }
  @media only screen and (min-width: 1200px) {
    .about__about-sections .row .col-12.content-col {
      bottom: -190px; } }
  @media only screen and (min-width: 768px) {
    .about__about-sections .row .col-12.content-col.odd {
      right: 60px; } }
  @media only screen and (min-width: 992px) {
    .about__about-sections .row .col-12.content-col.odd {
      right: 85px; } }
  @media only screen and (min-width: 1200px) {
    .about__about-sections .row .col-12.content-col.odd {
      right: 110px; } }
  @media only screen and (min-width: 768px) {
    .about__about-sections .row .col-12.content-col.even {
      left: 60px; } }
  @media only screen and (min-width: 992px) {
    .about__about-sections .row .col-12.content-col.even {
      left: 85px; } }
  @media only screen and (min-width: 1200px) {
    .about__about-sections .row .col-12.content-col.even {
      left: 110px; } }
  .about__about-sections .row .col-12.content-col .content-container {
    background: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .about__about-sections .row .col-12.content-col .content-container {
        padding: 40px;
        min-height: 233px;
        overflow: hidden; } }
    @media only screen and (min-width: 992px) {
      .about__about-sections .row .col-12.content-col .content-container {
        min-height: 308px; } }
    @media only screen and (min-width: 1200px) {
      .about__about-sections .row .col-12.content-col .content-container {
        min-height: 380px; } }
    .about__about-sections .row .col-12.content-col .content-container .content-heading {
      margin-bottom: 24px;
      color: #223040;
      font-family: Gotham;
      font-size: 34px;
      font-weight: 500;
      letter-spacing: 5.36px;
      line-height: 46px; }
      @media only screen and (min-width: 768px) {
        .about__about-sections .row .col-12.content-col .content-container .content-heading {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 992px) {
        .about__about-sections .row .col-12.content-col .content-container .content-heading {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1200px) {
        .about__about-sections .row .col-12.content-col .content-container .content-heading {
          line-height: 46px;
          margin-bottom: 20px; } }
      .about__about-sections .row .col-12.content-col .content-container .content-heading.second-heading {
        position: relative;
        top: -18px;
        font-size: 14px; }
        @media only screen and (min-width: 768px) {
          .about__about-sections .row .col-12.content-col .content-container .content-heading.second-heading {
            top: -20px; } }
        @media only screen and (min-width: 992px) {
          .about__about-sections .row .col-12.content-col .content-container .content-heading.second-heading {
            font-size: 16px;
            top: -22px; } }
        @media only screen and (min-width: 1200px) {
          .about__about-sections .row .col-12.content-col .content-container .content-heading.second-heading {
            font-size: 18px;
            top: -24px; } }
    .about__about-sections .row .col-12.content-col .content-container .content {
      max-width: 100%;
      margin-bottom: 15px;
      color: #626C6F;
      font-family: Gotham;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 29px; }
      @media only screen and (min-width: 768px) {
        .about__about-sections .row .col-12.content-col .content-container .content {
          font-size: 14px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 992px) {
        .about__about-sections .row .col-12.content-col .content-container .content {
          font-size: 16px; } }
      @media only screen and (min-width: 1200px) {
        .about__about-sections .row .col-12.content-col .content-container .content {
          font-size: 16px;
          letter-spacing: 1.78px; } }

.about__about-sections .golden-image-bg-bottom {
  background-image: url("../../images/gold-img-right-bg.png");
  background-position: right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
  /* Resize the background image to cover the entire container */
  width: 250px;
  height: 350px;
  position: absolute;
  bottom: 400px;
  right: 0px; }

.about-section-top {
  height: 450px; }
  .about-section-top .row {
    display: table;
    height: 450px;
    width: 100%; }
    .about-section-top .row .title-section {
      display: table-cell;
      vertical-align: middle; }
      .about-section-top .row .title-section h1 {
        color: #FFFFFF;
        font-family: Gotham;
        font-size: 50px;
        font-weight: 500;
        letter-spacing: 6.67px;
        line-height: 100px;
        text-align: center;
        text-transform: uppercase; }

.about-content-section-top {
  margin-bottom: 0px; }
  .about-content-section-top .container {
    margin-top: 100px; }
    .about-content-section-top .container .top-section-title {
      color: #223040;
      font-family: Gotham;
      font-size: 34px;
      font-weight: 500;
      letter-spacing: 5.36px;
      line-height: 46px;
      text-align: center; }
    .about-content-section-top .container .top-section-content {
      color: #626C6F;
      font-family: Gotham;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 29px;
      text-align: center;
      width: 773px;
      margin: 0 auto;
      margin-top: 20px; }
  .about-content-section-top .golden-image-bg {
    background-image: url("../../images/gold-image-left.png");
    background-position: left;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
    width: 250px;
    height: 350px;
    position: relative;
    bottom: 150px; }

@media only screen and (max-width: 767px) {
  .about__about-sections {
    margin-bottom: 0px !important; }
    .about__about-sections .content-container {
      background: none !important; }
      .about__about-sections .content-container h2 {
        text-align: left !important; }
    .about__about-sections .golden-image-bg-bottom {
      position: relative !important;
      bottom: 0px !important;
      width: 30% !important;
      left: 70% !important;
      height: 150px !important; }
  .about-content-section-top .container {
    margin-top: 50px !important; }
    .about-content-section-top .container .row {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .about-content-section-top .container .row .top-section-title {
        text-align: left !important; }
      .about-content-section-top .container .row .top-section-content {
        width: auto !important;
        text-align: left !important; }
  .about-content-section-top .golden-image-bg {
    height: 150px !important;
    width: 30% !important;
    bottom: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .about-content-section-top .golden-image-bg {
    width: 150px !important;
    height: 250px !important; }
  .about__about-sections {
    margin-bottom: 0px !important; }
    .about__about-sections .golden-image-bg-bottom {
      width: 30% !important;
      height: 250px !important;
      position: relative !important;
      bottom: 0px !important;
      left: 70% !important; } }

@media screen and (min-width: 768px) {
  .about-content-section-top .container {
    margin-bottom: 100px !important;
    position: relative !important; }
  .about-content-section-top .golden-image-bg {
    position: absolute !important;
    top: 28%; } }

@media only screen and (max-width: 767px) {
  .gallery__gallery-grid .row {
    justify-content: center; } }

@media only screen and (min-width: 1200px) {
  .gallery__gallery-grid .row {
    margin: 0 -25px; } }

@media only screen and (min-width: 1200px) {
  .gallery__gallery-grid .row .image-col {
    margin-bottom: 50px;
    padding: 0 25px; } }

@media only screen and (max-width: 1199px) {
  .gallery__gallery-grid .row .image-col {
    padding-bottom: 15px; } }

.gallery__gallery-grid .row .image-col .image-container {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .gallery__gallery-grid .row .image-col .image-container {
      border-width: 20px; } }
  .gallery__gallery-grid .row .image-col .image-container img {
    transform: scale(1);
    transition: all ease 0.3s; }
  .gallery__gallery-grid .row .image-col .image-container:hover {
    cursor: pointer; }
    .gallery__gallery-grid .row .image-col .image-container:hover img {
      transform: scale(1.05); }

.gallery__follow-us .row .btn-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 1200px) {
    .gallery__follow-us .row .btn-col {
      flex-direction: row;
      justify-content: flex-end; } }
  .gallery__follow-us .row .btn-col .c__btn {
    display: flex;
    align-items: center; }
    .gallery__follow-us .row .btn-col .c__btn:first-child {
      margin-bottom: 10px; }
      @media only screen and (min-width: 1200px) {
        .gallery__follow-us .row .btn-col .c__btn:first-child {
          margin-bottom: 0;
          margin-right: 10px; } }
    .gallery__follow-us .row .btn-col .c__btn img {
      margin-right: 10px; }
      .gallery__follow-us .row .btn-col .c__btn img #fb-fill, .gallery__follow-us .row .btn-col .c__btn img #ig-fill {
        fill: #223040;
        transition: fill ease 0.4s; }
    .gallery__follow-us .row .btn-col .c__btn:hover {
      background-color: #fff; }
      .gallery__follow-us .row .btn-col .c__btn:hover img #fb-fill, .gallery__follow-us .row .btn-col .c__btn:hover img #ig-fill {
        fill: #ffffff; }

.gallery__follow-us .content-heading {
  color: #223040 !important;
  text-transform: uppercase !important;
  font-size: 22px !important; }

.gallery__follow-us .content {
  color: #223040 !important;
  padding-right: 15px !important; }

.gallery__follow-us a {
  border: 2px solid #223040 !important;
  color: #223040 !important; }
  .gallery__follow-us a img {
    fill: #223040 !important; }
  .gallery__follow-us a span {
    font-family: Gotham; }
  .gallery__follow-us a:hover {
    background-color: #223040 !important;
    color: #ffffff !important; }
    .gallery__follow-us a:hover img {
      -webkit-text-fill-color: #fff !important; }

@media only screen and (max-width: 767px) {
  .gallery__follow-us .title {
    text-align: center !important; }
  .gallery__follow-us .content {
    padding-right: 0px !important; } }

.news__featured-post .row .image-col .post-image {
  position: relative;
  overflow: hidden; }
  .news__featured-post .row .image-col .post-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all ease 0.3s; }
  .news__featured-post .row .image-col .post-image:hover a {
    transform: scale(1.05); }

.news__featured-post .row .content-col .content-container .content span .excerpt-read-more {
  display: none; }

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .news__news-loop .row .image-col {
    max-width: 400px; } }

@media only screen and (max-width: 767px) {
  .news__news-loop .row .image-col:nth-child(odd) {
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .news__news-loop .row .image-col:nth-child(even) {
    padding-left: 15px; } }

.news__news-loop .row .image-col .image-container {
  position: relative; }
  .news__news-loop .row .image-col .image-container .content-overlay {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
    @media only screen and (min-width: 768px) {
      .news__news-loop .row .image-col .image-container .content-overlay {
        padding: 30px; } }
    .news__news-loop .row .image-col .image-container .content-overlay .post-title {
      color: #ffffff;
      font-size: 24px;
      letter-spacing: 2px;
      margin-bottom: 5px;
      line-height: 1.17;
      font-family: Gotham; }
      @media only screen and (min-width: 768px) {
        .news__news-loop .row .image-col .image-container .content-overlay .post-title {
          font-size: 28px;
          letter-spacing: 2.6px; } }
      @media only screen and (min-width: 992px) {
        .news__news-loop .row .image-col .image-container .content-overlay .post-title {
          font-size: 32px;
          letter-spacing: 3.4px; } }
      @media only screen and (min-width: 1200px) {
        .news__news-loop .row .image-col .image-container .content-overlay .post-title {
          font-size: 36px;
          letter-spacing: 4px; } }
    .news__news-loop .row .image-col .image-container .content-overlay .read-more {
      color: #ffffff;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 1.2px; }
    .news__news-loop .row .image-col .image-container .content-overlay .post-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }

.news__news-loop .pagination {
  padding: 20px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .news__news-loop .pagination .page-numbers {
    color: rgba(22, 76, 88, 0.15);
    font-family: Gotham;
    font-size: 34px;
    letter-spacing: 1.78px;
    line-height: 1;
    margin-right: 10px;
    transition: color ease 0.4s; }
    .news__news-loop .pagination .page-numbers.current {
      color: #164C58; }
    .news__news-loop .pagination .page-numbers:last-child {
      margin-right: 0; }
    .news__news-loop .pagination .page-numbers:hover {
      text-decoraion: none;
      color: #164C58; }
    .news__news-loop .pagination .page-numbers.next, .news__news-loop .pagination .page-numbers.prev {
      display: none; }

.news__single-content {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .news__single-content {
      margin-top: 40px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .news__single-content {
      margin-top: 60px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1200px) {
    .news__single-content {
      margin-top: 80px;
      margin-bottom: 120px; } }
  .news__single-content .content-container {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .news__single-content .content-container {
        padding: 40px 60px; } }
    @media only screen and (min-width: 992px) {
      .news__single-content .content-container {
        padding: 60px 80px; } }
    @media only screen and (min-width: 1200px) {
      .news__single-content .content-container {
        padding: 80px 100px; } }
    .news__single-content .content-container .content {
      max-width: 100%; }
      .news__single-content .content-container .content * {
        font-family: Gotham !important;
        color: #263A47 !important;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 1.19; }
        @media only screen and (min-width: 768px) {
          .news__single-content .content-container .content * {
            font-size: 14px; } }
        @media only screen and (min-width: 992px) {
          .news__single-content .content-container .content * {
            font-size: 15px; } }
        @media only screen and (min-width: 1200px) {
          .news__single-content .content-container .content * {
            font-size: 16px;
            letter-spacing: 1.78px; } }
      .news__single-content .content-container .content h1, .news__single-content .content-container .content h2, .news__single-content .content-container .content h3, .news__single-content .content-container .content h4, .news__single-content .content-container .content h5, .news__single-content .content-container .content h6 {
        font-family: Gotham;
        margin-bottom: 24px;
        color: #223040 !important;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.2; }
        @media only screen and (min-width: 768px) {
          .news__single-content .content-container .content h1, .news__single-content .content-container .content h2, .news__single-content .content-container .content h3, .news__single-content .content-container .content h4, .news__single-content .content-container .content h5, .news__single-content .content-container .content h6 {
            margin-bottom: 28px; } }
        @media only screen and (min-width: 992px) {
          .news__single-content .content-container .content h1, .news__single-content .content-container .content h2, .news__single-content .content-container .content h3, .news__single-content .content-container .content h4, .news__single-content .content-container .content h5, .news__single-content .content-container .content h6 {
            font-size: 20px;
            margin-bottom: 34px; } }
        @media only screen and (min-width: 1200px) {
          .news__single-content .content-container .content h1, .news__single-content .content-container .content h2, .news__single-content .content-container .content h3, .news__single-content .content-container .content h4, .news__single-content .content-container .content h5, .news__single-content .content-container .content h6 {
            font-size: 34px;
            margin-bottom: 40px;
            letter-spacing: 5.36px;
            line-height: 46px; } }
      .news__single-content .content-container .content p {
        color: #626C6F !important;
        font-family: Gotham;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1.5px;
        line-height: 29px;
        text-align: left; }
    .news__single-content .content-container .btn-container {
      margin-top: 24px; }
      @media only screen and (min-width: 768px) {
        .news__single-content .content-container .btn-container {
          margin-top: 28px; } }
      @media only screen and (min-width: 992px) {
        .news__single-content .content-container .btn-container {
          margin-top: 30px; } }
      @media only screen and (min-width: 1200px) {
        .news__single-content .content-container .btn-container {
          margin-top: 34px; } }

.shop__items {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .shop__items {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .shop__items {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1200px) {
    .shop__items {
      margin-bottom: 100px; } }
  .shop__items .col-12 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1200px) {
      .shop__items .col-12:first-child {
        padding-right: 25px;
        padding-left: 15px; } }
    @media only screen and (min-width: 1200px) {
      .shop__items .col-12:last-child {
        padding-left: 25px;
        padding-right: 15px; } }
    .shop__items .col-12 .item-image {
      border: solid 15px #ffffff;
      height: calc(100vw - 60px);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 576px) {
        .shop__items .col-12 .item-image {
          height: 510px; } }
      @media only screen and (min-width: 768px) {
        .shop__items .col-12 .item-image {
          height: 330px; } }
      @media only screen and (min-width: 992px) {
        .shop__items .col-12 .item-image {
          height: 400px; } }
      @media only screen and (min-width: 1200px) {
        .shop__items .col-12 .item-image {
          height: 450px; } }
      @media only screen and (min-width: 992px) {
        .shop__items .col-12 .item-image {
          border: solid 20px #ffffff; } }
      .shop__items .col-12 .item-image .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all ease 0.3s; }
      .shop__items .col-12 .item-image:hover .background {
        transform: scale(1.05); }
      .shop__items .col-12 .item-image .item-name {
        color: #ffffff;
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 16px;
        transform: rotate(360deg);
        padding: 0 15px;
        font-weight: 500;
        font-family: Gotham;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .shop__items .col-12 .item-image .item-name {
            font-size: 49px;
            letter-spacing: 4px; } }
        @media only screen and (min-width: 992px) {
          .shop__items .col-12 .item-image .item-name {
            font-size: 62px;
            letter-spacing: 6px; } }
        @media only screen and (min-width: 1200px) {
          .shop__items .col-12 .item-image .item-name {
            font-size: 76px;
            letter-spacing: 8px; } }
      .shop__items .col-12 .item-image .item-image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .shop__items .col-12 .content-container {
      background-color: #F9F8F7;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .shop__items .col-12 .content-container {
          padding: 40px; } }
      .shop__items .col-12 .content-container .post-name {
        margin-bottom: 24px;
        color: #223040;
        font-family: Gotham;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.2;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .shop__items .col-12 .content-container .post-name {
            margin-bottom: 28px; } }
        @media only screen and (min-width: 992px) {
          .shop__items .col-12 .content-container .post-name {
            font-size: 20px;
            margin-bottom: 34px; } }
        @media only screen and (min-width: 1200px) {
          .shop__items .col-12 .content-container .post-name {
            font-size: 22px;
            margin-bottom: 40px; } }
      .shop__items .col-12 .content-container .content {
        max-width: 100%;
        margin-bottom: 24px;
        color: #626C6F;
        font-family: Gotham;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.19; }
        @media only screen and (min-width: 768px) {
          .shop__items .col-12 .content-container .content {
            font-size: 14px;
            margin-bottom: 28px; } }
        @media only screen and (min-width: 992px) {
          .shop__items .col-12 .content-container .content {
            font-size: 15px;
            margin-bottom: 30px; } }
        @media only screen and (min-width: 1200px) {
          .shop__items .col-12 .content-container .content {
            font-size: 16px;
            letter-spacing: 1.78px;
            margin-bottom: 34px; } }

.contact__content-section .row .content-col {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .contact__content-section .row .content-col {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .contact__content-section .row .content-col {
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .contact__content-section .row .content-col .content-container {
      padding: 40px 60px; } }
  @media only screen and (min-width: 1200px) {
    .contact__content-section .row .content-col .content-container {
      padding: 60px 80px; } }
  .contact__content-section .row .content-col .content-container .post-name {
    margin-bottom: 24px;
    font-size: 34px;
    letter-spacing: 5.36px;
    line-height: 46px; }
    @media only screen and (min-width: 1200px) {
      .contact__content-section .row .content-col .content-container .post-name {
        margin-bottom: 26px; } }
  .contact__content-section .row .content-col .content-container .content {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contact__content-section .row .content-col .content-container .content {
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .contact__content-section .row .content-col .content-container .content {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .contact__content-section .row .content-col .content-container .content {
        margin-bottom: 0; } }
    .contact__content-section .row .content-col .content-container .content p:last-child {
      margin-bottom: 0; }
    .contact__content-section .row .content-col .content-container .content a {
      color: #B1181E; }
      .contact__content-section .row .content-col .content-container .content a[href^="mailto"], .contact__content-section .row .content-col .content-container .content a[href^="tel"] {
        color: #263A47; }

.contact__content-section .row .image-col .post-image {
  padding: 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .contact__content-section .row .image-col .post-image {
      padding: 40px;
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    .contact__content-section .row .image-col .post-image {
      padding: 60px; } }
  .contact__content-section .row .image-col .post-image .wpcf7 {
    width: 100%; }
  .contact__content-section .row .image-col .post-image .wpcf7-form .row {
    margin-bottom: 0; }
  .contact__content-section .row .image-col .post-image .wpcf7-form .form-group {
    padding: 0 15px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group {
        margin-bottom: 25px; } }
    @media only screen and (min-width: 992px) {
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group {
        margin-bottom: 34px; } }
    @media only screen and (min-width: 1200px) {
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group {
        margin-bottom: 40px; } }
    .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.restaurant, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.enquiry-type {
      padding-right: 15px;
      position: relative; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.restaurant:after, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.enquiry-type:after {
        content: '';
        position: absolute;
        top: 50px;
        right: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4.875px 0 4.875px;
        border-color: #cec7c1 transparent transparent transparent;
        pointer-events: none; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.restaurant select, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.enquiry-type select {
        padding: 17px 40px 17px 17px !important; }
    .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.gdpr .wpcf7-list-item {
      margin: 0; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.gdpr .wpcf7-list-item label input[type=checkbox] {
        width: 18px;
        height: 18px; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.gdpr .wpcf7-list-item label .wpcf7-list-item-label {
        margin-left: 15px; }
    .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.form-footer {
      text-align: right;
      margin-bottom: 0; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group.form-footer input[type=submit] {
        border-radius: 0; }
    .contact__content-section .row .image-col .post-image .wpcf7-form .form-group label {
      display: block;
      margin-bottom: 5px;
      color: #626C6F;
      font-size: 12px;
      letter-spacing: 1.2px;
      line-height: 1.5;
      font-weight: 300; }
    .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select {
      width: 100%;
      padding: 17px;
      color: #626C6F;
      font-size: 16px;
      letter-spacing: 1.2px;
      line-height: 1.5;
      background: #ffffff;
      border: 1px solid #626C6F;
      -webkit-appearance: none;
      border-radius: 0;
      outline: 0; }
      @media only screen and (min-width: 992px) {
        .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel], .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select {
          font-size: 12px; } }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text]::-webkit-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email]::-webkit-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel]::-webkit-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea::-webkit-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select::-webkit-input-placeholder {
        color: #626C6F;
        opacity: 0.5; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text]::-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email]::-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel]::-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea::-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select::-moz-placeholder {
        color: #626C6F;
        opacity: 0.5; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text]:-ms-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email]:-ms-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel]:-ms-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea:-ms-input-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select:-ms-input-placeholder {
        color: #626C6F;
        opacity: 0.5; }
      .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=text]:-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=email]:-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) input[type=tel]:-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) textarea:-moz-placeholder, .contact__content-section .row .image-col .post-image .wpcf7-form .form-group:not(.form-footer) select:-moz-placeholder {
        color: #626C6F;
        opacity: 0.5; }

.news__single-content .content-container .content * {
  font-family: Gotham;
  color: #164C58;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.19; }
  @media only screen and (min-width: 768px) {
    .news__single-content .content-container .content * {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    .news__single-content .content-container .content * {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .news__single-content .content-container .content * {
      font-size: 16px;
      letter-spacing: 1.78px; } }

.news__single-content .content-container .content p:last-child {
  margin-bottom: 0; }




.email-consent-text-checkbox .checkbox-container {
  -ms-flex-item-align: end;align-self: flex-end;
  margin-bottom: 4px; 
}
#booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group.gdpr .email-consent-text-checkbox {
  margin-bottom: 20px;
}
#booking-widget .container .booking-form-stage-2 #bookingCustomerDetails .form-body .form-group label, #booking-widget .container .booking-form-stage-2 #bookingAmendDetails .form-body .form-group label {
  height: auto;
  line-height: 14px;
}