html {
  min-width: 340px;
}
body {
  overflow-x: hidden;
  font-family: 'LektonRegular', monospace;
  font-size: 18px;
  color: #777;
  background-image: url('../img/noise.png');
  background-color: rgba(229, 230, 229, 0.9);
}
@font-face {
  font-family: 'TrajanProRegular';
  src: url('../fonts/TrajanProRegular.eot');
  src: url('../fonts/TrajanProRegular.eot') format('embedded-opentype'), url('../fonts/TrajanProRegular.woff2') format('woff2'), url('../fonts/TrajanProRegular.woff') format('woff'), url('../fonts/TrajanProRegular.ttf') format('truetype'), url('../fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}
@font-face {
  font-family: 'LektonRegular';
  src: url('../fonts/lekton_regular.eot');
  src: url('../fonts/lekton_regular.eot') format('embedded-opentype'), url('../fonts/lekton_regular.woff2') format('woff2'), url('../fonts/lekton_regular.woff') format('woff'), url('../fonts/lekton_regular.ttf') format('truetype'), url('../fonts/lekton_regular.svg#lekton_regular') format('svg');
}
.text-muted {
  color: #777777;
}
.text-half-muted {
  color: #aaaaaa;
}
.text-primary {
  color: #B8A561;
}
.margin-top {
  margin-top: 25px;
}
.margin-bottom {
  margin-bottom: 25px;
}
.margin-sides {
  margin-left: 5px;
  margin-right: 5px;
}
p {
  font-size: 18px;
  line-height: 1.4;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #B8A561;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #9f8c47;
}
h1,
h2 {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
h3,
h4,
h5,
h6 {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}
h5 {
  font-size: 17px;
}
#mainNav {
  z-index: 10000;
}
.nav-tabs {
  border-bottom: 1px solid #cacaca;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #B8A561;
  border-bottom: 1px solid #B8A561;
  background-color: transparent;
}
.nav-tabs h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
}
@media (max-width: 768px) {
  .panel-title h4 {
    color: #222;
  }
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.nav-tabs > li > a {
  border-radius: 10px 10px 0 0;
}
.nav > li > a {
  padding: 5px 15px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #777;
  border: 1px solid #777;
}
.nav-tabs > li.active > a h1,
.nav-tabs > li.active > a:focus h1,
.nav-tabs > li.active > a:hover h1,
.nav-tabs > li.active > a h2,
.nav-tabs > li.active > a:focus h2,
.nav-tabs > li.active > a:hover h2,
.nav-tabs > li.active > a h3,
.nav-tabs > li.active > a:focus h3,
.nav-tabs > li.active > a:hover h3,
.nav-tabs > li.active > a h4,
.nav-tabs > li.active > a:focus h4,
.nav-tabs > li.active > a:hover h4,
.nav-tabs > li.active > a h5,
.nav-tabs > li.active > a:focus h5,
.nav-tabs > li.active > a:hover h5,
.nav-tabs > li.active > a h6,
.nav-tabs > li.active > a:focus h6,
.nav-tabs > li.active > a:hover h6 {
  color: #222;
}
.panel-heading {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.panel-default {
  border-color: transparent;
}
.panel {
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default {
  background-color: transparent;
}
.panel-default > .panel-heading {
  color: #222;
  background-color: #fff;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
.img-centered {
  margin: 0 auto;
}
.bg-lighter-gray {
  background-color: rgba(190, 190, 190, 0.08);
}
.bg-light-gray {
  background-color: rgba(100, 110, 100, 0.03);
}
.bg-dark-gray {
  background-color: rgba(17, 24, 32, 0.78);
}
.narrow-container {
  width: 99%;
  margin: auto;
  text-align: justify;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: 0px;
  margin-left: -7px;
}
.action-buttons {
  margin-bottom: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}
.btn-primary {
  color: white;
  background-color: #B8A561;
  border-color: #B8A561;
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #9f8c47;
  border-color: #988544;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #B8A561;
  border-color: #B8A561;
}
.btn-primary .badge {
  color: #B8A561;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: rgba(44, 67, 67, 0.9);
  border-color: #B8A561;
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 12px;
  padding: 15px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: rgba(24, 36, 36, 0.9);
  border-color: #988544;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: rgba(44, 67, 67, 0.9);
  border-color: #B8A561;
}
.btn-xl .badge {
  color: rgba(44, 67, 67, 0.9);
  background-color: white;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
svg {
  fill: currentColor;
}
.navbar-custom {
  background-color: rgba(44, 67, 67, 0.9);
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  background-image: url('../img/logos/thewindingstair-logo.svg');
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: contain;
  width: 310px;
  height: 41px;
  margin: 0px 8px 0px 8px;
  color: blue;
  font-family: 'LektonRegular', monospace;
  font-size: 18px;
  color: #777;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #9f8c47;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  text-align: center;
  width: 90%;
  margin: auto;
}
.navbar-custom .navbar-toggle {
  background-color: none;
  margin-right: 0px;
  color: #B8A561;
  font-size: 24px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  color: #d0c396;
  background-color: transparent;
}
.navbar-custom .nav li a {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  color: #B8A561;
}
.navbar-custom .nav li a:hover {
  color: #B8A561;
  outline: none;
}
.navbar-custom .nav li a:focus {
  color: #B8A561;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  color: #B8A561;
  background-color: transparent;
}
.navbar-toggle {
  padding: 0px;
  margin-top: 4px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: none;
  border: none;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  text-align: center;
  width: 90%;
  margin: 0px;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-collapse {
    margin: 10px 0px 10px 0px;
  }
}
.intro-text iframe {
  margin-bottom: -10px;
}
@media (min-width: 319px) {
  .navbar-custom {
    padding: 15px 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
    width: 100%;
  }
}
@media (min-width: 319px) {
  .navbar-custom.affix {
    background-color: rgba(44, 67, 67, 0.9);
    padding: 15px 0px;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  margin-top: 200px;
  padding-top: 125px;
  padding-bottom: 15px;
}
header .intro-text .intro-heading {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
header .intro-text .intro-sub {
  font-family: "TrajanProRegular", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}
.ot-button {
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  border: none;
  border-radius: 10px !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  display: inline-block;
  background-color: #B8A561;
  width: 100%;
  color: #FFF;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .ot-powered-by {
    display: none !important;
  }
  .ot-button {
    font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    position: relative;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    outline: 0;
    display: inline-block;
    background-color: #DA3743;
    width: 100%;
    color: #FFF;
    padding: 0;
    transition: background-color 300ms ease-out;
  }
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 150px;
    padding-bottom: 15px;
    margin-top: 410px;
  }
  header .intro-text .intro-heading {
    font-family: "TrajanProRegular", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  header .intro-text .intro-sub {
    font-family: "TrajanProRegular", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  header .intro-text {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 600px;
  }
  header .intro-text .intro-heading {
    font-family: "TrajanProRegular", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  header .intro-text .intro-sub {
    font-family: "TrajanProRegular", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
section {
  padding: 30px 0 15px 0;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "TrajanProRegular", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px;
}
.divider {
  display: inline-block;
  overflow: hidden;
}
hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #B8A561;
}
@media (min-width: 768px) {
  .divider {
    min-width: 8%;
    max-width: 70%;
    width: 67%;
  }
}
h2.section-heading {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0px;
  display: inline-block;
  color: #B8A561;
}
.section-heading-container {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  vertical-align: middle;
}
h4.subsection-heading {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #B8A561;
}
.subsection-heading-container {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
.tabpanel {
  background-color: #fff;
  padding: 1px 15px 1px 15px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: none;
  background-color: #fff;
}
.navbar-custom .nav li a:hover {
  color: #d0c396;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.nav-tabs > li > a:hover h1,
.nav-tabs > li > a:hover h2,
.nav-tabs > li > a:hover h3,
.nav-tabs > li > a:hover h4,
.nav-tabs > li > a:hover h5,
.nav-tabs > li > a:hover h6 {
  color: #B8A561;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.menu-note {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0px 15px 30px 15px;
}
.menu-note li {
  margin-bottom: 25px;
}
#menus .menu-item {
  margin: 0 0 25px;
  right: 0;
}
#menus .menu-item .menu-link {
  display: block;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#menus * {
  z-index: 2;
}
@media (min-width: 767px) {
  #menu .menu-item {
    margin: 0 0 30px;
  }
}
aside.sisters img {
  margin: 25px auto;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #B8A561;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
section#contact .map-wrapper {
  border-radius: 4px;
  border: 5px solid #c1c1c1;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "TrajanProRegular", sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
#ot-widget-container0 {
  margin-top: -50px;
}
.ot-powered-by {
  display: none !important;
}
.fa {
  vertical-align: middle;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: transparent;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  font-size: 22px;
  line-height: 44px;
  color: #B8A561;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #B8A561;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #B8A561;
  color: #333;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
ul.menu-list {
  list-style: none;
  margin-bottom: 15px;
  margin-top: 0;
  margin-left: -38px;
}
ul.menu-list li {
  margin-bottom: 10px;
}
ul.list-inline {
  margin-bottom: 10px;
  margin-top: 0;
}
.menu-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.menu-modal .modal-content {
  background-image: url('../img/noise.png');
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 75px 0;
  text-align: left;
}
.menu-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2em;
  margin-top: 2px;
}
.menu-modal .modal-content p {
  margin-bottom: 30px;
}
.menu-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "TrajanProRegular", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.menu-modal .modal-content ul.menu-list {
  list-style: none;
  margin-bottom: 15px;
  margin-top: 0;
  margin-left: -38px;
}
.menu-modal .modal-content ul.menu-list li {
  margin-bottom: 10px;
}
.menu-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.menu-modal .modal-content img {
  margin-bottom: 30px;
  border-radius: 4px;
  border: 5px solid #c1c1c1;
}
.menu-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
.menu-modal .close-modal:hover {
  opacity: 0.3;
}
.menu-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.menu-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.menu-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.modal-body {
  margin: auto;
}
.long {
  width: 100%;
}
::-moz-selection {
  text-shadow: none;
  background: #EACF7C;
}
::selection {
  text-shadow: none;
  background: #EACF7C;
}
img::selection {
  background: #EACF7C;
}
img::-moz-selection {
  background: transparent;
}
.notice ::-moz-selection {
  text-shadow: none;
  background: #746741;
}
.notice ::selection {
  text-shadow: none;
  background: #746741;
}
.notice img::selection {
  background: #746741;
}
.btn .img-responsive {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px;
}
.img-container {
  position: relative;
  display: inline-block;
  color: #fff;
}
.img-container:hover {
  color: #B8A561;
  transition: color 1.5s;
}
.img-container .text-box {
  position: absolute;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.img-container .text-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.img-container h4 {
  display: inline-block;
  font-size: 36px;
  font-weight: 200;
  color: inherit;
  vertical-align: middle;
}
.img-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .img-container h4 {
    font-size: 26px;
  }
}
iframe {
  margin-bottom: -7px;
}
.dropcap {
  padding: 0px 20px 0px 0px !important;
  font-family: "TrajanProRegular", serif;
  float: left;
  line-height: 100%;
  width: 0.8em;
  font-size: 418%;
}
.notice {
  display: block;
  background-color: #443838;
  color: #aaa;
  padding: 15px 25px 25px 25px;
  text-align: center;
  margin: 15px 0px 30px 0px;
  font-size: 18px;
  border-radius: 10px;
}
.notice h1,
.notice h2,
.notice h3,
.notice h4,
.notice h5 {
  color: #B8A561;
}
.notice h3 {
  font-size: 18px;
}
.notice a {
  color: #B8A561;
}
.day-hours {
  margin-bottom: 12px;
}
pre {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  word-break: break-all;
  word-wrap: break-word;
  background-color: inherit;
  border: none;
  border-radius: 0;
  font-family: 'Roboto Mono', monospace;
}
.bxslider {
  position: relative;
  z-index: 1;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 2;
}
.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: #fff;
}
.gallery {
  margin-top: -25px;
}
.fa-bars {
  -webkit-text-stroke: 2px rgba(44, 67, 67, 0.95);
}
li span {
  color: #B8A561;
  font-size: 28px;
}
.contact-details {
  margin-top: 35px;
  margin-bottom: 35px;
}
#about {
  margin-top: 58px;
}
#menus {
  margin-bottom: 30px;
}
.menu-content {
  margin-bottom: 50px;
}
@media (max-width: 420px) {
  .navbar-custom .navbar-brand {
    width: 260px;
  }
  .navbar-header {
    padding: 0 8px;
  }
  h2.section-heading {
    font-size: 20px;
  }
}
.nav .nav-divider {
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  li span {
    font-size: 20px;
  }
}
.menu-note ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
ul li {
  list-style: none;
  font-size: 17px;
}
.menu-content ul {
  padding-left: 0px;
}
.menu-content ul li {
  margin-bottom: 15px;
}
ul i {
  color: #c5b57d;
}
.badges {
  margin-top: 15px;
}
