/*font-family: 'Montserrat', sans-serif; 400;700
font-family: 'Celesse', serif;*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    /*font-size: 16px;*/
  font-size: 18px;
    line-height: 28px;
    color: #4c5158;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-color: #f9f4f1;
}
/*body.BgActive{background-image: url(/images_noindex/mobile-bg.jpg);}*/
body.navactive, body.reserveactive{
   /* overflow: hidden;*/
}
.mob-social {
    margin-top: 40px;
}
div#wrapper {position: relative;
    overflow-x: hidden;
}
select::-ms-expand {
    display: none;
}
* {
    box-sizing: border-box;
}
.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: -9999px;
	color: #fff !important;
	background-color: #000 !important;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
select {
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="date"], input[type="tel"], select, textarea {
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4c5158;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
    height: 50px;
    letter-spacing: 0;
    width: 100%;
    line-height: 35px;
  	font-weight:500;
}
textarea{height:100px;}
input[type="text"]:focus, input[type="email"]:focus,  input[type="date"]:focus,input[type="tel"]:focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #78232f;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Celesse', serif;
    font-weight: 400;
    color: #002341;
}
h1, .h1{font-size: 23px; line-height: 28px;}
h2, .h2{font-size: 22px; line-height: 28px;}
h3, .h3{font-size: 22px; line-height: 26px;}
h4, .h4{font-size: 14px; line-height: 14px; font-weight: 400;font-family:'Montserrat', sans-serif; text-transform: uppercase;color: #76232f;}
.bigtext{font-size: 70px; line-height: 70px;font-family: 'Celesse', serif;color: #002341;}
p{font-size: 18px;line-height: 28px;}
img{height:auto;}
a {
 color:#89613E;
	transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a:hover, a:focus {outline:0;}
a.skip-to-content-btn {
    background-color: #946742;
    position: absolute;
    color: #ffffff;
    padding: 10px 20px;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    text-decoration: none;
    font-size: 16px;
}
a.skip-to-content-btn:focus {
	opacity: 1;outline:0;
      z-index: 999;
	pointer-events: auto;
}
img{max-width:100%;}
.button, button, input[type="submit"], input[type="button"] {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    background: transparent;
    border: 2px solid #9d6a34;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    padding: 15px 30px;
    /* line-height: 40px; */
    color: #82582B;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
      font-family: 'Montserrat', sans-serif;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    text-decoration: none;
    background: transparent;
    background: #89613e;
    color: #FFF;
    border-color: #89613e;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button-link {
    color: #89613e;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-right: 25px;
    position: relative;
    display: inline-block;
}
.button-link:before {
    height: 1px;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #8d6520;
    content: "";
    opacity: 0;
}
.button-link:hover:before, .button-link:focus:before {
    opacity: 1;
}
.button-link:after {
    font-family: 'icon';
    content: "\eaa6";
    font-size: 24px;
    transform: rotate(90deg);
    display: inline-block;
    top: 1px;
    position: absolute;
    font-weight: 400;
    right: 0;
}
.button-link:hover, .button-link:focus {
    color: #8d6520;
    text-decoration: none;
    outline: none;
}
.readmorebutton {
    font-weight: 500;display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.12px;
    color: #89613e;
    padding-right: 30px;
    position: relative;
  height: 22px;
    overflow: hidden;transition: none;
}
.readmorebutton:after {
    font-family: 'icon';
    content: "\e904";
    position: absolute;
    font-weight: 400;
    right: 0;    top: 0;
    font-size: 15px;
}
.readmorebutton:hover, .readmorebutton:focus {
    /* color: #76232f; */
    text-decoration: underline;
}
.readmorebutton.changetext {
    /* visibility: hidden; */
    max-width: 70px;
    text-indent: 100px;
}
.readmorebutton.changetext:before {
    content: "Less";
    visibility: visible;
    position: absolute;
    left: 0;
    text-indent: 0;
}
.readmorebutton.changetext:hover:before, .readmorebutton.changetext:focus:before {
    text-decoration: underline;
}
.readmorebutton.changetext:after {
    visibility: visible;
    content: "\e903";
}
.oh {
	border-right: 1px solid #525148;
	font-size: 25px;
	margin-right: 15px;
	padding-right: 15px;
}
.er {
	font-size: 18px;
}
.errSugg {
	font-size: 18px;
}
.er-or {
	font-size: 28px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.er-back {
	padding: 20px 0;    max-width: 100%;
	text-align: center;
	width: 360px;
	margin: 0 auto;
}
.er-back a {
    padding: 17px 8px 13px 8px;
    width: 333px;
    max-width: 100%;
}
.err-404-box .page-content-box {
	padding: 0;
}
.errTop {line-height: 28px;
	text-align: center;
}
.err-404-box .page-content-box .uk-container1170 {
	padding: 0;
}
.google-captcha-code {
	margin-top: 17px;
	margin-right: 30px;
}
.sub-footer-sec {
	display: flex;
}
.error-message {
    color: red;
    font-size: 14px;
    font-weight: 500;
}
/* ======= HEADER SECTION ========== */
header.header-section {
    background: #ebe4e0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
header .nvamenu, header .rightpad {
    width: 50px;
}
.burger-menu a {
    display: inline-block;
}
.burger-menu-wrap span {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    display: block;
    margin: 4px 0;
    background-color: #946742;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.burger-menu-wrap span.third-line {
    width: 24px;
    margin-bottom: 0;
}
.navactive .burger-menu span.first-line {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
}
.navactive .burger-menu span.second-line {
	opacity: 0;
}
.navactive .burger-menu span.third-line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    width: 20px;
}
.burger-menu-wrap {
    margin-bottom: 3px;
}
.burger-menu a > span {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 10px;
    position: relative;
}
.navactive .burger-menu a > span {
    visibility: hidden;
}
.navactive .burger-menu a > span:after {
    content: "Close";font-weight: 500;
    position: absolute;
    visibility: visible;
    left: 0;
    top: 5px;
}
.navactive .burger-menu-wrap span {
    background-color: #ffffff;
    width: 20px;
    height: 2px;
}
.navactive .burger-menu-wrap .menu-line-wrap {
    position: relative;
    left: 15px;
    top: -5px;
}

.reservesec {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;    display: none;
}
.uk-offcanvas-container .reservesec {
    display: block;
}
.reserve-openbox a {
    width: 100%;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.44px;
    font-weight: 400;
    color: #ffffff;
    background-color: #946742;
    text-decoration: none;
    height: 60px;
    padding: 0;
    border: none;
}
.reserve-openbox a:hover, .reserve-openbox a:focus {
    background-color: #e4c286;
    color: #76232f;
    text-decoration: none;
    outline: 0;
}
/*Mobile Reservation Start Here*/
.reservation-form {
    padding: 0px;
}
.reservation-form li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
.reservation-form li.dalendar-content {
    padding-bottom: 22px;
}
.powerd-opentable {
    padding-top: 15px;
}
#open_table1 label {
    display: block;
    font-size: 14px;
    color: #172f39;
    padding: 0px 0px 1px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -10px;
    font-weight: 500;
    letter-spacing: 1.12px;
}
.reservation-form .styled-select, .reservation-form input {
    margin-bottom: 23px;
    position: relative;
    min-height: 42px;
    border: 0px;
    border-bottom: 2px #002341 solid;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    min-height: 42px;
    border: 0px;
    border-bottom: 2px #bfc0c1 solid;
    background: #fff;
}
.reservation-form .styled-select .resdropdown {
    width: 100%;
    border: 0px;
    font-size: 22px;
    color: #4c5158;
    padding: 0;
    background: #fff;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 8;
    cursor: pointer;
}
.reservation-form li.reserv-drop .res-down-arrow {
    position: absolute;
    right: 5px;
    font-weight: bold;
    top: 32px;
    z-index: 5;
    transform: rotate(90deg);
    font-size: 22px;
    color: #89613e;
}
#open-table .reservation-form input {
    position: relative;
    margin-bottom: 0;
    /* border: 0; */
    font-size: 22px;
    color: #4c5158;
    padding-left: 0;
}
.reservation-box-footer button.button {
    width: 100%;
    background: #946742;
    color: #FFF;
}
.reservation-form li.reserv-drop .res-down-arrow{
    right: 8px;}
.resright {
    padding: 20px 35px 40px 35px;
    background: #ffffff;
    text-align: left;
    justify-content: left;
}
span.res-down-arrow.icon-time, span.res-down-arrow.icon-calendar {
    position: absolute;
    right: 10px;
    font-weight: normal;
    font-size: 25px;
    top: 28px;
    z-index: 5;
    color: #89613e;
}
.resright{
    text-align: left;
    justify-content: left;}

.reservation-form {
    padding: 0px;
}
.reservation-form li.reserv-drop {
    position: relative;
}
/*Reservation End Here*/
.burger-menu a {
    color: #172f39;
}
.burger-menu a:hover, burger-menu:focus {
    color: #55131c;
    text-decoration: none;
}

.burger-menu {
    position: relative;
    z-index: 9;
}
.navactive .burger-menu a {
    color: #ffffff;
}

div#number {
    text-align: center;
    font-size: 14px;top: 2px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    z-index: 9;
    position: relative;padding-left: 10px;
}
.navactive div#number a {
    color: #ffffff;    font-weight: 500;
}
.navfixpad div#number a {
    color: #172f39;
    font-weight: 400;
    letter-spacing: 1.12px;
    font-size: 13px;
    text-align: center;
}
.navactive div#number a:hover, .navactive div#number a:focus {
    color: #e4c286;outline: 0;
}
div#number a {
    color: #172f39;
    font-weight: 500;
    letter-spacing: 1.12px;
    font-size: 14px;
    text-align: center;
}
div#number a:hover, div#number a:focus {
    color: #55131c;
    text-decoration: none;
}
#number span {
    display: block;
    font-size: 18px;
    color: #946742;
    font-weight: lighter;
    position: relative;
    top: 1px;
}
.navfixpad #number span {
    display: block;
    font-size: 16px;
    color: #946742;
    font-weight: lighter;
    position: relative;
    top: 3px;
}
.logo img {
    width: 92px;
    height: auto;
}
.logo a {
    display: block;
}
.top-navigation {
    background-color: #172f39;
    background-size: 100% 100%;
    background-position: 0 0;
    background-attachment: scroll;
    padding: 78px 0 80px 0;
}
.uk-open .top-navigation {
    background-image: url(/images_noindex/navbg.jpg);width: 100%;
}
.top-navigation ul {
    padding: 0;
    margin: 0;
}
.top-navigation li {
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
.top-navigation li a {
    color: #ffffff;
    position: relative;
}
.top-navigation li a.navON, .top-navigation li a:hover, .top-navigation li a:focus {
    color: #bb8e69;
    outline: 0;
    text-decoration: none;
}
.top-navigation li a.navON:after {
    content: ". . .";
    position: absolute;
    bottom: -25px;
    left: 0;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.navfixpad {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.uk-offcanvas-close.navclosebtn {
    position: relative;
    left: 0;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    outline: 0;
    top: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.12px;
    text-align: center;
    width: 54px;
    font-family: 'Montserrat', sans-serif;
}
.uk-offcanvas-close.navclosebtn svg {
    display: none;
}
.uk-offcanvas-close.navclosebtn span {
    display: inline-block;
    font-size: 23px;
    line-height: 37px;
    width: 100%;
    margin-bottom: 2px;
}
.navfixpad div#number {
    padding: 0;
    top: 9px;
}
.navfixpad div#number a {
    color: #ffffff;
}
.navfixpad #number span {
    color: #FFF;
}
.uk-offcanvas-close.navclosebtn:hover, .uk-offcanvas-close.navclosebtn:focus {
    color: #ffffff;
    text-decoration: none;
}

.navlogo {
    position: absolute;
    top: 10px;
    width: 92px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.nav-number {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}
.num-txt {
    display: block;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.nav-number a {
    color: #ffffff;
    /* font-weight: 700; */
    font-size: 26px;
    font-family: 'Celesse', serif;
  	letter-spacing:1.56px;
}
.nav-number a:hover, .nav-number a:focus {
    color: #bb8e69;
    text-decoration: none;
}
.social-media {
    text-align: center;
    padding: 10px 0;
}
.top-navigation .social-media li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
  font-size: 18px;
}
.navover {
    height: calc(100vh - 160px);
    overflow: auto;
}
.reservationpad {
    position: fixed;
    left: 0;
    top: 200%;
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    z-index: 9999;height: 100vh;
    overflow: auto;
    transition: all 0.4s ease 0s;visibility: hidden;
}
.reserveactive .reservationpad {
    top: 0;visibility: visible;
}
.resleft {
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-color: #172f39;
    text-align: center;
    position: relative;
    padding: 65px 35px 25px 35px;
    overflow: hidden;
}

/*.resleft:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 236px;
    height: 295px;
    margin: 0 auto;
    z-index: 0;
    background-size: 100% 100%;
    transform: scale(0.9);
}*/
 .reserveactive    .resleft:after {
    background-image: url(/images_noindex/bg1.png);
}
.resleft i.icon-platter {
    font-size: 84px;
    width: 84px;
    height: 51px;
    display: block;
    line-height: 51px;
    margin: 0 auto 20px auto;
    color: #bb8e69;
}
.resleft > div {
    position: relative;
    z-index: 1;
}

.reserheading {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    font-family: 'Celesse', serif;
    line-height: 25px;
    margin-bottom: 25px;
}
.restext {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    max-width: 400px;
    margin: 0 auto;
}
a.resclosebtn {
    position: absolute;
    top: 10px;
    font-size: 30px;
    width: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFF;
    font-weight: 700;
}
a.resclosebtn:hover, a.resclosebtn:focus {
    text-decoration: none;
    outline: 0;
    color: #55131c;
}
.bookhead {
    font-size: 26px;
    color: #55131c;
    font-family: 'Celesse', serif;
    line-height: 24px;
    margin-bottom: 25px;
}


/*========HEADER SECTION END=========*/
/*========FOOTER SECTION=========*/
footer {
    text-align: center;
    border-top: 15px solid #bb8e69;
    position: relative;
    z-index: 0;
    background-color: #172f39;
}
footer.addBg {
    background-image: url(/images_noindex/footer-bg.jpg);
}
.footerlayer {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
}
.footerlayer img {
    width: 360px;
}
.footwrapper {
    padding: 30px 40px 125px 40px;
    position: relative;
    z-index: 1;
}
.footlogo a {
    display: inline-block;
}
.footlogo a:focus {
    outline: 1px solid #bb8e69;
}
.subscrihead {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Celesse', serif;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 30px;
  	color:#FFF;
}
.subscribepad {
    padding: 16px 0 20px 0;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-link {
    margin-bottom: 13px;
}
.foot-link a {
    color: #FFF;
    /* text-shadow: 0 0 0 #55131c; */
}
ul.foot-link-list li {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: .48px;
    padding: 0 6px;
}
.pop-link .pop-link-list a {
    color: #FFF;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    font-size: 16px !important;
  
    text-transform: uppercase !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color:#fff!important;
}

.social-media-wrap a {
    color: #FFF;
}
ul.foot-link-list li a:hover, ul.foot-link-list li a:focus, ul.foot-link-list li a.navON {
    /* text-shadow: 0 0 0 #8d6520; */
    text-decoration: none;
    color: #bb8e69;
}
.footer-box .htl-addr a, .phone-wrap .htl-phone, .phone-wrap .htl-phone a, .opening-hours, .opening-hours .hortxt a {
    color: #FFF;
}
footer .social-media li {
    display: inline-block;
    margin: 0 14px;
}
footer .social-media {
    margin-bottom: 8px;
    font-size: 20px;
}
.googleaddress {
    margin-bottom: 20px;
}
.googleaddress a:hover, .googleaddress a:focus {
    color: #8d6520;
    text-decoration: underline;
}
.foot1 {
    display: inline-block;    position: relative;
    z-index: 1;
    width: 100%;
}
.foot2 {
    position: relative;
    z-index: 1;
}
.pop-link-list li {
    font-size: 13px;position: relative;
    line-height: 30px;display: block;
    letter-spacing: 0.06em;text-transform: uppercase;
}

.pop-link-list a.navON {
    color: #bb8e69;
    text-decoration: none;
}
.pop-link-list a:hover, .pop-link-list a:focus{
    color: #FFF;
    text-decoration: underline;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings { font-size: 13px !important;}
.pop-link {
    margin-bottom: 12px;
}
.copy-rights {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 9px;
    color: #FFF;
}
.opening-hours {
    font-size: 16px;
    line-height: 30px;
}
.mobfoot .opening-hours {
    max-width: 200px;position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.opening-hours .hortxt span {
    position: relative;
    top: 1px;cursor: pointer;
}
.opening-hours .hortxt a:focus, .opening-hours .hortxt a:hover {
    outline: 0;
    color: #8d6520;
}
.morebutton:hover, .morebutton:focus {
    text-decoration: none;
}
.morebutton.changeicon {
    color: #8d6520;
}
.morebutton.changeicon span:before {
    content: "\e903";
}
div#hurdiv {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    transform: translate(-50%, 0px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
div#hurdiv.changeicon {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}
.hortxt li {line-height: 22px;
     padding: 5px 0;text-align: left;
}
.hortxt li:nth-child(2) strong, .hortxt li:nth-child(3) strong {
    display: block;
}
.horhead {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.totop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9;
    top: inherit !important;
    width: auto !important;
    opacity: 0;
}
.totop.uk-active {
    opacity: 1;
}
.totop a {
    padding: 0;
    text-align: center;
    color: #999;
    transition: color .1s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #946742;
}
.totop a svg polyline {
    stroke: #bb8e69;
}
.totop > a:focus, .totop > a:hover {
    background: #946742;
}
.totop > a:hover svg polyline, .totop > a:focus svg polyline {
    stroke: #ffffff !important;
}
.copy-rights span {
    display: block;
}
.subscribepad .button {
    width: 231px;
    padding: 0 30px;
    border-color: #FFF;
    color: #FFF;
    line-height: 47px;
}
.subscribepad .button:hover, .subscribepad .button:focus {
    border-color: #89613e;
}
footer .social-media a:hover, footer .social-media a:focus {
    color: #89613e;
    text-decoration: none;
}
ul.fixeddiv {
    padding: 0;    z-index:2;
    margin: 0;    background: #0c171d;
    list-style: none;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
ul.fixeddiv li {
    width: 24.2%;
}
.fixeddiv a {
    display: block;
    background: #0c171d;
    color: #ffffff;
    text-align: center;
    height: 60px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    padding: 10px 0px;
}
ul.fixeddiv li:last-child {
    width: 27.5%;
}
.fixeddiv li:last-child a {
    background: #946742;
}
.fixeddiv a.navON {
    color: #e4c286;
}
.fixeddiv a i {
    display: block;    font-weight: 400;
    font-size: 21px;
    margin-bottom: 3px;
    line-height: 21px;
}
.fixeddiv li:nth-child(2) a i {
    font-size: 25px;
}
.fixeddiv a i.icon-dinner {
    font-size: 29px;
}
.fixeddiv a i.icon-gift-card {
    font-size: 26px;
}
.fixeddiv a .icon-image {
    font-size: 22px;
}
.fixeddiv a:hover, .fixeddiv a:focus {
    text-decoration: none;
    color: #ffffff;
}
.googl-captha-space {
    display: block;    position: relative;
    margin-bottom: 30px;
}
/*========FOOTER SECTION END=========*/



#msCookieBanner .left {
	width: auto !important;
	float: none !important;
}
#msCookieBanner .right {
	float: none !important;
}
#msCookieBanner .right button {
	padding: 10px 0 !important;
	text-align: left !important;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
	border: 1px solid transparent !important;
}
/*==========*/
#msCookieBanner {
    font-size: 0.85em !important;
    height: auto !important;
    width: auto  !important;
    bottom: 70px !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    left: 0 !important;
    padding: 10px 10px 10px 10px !important;
    right: 0 !important;
    display: block !important;
    top: inherit !important;
    border: none !important;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}
#msCookieBanner .left {
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
}
#msCookieBanner .left span:first-child {
    font-weight: 600;
    display: inline;
}
#msCookieBanner .left span:last-child {
	font-weight: 400;
	text-transform: none;
}
#msCookieBanner a {
	border-bottom: 1px solid !important;
	text-transform: capitalize;
}
#msCookieBanner a:hover, #msCookieBanner a:focus {
	color: #e4c286 !important;text-decoration: none;
	border-bottom: solid 1px !important;
}
#msCookieBanner .right {
    display: block !important;
    text-align: center;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-top: 5px;
}
#msCookieBanner .right button {
    padding: 10px !important;
    background-color: transparent !important;
    color: #000 !important;
    border: solid 1px transparent !important;
    cursor: pointer !important;
    font-size: 0.85em !important;
    color: #fff !important;
    transition: border 0.5s !important;
    text-transform: none;
    font-weight: 700 !important;
    border-radius: 3px !important;
    width: auto !important;
    text-align: center !important;
    text-transform: uppercase;
    height: auto;
    display: inline-block;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
	border: 1px solid #FFF !important;
	outline: none !important;
}
#wrapper .pushItDown {
	margin-top: 0 !important;
}
.rfp-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Celesse', serif;
  	color:#000;
}

.frmgroup label {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;  
    font-weight: 500;
}
.frmgroup {
    margin-bottom: 20px;
}
.rfptxt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
}
.rfptxt br {
    display: none;
}
#contacform-captcha-message {
    position: absolute;
}
#PrivateDiningRFP .uk-close {
    line-height: 0px;
    padding: 0;
    margin: 0;
    height: auto;
}
#diningrfp-captcha-message {
    position: absolute;
    bottom: -25px;
}
#PrivateDiningRFP .uk-close svg {
    width: 20px;
    height: 20px;
}
#PrivateDiningRFP .uk-close svg line {
    stroke: #76232f;
}
#PrivateDiningRFP .uk-close:hover, #PrivateDiningRFP .uk-close:focus {
    background: transparent;
    outline: 1px solid #76232f;
}
.dinbtn.uk-sticky.uk-active.uk-sticky-fixed {
    width: 100% !important;
    left: 0;    z-index: 1;
}
.dinbtn.uk-sticky.uk-active.uk-sticky-fixed .button {
    background: #e4c286;
    width: 100%;
    border-color: #e4c286;
    padding-top: 16px;
}
.frmgroup.dategroup , .frmgroup.selectgroup {
    position: relative;
}
.frmgroup.dategroup > span{
    position: absolute;pointer-events: none;
    right: 20px;
    top: 45px;
}
.frmgroup.selectgroup > span {
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 40px;
    transform: rotate(90deg);
    font-size: 25px;
}
.uk-modal-body {
    padding: 30px 20px;
}
.list , .sitemapinfo ul , .adacontent ul , .policypages ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list li , .sitemapinfo ul li, .adacontent ul li , .policypages ul li{
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}
.list li:after , .sitemapinfo ul li:after , .adacontent ul li:after , .policypages ul li:after {
    content: "\eadf";
    position: absolute;
    left: -5px;
    top: 0px;
    font-family: 'icon';  
    font-size: 20px;
    color: #89613e;
}
.sitemapinfo h2 {
    margin-top: 25px;
}
.sitemapinfo a:hover, .sitemapinfo a:focus , .adacontent a:hover, .adacontent a:focus, .policypages a:hover, .policypages a:focus{
    color: #8d6520;
    text-decoration: underline;
}
.adacontent ul {
    margin-top: 10px;
}
.uk-slider li.uk-active * {display: block;}
.uk-slider li * {display: none;}
.ada-datepicker {
    position: relative;
}
button.ui-datepicker-trigger {
    padding: 2px;
    border-color: transparent;
    height: auto;
    position: absolute;
    top: 9px;
    right: 5px;
}
button.ui-datepicker-trigger:focus{
    background: transparent;
       outline: 1px solid #946742;
}
button.ui-datepicker-trigger:hover{
    background: transparent;
    outline: none;
}
#gdpr-rfp a {
    color: #76232f;
    text-decoration: underline;
}
#gdpr-rfp a:hover, #gdpr-rfp a:focus {
    color: #8d6520;
    text-decoration: underline;
}
.formslable {display:none !important;}
/*------ reservation page -----------*/
.resrvationppage {
    max-width: 768px;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.reservation-inner-right {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-left: 30px;
}
.reservation-innerpage{width:300px; margin:auto;}
.reservation-inner-right .h2{font-size:26px; color:#002341; font-family: 'Campanile Regular'; margin-bottom: 18px;}
.contact-resrppage h1 {
    text-align: left;
}
.border-bottom {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.resrightpage{
    padding: 20px 35px 40px 35px;
    background: #fff;
    text-align: center;
    justify-content: center;
}
a.btn.btn-link {
    font-weight: 800;
    font-size: 18px;
}
.giftcardbtnsection .button {
	color: #916430;
	text-shadow: none;
}
.giftcardbtnsection .button:hover, .giftcardbtnsection .button:focus {
    color: #ffffff;
}
/*============ Responsive ===============*/
@media only screen and (min-width:480px) and (max-width:823px) and (orientation: landscape) {
.hortxt li:nth-child(2) strong, .hortxt li:nth-child(3) strong{display: inline;}
div#hurdiv {width: 480px;}
div#hurdiv.changeicon{bottom: 110px;}
}
@media only screen and (min-width:640px) {
.googl-captha-space {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
  .formbtngroup .formbutton {
    vertical-align: middle;
}
  
}
 
  @media only screen and (min-width:320px) and (max-width:736px){
    /*css start*/  
.menu-section-new .menu-content h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
.menu-section-new .inner-link-activity a {
    font-size: 11px;
    padding: 11px 0;
}
.menu-section-new .inner-link-activity a::after {
    bottom: 10px;
}  
/*css end*/  
    
  .contactpage #middle {
    display: none;
}
  .subscrihead {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Celesse', serif;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0;
    color: #FFF;
}
    .rfptxt {
    font-size: 13px;
    line-height: 24px;
    margin-top: 17px;
}
  .subscrihead
  {
  margin-bottom:20px;
  }
  .subscribepad {
    padding: 20px 0 20px 0;
}
 .footwrapper {
    padding: 35px 25px 95px 25px;
    position: relative;
    z-index: 1;
}
  ul.foot-link-list li {
    font-size: 14px;
}
    #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {  font-size: 14px !important;}
  .mobfoot .opening-hours {
    max-width: 250px;
    margin-top: 25px;
}
  .horhead {
    font-size: 18px;
  }
}
@media only screen and (min-width:768px) {
/*body.BgActive {
    background-image: url(/images_noindex/desktop-bg.jpg);background-attachment: fixed;
}*/
  .reserheading {
    font-size: 40px;
    color: #002341;
    text-align: center;
    font-family: 'Celesse', serif;
    line-height: 25px;
    margin-bottom: 15px;
}
  .reservation-form li {
    list-style: none;
    padding: 0;
}
  .reservation-form li.dalendar-content {
    padding-bottom: 0;
}
.restext {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    max-width: 400px;
    margin: 0 auto;
}
  .resleft {
    background-color: #f9f4f1;
}
  .resleft i.icon-platter{color: #89613e;}
.top-navigation li {
    list-style: none;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}  
h1, .h1{font-size: 65px; line-height: 70px;}
h2, .h2{font-size: 45px; line-height: 50px;}
h3, .h3{font-size: 30px; line-height: 35px;}
h4, .h4{font-size: 20px;line-height: 34px;}
.bigtext{font-size: 70px; line-height: 70px;}
.top-navigation.desktoptopnav {
    width: 520px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    opacity: 0;
}
  .uk-sticky-placeholder {
    display: none;
}
.navactive .top-navigation.desktoptopnav {
    visibility: visible;
    opacity: 1;
}
  
  /*--------------*/
 
.reservation-form{padding:0px;}
.reservation-form li{list-style:none;}
.rtitle{display:block; font-size:16px; color:#002341; padding:0px 0px 1px 0px;text-transform: uppercase;letter-spacing: 1px;} 
.reservation-box-footer{padding-top:20px;}
  /*newly added*/
.reservation-box-footer {
    padding-top: 15px;
}  
  /*newly added*/
.reservation-form .button{background:#946742; font-size:20px; width:100%; padding:23px 15px;text-transform: uppercase;letter-spacing: 1px; border:0; color:#fff; outline:0px;cursor: pointer;     line-height: 0;    }
.reservation-form .button:hover, .reservation-form .button:focus {
    outline: 0px;
    background: #bb8e69;
    color: #FFF;
}
.reservation-form .styled-select{margin-bottom:10px; position:relative; min-height:42px; border:0px; border-bottom:2px #002341 solid; background: #fff;}
  /*Newly added*/
  .reservation-form .styled-select, .reservation-form input {
    margin-bottom: 23px;
    position: relative;
    min-height: 42px;
    border: 0px;
    border-bottom: 2px #002341 solid;
    background: #fff;
}
  #open-table .reservation-form input {
    position: relative;
    margin-bottom: 0;
    border: 0;
    font-size: 24px;
    color: #4c5158;
    padding-left: 0;
}
  /*Newly added ends*/
  .reservation-form .styled-select .resdropdown:focus {
    /* opacity: 0.7; */
    outline: 1px solid;
    /* padding: 0; */
}
.reservation-form .styled-select .resdropdown{ position:absolute; left:0; top:0; background:transparent; z-index:8; cursor: pointer; }
.resdropdown{width:100%; border:0px;  font-size:24px;  color:#4c5158;  padding: 0; background: #fff; z-index:5;  }
#open_table1 label {
    margin-bottom: -10px;
}
  /*newly added css*/
  #open_table1 label {
    margin-bottom: -10px;
    font-weight: 500;
    letter-spacing: 1.84px;
}
  /*newly added css ends here*/
.datepicker-input{width:100%; border: 0; border-bottom:2px #002341 solid;font-size:24px; color:#002341; margin-bottom:10px; padding-left:0px;}
.datepicker-input:focus {border: none; border-bottom:2px #000 solid;}
.powerd-opentable {
    padding-top: 10px;
    font-size: 16px;
    color: #002341;
    font-weight: 500;
}
.dalendar-content{position: relative;}
.reservation-form li.reserv-drop{position: relative;}
.reservation-form li.reserv-drop .res-down-arrow{    position: absolute;
    right: 5px;    font-weight: bold;
    top: 32px;z-index:5;}  
  /*newly added*/
  .reservation-form li.reserv-drop .res-down-arrow {
    position: absolute;
    right: 5px;
    font-weight: bold;
    top: 32px;
    z-index: 5;
    transform: rotate(90deg);
    font-size: 22px;
}
  /*newly added*/
  #open-table .ada-datepicker {
    position: relative;
    /* border-bottom: 2px #002341 solid;
    border: solid; */
    margin-bottom: 23px;
}
  /*newly added*/
  /*newly added ends here*/
span.res-down-arrow.icon-time {
    position: absolute;
    right: 3px;
    font-weight: normal;
    font-size: 25px;
    top: 28px;
    z-index: 5;
    color: #89613e;
}
button.ui-datepicker-trigger {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 25px;
    right: 13px;
    bottom: 10px;
    border: 0px;
    background-color: transparent;
}
  .planform button.ui-datepicker-trigger {
    right: 15px;
}
  /*newly added*/
  button.ui-datepicker-trigger {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 23px;
    right: 5px;
    bottom: 10px;
    border: 0px;
    background-color: transparent;
    z-index: 99;
}
  /*newly added*/
  
  
  /*----------*/
#msCookieBanner {
    max-width: 750px !important;
  width: 750px !important;
    bottom: 20px !important;
}
#msCookieBanner .left {
    text-align: left;
    float: left !important;
    width: auto !important;
    line-height: 40px;
}
#msCookieBanner .right {
    float: right !important;
    width: auto !important;
    margin: 0;
}
  .hortxt li:nth-child(2) strong, .hortxt li:nth-child(3) strong {
    display: inline;
}
  div#hurdiv {
    transform: translate(0%, 0px);
    left: 0;
    width: 360px;
}
div#hurdiv.changeicon {
    bottom: 50px;
}
  
}
@media only screen and (min-width:767px) and (max-width:1024px) {

  .rfptxt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}#open-table .reservation-form input
  {
  border-bottom: 2px #002341 solid;
  }
  .totop{
  bottom:160px;
  }
  #diningrfp-captcha-message, #contacform-captcha-message 
  {
    position: absolute;
}
}
@media only screen and (min-width:768px) and (max-width:823px) and (orientation: landscape) {
.mobfoot .foot2 {
    display: block;
    text-align: center;
}
.mobfoot .foot2 > div:first-child {
    max-width: 100%;
}
.mobfoot .pop-link {
    text-align: center;
    margin-bottom: 20px;
}
.mobfoot .copy-rights {
    text-align: center;
    margin-bottom: 20px;
}
.mobfoot .foot2 > div:last-child {
    padding: 0 0 80px 0;
}
}
@media screen and (min-width:768px){
footer {
    padding: 0;
}
 .footwrapper {
    padding: 50px 15px 35px 15px;
    background-size: 517px 603px;
    background-position: left center;
}
.subscribepad {
    padding: 45px 0 25px;
}
.subscrihead {
    font-size: 35px;
    line-height: 35px;
}
  ul.foot-link-list li {
    padding: 0 12px;
}
.googleaddress {
    line-height: 24px;
}
.foot2 {
    display: flex;text-align: left;
    justify-content: space-between;
}  
.foot2 > div:first-child {
       min-width: 260px;z-index: 1;
}
.foot2 > div:last-child {
    padding-left: 0px;
}
.pop-link-list li {
    padding: 0 15px 0 8px;line-height: 24px;display: inline-block;
}
  .pop-link-list li:after {
    content: "|";
    right: 0;
    position: absolute;
    top: -0.8px;
    color: #FFF;
}
  .pop-link-list li:last-child:after {
    display: none;
}
  .pop-link-list li:last-child {
    padding-right: 0;
}
  .copy-rights span {
    display: inline-block;
}
  .copy-rights {
    text-align: right;
    margin: 0;
}
  .pop-link {
    margin-bottom: 0;text-align: right;
}
header.header-section.desktophead {
    height: 80px;
    background: transparent;
    width: 100%;
    transition: all 0.3s ease 0s;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
  header.header-section.desktophead.uk-active {
    background: #ebe4e0;
}
  .headerinpad {
    display: flex;
    margin: 0 auto;
    max-width: 1240px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.desktophead .reserve-openbox a {
	width: 140px;
	height: 40px;
	font-size: 14px;
	letter-spacing: .84px;
	line-height: 39px;
	background: 0 0;
	border: 2px solid #000;
	color: #000;
	text-shadow: none;
	padding-left: 2px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	filter: invert(1);
}
.desktophead .reserve-openbox a:hover, .desktophead .reserve-openbox a:focus, .desktophead.uk-active .reserve-openbox a:hover, .desktophead.uk-active .reserve-openbox a:focus {
	background-color: #946742;
	color: #fff;
	border-color: #946742;
	text-shadow: none;
	outline: none;
	filter: inherit;
}
 header.desktophead .nvamenu,  header.desktophead .rightpad {
    width: 140px;
}
  .desktophead .reservesec {
    position: static;
    display: block;
}
.desktophead .burger-menu-wrap {
    margin-bottom: 9px;
} 
.desktophead .logo img {
    width: 113px;
}
.top-navigation {
    padding: 80px 60px 60px 60px;
}
.navactive .top-navigation {
    background-image: url(/images_noindex/navbg-d.jpg);
}
  .navover {
    height: auto;overflow: visible;
}
  a.navclose {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 27px;
    width: 30px;
    text-align: center;
    margin: 0 auto;
}
  a.navclose:hover, a.navclose:focus {
    text-decoration: none;
    color: #bb8e69;
}
.nav-number {
    margin-top: 25px;
    margin-bottom: 20px;
}
  header .social-media {
    padding: 0;
}
.burger-menu {
    z-index: 0;
} 
 .desktophead .mainlogo {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.burger-menu-wrap span {
	background-color: #fff;
	filter: invert(1);
}
.burger-menu a {
	color: #000000;
	text-shadow: none;
	filter: invert(1);
}
.uk-active .burger-menu a {
	color: #172f39;
	text-shadow: none;
	outline: none;
	filter: inherit;
}
.uk-active .burger-menu-wrap span {
	background-color: #946742;
	filter: inherit;
}
.desktophead.uk-active .reserve-openbox a {
	background-color: #946742;
	border-color: #946742;
	color: #fff;
	text-shadow: none;
	filter: inherit;
}
  .desktophead.uk-active .reserve-openbox a:hover, .desktophead.uk-active .reserve-openbox a:focus {
    background: transparent;
    color: #946742;
    filter: inherit;
}
  .desktophead.uk-active .mainlogo {
    visibility: visible;
    opacity: 1;
}
  .burger-menu a:hover, .burger-menu a:focus {
    color: #bb8e69;
    outline: 0;
    text-shadow: none;
}
  .burger-menu a:hover .burger-menu-wrap span, .burger-menu a:focus .burger-menu-wrap span {
    background-color: #bb8e69;
}
.uk-active .burger-menu a:hover, .uk-active .burger-menu a:focus {
    color: #8d6520;
}
  .uk-active .burger-menu a:hover .burger-menu-wrap span, .uk-active .burger-menu a:focus .burger-menu-wrap span {
    background-color: #8d6520;
}
.desktophead .reservationpad {
    top: 0;
    opacity: 0;
    background: #172f39;
    padding: 50px;
    transition: all 0.3s ease 0s;
}
.reserveactive .desktophead .reservationpad {
    visibility: visible;
    opacity: 1;
    background-image: url(/images_noindex/patter-only.png);
}
a.resclosebtn {
    color: #ffffff;
}
a.resclosebtn:hover, a.resclosebtn:focus {
    color: #bb8e69;
}
 
  
  
}
@media only screen and (min-width:768px) and (max-width:800px)
{
  div#hurdiv.changeicon {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
  .homebannerdiv .uk-slidenav:focus {
    outline: none;
}
  div#hurdiv {
    transform: translate(0%, 0px);
    left: 0;
    width: 360px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
  .home-intro-section {
    padding: 50px 0 40px 0;
  }
.foot2 > div:first-child {
    min-width: 260px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
  .resleft{  
    padding: 70px 35px 70px 35px;
  }
  .resright {
    padding: 50px 35px 50px 35px;
  }
  .reservation-inner {
    max-width: 400px;
    margin: 0 auto;
}
  .copy-rights {
    text-align: center;
    margin: 0;
}
  .pop-link {
    margin-bottom: 0;
    text-align: center;
}
  .foot2 {
    display: block;
    text-align: center;
    justify-content: space-between;
}
  .foot2 > div:last-child {
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
}
@media only screen and (min-width:960px) {

.top-navigation {
    width: 710px;
}
  .top-navigation .social-media li {font-size: 18px;}
.desktophead .reservationpad {
    padding: 0;
    display: flex;
    align-items: center;
}
.resinpad {
    display: flex;margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
    position: relative;
  
}
  .resinpad > div {
    width: 50%;
}
.resleft {
    padding: 50px 70px;
    display: flex;
    align-items: center;
    background-position: 0 0;
    background-size: auto auto;position: relative;
    background-repeat: repeat;overflow: hidden;
}

 .resleft:after {
    top: 50%;bottom: inherit;
    width: 336px;
    height: 425px;
    transform: translate(0px, -50%) scale(0.9);
}
 /*.reserveactive .resleft:after {
    background-image: url(/images_noindex/bg1-d.png);
}*/
  .resleft > div {
    position: relative;
    z-index: 1;
}
  .resright {
    padding: 60px 90px;
    background: #ffffff;display: flex;
    align-items: center;
}
  /*Newly Added For Reservation*/
  .resright .reservation-right#open-table {
    width: 100%;
}
  .resright {
    text-align: left;
 }
  #open-table .reservation-inner .h2 {
    font-size: 36px;
    line-height: 1.2;
}
  .reservation-form li.reserv-drop .res-down-arrow {
    position: absolute;
    right: 5px;
    font-weight: bold;
    top: 32px;
    z-index: 5;
    transform: rotate(90deg);
    font-size: 22px;
    color: #89613e;
}
  /*Newly Added Ends Here*/
  .calign {
    width: 100%;
}
  .resleft i.icon-platter {
    width: 140px;
    font-size: 138px;
    height: 85px;
    line-height: 86px;
    margin-bottom: 40px;
    color: #89613e;
}
a.resclosebtn {
    top: -55px;
}
.top-navigation {
    /*display: flex;
    align-items: center;*/
    padding: 75px 60px 0px 60px;
}
  .navover {
    width: 100%;
    transform: translate(0px, 0);
}
 .footwrapper {
    position: relative;
} 

  #msCookieBanner {
    max-width: 850px !important;
  width: 850px !important;
}
}
@media only screen and (min-width:960px) and (max-width:1024px) {
  div#hurdiv.changeicon {
    bottom: 90px;
}
}
@media only screen and (min-width:1024px) {
 .footwrapper {
    padding: 50px 15px;
}
.top-navigation.desktoptopnav {
    width: 710px;
}  
}
@media only screen and (min-width:1280px) {
.uk-container {
    padding-left: 15px;
    padding-right: 15px;
}
  header.header-section {
    padding: 0 15px;
}
  .htl-addr {
    font-size: 18px;
}
footer {
    padding: 0;
}
.phone-wrap {
    font-size: 18px;
    padding-top: 7px;
}
  .footwrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}
.footerlayer {
    right: inherit;
}
 div#hurdiv.changeicon {
    bottom: 30px;
} 
  .BgActive div#hurdiv.changeicon {
    transform: translate(0%, -30px);
}
}
@media only screen and (min-width:1440px) {
.top-navigation li{margin-bottom: 0px;}   
.top-navigation {padding-top: 90px;}
}
/*200 Zoom level*/
.zommLevel200 .headerinpad {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zommLevel200 header .nvamenu, .zommLevel200 header .rightpad {
    width: 142px;
}
.zommLevel200 .reservesec {
    position: static;
    display: inline-block;
}
.zommLevel200 .reserve-openbox a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.zommLevel200 .top-navigation a.navclose {
     top: 0;
}
.zommLevel200 .top-navigation {
    padding: 30px 0 20px 0;overflow: auto;
}
.zommLevel200 .navover {
    height: auto;
    overflow: visible;
}
.zommLevel200 .footlogo a {
    width: 110px;
}
.zommLevel200 .pop-link-list li {
    padding: 0 15px 0 8px;
    line-height: 24px;
}
.zommLevel200 .pop-link-list li:after {
    content: "|";
    right: 0;
    position: absolute;
    top: 0;
}
.zommLevel200 .pop-link-list li:last-child::after {
    display: none;
}
.zommLevel200 .footwrapper {
    padding: 30px 40px 40px 40px;
}
.zommLevel200 a.resclosebtn {
    top: 0;
    color: #55131c;
}
.contentfocus:focus {
    outline: 1px solid #bb8e69;
    box-shadow: 0 0 5px #bb8e69 inset;
}
.homemennuinpad .contentfocus:focus, .home-review-section .contentfocus:focus{outline: 1px solid #e4c286; box-shadow: 0 0 5px #e4c286 inset;}
#mainimage .ms_cms_editbar {
	top: -170px !important;
}
.cms6 .bannerlogo {
	z-index: 3;
}
.cms6 .home-hero-image {
    z-index: 2;
}
@media only screen and (max-width:960px) {.reservation-inner-right {
    margin-left: 0;
}
  div#breadcrumb
  {
  display:none;
  }
  #msCookieBanner {
    font-size: 13px !important;
  }
  #msCookieBanner .right {
    padding: 8px 0px 5px 0px;
}
}
@media only screen and (min-width:1024px) and (max-width:1366px)
{
.resinpad {
    height: 80%;
}
}
.outer-box {
    background-color: transparent;
    margin: 30px auto 0;
    max-width: 960px;
    padding: 30px 0;
    text-align: center;
    width: 94%;
    border: 1px solid #122034;
}

.pro-txt {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center
}

.click-logo {
    padding-bottom: 20px
}

.vcard {
    font-size: 14px;
    line-height: 24px
}

.vcard a:link, .vcard a:visited {
    border-bottom: none;
    text-decoration: none;
}
.vcard a:hover,.vcard a:focus {
    border-bottom: 1px solid
}

.vcard .fn {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px
}

.lockimg {
    font-size: 120px;
    margin-bottom: 20px
}

.careers-center {
    text-align: center;
    margin-bottom: 33px;
    /* display: block; */
}
.private-dining-thanks .pagename {display:none}
.private-dining-thanks #box h2{margin-bottom: 0;padding: 40px 10px;}

.frmfieldset-half {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.frmfieldset-half-right {
  width: 49%;
  float: left;
  margin-right: 0;
}
.styled-select-rfp .mim-icon-angle-arrow-down {
  position: absolute;
  right: 15px;
  top: 23px;
}
#main.pushItDown {margin-top: 0px !important;}
#msCookieBanner {display: none !important;}

.managed-by {
    position: relative;
}
.managed-by-inner {
    position: absolute;
    right: 0;
    display: flex;
    top: -58px;
    z-index: 2;
    align-items: center;
}
.managed-by-inner span {
    color: #fff;
    padding-right: 20px; text-transform: uppercase;
}
.managed-by-inner a:hover, .managed-by-inner a:focus {
    opacity: 0.5;
}

.managed-by-inner img {
    max-width: 145px;
}
@media only screen and (max-width:1023px) {
  .managed-by-inner {
      position: relative;
      top: 0;
      padding-bottom: 15px;
      justify-content: center;
  }
}

.powered-statement a {
    color: #fff;
}


/*============= FAQ Page =================*/
 
.faq-list .box2 h1:after {
  display: none
}
.faq-list ul li {

  font-size: 15px;
  color: #181c22;
  list-style: none;
  padding-bottom: 15px;
}
.faq-list ul li h3 {
  color: #181c22;
  padding-bottom: 5px;
}
.faqdetails {
    text-align: left;
}
#faq-question-list.faq-list ul li h3{
 display:none; 
}
.faq-list ul li a {
  color: #181c22;
}
/*============= End FAQ Page =================*/	
.footwrapper .managed-by-inner a img {
     filter: brightness(0) invert(1);
}

li#ccpacontainer a {
    color: #fff !important;
}