header {
  width: 100vw !important;
}
.privacy-content {
  display: inline-flex;
}
select#NumberOfAdults3 {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.414' height='9.121' viewBox='0 0 15.414 9.121'%3E%3Cpath id='Path_25798' data-name='Path 25798' d='M13.293,7.707,7,1.414.707,7.707-.707,6.293,7-1.414l7.707,7.707Z' transform='translate(14.707 7.707) rotate(180)' fill='%23cd8200'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 96%;
}
select#ResTime {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='Icon_feather-clock' data-name='Icon feather-clock' transform='translate(-2.5 -2.5)'%3E%3Cpath id='Path_402' data-name='Path 402' d='M14,2.5a11.5,11.5,0,0,1,8.132,19.632A11.5,11.5,0,0,1,5.868,5.868,11.425,11.425,0,0,1,14,2.5Zm0,22A10.5,10.5,0,1,0,3.5,14,10.512,10.512,0,0,0,14,24.5Z' transform='translate(0 0)' fill='%23cd8200'/%3E%3Cpath id='Path_403' data-name='Path 403' d='M24,21.5a.5.5,0,0,1-.223-.053l-6-3A.5.5,0,0,1,17.5,18V9a.5.5,0,0,1,1,0v8.691l5.724,2.862A.5.5,0,0,1,24,21.5Z' transform='translate(-5 -2.667)' fill='%23cd8200'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 96%;
}
body {
    font-family:"proxima-nova-regular" , sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0px;
    /*background-position: 0 0;
        background-size: 100% auto;
        background-repeat: repeat-y;
        background-image: url('https://www.theamericanreserve.com/images_noindex/theme-bg.png');
        background-attachment: fixed;*/
    background-color: #ffffff;
}

body.active-it #ftpwanotification {
    display: none;
}

body.BgActive {
    background: url("https://www.theamericanreserve.com/resourcefiles/common-image/home-body-bg.png") repeat;
    background-attachment: fixed;
	background-size: cover;
}

/*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: #000  !important;
  filter: opacity(0) !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 #DDDDD4; */
    border: 1px solid #CFCFCF;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #494949;
    font-family: inherit;
    font-size: 18px;
    margin: 0;
    padding: 10px 20px;
    height: 50px;
    letter-spacing: 0px;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
}

textarea {
    height: 100px;
  resize: vertical !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="tel"]::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 0.5;
  color: #000000;
    font-weight: 400;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: 0px 0px 6px #00000029;
    -webkit-box-shadow: 0px 0px 6px #00000029;
    border-color: #CD8200;
}

.uk-checkbox,
.uk-radio {
    display: inline-block;
    height: 25px;
    width: 25px;
    overflow: hidden;
    /* border: 1px solid #cfcfe6; */
    border: 1px solid #D9D9EB;
    border-radius: 4px;
    margin-right: 23px;
}

.uk-checkbox:hover,
.uk-radio:hover {
    border-color: #CD8200;
    border: 1px solid #CD8200;
    box-shadow: 0px 0px 6px #00000029;
}

.uk-checkbox:focus,
.uk-radio:focus {
    box-shadow: 0px 10px 20px #00000029;
    outline: 1px solid #F2C57C;
    outline-offset: 2px;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: transparent;
    /* border-color: #D9D9EB; */
    border-color: #D9D9EB;
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
    background-color: transparent;
    box-shadow: 0px 10px 20px #00000029;
    outline: 1px solid #F2C57C;
    outline-offset: 2px;
}

.uk-checkbox:checked {
    background-image: url("https://www.theamericanreserve.com/images_noindex/checkbox.svg");
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23CD8200%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); */
}

.input-error {
    border: 1px solid #F90D0D !important;
}

.error-message {
    color: #F90D0D !important;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.32px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: normal;
    color: #CD8200;
text-transform: uppercase;
}

h1,
h2,
.h1,
.h2 {
    font-family:'adobe-caslon-pro-regular' , sans;
}

h3,
h4,
.h3,
.h4 {

    font-family:'adobe-caslon-pro-regular' , sans;

}

h1,
.h1 {
   font-family:'adobe-caslon-pro-regular' , sans;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2.4px;
}

h2,
.h2 {
   font-family:'adobe-caslon-pro-regular' , serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.6px;
}

h3,
.h3 {
   font-family:'adobe-caslon-pro-regular' , serif;
    font-size: 26px;
    line-height: 36px;
   letter-spacing: 1.04px;
}

.bigtext {
    font-size: 60px;
    line-height: 70px;
    color: #CD8200;
  letter-spacing: 2.4px;
}

p {
  font-family: "proxima-nova-regular" , sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

img {
    height: auto;
}

a {
    color: rgb(205 130 0);
    text-shadow: 0 0 rgb(205 130 0);
    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: #CD8200;
    position: absolute;
    color: #ffffff;
    padding: 10px 20px;
    pointer-events: none;
    z-index: 999;
  filter: opacity(0);
    text-decoration: none;
        font-family: 'adobe-caslon-pro-regular' , sans;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

a.skip-to-content-btn:focus {
    filter: opacity(1);
    outline: 0;
    pointer-events: auto;
}

img {
    max-width: 100%;
}

#ftpwanotification {
	margin-top: 12px;
	display: none !important;
}

#ftpwanotification .button-notification {
    position: relative;
     font-family: "proxima-nova-regular" , sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: transparent;
    text-shadow: 0 0 rgb(161 107 21);
}

#ftpwanotification .button-notification:after {
    content: "\e918";
    font-family: 'Template-Icons' !important;
    font-size: 14px;
    margin-left: 5px;
}

.button,
button,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    background: transparent;
    border: 1.5px solid #9E6400;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    line-height: 30px;
    letter-spacing: 0px;
    /* line-height: 40px; */
    color: #9E6400;
    text-shadow: 0 0 ;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
      font-family: "proxima-nova-regular" , sans-serif;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.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: #9E6400;
    color: #FFF;
    border-color: #9E6400;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button-link {
  text-shadow: none;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    line-height: 30px;
      font-family: "proxima-nova-regular" , sans-serif;
    text-decoration: none !important;
}

.button-link:before {
    height: 1px;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #A16B15;
    content: "";
    opacity: 0;
    display: none;
}

.button-link:hover,
.button-link:focus {
    color: #CD8200;
  text-shadow: none;
}

.button-link:hover:before,
.button-link:focus:before {
    text-decoration: none !important;
    color: #CD8200;

}

.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 .circle-desc {
    position: absolute;
    top: 50%;
    /* right: 22px;
        transform: translate(50%, -50%) rotate(-135deg); */
    right: 12px;
  	color: #CD8200;
    transform: translate(50%, -51%) rotate(-144deg);
    width: 3.4722222222vw;
    height: 3.4722222222vw;
}

.button-link .circle-desc svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.circle-desc svg:first-child circle {
    stroke-dashoffset: 30;
    opacity: .2;
}

.circle-desc svg:nth-child(2) circle {
    transition: .5s;
    stroke-dashoffset: 155;
}

.button-link:hover .circle-desc svg:nth-child(2) circle,
.button-link:focus .circle-desc svg:nth-child(2) circle {
    stroke-dashoffset: 30;
}


.readmorebutton {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    color: #A16B15;
}

.readmorebutton:after {
    font-family: 'Template-Icons' !important;
    content: "\e901";
    position: absolute;
    font-weight: 400;
    right: 0;
    top: 0;
    font-size: 11px;
}

.readmorebutton:hover,
.readmorebutton:focus {
    color: #8D5D11;
    text-decoration: none;
}

.readmorebutton.changetext {
    /* visibility: hidden; */
    max-width: 90px;
    text-indent: 100px;
}

.readmorebutton.changetext:hover:before,
.readmorebutton.changetext:focus:before {
    text-decoration: none;
}

.readmorebutton.changetext:after {
    visibility: visible;
    content: "\e900";
    font-size: 2px;
}

.oh {
    display: block;
      font-family: "proxima-nova-regular" , sans-serif !important;
    margin-bottom: 25px;
    font-size: 75px;
    line-height: 50px;
    letter-spacing: 4px;

}

.er {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
    color: #010101;
}

.errSugg {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
    color: #010101;
}

.er-or {
    font-size: 28px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.er-back {
    padding: 30px 0;
    max-width: 100%;
    text-align: center;
    width: 360px;
    margin: 0 auto;
}

.er-back a {
    width: 333px;
    max-width: 100%;
  margin: auto;
}

.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: #EAEAEA;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    /*border-bottom: 2px solid transparent;*/
}

header.header-section.uk-active {
  background: rgba(234,234,234,.99);

}

header .nvamenu,
header .rightpad {
    /*    width: 50px;*/
}

.burger-menu a {
    display: inline-block;
      font-family: "proxima-nova-regular" , sans-serif;
}
.burger-menu .contact-wrap a{
    letter-spacing: 1px; 
}

.burger-menu-wrap span {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    display: block;
    margin: 4px 0;
    background-color: #373D20;
    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: 0px !important;
    margin-right: 4px;
}

@media (max-width: 575px) {
  .burger-menu-wrap {
    margin-bottom: 0 !important;
  }
}
.burger-menu a>span {
    text-align: center;
    text-transform: uppercase;
    position: relative;
  top: 2px;
}

.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;
    z-index: 9999;
    display: none;
}

.uk-offcanvas-container .reservesec {
    display: block;
    width: 100%;
}

.reserve-openbox a {
    text-transform: uppercase;
    line-height: 24px;
    display: flex;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #ffffff;
    background-color: #9E6400;
    text-decoration: none;
    height: 60px;
    align-items: center;
    justify-content: center;
      font-family: "proxima-nova-regular" , sans-serif;
    min-width: 140px;
}

.reserve-openbox a:hover,
.reserve-openbox a:focus {
    background-color: #000;
    color: #fff;
    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;
    font-size: 15px;
    line-height: 16px;
    color: #494949;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: "proxima-nova-regular" , sans-serif;
}

#open_table1 label {
    display: block;
    font-size: 15px;
    color: #010101;
    padding: 0px 0px 1px 5px;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 500;

    text-transform: uppercase;

}

.reservation-form .styled-select,
.reservation-form input {
    position: relative;
    min-height: 42px;
    border: 0;
    border-bottom: 2px rgba(105, 110, 114, 0.3) solid;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}
.reservation-form input{
    padding-left: 5px;
}
.reservation-form .styled-select .resdropdown {
    width: 100%;
    border: 0px;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
    padding: 0;
    background: #fff;
    z-index: 5;
    /* position: absolute;
        left: 0;
        top: 0; */
    background: transparent;
    z-index: 8;
    cursor: pointer;
    color: #010101;
    font-family: "proxima-nova-regular" , sans-serif;
    text-transform: lowercase !important;
    padding-left: 5px;
}

.privacy-wrap {
    display: block !important;
    width: 100% !important;
}

.reservation-form li.reserv-drop .res-down-arrow {
    position: absolute;
    right: 5px;
    font-weight: 400;
    bottom: 0px;
    z-index: 5;
    transform: rotate(90deg);
    font-size: 32px;
    color: #CD8200;
}

#open-table .reservation-form input,
#open-table2 .reservation-form input{
    position: relative;
    margin-bottom: 0;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
    color: #010101;
    padding-left: 5px;
    text-transform: lowercase !important;
      font-family: "proxima-nova-regular" , sans-serif;
    border-radius: 0;
}

.reservation-box-footer button.button {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    letter-spacing: 1.6px;
    background-color: #9E6400;
    border-color: #9E6400;
    color: #fff;
}

.reservation-box-footer button.button:focus,
.reservation-box-footer button.button:hover {
    background-color: transparent;
    color: #9E6400;
}

.reservation-form li.reserv-drop .res-down-arrow {
    right: 8px;
}
.reservation-box-footer button.button .formslable{
 	color: #ffffff; 
}

.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: 15px;
    font-weight: normal;
    font-size: 20px;
    top: 15px;
    z-index: 5;
    color: #CD8200;
    border: 1px solid transparent;

}

span.res-down-arrow.icon-time:before,
span.res-down-arrow.icon-calendar:before {
    color: #CD8200;
}

span.res-down-arrow.icon-calendar {
    top: 25px;
    display: none !important;
}

span.res-down-arrow.icon-time {
    bottom: 17px !important;
    right: 12px !important;
    top: auto;
}

span.res-down-arrow.icon-time:hover,
span.res-down-arrow.icon-time:focus {
    border: 1px solid #494949;
    color: #A16B15;
}

.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: #fff;
    display: flex;
    align-items: center;
}

.burger-menu a:hover,
.burger-menu:focus {
    color: #CD8200;
    text-decoration: none;
}

.burger-menu a:hover .icon-ar-hamburger:before,
.burger-menu a:hover .contact-icon:before,
.burger-menu a:focus .icon-ar-hamburger:before,
.burger-menu a:focus .contact-icon:before {
    color: #CD8200;
}

.burger-menu {
    position: relative;
    z-index: 9;
}

.navactive .burger-menu a {
    color: #ffffff;
}

div#number {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 16px;
    z-index: 9;
    position: relative;
    padding-left: 10px;
}

.navactive div#number a {
    color: #ffffff;
    font-weight: 600;
}

.navfixpad div#number a {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
}

.navactive div#number a:hover,
.navactive div#number a:focus {
    color: #e4c286;
    outline: 0;
}

div#number a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 16px;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

div#number a:hover,
div#number a:focus {
    color: #55131c;
    text-decoration: none;
}

#number span {
    display: block;
    color: #373D20;
    letter-spacing: 0.21px;
    position: relative;
}

#number span:first-child {
    font-size: 18px;
}

.logo img {
    width: 92px;
    height: auto;
}

.logo a {
    display: block;
}

.mainlogo img {
    width: 80px;
}

.top-navigation {
    background-size: 100% 100%;
    background-position: 0 0;
    background-attachment: scroll;
    padding: 60px 0 0px 0;
    opacity: 0;
}

.uk-open .top-navigation {
    width: 100%;

    opacity: 1;
}

.uk-offcanvas-container-animation .uk-open .top-navigation {
    background: #000 url(https://www.theamericanreserve.com/resourcefiles/common-image/menu-bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;

}

.top-navigation ul {
    padding: 0;
    margin: 0;
}

.top-navigation li {
    list-style: none;
    text-align: center;
    padding-bottom: 0;
}

.top-navigation li a {
    color: transparent;
    position: relative;
  font-family:"adobe-caslon-pro-regular" , sans;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 60px;
    display: block;
    letter-spacing: 1.2px;
      text-shadow: 0 0 #ffffff;
}

.top-navigation li a.navON,
.top-navigation li a:hover {
    color: transparent;
    outline: 0;
    text-decoration: none;
    text-shadow: 0 0 rgb(205 130 0);
}

.top-navigation li a:focus {
  text-shadow: 0 0 rgb(205 130 0);
    outline: 0;
    text-decoration: none;
}

.top-navigation li a:hover::after,
.top-navigation li a:focus::after,
.top-navigation li a.navON::after {
    content: "...";
    display: block;
    position: absolute;
    /* top: 15px; */
    top: 7px;
    left: 0;
    right: 0;
    letter-spacing: 0;
    font-size: 48px;
}

.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%;
    display: flex;
    align-items: center;
}

.uk-offcanvas-close.navclosebtn {
    position: relative;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    outline: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
  text-shadow: none;
}

.uk-offcanvas-close.navclosebtn svg {
    display: none;
}

.uk-offcanvas-close.navclosebtn span {
    display: inline-block;
    font-size: 23px;
    /* line-height: 37px; */
    line-height: 0;
    width: 65%;
    color: #CD8200;
    text-align: center;
}

.navfixpad div#number {
    padding: 0;
}

.navfixpad div#number a {
    color: #fff;
      text-shadow: none;
}

.navfixpad #number span {
    color: #fff;
  text-shadow: none;
  font-weight: normal;
}

.uk-offcanvas-close.navclosebtn:hover,
.uk-offcanvas-close.navclosebtn:focus {
    color: #CD8200;
    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: 15px;
    line-height: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif; */
  margin-bottom: 10px;
    font-weight: 400;
    text-transform: initial;
    font-size: 30px;
    line-height: 60px;
    display: block;
    letter-spacing: 0;
}

.nav-number a {
 color: transparent;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 1px;
    text-shadow: 0 0 rgb(205 130 0);
}

.nav-number a:hover,
.nav-number a:focus {
    text-decoration: none;
    color: #8D5D11;
}

.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;
}

.social-media .social-media-wrap.footer-box a {
    font-size: 20px;
  line-height: normal;
}

.navover {
    height: calc(100vh - 160px);
    overflow: scroll;
    /*margin-top: 40px;*/
    margin-top: 20px;
}

.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 {
    text-align: center;
    position: relative;
    padding: 65px 35px 25px 35px;
    overflow: hidden;
    background-color: #292929;
    position: relative;
}

.reserveactive .resleft {
    /*background: url("https://www.theamericanreserve.com/resourcefiles/common-image/reserve-bg.png") #292929;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
	background: #CD8200;
}

.reserveactive .resleft:before {

    content: "";
    background: url("https://www.theamericanreserve.com/resourcefiles/common-image/reservation-bg.svg") no-repeat;
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
  	left: 0;
    transform: translateY(40%);
    background-repeat: no-repeat;
}


.reserve-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}


.resleft i.icon-platter {
    font-size: 84px;
    /* width: 84px;
    height: 51px; */
    display: block;
    /* line-height: 51px;
    margin: 0 auto 20px auto; */
    color: #fff;
}

.resleft i.icon-platter:before {
    content: "\e919";
    font-family: 'Template-Icons' !important;
}

.resleft>div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reserheading {
    color: #FFF;
    text-align: center;
    margin-bottom: 25px;
}

.restext {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #fff;
  background: transparent;
}

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: #CD8200;
}

.bookhead {
    font-size: 26px;
    color: #55131c;
    line-height: 24px;
    margin-bottom: 25px;
}


/*========HEADER SECTION END=========*/
/*========FOOTER SECTION=========*/
footer {
    text-align: center;
    position: relative;
    z-index: 0;
    border-top: 16px solid #CD8200;
    background-color: #000000;
}

/* 
    footer.addBg:before {
        background: url(/images_noindex/pattern-round-circle.png) #1e115a;
        background-repeat: repeat;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */

.footerlayer {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
}

.footerlayer img {
    width: 360px;
}

.footwrapper {
    padding: 45px 40px 125px 40px;
    position: relative;
    z-index: 1;
}


.footlogo a {
    display: inline-block;
}

.footlogo a:focus {
    outline: 1px solid #A16B15;
}

.subscrihead {
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 30px;
    color: #CD8200;
  text-transform: uppercase;
    font-family:"adobe-caslon-pro-regular" , sans;
}

.subscribepad {
    padding: 25px 0 25px 0;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot-link {
    margin-bottom: 20px;
}

ul.foot-link-list li {
    display: inline-block;
    padding: 5px 10px;
}

ul.foot-link-list li a {
   text-transform: uppercase;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 0 0 ;
}

.pop-link .pop-link-list a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-shadow: none;
}

/* .pop-link .pop-link-list a:hover,
    .pop-link .pop-link-list a:focus{
        text-decoration: underline;
    } */

.social-media-wrap a {
    color:transparent;
    font-size: 16px;
}

ul.foot-link-list li a:hover,
ul.foot-link-list li a:focus,
ul.foot-link-list li a.navON {
    color: #CD8200;
    text-decoration: none;
  text-shadow: none;
}

.footer-box .htl-addr a,
.phone-wrap .htl-phone,
.phone-wrap .htl-phone a,
.opening-hours,
.opening-hours .hortxt a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-shadow: none;
}
.phone-wrap .htl-phone a .phone-txt{
 	letter-spacing: 1.2px; 
}
.htl-phone .icon-ar-Call-white:before{
    color: #CD8200;
    font-size: 16px;
}
.opening-hours .hortxt span.sr-only{
 	 color: #A56A03;
}
.emailwrap .icon-ar-Icon-feather-mail:before{
    font-size: 14px;
}
footer .social-media li {
    display: inline-block;
    margin: 0 8px;
}

footer .social-media {
    margin-bottom: 8px;
    font-size: 20px;
}


.googleaddress {
    max-width: 202px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.googleaddress a:hover,
.googleaddress a:focus {
    color: #ffffff;
    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: 20px;
    position: relative;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 15px 0 8px;
    display: inline-block;
}

.pop-link-list a.navON {
    color: #CD8200 !important;
    text-decoration: none;
}

.pop-link-list a:hover,
.pop-link-list a:focus {
    text-decoration: none;
    color: #8D5D11;
}

.pop-link {
    margin-bottom: 12px;
}

.copy-rights {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 9px;
    color: #ffffff;
    display: inline-block;

}


.opening-hours {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.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;
    color: #CD8200;

}

.opening-hours .hortxt a:hover span,
.opening-hours .hortxt a:focus span {
    color: #A16B15;
}

.opening-hours .hortxt p {
    font-size: 30px;
    color: #CD8200;
  line-height: 40px;
  font-family: "adobe-caslon-pro-regular" , sans;
  margin-bottom: 10px;
}

.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: 40px;
    visibility: visible;
  z-index: 9;
}

.hortxt li {
    line-height: 22px;
    padding: 5px 0;
    text-align: left;
  	color: #000;
}

/* .hortxt li:nth-child(2) strong,
    .hortxt li:nth-child(3) strong {
        display: block;
    } */

.horhead {
       font-weight: 400;
    letter-spacing: 0;
    color: #CD8200;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}

.totop {
    position: absolute;
    right: 20px;
    bottom: 120px;
    z-index: 9;
    top: inherit !important;
    width: auto !important;
    opacity: 1;
}

.totop.uk-active {
    opacity: 1;
}

.totop a {
    padding: 0;
    text-align: center;
    color: #c7cacb;
    transition: color .1s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #c7cacb;
}

.totop a svg polyline {
    stroke: #fff;
}

.totop>a:focus,
.totop>a:hover {
    background: #fff;
}

.totop>a:hover svg polyline,
.totop>a:focus svg polyline {
    stroke: #121614 !important;
}

.subscribepad .button {
      text-shadow: 0 0 #ffffff;
  border-color: #ffffff;
  color : #ffffff;
    margin: 0 auto;
}
.subscribepad .button:hover,
.subscribepad .button:focus{
 	    border-color: #9E6400; 
  text-shadow: none;
}

.faqanchor:hover {
    text-decoration: none;
}


footer .social-media a:hover,
footer .social-media a:focus {
    color: #A16B15;
    text-decoration: none;
    /*    border-bottom: 1px solid;*/
}

ul.fixeddiv {
    padding: 0;
    z-index: 99;
    margin: 0;
    background: #000000;
    list-style: none;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 0 1px #00000052;
}

ul.fixeddiv li {
    width: 23%;
}
ul.fixeddiv li:nth-child(3) {
  margin-right: 8px;
}
ul.fixeddiv li:last-child {
    background: #CD8200;
  width: 31%;
}
.fixeddiv a {
    display: flex;
    color: #ffffff;
    text-align: center;
    height: 60px;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 5px;
      align-items: center;
    justify-content: center;
  flex-direction: column;
}

/*.fixeddiv li:nth-child(2) {
   width: 34%;
}*/

/*.fixeddiv li:last-child {
   width: 38%;
      background-color: #CD8200;
}*/
.fixeddiv a i{
  /* min-height: 22px; */
}
.fixeddiv a i:before {
    font-family: 'Template-Icons';
}

/*ul.fixeddiv li:last-child {
        width: 110px;
        padding-left: 0;
        margin-left: 16px;
    }
    .fixeddiv li:last-child a {
        color: #A16B15;
    }*/
.fixeddiv a.navON {
    color: #c6a867;
}

.fixeddiv a:hover i:before,
.fixeddiv a:focus i:before,
.fixeddiv a.navON i:before {
    color: #c6a867;
}

.fixeddiv a i {
    display: block;
    font-weight: 400;
    font-size: 14px;
  /*padding-right: 12px;*/
}

.fixeddiv a i.icon-ar-calendar-dark:before {
    color: #fff;
    font-size: 16px;

}

.fixeddiv li:nth-child(2) a i {
    font-size: 16px;
}

.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: #c6a867;
}

.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;
    text-align: left;
    width: 100% !important;
}

#msCookieBanner .right button {
    padding: 10px 0 0 !important;
    text-align: left !important;
}

#msCookieBanner .right button:hover,
#msCookieBanner .right button:focus {
    border: 1px solid transparent !important;
}


#msCookieBanner {
    font-size: 12px !important;
    line-height: 20px !important;
    height: auto !important;
    width: auto !important;
    bottom: 70px !important;
    max-width: 230px !important;
    margin: 0 auto !important;
    left: 0 !important;
    padding: 10px 15px !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;
    text-align: left !important;
    line-height: 20px !important;
}

#msCookieBanner .left span:first-child {
    font-weight: 700;
    display: inline;
    margin-bottom: 5px;
}

#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: #A16B15 !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 {
    border: 0 !important;
    font-size: 12px;
    line-height: 19px;
    padding: 0 !important;
    background: none !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: .45px;
    transition: all .4s ease;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif !important;
    height: auto;
}

#msCookieBanner .right button:hover,
#msCookieBanner .right button:focus {
    border: 1px solid #FFF !important;
    outline: none !important;
}

#msCookieBanner {
    max-width: 230px;
    width: 100% !important;
    bottom: 15px !important;
    left: 15px !important;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#msCookieBanner .left {
    line-height: 24px;
    padding: 5px 0px 0px 0px !important;
}

#msCookieBanner .right {
    float: none !important;
    text-align: left;
}

#msCookieBanner .left span:first-child {
    font-weight: 700;
    display: block;
    font-size: 12px;
    line-height: normal;
}


#msCookieBanner .right button:hover,
#msCookieBanner .right button:focus {
    border: none !important;
    text-decoration: underline;
}*/
#msCookieBanner {
  display: none !important;
}
em {
    color: #1e115a;
}

.icon-ar-Call-white:before {
    font-weight: 400 !important;
}

#number span.icon-phone {
    font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
    body.BgActive {
        background-color: #e9e9e9e6;
        width: 100%;
        height: 100%;
        background-blend-mode: luminosity;
    }

    .contentfocus:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="date"],
    input[type="tel"],
    select,
    textarea {
        padding: 10px;
    }

    #msCookieBanner {
        bottom: 70px !important;
        left: 10px !important;
    }

    .ft-right {
        margin-top: 0px;
    }
  .pop-link{
   	margin-bottom: 20px; 
  }

    .foot-link {
        margin-bottom: 10px;
    }
  .phone-wrap{
   	    padding-bottom: 16px; 
  }

    footer .social-media {
        margin-bottom: 20px;
      padding: 0;
    }

    /* .button-link{
            font-size: 14px;
            line-height: 1.4px;
        }
        .button, button, input[type="submit"], input[type="button"]{
            font-size: 14px;
            line-height: 1.4px;

        } */
    .reserveactive .resleft:before {
        width: 343px;
        height: 225px;
        top: 68px;
        left: 15px;
        background-size: contain;
    }
}

#wrapper .pushItDown {
    margin-top: 0 !important;
}

.rfp-title {
    margin-bottom: 10px;
}

.frmgroup label {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  color: #161616;
}
.frmgroup .uk-checkbox {
  margin-right: 15px;
}
.frmgroup label.privacy-policy {
    text-transform: none;
    color: #494949;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 400;

}


.frmgroup label.privacy-policy a:hover {
    color: #CD8200;
  text-decoration: underline;
}

.frmgroup {
    margin-bottom: 20px;
}

.rfptxt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 28px;
}

.rfptxt br {
    display: none;
}

#contacform-captcha-message {
    position: absolute;
}

#PrivateDiningRFP {
    margin-top: 0 !important;
}

#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: #000000;
}

#PrivateDiningRFP .uk-close:hover,
#PrivateDiningRFP .uk-close:focus,
#PrivateDiningRFP .uk-close:focus-within{
    background: transparent;
    outline: 1px solid #000;
}

.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: 30px;
  color: #B57403;
}

.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 {
    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: -10px;
    top: 0px;
    font-family: 'icon';
    font-size: 25px;
    color: #010101;
}

.policypages ul li:after .sitemapinfo h2 {
    margin-top: 25px;
}

.sitemapinfo a:hover,
.sitemapinfo a:focus,
.adacontent a:hover,
.adacontent a:focus,
.policypages a:hover,
.policypages a:focus {
    color: #000;
    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: 15px;
    border: 1px solid transparent;
}

button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:focus {
    border: 1px solid #000;
}

button.ui-datepicker-trigger:focus {
    background: transparent;
    outline: 1px solid #946742;
}

button.ui-datepicker-trigger:hover {
    background: transparent;
    outline: none;
}

button.ui-datepicker-trigger img {
    width: 21px;
}

#gdpr-rfp a {
    color: #373d20;
    text-decoration: underline;
}

#gdpr-rfp a:hover,
#gdpr-rfp a:focus {
    color: #A16B15;
    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;
    margin-bottom: 18px;

    font-weight: 500;
}

.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: 500;
    font-size: 18px;
    color: #A16B15;
}

a.btn.btn-link:hover,
a.btn.btn-link:focus {
    text-decoration: underline;
}

.giftcardbtnsection .button {
    color: transparent;
    text-shadow: 0 0 0 #9d6a34;
}

.giftcardbtnsection .button:hover,
.giftcardbtnsection .button:focus {
    text-shadow: 0 0 0 #ffffff;
}

.mob-second-nav {
    display: flex;
    justify-content: center;
    padding: 40px 0 25px 0;
    border-top: solid thin rgba(255, 255, 255, 0.2);
}

.mob-second-nav a {
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
}

.mob-second-nav a:after {
    display: block;
    content: "";
    width: 1px;
    height: 13px;
    background: white;
    top: 10px;
    position: absolute;
    right: 0;
}

.mob-second-nav a:last-child:after {
    display: none;
}

.pop-link-list li:after {
    content: "|";
    right: 0;
      position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.mobfoot .pop-link-list li:nth-of-type(4):after {
    opacity: 0;
}

.mobfoot .pop-link-list li:last-child {
    padding-right: 0;
}

.mobfoot .pop-link-list li:last-child:after {
    display: none;
}

#diningrfp .formbtngroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.formbtngroup .formbutton {
    width: 100%;
    margin: 0;
}

.powered-by-milestone a:hover,
.powered-by-milestone a:focus {
    text-decoration: none;
}

.powered-by-milestone a {
    color: white;
    text-decoration: underline;
}

.powered-by-milestone {
    color: white;
    font-size: 14px;
    display: inline-block;

}

.pop-link #ot-sdk-btn.ot-sdk-show-settings, .pop-link #ot-sdk-btn.optanon-show-settings {
    color: #ffffff !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:focus {
    color: #CD8200 !important;
}


.managed-by {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  padding-bottom: 22px;
}

.managed-by-inner {
    display: flex;
    align-items: center;
}

.managed-by-inner span {
  color: #fff;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

.managed-by-inner img {
        max-width: 100%;
    object-fit: contain;
    width: 145px;
}



/*============ 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: 400px;
    }

    div#hurdiv.changeicon {
        bottom: 233px;
    }
}

@media only screen and (min-width:640px) {
    .googl-captha-space {
        margin-right: 30px;
        display: block !important;
        position: relative;
        margin-bottom: 0;
        /* margin-bottom: 30px !important;
            width: 100%; */
    }

    .formbtngroup .formbutton {
        vertical-align: middle;
    }

}

@media only screen and (min-width:320px) and (max-width:767px) {

    /*css start*/
    .opening-hours .hortxt a {
        font-size: 16px;
        color: #ffffff;
    }


    /* .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 {
    padding: 0;
    font-size: 26px;
    color: #CD8200;
    line-height: 40px;
    letter-spacing: 0px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    }

    .rfptxt {
        font-size: 13px;
        line-height: 24px;
        margin-top: 17px;
    }

    .subscribepad {
        padding: 28px 0 27px 0;
    }

    .footwrapper {
        padding: 52px 25px 78px 25px;
        position: relative;
        z-index: 1;
    }

    ul.foot-link-list li {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.5px;
    }

    .mobfoot .opening-hours {
        max-width: 350px;
        margin: 0px auto;
      margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {

    /*body.BgActive {
        background-image: url(/images_noindex/desktop-bg.jpg);background-attachment: fixed;
    }*/

    header .social-media {
        display: none;
    }

    header.header-section {
        border-bottom: 0 !important;
    }

    .reserheading {
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 3px;
        font-family: 'Baroneys Textured';
    }

    .reservation-form li {
        list-style: none;
        padding: 0;
    }

    .resleft i.icon-platter {
        color: #fff;
    }

    h1,
    .h1 {
        font-size: 45px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1.6px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .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;
	background-size: cover !important;
	background-color: #000;
}

    .uk-sticky-placeholder {
        display: none !important;
      height: 0 !important;
    }

    .navactive .top-navigation.desktoptopnav {
        visibility: visible;
        opacity: 1;
        overflow: auto;
      	z-index: 1;
    }

    /* width */
    .navactive .top-navigation::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .navactive .top-navigation::-webkit-scrollbar-track {
        background: #010101;
    }

    /* Handle */
    .navactive .top-navigation::-webkit-scrollbar-thumb {
        background: #CD8200;
    }

    /* Handle on hover */
    .navactive .top-navigation::-webkit-scrollbar-thumb:hover {
        background: #CD8200;
    }

    /*--------------*/

    .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 .styled-select {
        margin-bottom: 10px;
        position: relative;
        min-height: 42px;
        background: #fff;
    }

    /*Newly added*/
    .reservation-form .styled-select,
    .reservation-form input {
        margin-bottom: 23px;
        position: relative;
        min-height: 42px;
        background: #fff;
    }

    #open-table .reservation-form input,
   #open-table2 .reservation-form input{
        position: relative;
        margin-bottom: 0;
        font-size: 25px;
        color: #121614;
        padding-left: 5px;
    }

    /*Newly added ends*/
    .reservation-form .styled-select .resdropdown:focus-visible {
        /* opacity: 0.7; */
        outline: 1px solid;
        /* padding: 0; */
    }

    .reservation-form .styled-select .resdropdown:focus,
    .reservation-form select:focus {
        box-shadow: none;
        border-left: 0;
        border-top: 0;
        border-right: 0;
    }

    .reservation-form input[type="text"]:focus {
        border-bottom: 2px rgba(105, 110, 114, 0.3) solid;
        box-shadow: none;
        border-left: 0;
        border-top: 0;
        border-right: 0;
    }

    .reservation-form .styled-select .resdropdown {
        /* position: absolute;
            left: 0;
            top: 0; */
        background: transparent;
        z-index: 8;
        cursor: pointer;
        padding-left: 5px;
    }
.reservation-form .styled-select .resdropdown option{
  padding-left: 5px;
  }
    .resdropdown {
        width: 100%;
        border: 0px;
        font-size: 24px;
        color: #000;
        padding: 0;
        background: #fff;
        z-index: 5;
    }

    /*newly added css*/
    #open_table1 label {
        margin-bottom: 0px;
        font-weight: normal;
    }

    /*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: 30px;
    }

    .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;
        bottom: 15px;
        z-index: 5;
    }

    /*newly added*/
    .reservation-form li.reserv-drop .res-down-arrow {
        position: absolute;
        right: 10px;
        font-weight: 400;
        top: 20px;
        z-index: 5;
        transform: rotate(90deg);
        font-size: 32px;
        color: #CD8200;
    }

    /*newly added*/
    #open-table .ada-datepicker,
  #open-table2 .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: 10px;
        font-weight: normal;
        font-size: 20px;
        bottom: 20px;
        z-index: 1;
        color: #494949;
    }

    span.res-down-arrow.icon-calendar {
        top: 28px;
    }

    button.ui-datepicker-trigger {
        position: absolute;
        padding: 0px;
        margin: 0px;
        width: 19px !important;
        right: 15px !important;
        bottom: 11px;
        background-color: transparent;
        z-index: 99;
    }

    .planform button.ui-datepicker-trigger {
        right: 15px;
    }

    /*newly added*/
    button.ui-datepicker-trigger {
        position: absolute;
        padding: 0px;
        margin: 0px;
        width: 23px;
        right: 5px;
        bottom: 14px;
        background-color: transparent;
        z-index: 99;
    }

    .hortxt li:nth-child(2) strong,
    .hortxt li:nth-child(3) strong {
        display: inline;
    }

    div#hurdiv {
        transform: translate(0%, 0px);
        left: 0;
        /* width: 360px; */
        width: 365px;
    }

    div#hurdiv.changeicon {
        bottom: 170px;
    }
  .BgActive div#hurdiv.changeicon {
    transform: translate(0%, -30px);
}

    footer .social-media li a {
        font-size: 18px;
    }

    footer .social-media li a:hover,
    footer .social-media li a:focus {
        color: #ffffff;
    }

    footer .social-media li {
        margin: 0 13px;
    }

    footer .social-media li a:hover .icon-ar-Tripadvisor:before,
    footer .social-media li a:focus .icon-ar-Tripadvisor:before {
        color: #494949;
    }

    .pop-link #ot-sdk-btn.ot-sdk-show-settings,
    .pop-link #ot-sdk-btn.optanon-show-settings {
        color: #ffffff !important;
    }

    


 .pop-link  #ot-sdk-btn.ot-sdk-show-settings:hover,
    .pop-link  #ot-sdk-btn.optanon-show-settings:hover,
    .pop-link  #ot-sdk-btn.ot-sdk-show-settings:focus,
    .pop-link  #ot-sdk-btn.optanon-show-settings:focus {
        color: #CD8200 !important;
    }

    div#GeneralForm-captcha-message {
        position: absolute;
        bottom: -30px;
    }

    #open-table .reservation-inner .h2,
  #open-table2 .reservation-inner .h2{
        margin-bottom: 20px;
    }
    .emailwrap{
        margin-left: 10px;
    }

}

@media only screen and (min-width:767px) and (max-width:1024px) {

    .rfptxt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 28px;
    }

    /* #open-table .reservation-form input {
            border-bottom: 2px #002341 solid;
        } */

    .totop {
        bottom: 160px;
    }

    #diningrfp-captcha-message,
    #contacform-captcha-message {
        position: absolute;
    }

    .googleaddress {
        max-width: 100%;
    }
}

@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;
    }

    .footwrapper::after {
        content: "";
        /*background: url("https://www.theamericanreserve.com/resourcefiles/common-image/footer-bg.png") no-repeat center center;*/
        background-size: contain;
        position: absolute;
        width: 82%;
        height: 100%;
        top: 0;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
    }

    .subscribepad {
        padding: 25px 0 45px;
    }

    .subscrihead {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    ul.foot-link-list li {
        padding: 0 12px;
    }

    .googleaddress {
        line-height: 24px;
    }

    .foot2 {
        display: flex;
        text-align: left;
        justify-content: space-between;
        padding-top: 50px;
    }

    .foot2>div:first-child {
        min-width: 300px;
        z-index: 1;
    }

    .foot2>div:last-child {
        padding-left: 0px;
    }

    .pop-link-list li {
        padding: 0 15px 0 8px;
        line-height: 15px;
        display: inline-block;
    }

    .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 {
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 5px;
    }

    .pop-link {
        margin-bottom: 0;
        text-align: right;
    }

    .ft-right {
        text-align: right;
    }


    header.header-section.desktophead {
        height: 92px;
        background: transparent;
        width: 100%;
        transition: all 0.3s ease 0s;
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
      position: fixed;
      width: 100%;
    }

    .pop-link .pop-link-list a {
        font-size: 16px !important;
    }

    header.header-section.desktophead.uk-active {
        background: rgba(255, 255, 255, 99%) !important;
      background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    }

    .headerinpad {
        display: flex;
        margin: 0 auto;
        /* max-width: 1380px; */
        padding: 0 60px;
        align-items: center;
        width: 100%;	
        height: 40px;
          justify-content: space-between;
    }

    .desktophead .reserve-openbox a {
        height: 50px;
        font-size: 16px;
        line-height: 30px;
        background: transparent;
        padding: 14px 35px;
        border: 1.5px solid #9E6400;
        color: #fff;
        text-shadow: 0 0 0 #fff;
        white-space: nowrap;
    }

    .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: #9E6400;
        outline: none;
    }

    .desktophead.uk-active .reserve-openbox a:hover,
    .desktophead.uk-active .reserve-openbox a:focus {
        border-color: #9E6400;
    }

    header.desktophead .nvamenu,
    header.desktophead .rightpad {
        /*    width: 140px;*/
    }

    .desktophead .reservesec {
        position: static;
        display: block;
    }

    .desktophead .reservesec:first-child {
        margin-right: 0;
    }

    .desktophead .burger-menu-wrap {
        margin-bottom: 6px;
    }

    .desktophead .logo img {
        width: 113px;
    }

    .top-navigation {
        padding: 80px 60px 60px 60px;
    }

   .navactive .top-navigation {
	background-image: url("https://www.theamericanreserve.com/resourcefiles/common-image/menu-bg.png");
}

    .navover {
        height: auto;
        overflow: visible;
        margin-top: 25px;
    }

    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: #A16B15;
    }

    .nav-number {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    header .social-media {
        padding: 0;
    }

    .burger-menu {
        z-index: 0;
        display: flex;
        align-items: center;
    }

    .desktophead .mainlogo {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease 0s;
        text-align: center;
          position: absolute;
    left: 0;
    right: 0;
      margin: 0 auto;
    }

    .burger-menu-wrap span {
        background-color: #FFF;
    }

    .contact-wrap a {
        color: transparent;
    text-shadow: 0 0 0 #fff;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        margin-left: 30px;
        padding-left: 30px;
        position: relative;

    }

    .contact-icon {
        margin-right: 9px;
        font-size: 15px;
    }

    .contact-wrap a::before {
        content: "";
        position: absolute;
        border-left: 1px solid #FFFFFF;
        width: 1px;
        height: 25px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .uk-active .contact-wrap a::before {
        border-left: 1px solid #000;
        opacity: 0.5;
    }

    .uk-active .contact-wrap .contact-icon.icon-ar-Call-white:before {
        color: #A16B15;
    }

    .burger-menu a {
        color: #FFF;
        text-shadow: 0 0 0 ;
            font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    }

    .burger-menu .icon-ar-hamburger:before {
        font-size: 10px;
        position: relative;
        top: -1.5px;
        font-weight: 600;
    }

    .uk-active .burger-menu a {
        color: #010101;
        text-shadow: none;
        outline: none;
        /* font-stretch: initial; */
    }

    .uk-active .burger-menu .icon-ar-hamburger:before {
        color: #CD8200;
    }

    .uk-active .burger-menu-wrap span {
        background-color: #A16B15;
    }

    .desktophead.uk-active .reserve-openbox a {
        background-color: transparent;
        border-color: #CD8200;
        color: #CD8200;
        text-shadow: none;
    }

    .desktophead.uk-active .reserve-openbox a:hover,
    .desktophead.uk-active .reserve-openbox a:focus {
        background: #9E6400;
        color: #fff;
    }

    .desktophead.uk-active .mainlogo {
        visibility: visible;
        opacity: 1;
        text-align: center;
          position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
      max-width: 100px;
    }

    .burger-menu a:hover,
    .burger-menu a:focus {
        color: #A16B15;
        outline: 0;
        text-shadow: none;
    }

    .burger-menu a:hover .burger-menu-wrap span,
    .burger-menu a:focus .burger-menu-wrap span {
        background-color: #A16B15;
    }

    .uk-active .burger-menu a:hover,
    .uk-active .burger-menu a:focus {
        color: #CD8200;
    }

    .uk-active .burger-menu a:hover .burger-menu-wrap span,
    .uk-active .burger-menu a:focus .burger-menu-wrap span {
        background-color: #A16B15;
    }

    .desktophead .reservationpad {
        top: 0;
        opacity: 0;
        background: #00000096;
        padding: 50px;
        transition: all 0.3s ease 0s;
    }

    .reserveactive .desktophead .reservationpad {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.88);
    }

    a.resclosebtn {
        color: #ffffff;
    }

    a.resclosebtn:hover,
    a.resclosebtn:focus {
        color: #CD8200;
    }



    .subscribepad {
        padding-bottom: 25px;
    }

    .contact-wrap {
        position: relative;
        top: -1px;
    }

    .contact-icon {
        position: relative;
        top: 1px !important;
    }

    /* footer .social-media li:nth-child(even) {
            display: none !important;
        } */

    footer .social-media ul {
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-direction: row-reverse; */
    }

    #diningrfp button.ui-datepicker-trigger {
        bottom: 10px;
    }

    .pop-link-list {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    div#hurdiv.changeicon {
        bottom: 45px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .managed-by {
        padding-top: 20px;
    }

    .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;
    }

    .ft-right {
        text-align: center;
    }

    .foot2 {
        display: block;
        text-align: center;
        justify-content: space-between;
      padding-top: 0;
    }

    .foot2>div:last-child {
        padding-left: 0px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }
  .managed-by-inner{
   	display: block !important;
    margin: 0 auto;
    padding-bottom: 0 !important;
  }
  .managed-by-inner span{
   	display: block; 
    padding-bottom: 20px;
    padding-right: 0;
  }
  footer .social-media{
   	margin-bottom: 0; 
  }
  .copy-rights{
   	    justify-content: center; 
  }
}

@media only screen and (min-width:960px) {

    /* .reservation-form li.dalendar-content {
            padding-bottom: 0;
        } */
    .reservation-form li.dalendar-content:last-child {
        padding-bottom: 0;
    }

    .button,
    button,
    input[type="submit"],
    input[type="button"] {
        margin: 0 auto;
    }

    .social-media .social-media-wrap.footer-box a {
        font-size: 20px;
    }

    .googleaddress {
        max-width: 100%;
    }

    .footer-box .htl-addr a,
    .phone-wrap .htl-phone,
    .phone-wrap .htl-phone a,
    .opening-hours,
    .opening-hours .hortxt a {
        font-size: 18px;
      color: #fff;
    }

    .foot-link {
        margin-bottom: 25px;
    }

    .readmorebutton:after {
        font-size: 11px;
    }

    .readmorebutton {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #A16B15;
        padding-right: 17px;
        position: relative;
        height: 22px;
        overflow: hidden;
        transition: none;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 600;
        font-size: 15px;
        width: auto;
    }

    .readmorebutton.changetext:before {
        content: "Read Less";
        visibility: visible;
        position: absolute;
        left: 0;
        text-indent: 0;
    }

    .top-navigation {
        width: 710px;
    }

    .top-navigation .social-media li a {
        font-size: 16px;
    }

    .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 50px;
        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,
  #open-table2 .reservation-inner .h2{
        font-size: 30px;
        color: #000000;
        line-height: 40px;
    }

    /*.reservation-form li.reserv-drop .res-down-arrow {
        position: absolute;
        right: 13px;
        font-weight: 400;
        bottom: 10px;
        z-index: 5;
        transform: rotate(90deg);
        font-size: 32px;
        color: #CD8200;
    }*/

    /*Newly Added Ends Here*/
    .calign {
        width: 100%;
    }

    .resleft i.icon-platter {
        /* width: 140px;
        font-size: 138px;
        height: 85px;
        line-height: 86px; */
        margin-bottom: 30px;
        color: #fff;
    }

    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;
    }

    .top-navigation li {
        margin-bottom: 5px;
    }

    .button,
    button,
    input[type="submit"],
    input[type="button"] {
        margin: 0;
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    div#hurdiv.changeicon {
        bottom: 170px;
    }
}

@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;
    }

    footer {
        padding: 0;
    }

    .footwrapper {
        max-width: 1240px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .footerlayer {
        right: inherit;
    }

    div#hurdiv.changeicon {
        bottom: 160px;
    }

    .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;
    }
}

@media only screen and (max-width:767px) {
    .oh {
        font-size: 40px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    .top-navigation li a {
        font-size: 30px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    .top-navigation li a:hover::after, .top-navigation li a:focus::after, .top-navigation li a.navON::after{
        font-size: 50px;
    }
    .top-navigation .navover>ul li {
        margin-bottom: 0px;
    }

    .rfp-title {
        font-size: 22px;
    }

    .reservation-inner .h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #ftpwanotification {
        margin-top: 0;
        margin-bottom: 25px;
    }

    /* .top-navigation .navover>ul li:nth-child(8) a:after {
        top: -32px;
    } */
    .resleft i.icon-platter {
        font-size: 50px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width:640px){
  div#hurdiv.changeicon{
   	    bottom: 100px; 
  }
}
/*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 #CD8200;
    box-shadow: 0 0 5px #CD8200 inset;
}
.event-banner-text .contentfocus:focus {
    outline: 1px solid #000;
    box-shadow: 0 0 5px #000 inset;
}
.homemennuinpad .contentfocus:focus,
.home-review-section .contentfocus:focus {
    outline: 1px solid #fff;
    box-shadow: 0 0 5px #fff inset;
}

#mainimage .ms_cms_editbar {
    top: 0px !important;
    z-index: 999999 !important;
    left: -320px;
}

.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;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .resinpad {
        height: 80vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 959.59px) {
    .headerinpad {
        padding: 0 25px;
    }

}

.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: 18px;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.vcard a:link,
.vcard a:visited {
    border-bottom: none;
    text-decoration: none;
}

.vcard a:hover,
.vcard a:focus {
    border-bottom: 1px solid #A16B15 !important;
    /* text-decoration: underline !important; */
}

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

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

.careers-center {
    /* text-align: center; */
    margin-bottom: 45px;
    /* display: block; */
}

.uk-container1170 {
    max-width: 1170px;
    padding: 0px 15px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .menuheading {
        font-size: 22px;
        line-height: 28px;
    }


    .burger-menu .icon-ar-hamburger:before {
        color: #CD8200;
        font-size: 12px;
        position: relative;
        top: -2px;
    }

    .burger-menu a>span {
        color: #000;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
        padding-left: 2px;
          text-shadow: none;
    }

    .burger-menu-wrap span {
        background-color: #A16B15 !important;
    }

    #number span.icon-phone {
        color: #CD8200;
        margin-right: 7px;
    }

    #number span {
        color: #000000;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .burger-menu-wrap span {
        width: 18px;
    }

    .reserheading {
        font-size: 40px;
        line-height: 38px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-family: 'Baroneys Textured';
    }

    .reserve-logo {
        width: 268px;
    }

    .resleft {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 66px 20px 50px;
    }

    #open-table .reservation-form input,
  #open-table2 .reservation-form input{
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 10px;
    }

    .reservation-form .styled-select .resdropdown {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .resright {
        padding: 50px 35px 40px 35px;
    }

    .reservation-form li {

        padding-bottom: 15px;
    }

    .navlogo {
        width: 165px;
    }

    .heroimage-slider-wrap.home-hero-image.mobile {
        position: relative;
    }

    .reservation-form .styled-select,
    .reservation-form input {
        border-bottom: 1px rgba(105, 110, 114, 0.3) solid;
    }

    .heroimage-slider-wrap.home-hero-image.mobile::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .home-hero-image.mobile a:before {
        z-index: 2;
    }

    .menuheading {
        margin-bottom: 15px;
    }

    .googleaddress {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .googleaddress .htl-addr {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    pop-link-list li:after {
        top: 0;
    }

    .mobfoot .pop-link-list li:nth-of-type(4):after {
        opacity: 1;
    }

    button.ui-datepicker-trigger {
        margin: 0px;
        width: 23px;
        bottom: 20px;
        background-color: transparent;
        z-index: 99;
    }

    .mainlogo img {
        width: 54px;
      	margin-top: 4px;
    }

    footer.addBg:before {
        background-size: 65%;
    }

    /* .top-navigation li a:hover::after,
    .top-navigation li a:focus::after,
    .top-navigation li a.navON::after {
        top: -24px;
    } */

    .mob-second-nav {
        display: none !important;
    }

    

    .footer-box .htl-addr a,
    .phone-wrap .htl-phone,
    .phone-wrap .htl-phone a,
    .opening-hours,
    .opening-hours .hortxt a {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
        padding: 0;
    }

    .emailwrap {
        display: block;
    }

    .pop-link-list li {
        display: block;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    .pop-link-list li:after {
        display: none;
    }

    .pop-link .pop-link-list a {
       color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-shadow: none;
    }

    .copy-rights {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
      max-width: 200px;
    }

    .copy-rights span {
        display: block;
    }

    .horhead {
        line-height: 30px;
    }

    .button-link .circle-desc {
        position: absolute;
        top: 50%;
        /* right: 22px;
            transform: translate(50%, -50%) rotate(-135deg);
            width: 14.472222vw;
            height: 20.472222vw; */
        right: 16px;
        transform: translate(60%, -50%) rotate(-145deg) !important;
        width: 13.472222vw;
        height: 20.472222vw;
    }

    .social-media .social-media-wrap.footer-box a {
        font-size: 20px;
          line-height: normal;
    color: #CD8200;
    text-shadow: none;
    }

    .top-navigation .social-media li {
        padding: 0 5px;
    }

    /* footer .social-media li:nth-child(even) {
            display: none !important;
        } */

    footer .social-media ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ot-sdk-btn.ot-sdk-show-settings,
    #ot-sdk-btn.optanon-show-settings {
        font-size: 16px !important;
        line-height: 30px !important;
        letter-spacing: 0px;
    }

    footer ul {
        max-width: 300px;
        margin: auto;
    }

    .navlogo {
        text-align: center;
    }

    .navover {
            height: /*calc(100vh - 138px)*/100vh;
    margin-top: 20px;
    padding: 30px 0;
    }

    .frmgroup label.privacy-policy {
        /*display: flex;*/
    }

    .privacy-policy .uk-checkbox.checkbox {
        width: 25px;
        position: relative;
        /*top: 10px;*/
        margin-right: 15px;
    }

    .mob-social {
        margin-top: 10px;
    }
	.managed-by{
          justify-content: center;
   	    padding-bottom: 20px;   
  }
    .managed-by-inner {
        flex-direction: column;
          margin: 0 auto;
    }

    .managed-by-inner span {
        padding-right: 0 !important;
        padding-bottom: 15px;
    }

    .footwrapper::after {
        content: none;
    }

    span.res-down-arrow.icon-time {
        bottom: 38px !important;
        right: 15px !important;
    }

    .reservation-form li.reserv-drop .res-down-arrow {
        right: 10px;
        bottom: 35px;
    }

    #diningrfp button.ui-datepicker-trigger img {
        width: 19px;
    }

    #diningrfp button.ui-datepicker-trigger {
        width: 23px;
        bottom: 11px;
        right: 11px;
    }

    footer .social-media li {
        margin: 0 15px;
    }
    .careers-center{
        margin: 30px 0 35px;
    }
}
@media all and (max-width:768px) and (orientation:landscape) {
 	.burger-menu-wrap{
   		margin-bottom: 0px !important;   
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .button-link .circle-desc {
        transform: translate(50%, -50%) rotate(-145deg);
        width: 7.472222vw;
        height: 20.472222vw;
    }

}

.htl-phone a {
    position: relative;
    padding: 0 5px;
}
.htl-phone .phone-txt{
 	    letter-spacing: 1.2px; 
}
/* .htl-phone a::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 65%;
        background: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    } */

.htl-phone a:last-child::after {
    display: none;
}

.list-circle {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none;
}

.list-circle li {
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #A16B15;
    border-radius: 50%;
}

/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

img::selection {
    background: transparent !important;
}

#main.pushItDown {
    margin-top: 0px !important;
}

/* #msCookieBanner {
    display: none !important;
} */

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

@media (min-width: 1122px) and (max-width: 1432px) {
    .button-link .circle-desc {
        width: 4.472222vw !important;
        height: 6.472222vw !important;
    }
}

/* @media screen and (max-width: 1280px) {
        .breadcrumb {
            left: 20px;
        }
    } */

@media (min-width: 768px) and (max-width: 1121px) {

    /* .contact-wrap {
            display: none !important;
        } */
    .contact-wrap a {
        margin-left: 25px;
        padding-left: 25px
    }

    .button-link .circle-desc {
        width: 5.472222vw !important;
        height: 5.472222vw !important;
    }

    .readmorebutton.changetext:before {
        content: "Read Less";
        visibility: visible;
        position: absolute;
        left: 0;
        text-indent: 0;
    }
}


.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-hover {
    background-color: #CD8200;
    color: #fff;
    border: #CD8200 solid 1px;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus {
    background-color: #A56A03;
    border: #A56A03 solid 1px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background-color: #A56A03;
    color: #fff;
    border: #A56A03 solid 1px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 9px;
}
.ui-datepicker .ui-datepicker-next {
    background: url(https://www.theamericanreserve.com/images_noindex/sprite.png) -72px 0 no-repeat !important;
}

.ui-datepicker .ui-datepicker-prev {
    background: url(https://www.theamericanreserve.com/images_noindex/sprite.png) -85px 0 no-repeat !important;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled{
  opacity: 0;
  background: none !important;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next:focus {
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev:focus {
    background-color: transparent;
}

.ui-datepicker td {
    font-family:"proxima-nova-regular" , sans-serif;
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-family:"proxima-nova-regular" , sans-serif;
}

.social-media li a .icon-ar-icons8-yelp:before {
    font-weight: 700 !important;
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .privacy-policy .uk-checkbox.checkbox {
        width: 25px;
       
    }
}
.ui-datepicker td.ui-datepicker-today .ui-state-highlight{
      /*opacity: 0.4;*/
}

@media screen and (max-width: 767px) {
    .desktoponly .uk-child-width-1-3\@l{
        width: calc(100% * 1 / 3.001);
            }
    .desktoponly .headerinpad {
        display: flex;
        margin: 0 auto;
        /* max-width: 1380px; */
        padding: 0 0px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 56px;
        
    }
    
    .desktoponly .burger-menu {
      
        z-index: 0;
        display: flex;
        align-items: center;
    } 
    .desktoponly  .burger-menu a {
        display: flex;
        align-items: center;
        color: #010101;
        text-shadow: none;
        outline: none;
        letter-spacing: 1.5px;
    }
    .desktoponly  .contact-wrap .contact-icon.icon-ar-Call-white:before {
        color: #A16B15;
        margin-right: 8px
    }
    .desktoponly .top-navigation {
        background-size: 100% 100%;
        background-position: 0 0;
        background-attachment: scroll;
        padding: 60px 0 80px 0;
        opacity: 0;
        width: 525px;
        /* position: absolute; */
        /* left: 0; */
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        visibility: hidden;
        transition: all 0.4s ease 0s;
        opacity: 0;
      background-image: url(https://www.theamericanreserve.com/resourcefiles/common-image/menu-bg.png);
    background-color: #000;
      z-index: 98111;
    }
    .desktoponly .mainlogo.contentfocus {
        visibility: visible;
        opacity: 1;
        text-align: center;
          position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
      width: 200px;
    }
    .desktoponly .contact-wrap {
        margin-left: 10px;
      display: none;
    }
     .navactive .desktoponly .top-navigation {
        visibility: visible;
        opacity: 1;
        overflow: auto;
        background-size: cover;
    }
    .desktoponly .navclose{
        position: absolute;
        top: 25px;
        left: 0%;
      right: 0;
          color: #ffffff;
        text-decoration: none;
        font-size: 27px;
      width: 30px;
          text-align: center;
    margin: 0 auto;
    }
    .navactive .desktoponly .top-navigation .navover{
        height: 100vh;
    }
    .desktoponly .reservesec {
        position: static;
        display: block;
        bottom: 0;
    left: 0;
    z-index: 9999;
    margin-right: 0;
    }
    .desktoponly .reserve-openbox a {
        height: 38px;
        font-size: 14px;
        letter-spacing: 1.8px;
        line-height: 16px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 500;
        background: transparent;
        padding: 14px 35px;
        border: 1.5px solid #A16B15;
        color: #A16B15;
        font-weight: 600;
        white-space: nowrap;
    }
}
#singleplatform .modal.photos .nav-box .nav-table .nav-row .nav .icon-caret-left, #singleplatform .modal.photos .nav-box .nav-table .nav-row .nav .icon-caret-right{
 	cursor: pointer !important; 
}
.powered-statement {
    font-size: 16px;
   color: #fff;
}
.powered-statement a {
    color: #fff;
    text-decoration: none;
}
.powered-statement a:hover {
    color: #8D5D11;
}
.ot-dtp-picker {
  width: 100% !important;
}
.ot-dtp-picker input[type="submit"] {
  max-width: unset;
}

.managed-by-inner a img {
    filter: brightness(1) invert(1);
}

.managed-by-inner span {
    text-transform: uppercase;
}

.managed-by-inner a:hover, .managed-by-inner a:focus {
    opacity: 0.5;
}
li#ccpacontainer a {
    color: #fff !important;
}
.frmgroup a  {

color: #9E6400 !important;
}
 #gdpr-rfp span {

color: #000 !important;
}
@media (min-width: 1200px) {

.blackbg{ background: #000;}

.blackbg.cms6 { background: inherit;}

}
HTML > BODY  > LI#teconsent > A#ot-sdk-btn {background: #000; color: #fff; filter: opacity(0); display: none;}

.expanded-text-box p {
    text-align: left;
}
 li#ccpacontainer a {
    color: #fff !important;
    background: #000 !important;
    filter: opacity(0);
}