/* Portable Styling
--------------------------------------------------------------------------- */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.nomarpad {
  margin: 0;
  padding: 0;
}
.float_right_photo {
  float: right;
  margin: 0 0 10px 20px;
}
.float_left_photo {
  float: left;
  margin: 0 0 10px 20px;
}
/* Custom Styling
--------------------------------------------------------------------------- */
body {
  padding-top: 8px;
  background-color: #524434;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.logo {
  outline: none;
  display: inline-block;
  width: 340px;
  height: 87px;
  background-image: url(../img/logo-340.png);
  background-position: center center;
  background-repeat: no-repeat;
  user-select: none;
}
ul#main_menu {
  float: right;
  margin: 0;
  position: relative;
  top: 20px;
  padding: 0;
  font-family: 'Crimson Text', 'serif';
  font-size: 1.6em;
  text-transform: uppercase;
  list-style-type: none;
}
ul#main_menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
ul#main_menu li.bull {
  position: relative;
  top: 3px;
  margin: 0 10px;
  font-size: 1.7em;
  color: #bfa673;
}
ul#main_menu li.active a {
  color: #73bf97;
}
ul#main_menu a {
  color: #cfb57d;
}
ul#main_menu a:hover {
  text-decoration: none;
  color: #e3c37f;
}
ul#main_menu li.active a:hover {
  color: #5dcaaf !important;
}
div#main_content {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 25px 35px;
  background-color: #1a130a;
  border-radius: 14px;
  background-image: url(../img/content_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
div#main_content a {
  color: #6b9f7c;
}
div#main_content a:hover {
  text-decoration: none;
  color: #79d1a2;
}
div#main_content h1,
div#main_content h2,
div#main_content h3,
div#main_content h4 {
  color: #c8c0a6;
}
div#main_content h1,
div#main_content h2,
div#main_content h3,
div#main_content h4,
div#main_content .subline,
div#main_content #footer_menu {
  font-family: 'Crimson Text', 'serif';
}
div#main_content h4 {
  font-size: 1.55em;
  color: #72654b;
}
div#main_content h4.pretty {
  font-style: italic;
  font-size: 2.4em;
}
div#main_content h1 {
  font-size: 4em;
}
div#main_content p,
div#main_content li {
  color: #aa9c83;
}
div#main_content hr {
  border-width: 3px;
  border-color: #2f271f;
}
div#main_content .jumbotron {
  position: relative;
  margin-top: 30px;
  background-color: rgba(12, 11, 7, 0);
}
div#main_content .jumbotron img {
  position: absolute;
  top: -80px;
  right: -80px;
}
div#main_content .long_intro {
  margin-top: 29px;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 35px;
}
p.subline {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
  color: #a29067 !important;
}
.big_ruler {
  display: block;
  position: relative;
  padding: 45px 35px;
  width: 1110px;
  left: -35px;
  height: 180px;
  background-image: url(../img/big_ruler.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.burl-ruler {
  height: 124px;
  text-align: center;
  position: relative;
  background: url(/static/img/short_ruler.jpg) center center repeat-x;
  font-family: 'Crimson Text', 'serif';
}
.burl-ruler ul {
  margin: 0;
  padding: 34px 0 0 0;
  list-style-type: none;
}
.burl-ruler li {
  color: #bcb4a1 !important;
  padding: 10px 25px 0 25px;
  vertical-align: middle;
  height: 60px;
  display: inline-block;
  border-right: 1px solid #5d4a40;
  font-size: 1.7em;
}
.burl-ruler li a {
  color: #bcb4a1 !important;
}
.burl-ruler li:first-child {
  padding-top: 6px;
  padding-right: 35px;
}
.burl-ruler li:last-child {
  border-right: none;
}
.burl-ruler li .btn-reserve {
  font-size: 0.7em !important;
}
.burl-ruler li .bright {
  color: #d4b779;
  font-size: 1.6em;
}
.burl-ruler li.total {
  padding-top: 0px;
  font-family: Georgia, serif;
  font-size: 1.5em;
}
/* Screen Sizes and Retina Support
--------------------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) {
  .logo {
    background-image: url(../img/logo@2x.png) !important;
    background-size: 340px 87px !important;
  }
}
/* Sloppy */
.marketing {
  margin-top: 40px;
}
#main_content ul {
  color: #747061;
}
.menu_list hr {
  background-color: #2f2a1d;
  border-color: #2f2a1d;
}
.menu_list .left p {
  text-align: right;
  color: #996f5e !important;
  font-family: 'Crimson Text', 'serif';
  font-size: 1.5em;
  font-style: italic;
}
.menu_list h3 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 40px;
  color: #544b3a !important;
}
.menu_sidemenu {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.menu_sidemenu li {
  clear: both;
  padding: 5px 10px 5px 20px !important;
  margin-bottom: 10px;
}
.menu_sidemenu li a {
  font-family: 'Crimson Text', 'serif';
  color: #c4b491 !important;
  text-transform: uppercase;
  font-weight: 600;
}
.menu_sidemenu li.active a {
  color: #5dd1b4 !important;
  text-shadow: 0 1px 10px #3f9d86;
}
.affix {
  top: 25px !important;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li > a {
  border: none;
  padding: 2px 0;
}
.nav-tabs > li > a:hover {
  background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: none;
}
footer {
  margin-bottom: 35px;
  clear: both;
  text-align: center;
  color: #aea181;
}
footer p {
  margin-top: 20px;
}
footer a {
  color: #c1a773;
}
footer a:hover {
  color: #c1a773;
  text-decoration: none;
}
.menu_title_block h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-style: italic;
  font-family: 'Crimson Text', 'serif';
  font-size: 1.8em;
}
.menu_title_block p {
  font-style: italic;
  font-family: 'Crimson Text', 'serif';
  font-size: 1.3em;
}
.bar_menu > h3 {
  font-family: 'Crimson Text', 'serif';
  font-style: italic;
  font-size: 4em;
}
.float_left {
  float: left;
}
#header_social_list {
  position: relative;
  top: 20px;
  left: -15px;
  list-style-type: none;
}
#header_social_list li {
  float: right;
  margin-right: 15px;
  font-size: 1.3em;
  min-height: 50px;
}
#header_social_list li:first-child {
  margin-right: 0;
}
#header_social_list li i {
  font-weight: bold;
  font-size: 1.5em;
}
#header_social_list li a {
  color: #746553;
}
#header_social_list li a:hover {
  color: #bfa673 !important;
  text-decoration: none;
}
form {
  margin-bottom: 25px;
}
input[type="submit"] {
  border-radius: 2px;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 1.2em;
  padding: 5px 18px;
  background: #72be96;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYmU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODgxNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #72be96 0%, #488163 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be96), color-stop(100%, #488163));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #72be96 0%, #488163 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #72be96 0%, #488163 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #72be96 0%, #488163 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #72be96 0%, #488163 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72be96', endColorstr='#488163', GradientType=0);
  /* IE6-8 */
  outline: none;
}
input[type="submit"]:hover {
  background: #79d1a2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5ZDFhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YWI2N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #79d1a2 0%, #4ab67c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79d1a2), color-stop(100%, #4ab67c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #79d1a2 0%, #4ab67c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #79d1a2 0%, #4ab67c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #79d1a2 0%, #4ab67c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #79d1a2 0%, #4ab67c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79d1a2', endColorstr='#4ab67c', GradientType=0);
  /* IE6-8 */
}
input[type="text"] {
  background: #1e140a;
  border-radius: 4px;
  border: 1px solid #6e5c46;
  font-size: 1.2em;
  padding: 4px 7px;
  outline: none;
  width: 200px;
}
.top-25 {
  margin-top: 25px;
}
#submenu {
  text-align: center;
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
#submenu li {
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  font-size: 1.8em;
  font-family: 'Crimson Text', 'serif';
}
#submenu a {
  display: block;
  padding: 0 10px;
}
.table {
  border-color: black;
}
.table th {
  font-weight: normal;
  color: #d1af71 !important;
  text-align: right;
  white-space: nowrap;
}
.table th,
.table td {
  border-color: #3e3325 !important;
  color: #c0b9a7;
}
#carousel {
  margin-top: 25px;
}
#carousel .carousel-caption {
  background: rgba(26, 19, 10, 0.6);
  font-size: 1.5em;
  border-radius: 5px;
  bottom: 60px;
  font-family: 'Crimson Text', 'serif';
  color: #e0d6ca;
}
#carousel .carousel-indicators li {
  border-color: #78c395;
}
#carousel .carousel-indicators .active {
  background: #78c395;
}
.bottom-20 {
  margin-bottom: 15px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.bottom-40 {
  margin-bottom: 40px;
}
p.bright {
  color: #af9c7c !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 600ms ease-in-out;
  -ms-transition: background 600ms ease-in-out;
  -o-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
  background-color: #31403d !important;
  color: white !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #1f2926;
}
.affix {
  width: 327px;
}
.fixed-width {
  font-family: "Courier New", Courier, monospace;
}
.btn-reserve {
  color: #e7fff2;
  text-shadow: 1px 0 0 black;
  font-size: 1.3em !important;
  text-transform: uppercase;
  font-family: Georgia, serif;
  border-radius: 5px;
  padding: 10px 18px 7px 18px;
  background: #73bf97;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYmY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTliN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #73bf97 0%, #5e9b7b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bf97), color-stop(100%, #5e9b7b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73bf97 0%, #5e9b7b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73bf97 0%, #5e9b7b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73bf97 0%, #5e9b7b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73bf97 0%, #5e9b7b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bf97', endColorstr='#5e9b7b', GradientType=0);
  /* IE6-8 */
}
/* Responsive Styling
============================================================================ */
/* Extra Small */
@media (max-width: 320px) {
  body {
    margin: 0;
    padding: 0;
    background: #382920;
  }
  .body_container {
    background: url(/static/img/m_header_bg.jpg) center top no-repeat;
    background-size: 100%;
  }
  h1 {
    margin: 0;
    padding: 0;
    font-size: 3em !important;
  }
  .col-md-offset-1 {
    margin: 0 !important;
  }
  #header_social_list {
    left: -30px;
    margin: 0;
    right: 0;
    clear: both;
    position: relative;
    top: 12px;
  }
  #header_social_list li {
    font-size: 1.3em;
  }
  #header_social_list li a {
    color: #473023 !important;
  }
  #header_social_list li a:active {
    text-decoration: none;
  }
  .container {
    margin: 0;
    padding: 0;
  }
  .logo {
    position: relative;
    left: 15px;
    top: -10px;
    width: 290px;
    height: 87px;
    outline: none;
    margin: 0 auto;
    display: inline-block;
    background-size: contain !important;
    background-position: center center;
  }
  ul#main_menu {
    text-align: center;
    float: none;
    position: relative;
    top: 12px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Crimson Text', 'serif';
    font-size: 1.5em;
    text-transform: uppercase;
    list-style-type: none;
  }
  ul#main_menu li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  ul#main_menu li.bull {
    top: -5px;
    position: relative;
    margin: 0 4px;
    font-size: 0.8em;
    color: #bfa673;
  }
  ul#main_menu li.active a {
    color: #73bf97;
  }
  ul#main_menu a {
    color: #cfb57d;
  }
  ul#main_menu a:hover {
    text-decoration: none;
    color: #e3c37f;
  }
  ul#main_menu li.active a:hover {
    color: #5dcaaf !important;
  }
  div#main_content,
  div.big_ruler {
    background: none;
  }
}
/* Sorta Small */
@media (min-width: 321px) and (max-width: 767px) {
  body {
    padding-top: 0px !important;
  }
  #main_menu {
    left: 0px !important;
    text-align: left;
    margin: 0 !important;
    float: none !important;
    top: -5px !important;
  }
  #main_menu .bull {
    top: -2px !important;
    margin: 0 25px !important;
  }
  #header_social_list {
    top: 30px !important;
    left: -20px;
  }
}
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 0px !important;
  }
  #main_menu {
    left: 0px !important;
    text-align: left;
    margin: 0 !important;
    float: none !important;
    top: -5px !important;
  }
  #main_menu .bull {
    top: -2px !important;
  }
  #header_social_list {
    top: 60px !important;
  }
}
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .affix {
    width: 257px;
  }
  #main_menu {
    position: relative;
    top: 50px !important;
  }
  #main_menu > li.bull {
    margin: 0 1px !important;
    top: -2px !important;
    font-size: 1em !important;
  }
}
/* Large */
#footer_menu {
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 1.3em;
  list-style-type: none;
  text-transform: uppercase;
}
#footer_menu li {
  display: inline;
}
#footer_menu li.active a {
  color: #73bf97 !important;
}
#footer_menu a {
  color: #cfb57d !important;
}
#footer_menu a:hover {
  text-decoration: none;
  color: #e3c37f;
}
#footer_menu li.bull {
  position: relative;
  margin: 0 25px;
  font-size: 1.3em;
  color: #705f3e;
}
.schedule_notes {
  margin: 30px 0;
}
.schedule_notes .glyphicon {
  position: relative;
  top: 9px;
  float: left;
  font-size: 2.4em;
  padding: 0 15px 0 0;
  color: #5b4626 !important;
}
.schedule_notes p {
  margin: 10px 0;
  font-weight: normal;
  color: #c6ac7d !important;
}
.attn_block {
  padding: 10px;
  background: #272017;
  border-radius: 4px;
}
.attn_block p {
  margin: 0;
}
