h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Eczar", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1.333333;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 1.36363637;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 22px;
}
.lead {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66667;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
figure figcaption {
  background: #f2f2f2;
  padding: 5.5px 22px;
}
.example-colors .swatch-item {
  background: #333333;
  border-radius: 0px;
  color: #ffffff;
  min-height: 100px;
  position: relative;
  margin-bottom: 22px;
  width: 100%;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #111111;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #aaaaaa;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
.example-button + .example-button {
  margin-top: 15px;
}
.example-button .btn {
  margin: 11px 11px 0 0;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #111111;
}
a.text-primary:hover {
  color: #000000;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #111111;
}
a.bg-primary:hover {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #aaaaaa;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #333333;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #333333;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 66px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 66px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 66px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 22px;
}
.text-highlight {
  display: inline-block;
  position: relative;
}
.text-highlight::before {
  background: #b2b561;
  bottom: 3px;
  content: "";
  position: absolute;
  left: 0;
  height: 18px;
  z-index: -1;
  width: 100%;
}
@media (max-width: 767px) {
  .text-highlight::before {
    height: 12px;
  }
}
.ja-masonry-wrap {
  margin-left: -15px;
  margin-right: -15px;
  
  
  
  
  
}
.ja-masonry-wrap .isotope-item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.ja-masonry-wrap .isotope-item img {
  max-width: 100%;
}
.ja-masonry-wrap .item-bg-dark .item-inner,
.ja-masonry-wrap .item-bg-dark article {
  background-color: #333333;
  color: #ffffff;
}
.ja-masonry-wrap .item-bg-highlight .item-inner,
.ja-masonry-wrap .item-bg-highlight article {
  background-color: #5e5e5e;
}
.ja-masonry-wrap .badge.hot {
  background-color: #cc0000;
  color: #ffffff;
}
.ja-masonry-wrap .badge.new {
  background-color: #0077bb;
  color: #ffffff;
}
.ja-masonry-wrap .grid-sizer {
  margin-bottom: 0;
}
.ja-masonry-wrap #es .es-mini-header {
  border-color: #e8e6e3;
}
.ja-masonry-wrap #es .es-mini-header .o-nav--block {
  white-space: normal;
}
.ja-masonry-wrap .grid-xs-1 .isotope-item {
  width: 100%;
}
.ja-masonry-wrap .grid-xs-2 .isotope-item {
  width: 50%;
}
.ja-masonry-wrap .grid-xs-3 .isotope-item {
  width: 33.3%;
}
.ja-masonry-wrap .grid-xs-4 .isotope-item {
  width: 25%;
}
.ja-masonry-wrap .grid-xs-5 .isotope-item {
  width: 20%;
}
.ja-masonry-wrap .grid-xs-6 .isotope-item {
  width: 16.6%;
}
.ja-masonry-wrap .grid-xs-7 .isotope-item {
  width: 14.28%;
}
.ja-masonry-wrap .grid-xs-8 .isotope-item {
  width: 12.5%;
}
.ja-masonry-wrap .grid-xs-9 .isotope-item {
  width: 11.1%;
}
.ja-masonry-wrap .grid-xs-10 .isotope-item {
  width: 10%;
}
@media (min-width: 600px) {
  .ja-masonry-wrap .grid-smx-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-2 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-smx-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-smx-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-smx-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-smx-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-smx-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-smx-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-smx-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .grid-sm-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item {
    width: 49.9%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-2 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-sm-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-sm-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-sm-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-sm-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-sm-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-sm-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-sm-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .grid-md-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-2 {
    width: 66.6%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-3 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-3 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-3 {
    width: 75%;
  }
  .ja-masonry-wrap .grid-md-4 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-md-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-md-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-md-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-md-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-md-10 .isotope-item {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .ja-masonry-wrap .grid-lg-1 .isotope-item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-2 .isotope-item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-3 .isotope-item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-4 .isotope-item.item-4 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-2 {
    width: 40%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-3 {
    width: 60%;
  }
  .ja-masonry-wrap .grid-lg-5 .isotope-item.item-5 {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-6 .isotope-item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-lg-6 .isotope-item.item-2 {
    width: 33.2%;
  }
  .ja-masonry-wrap .grid-lg-7 .isotope-item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-lg-8 .isotope-item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-lg-9 .isotope-item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-lg-10 .isotope-item {
    width: 10%;
  }
}

html.ie8 .ja-masonry-wrap .isotope-item {
  margin-left: -0.5px;
}
.view-reservation .t3-mainbody {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.view-reservation .t3-mainbody > .row {
  margin: 0;
}
.reservation .section-1,
.reservation .section-2 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .reservation .section-1,
  .reservation .section-2 {
    margin-bottom: 60px;
  }
}
.reservation .content-text .title-small {
  margin-bottom: 22px;
}
.reservation .content-text .title-small h5 {
  color: #111111;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.reservation .content-text .title-large {
  padding-right: 150px;
}
@media (max-width: 991px) {
  .reservation .content-text .title-large {
    padding-right: 0;
  }
}
.reservation .content-text .title-large h2 {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .reservation .content-text .title-large h2 {
    font-size: 28px;
  }
}
.reservation .content-text .title-large span {
  position: relative;
  display: inline-block;
}
.reservation .content-text .title-large span:before {
  background: #b2b561;
  bottom: 3px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .reservation .content-text .title-large span:before {
    height: 11px;
  }
}
.reservation .content-group-1 .picture {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .reservation .content-group-1 .picture {
    margin-bottom: 44px;
    padding-right: 0;
  }
}
.reservation .content-group-2 .content-text {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .reservation .content-group-2 .content-text {
    margin-bottom: 44px;
    padding-right: 0;
  }
}
.reservation .content-group-3 {
  background-position: center center;
  background-size: cover;
  margin: 0 -30px;
  padding: 90px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .reservation .content-group-3 {
    padding: 30px;
  }
}
.reservation .content-group-3 .box-content {
  background: #ffffff;
  margin: 0 auto;
  max-width: 750px;
  padding: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .reservation .content-group-3 .box-content {
    padding: 30px 22px;
  }
}
.reservation .content-group-3 .box-content .title h1 {
  font-size: 40px;
  margin: 0 0 22px 0;
}
@media (max-width: 767px) {
  .reservation .content-group-3 .box-content .title h1 {
    font-size: 35px;
  }
}
.reservation .content-group-3 .box-content .num-phone h3 {
  color: #555555;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 22px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .reservation .content-group-3 .box-content .num-phone h3 {
    font-size: 22px;
  }
}