/*GENERAL(s)*/
h2 {
  color: #624a27;
}

.button {
  background: #624a27;
  color: #fff;
  line-height: 42px;
  padding: 4px 30px;
  display: inline-block;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.button:hover {
  background: #745c3a;
  color: #fff;
}

.general_select {
  margin-bottom: 0;
  background: transparent;
  color: #624a27;
  line-height: 40px;
  font-size: 16px;
}

.general_select .kSelect_label {
  padding: 0 10%;
}

.general_select .kSelect_option ul {
  list-style: none;
  padding: 0;
  line-height: 20px;
  color: #fff;
}

.general_select .kSelect_option li {
  padding: 5px 12px;
  background: #624a27;
  transition: all 0.4s ease;
}

.general_select .kSelect_option li:hover,
.general_select .kSelect_option li.active {
  background: #624a27;
  color: #fff;
}

.reserve .general_select .kSelect_option {
  top: 100% !important;
  bottom: auto !important;
}

@media screen and (max-width: 768px) {
  .button {
    padding: 0 20px;
    line-height: 45px;
    font-size: 20px;
  }
}

@media screen and (max-width: 670px) {
  h1.page_header {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 45%;
  }
  h2 {
    margin-bottom: 20px;
  }
  .button {
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
  }
}

/*GENERAL(e)*/
/*HEADER(s)*/
#header {
  background: #fff url(/images/avant/layout/body_bg.png) center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#header > .inner {
  max-width: 808px;
  padding: 0 110px 0 132px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#header .logo {
  width: 178px;
  height: 105px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(/images/avant/layout/header/logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0;
  background-size: contain;
}

#header .logo > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_book {
  width: 85px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn_book > .inner {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -32px;
  left: 0;
  background: url(/images/avant/layout/header/btn_book.png) 0 bottom no-repeat;
  z-index: 2;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

#nav_main {
  position: relative;
  padding: 18px 0 5px;
  background: none;
}

#nav_main > ul {
  float: right;
  display: inline;
}

#nav_main > ul > li {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

#nav_main > ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #624a27;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s ease;
}

#nav_main > ul > li > a.alt {
  color: #745c3a;
}

#nav_main > ul > li > a:hover {
  color: #745c3a;
}

#nav_main > ul > li > ul {
  width: 235px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -117px;
  padding-top: 20px;
  background: url(/images/avant/layout/header/avant_nav_arrow_brown.png) center 6px no-repeat;
  display: none;
}

#nav_main > ul > li > ul > li {
  display: block;
  position: relative;
}

#nav_main > ul > li > ul > li > a {
  display: block;
  text-transform: uppercase;
  transition: 0.5s;
  line-height: 34px;
  position: relative;
  padding: 0 10px;
  background-color: #624a27;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#nav_main > ul > li > ul > li > a:hover {
  background-color: #745c3a;
}

#nav_main > ul > li > ul > li:first-child > a {
  padding-top: 10px;
}

#nav_main > ul > li > ul > li:last-child > a {
  padding-bottom: 15px;
}

#nav_main > ul > li:hover > ul {
  display: block;
}

#nav_main a {
  text-decoration: none;
}

#nav_main ul {
  padding: 0;
  list-style: none;
}

#nav_util {
  height: 59px;
  position: relative;
  padding-top: 13px;
  overflow: hidden;
  background-color: transparent;
}

#nav_util > ul {
  float: right;
  display: inline;
}

#nav_util > ul > li {
  float: left;
  display: inline;
  padding: 12px 21px;
  position: relative;
  border-bottom: 2px dotted #624a27;
  border-left: 2px dotted #624a27;
}

#nav_util > ul > li:first-child {
  border-left: none;
}

#nav_util > ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #624a27;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 13px;
}

#nav_util > ul > li > a.alt {
  color: #745c3a;
}

#nav_util > ul > li > a:hover {
  color: #745c3a;
}

#nav_util a {
  text-decoration: none;
}

#nav_util ul {
  list-style: none;
  padding: 0;
}

.btn_book > .inner,
#nav_util,
#header > .inner, #header .logo,
#nav_main > ul > li {
  transition: all 0.3s ease;
}

.mainMenuFixed .btn_book > .inner {
  bottom: -91px;
}

.mainMenuFixed #nav_util {
  height: 0;
  padding-top: 0;
}

.mainMenuFixed #header > .inner {
  min-height: 0;
  padding-left: 88px;
}

.mainMenuFixed #header .logo {
  width: 68px;
  height: 40px;
  top: 8px;
}

.mainMenuFixed #nav_main > ul > li {
  margin-left: 22px;
}

@media screen and (max-width: 768px) {
  #header > .inner {
    height: 110px;
    min-height: 0;
    padding: 0 90px 0 100px;
    background: #eee url(/images/avant/layout/body_bg.png) center center;
    border-bottom: 2px solid #633a01;
  }
  #header .logo {
    width: 80px;
    height: 100%;
    background-size: contain;
    top: 0;
    bottom: auto;
    background-position: center center;
  }
  .btn_book {
    right: 0;
  }
  .btn_book > .inner {
    top: -248px;
    left: 8px;
  }
  #nav_util {
    height: auto;
    left: auto;
    top: auto;
  }
  #nav_util > ul {
    float: none;
    display: block;
    padding: 0;
  }
  #nav_util > ul > li {
    float: right;
    border-bottom: 0;
    padding: 0;
    z-index: 1;
    border: none;
    clear: right;
    line-height: 22px;
  }
  #nav_main {
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
    padding: 0;
    display: none;
    border-top: 2px solid #633a01;
  }
  #nav_main > ul {
    float: none;
    display: block;
  }
  #nav_main > ul > li {
    float: none;
    display: block;
    margin: 0;
  }
  #nav_main > ul > li > a {
    padding: 10px 20px;
    background: #fff;
  }
  #nav_main > ul > li > a:hover {
    background: #624a27;
  }
  #nav_main > ul > li > ul {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    top: 0;
    left: 0;
  }
  #nav_main > ul > li > ul > li > a {
    padding: 0 20px !important;
    text-align: left;
  }
  #nav_main > ul > li > ul > li > a:hover {
    background-color: #ffdc66;
  }
  #nav_main > ul > li:hover > ul {
    display: none;
  }
  #nav_main > ul > li.activeMobile > a {
    background-color: #643b01;
    color: #fff;
  }
  #nav_main > ul > li.activeMobile > ul {
    display: block;
  }
  /*attach Mobile*/
  #mobile_nav_button {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 65px;
    right: 90px;
    background: #643b01 url(/images/avant/layout/header/mobile/mobile_nav_button.png) center center no-repeat;
    display: block;
    z-index: 3;
  }
  #mobile_nav_button.activeMobile {
    background-image: url(/images/avant/layout/header/mobile/mobile_nav_button_mobileActive.png);
  }
  #nav_main > .inner > .list > ul > li.activeMobile > ul {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
  }
  #nav_main > .inner > .list > ul > li.activeMobile > ul.single {
    width: auto;
    display: block;
    left: 0;
  }
  #nav_main.activeMobile {
    display: block;
    max-height: 480px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  }
}

/*HEADER(e)*/
/*RESERVE(s)*/
.reserve {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px;
  z-index: 3;
  color: #624a27;
}

.reserve form {
  float: left;
}

.reserve > .inner {
  padding: 20px 20px 0;
  position: relative;
  border-bottom: 2px dotted #624a27;
}

.reserve .field.title {
  width: 180px;
  border: 1px solid transparent;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
  float: left;
  padding: 0 20px;
}

.reserve .ot-dtp-picker.wide .ot-dtp-picker-form {
  height: auto;
  background: transparent;
  border: none;
}

.reserve .ot-dtp-picker.wide {
  width: auto;
}

.reserve .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector {
  border: solid 1px #624a27;
  margin-right: 5px;
  box-sizing: border-box;
  width: 170px;
  margin-bottom: 5px;
}

.reserve .ot-dtp-picker-selector {
  border: solid 1px #624a27;
  border-bottom: solid 1px #624a27;
  margin: 0 5px 5px 0;
  width: 170px;
}

.reserve .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  width: 170px;
}

.reserve .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  border-bottom: solid 1px #624a27;
  box-sizing: border-box;
}

.reserve .ot-dtp-picker-selector-link {
  text-decoration: none;
  font-weight: bold;
  color: #624a27;
}

.reserve .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  background: #ffc608;
  box-shadow: none;
  color: #624a27;
  width: 170px;
  display: inline-block;
  float: left;
}

.reserve .ot-title {
  display: none;
}

.reserve .ot-powered-by {
  display: none;
}

.reserve iframe {
  height: 170px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .reserve {
    display: none;
  }
}

@media screen and (max-width: 670px) {
  .reserve {
    padding: 10px 20px 1px 20px;
    margin-bottom: 0;
  }
  .reserve > .inner {
    padding: 0 0 15px 0;
  }
  .reserve .field {
    width: 130px;
    margin-right: 10px;
  }
  .reserve .field.title {
    width: auto;
    display: block;
    float: none;
  }
  #main > .inner {
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .side_content > .inner > .content {
    padding-right: 0;
  }
}

/*RESERVE(s)*/
/*FOOTER(s)*/
#footer {
  background: #fff;
  color: #624a27;
  z-index: 5;
  position: relative;
}

#footer a {
  text-decoration: none;
  color: #624a27;
}

#footer a:hover {
  color: #745c3a;
}

#footer a.wht {
  color: #fff;
}

#footer a.wht:hover {
  color: #d8a703;
}

.text-gold {
  color: #ffc608;
}

.footer_list > .item:before {
  border-left: 1px solid #a1927d;
}

.footer_list > .item:first-child:before {
  border-left: none;
  border-right: none !important;
  left: auto;
  right: -1px;
}

.footer_quicklink .button {
  letter-spacing: .05em;
  text-transform: lowercase;
  font-weight: normal;
}

#footer .button {
  background: #624a27;
  color: #fff;
  margin-bottom: 0;
}

#footer .button:hover {
  color: #fff;
  background: #745c3a;
}

.footer_misc {
  margin-bottom: 5px;
}

.footer_misc .form_email_signup > input {
  background: #ffc608;
  color: #624a27;
  letter-spacing: .05em;
}

.footer_misc .select_wrap {
  background: #624a27;
  color: #fff;
  letter-spacing: .05em;
}

.footer_misc .select_wrap:before {
  background: url(/images/avant/layout/footer/arrow_d_white.png) 0 0 no-repeat;
}

.footer_misc .select_wrap .kSelect_option li {
  background: #745c3a;
  color: #fff;
}

.footer_misc .select_wrap .kSelect_option li:hover,
.footer_misc .select_wrap .kSelect_option li.active {
  background: #624a27;
  color: #fff;
}

.footer_connect {
  position: relative;
  z-index: 1;
  text-align: center;
}

.footer_connect > .item {
  width: 26%;
  float: left;
  display: inline;
  position: relative;
}

.footer_connect > .item.alt {
  width: 60%;
  padding: 0 0 0 0;
}

.footer_connect .social {
  float: left;
  display: inline;
  margin-top: 10px;
}

.footer_connect .social > a {
  display: block;
  float: left;
  display: inline;
}

.footer_connect .affiliation {
  display: inline-block;
  padding: 10px 0 0;
  float: none;
  width: auto;
}

.footer_connect .affiliation > a {
  display: inline-block;
  margin: 0 0 5px 7px;
  vertical-align: middle;
}

.footer_connect .affiliation > a:first-child {
  margin: 0;
}

.footer_connect .affiliation img {
  display: block;
  max-width: 100%;
}

.social_extend {
  background-color: #ffc608;
}

.visibleMobile {
  display: none;
}

@media screen and (max-width: 900px) {
  .footer_list {
    text-align: center;
  }
  .footer_list > .item {
    width: auto;
    float: none;
    display: inline-block;
  }
  .footer_list > .item:before, .footer_list > .item:first-child:before {
    display: none;
  }
  .footer_misc {
    margin: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_list {
    text-align: left;
  }
  .footer_misc {
    border-bottom: 1px solid #a1927d;
    border-top: 1px solid #a1927d;
    padding-top: 20px;
    margin-top: 20px;
  }
  .footer_list > .item {
    width: 100%;
  }
  .footer_misc {
    padding: 20px 0 0;
  }
  .footer_misc .title {
    margin-bottom: 5px;
  }
  .footer_misc > .item,
  .footer_misc > .item.alt {
    width: auto;
    display: block;
    float: none;
    padding: 0;
    margin: 0 0 20px;
  }
  .footer_connect > .item {
    width: auto;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .footer_connect > .item.alt {
    width: auto;
    padding: 0;
    margin: 15px 0 0;
  }
  .footer_connect .social {
    float: none;
    display: block;
  }
  .footer_connect .social > a {
    float: none;
    display: inline-block;
  }
  .footer_connect .affiliation {
    float: none;
    display: block;
    padding: 30px 0 0;
  }
  .footer_connect .affiliation > a,
  .footer_connect .affiliation > span {
    float: none;
    display: inline-block;
  }
  .visibleMobile {
    display: block;
  }
  .footer_quicklink > .item {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 5px;
    line-height: 30px;
    letter-spacing: .1em;
  }
  .footer_quicklink span {
    display: inline;
  }
  .mobileHidden {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .affiliation {
    border: none;
  }
}

/*FOOTER(e)*/
/*HERO(s)*/
.heroHelper {
  position: relative;
  z-index: 2;
}

.hero {
  width: 100%;
  top: 0;
  left: 0;
  background: #624a27 center center no-repeat;
  position: fixed;
}

.heroSlider_previous,
.heroSlider_next {
  width: 36px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: 30px;
  z-index: 10;
  background: url(/images/avant/layout/special_previous.png) 0 0 no-repeat;
  cursor: pointer;
}

.heroSlider_next {
  left: auto;
  right: 50px;
  background-image: url(/images/avant/layout/special_next.png);
}

.heroSlider_previous:active,
.heroSlider_next:active {
  margin-top: 31px;
}

.heroSlider_previous:before, .heroSlider_previous:after, .heroSlider_next:before, .heroSlider_prev:before {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 670px) {
  .hero {
    position: absolute;
  }
}

/*HERO(e)*/
/*lightbox of avant floorplan*/
.to-expand-floorplan {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 3px white;
}

.close-floorplan {
  width: 30px;
  height: 30px;
  right: 0;
  margin: 70px 10px 0 0;
  position: absolute;
  cursor: pointer;
  display: none;
}

.close-floorplan:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #666;
  position: absolute;
  margin-top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-floorplan:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #666;
  position: absolute;
  margin-top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*MAIN LAYOUT(s)*/
#main {
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #624a27;
  background: url(/images/avant/layout/body_bg.png) center center;
}

#main > .inner {
  overflow: visible;
}

.side_logo {
  width: 112px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 17px;
  border-right: 2px dotted #624a27;
  min-height: 500px;
  z-index: 3;
}

.side_logo > img {
  margin-top: 50px;
  margin-left: 5px;
}

.side_content {
  width: 100%;
  float: left;
  display: inline;
  position: relative;
  min-height: 600px;
  z-index: 2;
}

.side_content > .inner {
  margin-left: 112px;
  position: relative;
}

.side_content > .inner > .content {
  padding: 45px 0 0 45px;
  line-height: 1.8em;
}

.headline {
  padding: 25px 170px 30px 45px;
  border-bottom: 2px dotted #624a27;
  font-size: 40px;
  text-transform: uppercase;
  color: #624a27;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
  min-height: 113px;
  box-sizing: border-box;
}

.headline > span {
  display: inline-block;
}

.headline > .logo {
  width: 156px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2px dotted #624a27;
}

.headline > .logo > img {
  display: block;
  margin: 0 auto;
}

.ico_plant {
  width: 362px;
  height: 360px;
  position: absolute;
  top: -159px;
  left: -136px;
  margin-left: -146px;
  background: url(/images/avant/layout/ico_plant.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

.ico_cup {
  width: 311px;
  height: 415px;
  position: absolute;
  top: 220px;
  right: -350px;
  background: url(/images/avant/layout/ico_cup.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .ico_plant {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .headline > .logo > img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
  }
}

@media screen and (max-width: 670px) {
  .side_logo {
    display: none;
  }
  .side_content {
    width: auto;
    float: none;
    display: block;
    min-height: auto;
  }
  .side_content > .inner {
    margin: 0;
  }
  .side_content > .inner > .content {
    padding: 0;
  }
  .headline {
    padding: 15px 100px 15px 0;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .headline > .logo {
    width: 80px;
  }
  .headline > .logo > img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
  }
  .ico_plant, .ico_cup {
    display: none;
  }
  .heroSlider_previous {
    left: 20px;
  }
  .heroSlider_next {
    right: 20px;
  }
}

/*MAIN LAYOUT(e)*/
/*SPECIALS(s)*/
.sliderloop_outer {
  background: #fff;
  padding: 70px 0 70px;
}

.sliderloop_wrap {
  z-index: 2;
}

.sliderloop_slide {
  background: none;
}

.sliderloop_previous,
.sliderloop_next {
  background: url(/images/avant/layout/special_previous.png);
}

.sliderloop_next {
  background-image: url(/images/avant/layout/special_next.png);
}

.sliderloop_previous:active,
.sliderloop_next:active {
  margin-top: -27px;
}

.special_item {
  width: 80%;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.special_item > .thumb {
  padding: 20px;
  z-index: 2;
  display: block;
  position: relative;
  opacity: .3;
}

.special_item > .thumb > img {
  width: 100%;
  height: auto;
  display: block;
}

.special_item .desc {
  width: 80%;
  margin: 10px auto 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #726659;
}

/*transition: all 0.2s ease;*/
.special_item .desc .title {
  font-size: 2.75vw;
  color: #624a27;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .2em;
  line-height: 1.2em;
}

@media (max-width: 727.27273px) {
  .special_item .desc .title {
    font-size: 20px;
  }
}

@media (min-width: 1381.81818px) {
  .special_item .desc .title {
    font-size: 38px;
  }
}

.special_item .desc .button {
  display: inline-block;
  padding: 0 12px;
  color: #726659;
  border-left: 1px solid #726659;
  border-right: 1px solid #726659;
  background: transparent;
  text-decoration: none;
  line-height: 22px;
}

.special_item .desc .button:hover {
  color: #745c3a;
  border-left: 1px solid #745c3a;
  border-right: 1px solid #745c3a;
}

.sliderloop_slide.active .special_item .thumb {
  opacity: 1;
}

.sliderloop_slide.active .special_item .desc {
  opacity: 1;
}

@media screen and (max-width: 1920px) {
  .sliderloop_wrap {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .sliderloop_wrap {
    width: 70%;
  }
}

@media screen and (max-width: 670px) {
  .special_item {
    width: 220px;
  }
  .special_item .desc {
    width: auto;
    margin: 0 10px;
  }
  /*.special_item .desc .title{font-size:25px;}*/
  .sliderloop_outer {
    padding: 30px 0;
  }
  .sliderloop_wrap {
    width: 140%;
    margin: 0 -20% 20px;
  }
  .sliderloop_next {
    right: 18%;
    top: 50%;
  }
  .sliderloop_previous {
    left: 18%;
    top: 50%;
  }
}

.sframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

.sframe .ft {
  width: 90%;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 5%;
  background: url(/images/avant/layout/sframe_t.png) 0 0 repeat-x;
}

.sframe .fr {
  width: 9px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: -9px;
  background: url(/images/avant/layout/sframe_r.png) 0 0 repeat-y;
}

.sframe .fb {
  width: 90%;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 5%;
  background: url(/images/avant/layout/sframe_b.png) 0 0 repeat-x;
}

.sframe .fl {
  width: 9px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: -9px;
  background: url(/images/avant/layout/sframe_l.png) 0 0 repeat-y;
}

.sframe .ftl {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -9px;
  left: -9px;
  background: url(/images/avant/layout/sframe_tl.png) left top no-repeat;
}

.sframe .ftr {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -9px;
  right: -9px;
  background: url(/images/avant/layout/sframe_tr.png) right top no-repeat;
}

.sframe .fbr {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -9px;
  right: -9px;
  background: url(/images/avant/layout/sframe_br.png) right bottom no-repeat;
}

.sframe .fbl {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -9px;
  left: -9px;
  background: url(/images/avant/layout/sframe_bl.png) left bottom no-repeat;
}

.ico_leaf {
  width: 20%;
  height: 50%;
  position: absolute;
  top: 40px;
  left: 26%;
  margin-left: -146px;
  background: url(/images/avant/layout/ico_leaf.png) 0 0 no-repeat;
  background-size: contain;
}

.ico_glass {
  width: 30%;
  height: 60%;
  position: absolute;
  top: 220px;
  left: 69%;
  background: url(/images/avant/layout/ico_glass.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1920px) {
  .ico_leaf {
    left: 25%;
  }
  .ico_glass {
    left: 72%;
  }
}

@media screen and (max-width: 1024px) {
  .ico_leaf {
    width: 30%;
  }
  .ico_glass {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .ico_glass {
    width: 20%;
    left: 90%;
  }
}

@media screen and (max-width: 670px) {
  .ico_leaf {
    width: 50%;
    top: 10px;
  }
  .ico_glass {
    width: 50%;
    left: 95%;
  }
}

/*SPECIALS(e)*/
/* open table popups */
.ot-avant-wrap {
  display: none;
}

.plugin_ot-avant-pop .popen_fullscreen {
  display: none;
}

.plugin_ot-avant-pop .popen_close {
  background: url(/images/eclub/close.png) no-repeat center center !important;
  height: 29px !important;
  top: -39px !important;
  width: 29px !important;
}

/* open table form */
#main .OT_wrapper {
  background: none;
  border: none;
  width: auto;
  height: auto;
}

.press-grid .col-1-3 {
  min-height: 430px;
}

/* Meet The chef instagram */
.social-container {
  padding: 20px 0 45px 45px;
}

.social-container h3 {
  text-align: center;
  margin-bottom: 20px;
}

.social-container h3 a {
  color: #85600f;
  text-decoration: none;
}

.social-container .item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  position: relative;
}

.social-container .button {
  padding: 4px 19px;
  margin: 0;
  line-height: initial;
  font-size: 14px;
}

.social-container .image {
  background: #ccc no-repeat center center;
  background-size: cover;
  height: 250px;
  margin-bottom: 10px;
}

.social-container .hidden {
  display: none;
}

.social-container .view-more {
  cursor: pointer;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .social-container .item {
    width: 45%;
  }
}

@media screen and (max-width: 670px) {
  .social-container {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .social-container .item {
    width: 100%;
    margin: 0;
  }
}
