/* custom css */

body {
    background-color: #f1ddcb;
    background-image: url(../img/bg-texture.png);
    background-repeat: repeat;
    font-size: 22px;
    color: #000;
    font-family: 'Gotham', sans-serif;
    /*padding-top: 118px;*/
    height: auto !Important
}

body.home {
    padding-top: 0
}

p {
    margin-bottom: 15px
}

h3,
.h3 {
    font-size: 22px
}

a:hover,
a:focus {
    color: #D67D07;
    outline: none;
}

a:focus {
    text-decoration: none;
}


/*select{-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}*/

h1 {
    margin: 0 0 45px;
    font-size: 50px;
    font-family: 'Rhomus', sans-serif;
    color: #8b2332;
    text-transform: uppercase;
    line-height: 1
}

h2 {
    font-size: 30px;
    font-weight: 400;
    color: #8b2332;
    line-height: 1.2
}

h3 {
    font-size: 25px;
    font-weight: 500;
    color: #8b2332;
    text-transform: uppercase;
    margin-bottom: 20px
}

h4 {
    font-size: 22px;
    font-weight: 500;
    color: #d57e00;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3
}

hr {
    border-top-color: #8b2131;
    margin: 30px 0
}

.text-md {
    font-weight: 500
}

.text-orange {
    color: #d57e00
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.container-wide {
    max-width: 1400px
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0px;
}

.has-js .checkbox-field input,
.has-js .radio-field input {
    position: absolute;
    left: -9999px;
}

.btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
}

.btn-primary {
    color: #f1ddcb;
}

.btn-block {
    margin-bottom: 15px
}

.btn-normal {
    white-space: normal
}

.btn-internal {
    font-family: 'EqualSans', sans-serif;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 1;
    text-align: center;
    color: #8b2332;
    border: 1px solid;
    background-color: #f1ddcb;
    padding-top: 4px;
    padding-bottom: 4px
}

.btn-external {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    color: #f1ddcb !important;
    background-color: #d57e00;
}

.btn-download {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    color: #8b2332 !important;
    border: 1px solid;
    background-color: #f1ddcb;
}

.btn-download i {
    float: right
}

.btn-internal:hover,
.btn-internal:focus {
    color: #f1ddcb;
    border: 1px solid #8b2332;
    background-color: #8b2332;
}

.btn-external:hover,
.btn-external:focus {
    color: #f1ddcb !important;
    background-color: #8b2332;
}

.btn-download:hover,
.btn-download:focus {
    color: #f1ddcb !important;
    background-color: #8b2332;
}

.btn-internal.btn-inverse {
    color: #f1ddcb;
    background-color: #8b2332;
}

.btn-internal.btn-inverse:hover,
.btn-internal.btn-inverse:focus {
    color: #8b2332;
    background-color: #f1ddcb;
}

.btn-external.btn-inverse:hover,
.btn-external.btn-inverse:focus {
    color: #d57e00 !important;
    background-color: #f1ddcb;
}

.btn-download.btn-inverse {
    color: #f1ddcb !important;
    background-color: #8b2332;
}

.btn-download.btn-inverse:hover,
.btn-download.btn-inverse:focus {
    color: #8b2332 !important;
    background-color: #f1ddcb;
}

.btn-external.btn-blue {
    background-color: #002f56 !important;
    color: #f1ddcb !important;
}

.btn-external.btn-blue:hover,
.btn-external.btn-blue:focus {
    background-color: #d57e00 !important;
}

span.date-input {
    position: relative;
    display: block
}

span.btn-caret {
    position: absolute;
    right: 4px;
    font-size: 14px;
    top: 1px;
    color: #F1DDCB;
}

span.btn-caret i {
    font: inherit;
    font-family: FontAwesome;
    font-style: normal;
}

span.btn-caret:hover {
    cursor: pointer
}

.btn-submit {
    box-shadow: none;
}

#gform_1 li,
#gform_6 li,
#gform_7 li,
#gform_8 li,
#gform_10 li,
#gform_11 li {
    list-style-type: none;
}
#gform_1 li label,
#gform_6 li label,
#gform_7 li label,
#gform_8 li label,
#gform_10 li label,
#gform_11 li label   {
    display: none;
}
#gform_fields_1,
#gform_fields_6,
#gform_fields_7,
#gform_fields_8,
#gform_fields_10,
#gform_fields_11 {
    padding: 0;
    margin: 0 -5px
}

.gform_button {
    text-transform: uppercase
}

.form-group {
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px
}

.form-actions {
    margin-top: 10px
}

.form-control {
    background-color: transparent;
    border: 1px solid #f1ddcb;
    color: #f1ddcb;
    height: 24px;
    /*font-family:'Rhomus',sans-serif;*/
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 0
}

.form-control::-moz-placeholder {
    color: #f1ddcb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #f1ddcb
}

.form-control::-webkit-input-placeholder {
    color: #f1ddcb
}

.bootstrap-select.form-control {
    margin: 0 !important;
    border: 0;
    padding: 0
}

.bootstrap-select.form-control .btn {
    border: 1px solid #f1ddcb;
    padding: 2px 5px;
    background-color: transparent;
    color: inherit;
    height: 24px;
    box-shadow: none;
}

.bootstrap-select.form-control .btn:active,
.bootstrap-select.form-control .btn:focus,
.bootstrap-select.form-control.open .btn,
.bootstrap-select.form-control.open .btn:hover {
    background-color: transparent;
    color: inherit;
    box-shadow: none
}

.bootstrap-select.btn-group .btn .caret {
    border: 0;
    top: 1px
}

.bootstrap-select.btn-group .btn .caret:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

.bootstrap-select.btn-group.dropup .btn .caret:before {
    content: "\f106"
}

.bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    border: 1px solid #f1ddcb;
    margin-top: -1px;
    background-color: #f1ddcb;
    border-radius: 0
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
    border: 0
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    background-color: #f1ddcb;
    border-radius: 0
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #8b2331;
    font-size: 14px;
    padding: 4px 6px;
    border-bottom: 1px solid #f1ddcb
}


/*.bootstrap-select.btn-group .dropdown-menu li a.ffb{font-size:10px}*/

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu .selected a,
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    outline: none;
    background-color: #d57e00;
    color: #f1ddcb
}

.form-control.datepicker::-moz-placeholder {
    color: #f1ddcb;
    opacity: 1
}

.form-control.datepicker:-ms-input-placeholder {
    color: #f1ddcb;
    opacity: 1
}

.form-control.datepicker::-webkit-input-placeholder {
    color: #f1ddcb;
    opacity: 1
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #8b2332
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    content: none
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
    color: #f1ddcb;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: rgba(241, 221, 203, 0.5)
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #f1ddcb;
    color: #8b2332
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f1ddcb;
    color: #8b2332
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f1ddcb;
    color: #8b2332
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background: #f1ddcb;
    color: #8b2332;
    border-radius: 0
}

section {
    display: block;
    position: relative
}

section.headers {
    z-index: 1005;
    background-color: #d57e00;
    padding: 30px 0 30px;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, .2);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength=0, direction=0, color='#999495');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 0, Color = '#999495')";
}

.home section.headers {
    position: relative
}

.admin-bar section.headers {
    top: 32px
}

.home.admin-bar section.headers {
    top: 0
}

.navbar-main {
    border: 0;
    padding: 4px 0;
    min-height: 40px;
    margin: 0;
    background-color: #8b2331;
    border-radius: 0
}

.navbar-main:before {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f1ddcb;
    position: absolute;
    left: 0;
    top: 3px
}

.navbar-main:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f1ddcb;
    position: absolute;
    left: 0;
    bottom: 3px
}

.navbar-brand {
    z-index: 11;
    position: absolute;
    left: 50%;
    top: -35px;
    width: 160px;
    margin-left: -80px;
    height: auto;
    padding: 0;
    background-color: #f1ddcb;
    background-color: rgba(241, 221, 203, 0.95);
}

.home .navbar-brand {
    width: 190px;
    margin-left: -95px;
}


/*.navbar-brand{width:190px;margin-left:-95px;}*/

.logo-outer {
    padding-bottom: 1px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.navbar-brand .logo {
    padding: 31px 10px 22px;
    margin: 0 4px 3px;
    border: 1px solid #8b2131;
    border-top: 0;
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: 500;
}

.home .logo-outer {
    padding-bottom: 5px
}


/*.home .navbar-brand .logo{padding:31px 15px 22px;}*/

.navbar-brand .logo {
    padding: 20px 15px 16px;
}

.navbar-brand .logo a {
    color: #d57e00;
}

.navbar-brand .logo:hover a,
.navbar-brand .logo:focus a {
    text-decoration: none
}

.home .navbar-brand .logo {
    margin-bottom: 0
}

.navbar-brand .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.navbar-brand .logo_mobile {
    display: none;
    float: left;
    padding-top: 10px
}

.navbar-brand .logo_mobile a {
    color: #f1ddcb;
    font-size: 26px;
    line-height: 1;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
    display: block
}

.navbar-brand .logo_mobile a span {
    letter-spacing: 0.8px;
    display: block
}

.navbar-brand-small {
    float: left;
    padding: 15px;
}

.navbar-brand-small img {
    max-height: 44px
}

#reserve_table {
    background-color: #8b2131;
    padding-top: 10px;
    margin-top: -1px
}

#reserve_table:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    left: 0;
    border-right: 95px solid transparent;
    border-left: 95px solid transparent;
    border-top: 18px solid #8b2131
}

#reserve_table .reserve_form {
    padding: 0 10px;
    text-align: center
}

#reserve_table .reserve_form form {
    padding: 10px 0;
}

#reserve_table .reserve_form_toggle {
    color: #f1ddcb;
    font-size: 29px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Rhomus', sans-serif;
    line-height: 1;
    padding-bottom: 0
}

#reserve_table .reserve_form_toggle:focus,
#reserve_table .reserve_form_toggle:hover {
    color: #f1ddcb;
    outline: none;
    text-decoration: none
}

#reserve_table .reserve_form .btn-submit {
    background-color: #f1ddcb;
    border: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #8b2131;
    text-align: center;
    width: 150px;
    padding: 0 5px;
    height: 24px;
    border-radius: 0;
    max-width: 80%;
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 14px;
}

#reserve_table .reserve_form .btn-submit:focus,
#reserve_table .reserve_form .btn-submit:hover {
    background-color: #f1ddcb;
    color: #8b2131
}

#reserve_table #OT_searchWrapperAll {
    background: none;
    height: auto;
    max-height: 170px
}

#reserve_table #OT_searchWrapper {
    background: none;
    height: 125px
}

#reserve_table #OT_searchWrapper .clickableDays {
    color: #d57e00;
}

#reserve_table #OT_searchWrapper .OT_feedTitle {
    display: none
}

#reserve_table #OT_searchWrapper dt {
    display: none
}

#reserve_table #dateDisplay {
    display: none !important
}

#reserve_table #OT_searchWrapper dl {
    max-width: 100%
}

#reserve_table #OT_searchWrapper .feedFormField,
#reserve_table #OT_searchWrapper .feedFormField option {
    font-family: 'Gotham', sans-serif;
    background: #8b2131;
    color: #f1ddcb;
    max-width: 100%;
    padding: 4px 2px;
    height: 27px;
    margin: 0 0 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid;
    font-size: 14px;
    border-radius: 4px;
}

#reserve_table #OT_searchWrapper .feedFormField:focus,
#reserve_table #OT_searchWrapper .feedFormField option:focus {
    outline: #d57e00;
}

#reserve_table #OT_partySize,
#reserve_table #OT_date,
#reserve_table #OT_time {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

#reserve_table #OT_date input {
    font-family: 'Gotham', sans-serif;
    background: #8b2131;
    color: #f1ddcb;
    max-width: 100%;
    padding: 2px 2px 2px 6px;
    margin: 0 0 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid;
    font-size: 14px;
    height: 27px;
    border-radius: 4px;
}

#reserve_table #OT_date input:focus {
    outline: #d57e00;
}

#reserve_table #OT_submitWrap {
    display: none
}


/* form adjust
            #reserve_table .form-actions{margin:0}*/

#reserve_table #cal1 {
    bottom: 100%;
    border: 1px solid #F1DDCB;
    border-bottom: 0
}

#reserve_table #OT_searchWrapper #imageCal table {
    width: 159px
}

#reserve_table #OT_searchWrapper #imageCal td {
    background-color: #8B2331;
    font-family: 'Gotham', sans-serif;
}

#reserve_table #OT_searchWrapper .months {
    color: #F1DDCB;
    txt-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham', sans-serif;
}

#reserve_table #OT_searchWrapper .weekdays {
    color: #F1DDCB;
}

#reserve_table #OT_searchWrapper .nonclickableDays {
    color: rgba(241, 221, 203, 0.6);
}

.navbar-nav {
    margin-left: -15px;
    width: 50%;
    padding-right: 80px
}

.navbar-right {
    margin-left: 0;
    padding-right: 0;
    padding-left: 80px
}

.navbar-nav>li {
    width: 40%;
    margin: 0 5%
}

.navbar-nav>li>a {
    color: #f1ddcb;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

.nav>li:hover>a,
.nav>li:focus>a,
.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    color: #f1ddcb;
    font-weight: 400
}

.nav.navbar-right>li:last-child:hover>a,
.nav.navbar-right>li:last-child:focus>a,
.nav.navbar-right>li:last-child>a:hover,
.nav.navbar-right>li:last-child>a:focus {
    font-weight: 300
}

.navbar-nav .dropdown-menu {
    background-color: #f1ddcb;
    background-color: rgba(241, 221, 203, 0.95);
    width: 220px;
    left: 50%;
    margin-left: -110px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 0px !important
}

.navbar-nav .dropdown-menu {
    background-color: #f1ddcb;
    background-color: rgba(241, 221, 203, 0.95);
    width: 220px;
    left: 50%;
    margin-left: -110px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 0px !important
}

.navbar-nav .dropdown-menu>li>a {
    text-align: center;
    text-transform: uppercase;
    color: #8c2332;
    padding: 8px 0;
    font-size: 16px
}

.navbar-nav .dropdown-menu>.custom-nav>a {
    font-size: 12px;
    color: #003056;
    padding: 10px 0 11px
}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
    background-color: #8c2332;
    color: #f3decd;
    font-weight: 700
}

.navbar-nav .dropdown-menu>.custom-nav>a:hover,
.navbar-nav .dropdown-menu>.custom-nav>a:focus {
    background-color: #003056;
    color: #f3decd;
    font-weight: 700
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

.navbar-toggle .icon-bar {
    background-color: #f1ddcb;
    width: 34px
}

section.slideshow {}

#slideshow {
    position: relatve;
    height: 400px
}

#slideshow .carousel-inner {
    height: 100%
}

#slideshow .item {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}

.slideshow .overlay-orange {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90px;
    width: 100%;
    background-color: rgba(213, 126, 0, 0.55);
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.slideshow .overlay-orange.invisible {
    opacity: 0
}

.carousel-indicators {
    bottom: 100px;
    margin-bottom: 0;
    z-index: 10
}

.carousel-indicators li {
    background-image: url(../img/indicator.png);
    opacity: 0.8;
    background-color: transparent;
    background-size: 100%;
    border-radius: 0;
    position: relative;
    border: none
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
    background-image: url(../img/indicator_active.png);
    background-color: transparent;
    opacity: 1
}

.carousel-control {
    width: auto;
    background: transparent;
    top: auto;
    bottom: 105px;
    left: 20px;
    font-size: 70px;
    line-height: 1
}

.carousel-control.left {
    left: 20px;
    background: transparent;
}

.carousel-control.right {
    right: 20px;
    background: transparent;
}

#menu-carousel .carousel-indicators {
    bottom: 20px
}

#menu-carousel .carousel-control {
    bottom: 20px
}

.hero-slideshow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8b2331;
    background-color: rgba(139, 35, 49, 0.9);
    padding: 20px 0 10px;
    color: #edd8c8;
    text-align: center;
    font-size: 13px;
    font-weight: 300
}

.hero-slideshow:before {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f1ddcb;
    position: absolute;
    left: 0;
    top: 3px
}

.hero-slideshow .hero-title {
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 19px;
    color: #f1ddcb;
}

.hero-slideshow .hero-title a,
.hero-slideshow p a {
    color: #f1ddcb;
}

.hero-slideshow .hero-title a:hover,
.hero-slideshow .hero-title a:focus,
.hero-slideshow p a:hover,
.hero-slideshow p a:focus {
    text-decoration: underline
}

.hero-slideshow .p {
    margin-bottom: 5px;
    color: #f1ddcb
}

section.pages {
    padding: 55px 0 55px;
    font-weight: 300;
}

.artwork-locations-page {
	font-weight: 300;
}

section.pages.single-career {
    padding-bottom: 0
}

section.pages .heading {
    color: #8b2332;
    font-weight: 500
}

.content {
    max-width: 1500px;
    margin: auto;
    padding: 0 40px
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 17px;
    text-transform: uppercase;
    position: relative
}

.breadcrumb-mobile {
    text-align: center;
    padding-bottom: 20px;
}

.breadcrumb-mobile:before {
    border-bottom: 1px solid #8b2131;
    width: 250px;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -2px;
    margin-left: -125px;
    content: ""
}

.breadcrumb>li+li:before {
    color: inherit
}

.breadcrumb .active {
    color: #8b2332;
    font-weight: 600
}

.featured-image {
    margin-bottom: 30px
}

.featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.post-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.post-title:before {
    border-bottom: 1px solid #8b2131;
    width: 715px;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -2px;
    margin-left: -352px;
    content: ""
}

.post-title .title {
    margin: 0;
    font-size: 50px;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
    color: #8b2332
}

.post-title .subtitle {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #8b2332;
}

.page-title {
    margin: 0 0 30px;
    font-size: 50px;
    font-family: 'Rhomus', sans-serif;
    color: #8b2332;
    text-transform: uppercase;
}

.page-title.lg {
    font-size: 60px
}

.page-subtitle {
    margin: 0 0 25px;
    font-size: 20px;
    color: #8b2332;
    font-weight: 300
}

.page-banner {
    position: relative;
    margin: 0 -15px 45px
}

.page-banner>img {
    width: 100%;
    height: auto
}

.page-banner .caption {
    background-color: #8b2331;
    background-color: rgba(139, 35, 49, 0.85);
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    color: #f0dcca;
    font-size: 20px
}

.page-banner .caption a {
    color: #ff9900;
    text-decoration: none;
}

.page-banner .caption a:hover {
    color: #ff9900;
    text-decoration: underline;
}

.page-banner .caption.caption-alt {
    width: 500px;
    font-size: 17px;
    bottom: auto;
    top: 50px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .8);
}

.page-banner .caption.caption-alt.left {
    right: auto;
    left: 50px;
    z-index: 9;
}

.page-banner .caption.caption-alt.right {
    right: 50px;
    left: auto;
    z-index: 9;
}

.page-banner .caption.caption-alt .btn {
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0;
}

.page-banner .caption .caption-inner {
    max-width: 1400px;
    margin: 0 auto
}

.page-banner .caption .quote {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 1.3
}

.page-banner .caption .quote b {
    font-weight: 500
}

.page-banner .caption .by {
    text-align: center;
    font-size: 22px;
    font-style: italic;
}

.page-banner .caption .page-title {
    color: #f0dcca;
    text-align: center;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.single-career .page-banner {
    margin-bottom: 0;
}

.menus-thumb {
    margin-bottom: 40px;
    text-align: center
}

.menus-thumb .menus-title {
    margin: 0 0 15px;
    font-size: 41px;
    font-family: 'Rhomus', sans-serif;
    color: #8b2332
}

.menus-thumb a.item {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 35px;
    border: 1px solid #8b2332;
    position: relative
}

.menus-thumb a.item.unactive:before {
    content: "";
    top: -1px;
    left: -1px;
    padding: 1px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    background-color: #f1ddcb;
    opacity: 0.50;
    filter: alpha(opacity=50);
    position: absolute;
    z-index: 3
}

.menus-thumb a.item.active:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #8b2332
}

.menus-thumb a.item img {
    display: block;
    width: 100%;
    height: auto
}

.menus-thumb a.item .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #8b2332;
    background-color: rgba(139, 35, 49, 0.9);
    color: #f1ddcb;
    text-align: center;
    height: 55px;
    overflow: hidden;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 1
}

.menus-thumb a.item .caption .inner {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.menus-thumb a.item.category:hover,
.menus-thumb a.item.category:focus {
    text-decoration: none
}

.menus-thumb a.item.category.active:after {
    border-top-color: #d57e00
}

.menus-thumb a.item.category {
    border-color: #d57e00;
    margin-left: 0;
    margin-right: 0
}

.menus-thumb a.item.category .caption {
    background-color: #d57e00;
    background-color: rgba(213, 126, 0, 0.9);
    font-size: 22px
}

.faqs {
    text-align: center;
}

.faqs .q {
    margin: 0;
    color: #d57e00;
    font-weight: 500;
}

.faqs .a {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.5
}

.faqs .loading {
    font-size: 64px;
    padding: 50px 0 0;
    color: #8B2331;
}

.post-meta {
    text-align: center;
    font-weight: 300;
    color: #8b2332;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 30px
}

.post-social {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 30px 0 20px;
    clear: both
}

.post-social:before {
    border-bottom: 1px solid #8b2131;
    width: 250px;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -2px;
    margin-left: -125px;
    content: ""
}

.post-social label {
    font-weight: 500;
    color: #8b2332;
    text-transform: uppercase;
    margin: 0
}

.post-social ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

.post-social li {
    display: inline-block
}

.post-social li a {
    text-align: center;
    width: 21px;
    height: 35px;
    display: block;
    position: relative;
    background-color: #8b2131;
    line-height: 34px;
    margin: 0 13px;
    color: #f1ddcb;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.post-social li a:hover {
    background-color: #d57e00
}

.post-social li a:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #8b2131;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.post-social li a:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #8b2131;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.post-social li a:hover:before {
    border-right-color: #d57e00
}

.post-social li a:hover:after {
    border-left-color: #d57e00
}

.post-list {}

.post-list>.title {
    color: #d57e00;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px
}

.post-list .title .drop {
    display: inline;
    position: relative;
    z-index: 9
}

.post-list .title .drop a {
    color: inherit;
    text-decoration: underline
}

.post-list .title .drop a:hover {}

.post-list .title .drop ul {
    background-color: #d57e00;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: -7px;
    left: 0;
    width: 205px;
    display: none;
    opacity: 0
}

.post-list .title .drop:hover ul {
    display: block;
    opacity: 1
}

.post-list .title .drop li {}

.post-list .title .drop li a {
    text-decoration: none;
    display: block;
    color: #f1ddcb;
    text-align: left;
    padding: 0 10px
}

.post-list .title .drop li a:hover {
    background-color: #8b2332;
    text-decoration: none
}

.post-list .row {
    margin-left: -5px;
    margin-right: -5px
}

.post-list .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.post-grid {
    position: relative;
    margin-bottom: 10px
}

.post-grid a {
    display: block;
}

.post-grid a img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%
}

.post-grid .caption {
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d57e00;
    background-color: rgba(213, 126, 0, 0.9);
    padding: 8px 0;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease
}

.post-grid .caption:before {
    border-bottom: 1px solid #e4cfbf;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 2px;
    content: ""
}

.post-grid .title {
    font-size: 26px;
    color: #e4cfbf;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 95%
}


/*.post-grid .title.line3{font-size:23px}
        .post-grid .title.line4{font-size:16px}*/

.post-grid .desc {
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    color: #e4cfbf;
    font-family: 'Gotham Condensed', sans-serif;
    font-weight: 300;
    line-height: 1;
    display: block;
    max-height: 0;
    -webkit-transition: max-height, opacity 0.5s ease;
    transition: max-height, opacity 0.5s ease
}

.post-filter {
    text-align: center;
    margin: 0 0 40px
}

.post-filter.primary {
    margin-top: 0
}

.post-filter .title {
    color: #d57e00;
    font-size: 30px;
    margin: 0 0 10px;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
}

.nav-filter {
    margin: 0;
    padding: 0
}

.nav-filter li {
    display: inline-block;
    margin-bottom: 5px;
    width: 15%
}

.nav-filter.c4 li {
    width: 20%
}

.nav-filter li a {
    border: 1px solid;
    color: #d57e00;
    padding: 6px 0;
    text-align: center;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 14px
}

.primary .nav-filter li a {
    border-color: #8B2331;
    color: #8B2331;
    min-height: 58px;
    position: relative
}

.primary .nav-filter li a span {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-template-tpl-careers-hourly .primary .nav-filter li a {
    min-height: 34px;
    font-size: 12px;
    line-height: 12px
}

.nav-filter li a:focus,
.nav-filter li a:hover,
.nav-filter .active a {
    border-color: #8B2331;
    background-color: #8B2331;
    text-decoration: none;
    color: #f1ddcb
}

.nav-filter.orange-filter li a:focus,
.nav-filter.orange-filter li a:hover,
.nav-filter.orange-filter .active a {
    border-color: #d57e00;
    background-color: #d57e00;
    text-decoration: none;
    color: #f1ddcb
}

.primary .nav-filter li a:focus,
.primary .nav-filter li a:hover,
.primary .nav-filter .active a {
    border-color: #8B2331;
    background-color: #8B2331;
    text-decoration: none;
    color: #f1ddcb
}

.alm-btn-wrap {
    position: inherit !important;
}

.alm-load-more-btn {
    background: none;
    border: none;
    padding-left: 20px;
    height: 74px;
	background-color:transparent !important;
}

.alm-load-more-btn:before {
    background: url('../img/loader.png') no-repeat center center transparent !important;
    background-size: cover;
    width: 64px !important;
    height: 64px !important;
}

.loader,
.alm-load-more-btn.loading:before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.alm-load-more-btn.loading { padding-right:32px  !important; }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nav-filter {}

.menus-title {
    text-align: center;
    font-size: 24px;
    margin: 30px 0 40px;
    color: #8b2332
}

.menus-nav {
    margin-bottom: 15px
}

.menus-nav.menus-main {
    margin-bottom: 45px
}

.menus-nav .dropdown {
    margin-bottom: 5px
}

.menus-nav.menus-main .dropdown .btn {
    background-color: #8b2131;
    color: #f3e2d4;
    font-size: 29px;
    font-weight: 300;
    border: 0
}

.menus-nav .dropdown .dropdown-menu {
    background-color: #f1ddcb;
    border: 0;
    padding: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0
}

.menus-nav .dropdown:hover .dropdown-menu {
    display: block
}

.menus-nav .dropdown .dropdown-menu ul {}

.menus-nav .dropdown .dropdown-menu li {
    text-transform: uppercase
}

.menus-nav .dropdown .dropdown-menu a {
    color: #8c2332;
    font-size: 16px;
    text-align: center;
    padding: 8px 20px;
    font-weight: normal
}

.menus-nav .dropdown .dropdown-menu a:focus,
.menus-nav .dropdown .dropdown-menu a:hover,
.menus-nav .dropdown .dropdown-menu li.active a,
.menus-nav .dropdown .dropdown-menu li:hover a {
    font-weight: 400;
    color: #f3e2d4;
    background-color: #8b2131
}

.menus-video {
    /*height:450px;*/
    /*border:2px solid #8b2131;*/
    margin-bottom: 30px;
    position: relative
}


/*.menus-video:before{width:112px;height:112px;text-align:center;background-color:#8b2131;font-size:60px;line-height:112px;text-indent: 10px;color:#f3e2d4;font-family:'FontAwesome';content:"\f04b";position:absolute;left:50%;top:50%;margin-top:-56px;margin-left:-56px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}*/

.menus-description {
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 80px
}

.contact-page {}

.contact-page .page-title {
    font-size: 50px;
    margin-bottom: 0
}

.contact-page .page-subtitle {
    font-size: 22px
}

.contact-page .contact-form {
    width: 50%;
    padding: 30px 65px 120px
}

.contact-page .contact-form form {
    margin: 0 0 35px
}

.contact-page .contact-banner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #7d736b;
    background-position: center;
    background-size: cover
}

.contact-page .contact-banner img {
    display: none
}

.contact-page .form-group {
    margin-bottom: 10px
}

.contact-page .form-actions {
    margin-top: 25px
}

.contact-page .form-control {
    height: 40px;
    background-color: #8b2332;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 0;
    text-transform: none
}

.contact-page .form-control:focus {
    border-color: #d57e00
}

.contact-page textarea.form-control {
    height: auto
}

.contact-page form .row {
    margin-left: -5px;
    margin-right: -5px
}

.contact-page form .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.contact-page .contact-form {}

.contact-page .contact-form .bootstrap-select {
    margin: 0 !important;
    border: 0;
    padding: 0;
    width: 100% !important;
}

.contact-page .contact-form .bootstrap-select .btn {
    background-color: #F1DDCB;
    color: #8b2332;
    border: none;
    padding: 5px 10px;
    height: 40px;
    font-size: 18px;
    box-shadow: none
}

.contact-page .contact-form .bootstrap-select .btn:active,
.contact-page .contact-form .bootstrap-select .btn:focus,
.contact-page .contact-form .bootstrap-select.open .btn,
.contact-page .contact-form .bootstrap-select.open .btn:hover,
.private_dining-page .gform_wrapper .bootstrap-select .btn:active,
.private_dining-page .gform_wrapper .bootstrap-select .btn:focus,
.private_dining-page .gform_wrapper .bootstrap-select.open .btn,
.private_dining-page .gform_wrapper .bootstrap-select.open .btn:hover {
     background-color: #F1DDCB;
    color: #8b2332;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.contact-page .contact-form .bootstrap-select.btn-group .btn .caret,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .btn .caret {
    border: 0;
    top: 9px;
    right: 20px
}
.contact-page .contact-form .bootstrap-select.btn-group .btn .caret:before,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .btn .caret:before {
    content: "\f107";
    font-family: 'FontAwesome';
}
.contact-page .contact-form .bootstrap-select.btn-group.dropup .btn .caret:before,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group.dropup .btn .caret:before  {
    content: "\f106"
}
.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    border: 1px solid #f1ddcb;
    margin-top: -1px;
    background-color: #f1ddcb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
    border: 0
}

.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    background-color: #f1ddcb;
    border-radius: 0
}

.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li a,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu li a {
    color: #8b2331;
    font-size: 14px;
    padding: 4px 6px;
    border-bottom: 1px solid #f1ddcb
}

.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li a.ffb {
    font-size: 10px
}

.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li a:focus,
.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu .selected a,
.contact-page .contact-form .bootstrap-select.btn-group .dropdown-menu li a:hover,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu li a:focus,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu .selected a,
.private_dining-page .gform_wrapper .bootstrap-select.btn-group .dropdown-menu li a:hover {
    outline: none;
    background-color: #d57e00;
    color: #f1ddcb
}
/* Private Dining Form */
.private_dining-page .gform_wrapper .bootstrap-select .btn {
    color: #777;
    font-size: 10px !important;
}
.private_dining-page .gform_wrapper li {
    margin: 20px 0;
}
.private_dining-page .gform_wrapper .selectpicker li {
    margin: 5px 0;
}
.private_dining-page .gform_wrapper li input,
.private_dining-page .gform_wrapper li textarea {
    background: #F1DDCB;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    width: 70%;
    color: #8b2332;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
}
.private_dining-page .gform_wrapper li input::-webkit-input-placeholder,
.private_dining-page .gform_wrapper li input::-moz-placeholder,
.private_dining-page .gform_wrapper li input:-ms-input-placeholder,
.private_dining-page .gform_wrapper li input:-moz-placeholder  {
    color: #8b2332;
}
.private_dining-page .gform_wrapper .bootstrap-select {
    width: 70% !important;
}
.private_dining-page input[type="submit"] {
    width: 70%;
    border: none;
    background: #D6812B;
    color: #fff !important;
}
.private_dining-page .gfield_description,
.private_dining-page .gfield_radio label {
    font-size: 15px;
    color: #777;
    text-transform: uppercase;
}
.private_dining-page .gform_wrapper li input[type="radio"] {
    width: 30px !important;
}

.private_dining-page .gfield_radio li label {
    display: inline-block !important;
    padding-top: 4px;
    margin-top: 5px;
}
.private_dining-page .gfield_radio li {
    display: inline-block;
    width: 20%;
}

@media (max-width: 992px) {
    .private_dining-page .gform_wrapper .bootstrap-select,
    .private_dining-page .gform_wrapper li input,
    .private_dining-page .gform_wrapper li textarea,
    .private_dining-page input[type="submit"] {
        width: 99% !important;
    }
    
    .private_dining-page .gfield_radio li {
       width: 40%;
    }
}

.phone-locations {
    font-size: 20px;
    color: #771526;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px
}

.phone-locations a.tel {
    font-weight: 500
}

.phone-locations a:not(.tel):hover {
    text-decoration: none
}

.phone-locations i {
    font-size: 28px;
    margin-bottom: 10px
}

.location-page {
    padding-bottom: 60px
}

.location-map {
    border: 2px solid #8b2331;
    margin-bottom: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.location-map .map .img-responsive {
    width: 100%
}

.location-map .title {
    background-color: #8b2331;
    color: #f1ddcb;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
}

.location-map .title a {
    color: #f1ddcb;
}

.location-row {}

.location-row>.col-sm-5 {
    padding-left: 45px
}

.location-row>.col-sm-5.col-sm-pull-4 {
    padding-left: 15px;
    padding-right: 45px
}

.location-block {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    position: relative;
    border: 2px solid #8b2331;
    font-size: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.location-block:hover {
    border-color: #d57e00;
    text-decoration: none
}

.location-block .image {
    height: 160px;
    display: block;
    overflow: hidden;
    position: relative
}

.location-block .image img {
    min-width: 100%;
    min-height: 100%;
    height: auto
}

.location-block .title {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(139, 35, 49, 0.85);
    color: #f1ddcb;
    line-height: 1;
    padding: 10px 0;
    font-weight: 300;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
}

.location-block:hover .title {
    background-color: #d57e00
}

.location-block .title b {
    font-weight: 500;
    display: block
}

.location-details {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 25px
}

.location-details h4 {
    font-size: 36px;
    color: #8b2332;
    margin: 0 0 5px;
    font-family: 'Rhomus', sans-serif;
    text-transform: uppercase;
}

.location-details h4+h6 {
    margin-top: 0;
}

.location-details h6,
.location-details h6 a {
    font-weight: 500;
    color: #d57e00;
    font-size: 22px;
    margin: 15px 0 5px;
}

.location-details h6.text-primary {
    color: #8b2332
}

.location-details b {
    font-weight: 500
}

.location-details p {
    margin-bottom: 5px
}

.location-details hr {
    border-top-color: #8b2332;
    margin: 15px 0 10px
}

.location-details .info {
    color: #8b2332;
    font-size: 13px;
    font-style: italic
}

.location-details a {
    color: #000
}

.location-details a:hover,
.location-details a:focus {
    text-decoration: underline
}

.location-mobile-nav {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center
}

.location-mobile-nav li {
    display: inline-block;
    width: 22%
}

.location-mobile-nav li a {
    border: 1px solid #d57e00;
    color: #d57e00;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    font-weight: 500
}

.location-mobile-nav li a:focus,
.location-mobile-nav li a:hover,
.location-mobile-nav .active a {
    background-color: #d57e00;
    color: #f1ddcb;
    text-decoration: none
}

.locations-row {
    max-width: 1500px;
    /*    margin: 0 auto*/
}

.location-image {
    margin-bottom: 20px;
}

.location-image img {
    width: 100%;
    margin-top: -5px
}

.location-list {
    /*    margin: 80px 0 30px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}

.location-item {
    margin-bottom: 10px;
    display: block;
    opacity: 1;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.location-item.unactive {
    opacity: 0.6
}

.location-item .media-body {
    vertical-align: middle
}

.location-item .media-object {
    width: 100%;
    padding-left: 180px;
    float: left;
    clear: none;
    margin-left: -180px;
    height: 126px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.location-item .location-title {
    float: left;
    position: relative;
    z-index: 0;
    /*    background: #8b2331;*/
}

.location-title img {
    width: 100%;
    display: block;
    height: auto;
}


/*
.location-item:nth-last-child(2) .location-title {
    background: #003056;
}

.location-item:last-child .location-title {
    background: #0D435F;
}
*/

.location-item .location-title h4 {
    color: #f1ddcb;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Rhomus', sans-serif;
    font-size: 22px;
    line-height: 1;
}

.location-item .location-title h4 span {
    display: block;
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
}

.location-item .location-title h4 span.title-small {
    font-size: 18px;
    font-weight: 300;
}

.marker {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.juice_tabs {}

.juice_tabs .tab-content .tab-pane {
    text-align: center;
    font-size: 30px;
    color: #d57e00;
    font-family: 'Rhomus', sans-serif;
    font-weight: 400;
    line-height: 1.2
}

.juice_tabs .tab-content .tab-pane a {
    color: #d57e00;
    text-decoration: none;
    cursor: default;
}

.juice_tabs .tab-content .tab-pane .sep {
    margin: 0 2px
}

.juice_control {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.juice_control li {
    display: inline-block;
    margin: 0 10px 30px
}

.juice_control li a {
    display: block;
    width: 112px;
    height: 284px;
    overflow: hidden;
    position: relative
}

.juice_control li a img {
    max-width: 100%;
    height: auto
}

.juice_control li a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/juice_border.png) no-repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    background-size: 100% auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.juice_control li a:hover:before,
.juice_control .active a:before {
    opacity: 1;
    filter: alpha(opacity=100)
}


/*.hexagons{margin-left:-171px}
        .hexagons.hexagons-offset{margin-left:171px}*/

.hexagons_wrapp {
    padding-bottom: 95px;
    text-align: center
}

.hexagons .hexagon {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

.hexagon {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 330px;
    height: 190.53px;
    margin: 95.26px auto;
    background-size: auto 381px;
    background-position: center;
}

.hexagons+.hexagons+.hexagons {
    margin-top: 96px;
}

.hexagon .hexTop,
.hexagon .hexBottom {
    display: block;
    position: absolute;
    z-index: 1;
    width: 233.35px;
    height: 233.35px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 48.33px;
    background-clip: content-box
}

.hexagon .hexTop:after,
.hexagon .hexBottom:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 190.5256px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-95.2628px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-95.2628px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

.hexagon .hexTop {
    top: -116.6726px;
}

.hexagon .hexTop:after {
    background-position: center top;
}

.hexagon .hexBottom {
    bottom: -116.6726px;
}

.hexagon .hexBottom:after {
    background-position: center bottom;
}

.hexagon:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 330px;
    height: 190.5256px;
    z-index: 2;
    background: inherit;
}

.hexagon .caption {
    color: #edd8c8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b2331;
    background-color: rgba(139, 35, 49, 0.9);
    z-index: 3;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    background-size: 100% auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.hexagon .caption:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-right: 165px solid transparent;
    border-left: 165px solid transparent;
    border-bottom: 95px solid #8b2331;
    border-bottom: 95px solid rgba(139, 35, 49, 0.9)
}

.hexagon .caption:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-right: 165px solid transparent;
    border-left: 165px solid transparent;
    border-top: 95px solid #8b2331;
    border-top: 95px solid rgba(139, 35, 49, 0.9)
}

.hexagon:hover .caption {
    opacity: 1;
    filter: alpha(opacity=100)
}

.hexagon .caption .inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%
}

.hexagon .caption .name {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.hexagon .caption .position {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: block
}


/* 9-8-17 */

/*
.gm-style .gm-style-iw {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    background-color: #f1ddcb;
    min-width: 410px;
    max-width: 170px;
    padding: 15px;
}
*/


/*
.gm-style .gm-style-iw {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    min-height: 100%;
    max-height: 100%;
    background-color: #f1ddcb;
    min-width: 410px;
    max-width: 100%;
    padding: 15px;
    position: relative;
    overflow: visible;
}
*/


/*10-8-2017*/
.text-center.location-content h1, .text-center.location-content .h1 {text-align: left;}
.text-center.location-content h2, .text-center.location-content .h2 {text-align: left;}
.text-center.location-content h3, .text-center.location-content .h3 {text-align: left;}
.text-center.location-content h4, .text-center.location-content .h4 {text-align: left;}
.text-center.location-content h5, .text-center.location-content .h5 {text-align: left;}
.text-center.location-content h6, .text-center.location-content .h6 {text-align: left;}
.text-center.location-content ul {text-align: left;padding: 0;margin: 0;list-style: inside;}
.text-center.location-content ol {text-align: left;padding: 0;margin: 0;list-style: inside;}

.map-info {float: left;width: 58%;}
/*.map-info div.location-desc {width: 100%;float: none;display: inline-block;}*/

/*.gm-style .gm-style-iw {
    background-color: #f1ddcb;
    float: left !important;
    height: 150px !important;
    left: 0 !important;
    max-height: 95px;
    max-width: 100%;
    min-height: 100%;
    min-width: 403px;
    overflow: visible;
    padding: 15px;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
    -moz-box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
}*/

.gm-style .gm-style-iw {
    background-color: #f1ddcb;
    float: left !important;
/*    height: 100% !important;*/
    left: 0 !important;
    max-height: 110px;
    max-width: 100%;
    min-height: 100%;
    min-width: 403px;
    overflow: visible;
    padding: 15px;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
    -moz-box-shadow: 0px 0px 16px 1px rgba(144, 144, 144, 0.8);
}

.gm-style .gm-style-iw:after {border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 21px solid #f1ddcb;
    bottom: -21px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -75px;}

.gm-style .gm-style-iw + div {display: none;}

/*
.gm-style-iw div {
    color: #22c9c5;
    font-weight: 600;
    max-width: 100% !important;
}
*/



.gm-style-iw > div {
    max-width: 100% !important;
/*    min-height: 100%;*/
    width: 100%;
}

.map-content .location-title {
    float: left;
    margin-right: 15px;
    max-width: 140px;
    width: 36%;
}

.map-content strong {
    color: #751426;
/*    display: inline-block;*/
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -10px;
    text-transform: uppercase;
}

.map-content>div {
/*    color: #535353;*/
    color: #000;
    font-size: 10px;
    font-family: "Gotham";
    line-height: 15px;
    font-weight: 500;
}

.map-content .map-link {
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 30px;
}

.map-content .map-link.phone a {
    color: #c86c18;
}

/*11-8-2017*/
.map-info a.map-title:hover, .map-info a.map-title:focus {color: #751426;}

.navbar-brand.inner-page { top: 90px; width: 150px; margin-left: -76px; }
.navbar-brand.inner-page #reserve_table .reserve_form_toggle { font-size: 20px; }
.navbar-brand.inner-page #reserve_table:after { border-right: 75px solid transparent; border-left: 75px solid transparent; border-top: 18px solid #8b2131; } 

@media (min-width: 768px) {
    section.reserve_table-foot:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(139, 35, 49, 0);
        border-bottom-color: #8b2331;
        border-width: 10px;
        border-left-width: 20px;
        border-right-width: 20px;
        margin-left: -20px;
    }
}

section.reserve_table-foot {
    background-color: #8b2331;
    padding: 15px 0 10px;
    color: #f8efe2;
    text-align: center;
    position: absolute;
    top: auto !Important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px -10px 25px 0px rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
}

section.reserve_table-foot.affix {
    position: fixed;
    bottom: -48px;
    box-shadow: 0px -10px 25px 0px rgba(0, 0, 0, .2);
}

section.reserve_table-foot .title {
    font-size: 21px;
    color: #F1DDCB;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400
}

section.reserve_table-foot.affix.open {
    bottom: 0;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease
}

section.reserve_table-foot .form-control {
    width: 165px;
    margin: 0;
    display: inline;
    text-align: center;
    font-size: 18px;
    height: 34px;
    vertical-align: bottom
}

.reserve_table-foot .title a:hover {
    text-decoration: none
}

section.reserve_table-foot .form-control section.reserve_table-foot .form-control::-moz-placeholder {
    color: #f1ddcb;
    opacity: 1;
}

section.reserve_table-foot .form-control:-ms-input-placeholder {
    color: #f1ddcb;
}

section.reserve_table-foot .form-control::-webkit-input-placeholder {
    color: #f1ddcb;
}

.reserve_table-foot #OT_form {
    width: 100%
}

.reserve_table-foot .OT_wrapper {
    border: none;
    border-radius: 0;
    font-family: 'Gotham', sans-serif;
    width: 100%;
}

.reserve_table-foot .OT_header {
    display: none
}

.reserve_table-foot .OT_list {
    width: 100%
}

.reserve_table-foot .OT_day,
.reserve_table-foot .OT_time,
.reserve_table-foot .OT_party {
    background: none;
    padding: 0;
    border: none;
    width: 165px;
    margin: 0 4px;
    display: inline;
    text-align: center;
    font-size: 20px;
    height: 34px;
    margin-bottom: 5px;
}

.reserve_table-foot .OT_searchTimeField,
.reserve_table-foot .OT_searchDateField,
.reserve_table-foot .OT_searchPartyField {
    font-size: 20px;
    height: 34px;
    width: 165px;
    color: #F1DDCB;
    text-align: center;
    background: #8B2331;
    border-radius: 0;
    border-color: #F1DDCB;
    font-weight: 300;
}

.reserve_table-foot .OT_submit,
.reserve_table-foot #OTButton {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    display: none
}

.reserve_table-foot #OT_Find_a_Table {
    background-image: none;
    background-color: #f1ddcb;
    font-size: 20px;
    height: 34px;
    text-shadow: none;
    color: #8b2331;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 600
}

.reserve_table-foot #OT_timeList,
.reserve_table-foot #OT_partyList {
    background-color: #8B2331;
    width: 165px;
    overflow: auto;
    border-left: 1px solid #F1DDCB;
    border-right: 1px solid #F1DDCB;
    border-bottom: 1px solid #F1DDCB;
    position: absolute;
    top: 28px;
    left: 0;
}

.reserve_table-foot #OT_timeList .OT_navListItem,
.reserve_table-foot #OT_partyList .OT_navListItem {
    width: 100%
}

.reserve_table-foot #OT_timeList li a.OT_navLink,
.reserve_table-foot #OT_partyList li a.OT_navLink {
    color: #F1DDCB;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
}

.reserve_table-foot a.OT_navLink:hover,
.reserve_table-foot a.OT_navLink.selected {
    background-color: #f1ddcb;
    color: #8B2331 !important;
}

.reserve_table-foot dt {
    display: none;
}

.reserve_table-foot #OT_searchWrapperAll,
.reserve_table-foot #OT_searchWrapper {
    height: auto;
    background: none
}

.reserve_table-foot #OT_searchWrapper .OT_feedTitle {
    display: none;
}

.reserve_table-foot #OT_searchWrapper {
    background: #8B2331;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.reserve_table-foot #OT_searchWrapper dl {
    position: relative;
}

.reserve_table-foot #OT_searchWrapper .feedFormField,
.reserve_table-foot #OT_searchWrapper .feedFormField option,
.reserve_table-foot #OT_searchWrapper #startDate,
.reserve_table-foot #OT_searchWrapper .OT_feedFormfieldCalendar {
    font-size: 16px;
    margin: 0;
    color: #F1DDCB;
    background-color: #8B2331;
    height: 33px;
    border: 1px solid #F1DDCB;
    font-family: 'Gotham', sans-serif;
    width: 165px;
    padding-left: 5px;
    text-transform: uppercase;
    border-radius: 4px !important
}

.reserve_table-foot select {
    border-radius: 0 !important
}

.reserve_table-foot #OT_searchWrapper #startDate,
.reserve_table-foot #OT_searchWrapper .OT_feedFormfieldCalendar {
    padding-left: 9px
}

.reserve_table-foot #OT_restaurant,
.reserve_table-foot #OT_partySize,
.reserve_table-foot #OT_date,
.reserve_table-foot #OT_time {
    position: relative;
    top: auto;
    left: auto;
    text-transform: uppercase;
    display: inline-block;
    width: 165px;
    border-radius: 0
}

.reserve_table-foot #OT_submitWrap {
    top: auto;
    left: auto;
    margin-top: 10px
}

.reserve_table-foot #OT_submitWrap input {
    background-image: none;
    background-color: #f1ddcb;
    font-size: 20px;
    height: 34px;
    text-shadow: none;
    color: #8b2331;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 600;
    width: 100%;
    max-width: 679px;
    margin-left: 4px;
    text-align: center;
    cursor: pointer
}

.reserve_table-foot #OT_searchWrapper #dateDisplay {
    display: none
}

.reserve_table-foot #cal1 {
    bottom: 100%;
    border: 1px solid #F1DDCB;
    border-bottom: 0
}

.reserve_table-foot #OT_searchWrapper #imageCal table {
    width: 159px
}

.reserve_table-foot #OT_searchWrapper #imageCal td {
    background-color: #8B2331;
    font-family: 'Gotham', sans-serif;
}

.reserve_table-foot #OT_searchWrapper .months {
    color: #F1DDCB;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham', sans-serif;
}

.reserve_table-foot #OT_searchWrapper .weekdays {
    color: #F1DDCB;
}

.reserve_table-foot #OT_searchWrapper .nonclickableDays {
    color: rgba(241, 221, 203, 0.6);
}

.reserve_table-foot #OT_searchWrapper .clickableDays {
    color: #D57E00;
}

#foot-confirm {
    max-width: 680px;
    margin: 0 auto;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
}

.reserve_table-foot .form-group {
    display: inline-block;
    width: 165px;
    padding: 0;
    position: relative
}

.reserve_table-foot .bootstrap-select {
    margin: 0 !important;
    border: 0;
    padding: 0;
    width: 100% !important;
}

.reserve_table-foot .bootstrap-select .btn {
    background-color: transparent;
    color: #f1ddcb;
    border: 1px solid #f1ddcb;
    padding: 3px 10px;
    height: 34px;
    font-size: 18px;
    box-shadow: none
}

.reserve_table-foot .bootstrap-select.btn-group .btn .filter-option {
    text-align: center
}

.reserve_table-foot .bootstrap-select .btn:active,
.reserve_table-foot .bootstrap-select .btn:focus,
.reserve_table-foot .bootstrap-select.open .btn,
.reserve_table-foot .bootstrap-select.open .btn:hover {
    background-color: #F1DDCB;
    color: #8b2332;
    box-shadow: none
}

.reserve_table-foot .bootstrap-select.btn-group .btn .caret {
    display: none
}

.reserve_table-foot .bootstrap-select.btn-group .btn .caret:before {
    content: " ";
}

.reserve_table-foot .bootstrap-select.btn-group.dropup .btn .caret:before {
    content: " "
}

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    border: 1px solid #f1ddcb;
    margin-top: -1px;
    background-color: #f1ddcb;
    border-radius: 0;
    max-height: 200px !important
}

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
    border: 0
}

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    background-color: #f1ddcb;
    border-radius: 0
}

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li a {
    color: #8b2331;
    font-size: 14px;
    padding: 4px 6px;
    border-bottom: 1px solid #f1ddcb
}


/*.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li a.ffb{font-size:10px}*/

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li a:focus,
.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu .selected a,
.reserve_table-foot .bootstrap-select.btn-group .dropdown-menu li a:hover {
    outline: none;
    background-color: #d57e00;
    color: #f1ddcb
}

.reserve_table-foot .bootstrap-datetimepicker-widget.dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    margin-bottom: 0;
    margin-left: -133px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none
}

.reserve_table-foot .btn-caret {
    display: none
}

.reserve_table-foot .btn.btn-submit {
    line-height: 1;
    text-align: center;
    color: #8b2332;
    border: 1px solid;
    background-color: #f1ddcb;
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}


/* temp */

.reserve_table-foot #OT_submitWrap input {
    display: none
}

.reserve_table-foot .title a {
    color: #F1DDCB;
}

section.reservation-page {
    background-image: url('../img/bg-reservation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 140px;
    overflow-x: hidden;
    overflow-y: hidden
}

section.reservation-page .page-title {
    margin-bottom: 25px;
}

section.reservation-page .content {
    color: #F1DDCB;
    padding-bottom: 200px
}

section.reservation-page .content .btn {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none
}

.reservation-page dt {
    display: none;
}

.reservation-page #OT_searchWrapperAll,
.reservation-page #OT_searchWrapper {
    height: auto;
    background: none
}

.reservation-page #OT_searchWrapper .OT_feedTitle {
    display: none;
}

.reservation-page #OT_searchWrapper {
    background: none;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.reservation-page #OT_searchWrapper dl {
    position: relative;
}

.reservation-page #OT_searchWrapper .feedFormField,
.reservation-page #OT_searchWrapper .feedFormField option,
.reservation-page #OT_searchWrapper #startDate,
.reservation-page #OT_searchWrapper .OT_feedFormfieldCalendar {
    font-size: 20px;
    margin: 0;
    color: #8B2331;
    background-color: #F1DDCB;
    height: 34px;
    border: 1px solid #8B2331;
    font-family: 'Gotham', sans-serif;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 0
}

.reservation-page #OT_searchWrapper #startDate,
.reservation-page #OT_searchWrapper .OT_feedFormfieldCalendar {
    padding-left: 4px
}

.reservation-page #OT_searchWrapper .feedFormField:disabled,
.reservation-page #OT_searchWrapper input:disabled {
    opacity: 0.7
}

.reservation-page #OT_restaurant,
.reservation-page #OT_partySize,
.reservation-page #OT_date,
.reservation-page #OT_time {
    position: relative;
    top: auto;
    left: auto;
    text-transform: uppercase;
    display: inline-block;
    width: 48%
}

.reservation-page #OT_submitWrap {
    top: auto;
    left: auto;
    margin-top: 0
}

.reservation-page #OT_submitWrap input {
    display: none
}

.reservation-page #OT_searchWrapper #dateDisplay {
    display: none
}

.reservation-page #cal1 {
    width: 100%;
    bottom: 100%;
    border: 1px solid #F1DDCB;
    border-bottom: 0
}

.reservation-page #OT_searchWrapper #imageCal {
    width: 100%
}

.reservation-page #OT_searchWrapper #imageCal table {
    width: 100%
}

.reservation-page #OT_searchWrapper #imageCal td {
    background-color: #8B2331;
    font-family: 'Gotham', sans-serif;
}

.reservation-page #OT_searchWrapper .months {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham', sans-serif;
}

.reservation-page #OT_searchWrapper .weekdays {
    color: #F1DDCB;
}

.reservation-page #OT_searchWrapper .nonclickableDays {
    color: rgba(241, 221, 203, 0.6);
}

.reservation-page #OT_searchWrapper .clickableDays {
    color: #d57e00;
}

.reservation-page #OT_restaurant,
.reservation-page #OT_date {
    margin-right: 2%;
}

.reservation-content {
    display: block;
    margin: 0 auto;
    max-width: 480px
}

#form_wrap {}

.form_wrap-inner {
    width: 300px;
    height: 347px;
    margin: 0 auto;
    background: #f1ddcb;
    padding: 25px 30px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .6);
}

.form_wrap-inner .form-group {
    padding: 0;
    height: 40px
}

.form_wrap-inner .bootstrap-select {
    margin: 0 !important;
    border: 0;
    padding: 0;
    width: 100% !important;
    height: auto
}

.form_wrap-inner .bootstrap-select .btn {
    background-color: #8b2332;
    color: #F1DDCB;
    border: none;
    padding: 5px 10px;
    height: 40px;
    font-size: 18px;
    box-shadow: none
}

.form_wrap-inner .bootstrap-select .btn:active,
.form_wrap-inner .bootstrap-select .btn:focus,
.form_wrap-inner .bootstrap-select.open .btn,
.form_wrap-inner .bootstrap-select.open .btn:hover {
    background-color: #8b2332;
    color: #F1DDCB;
    box-shadow: none
}

.form_wrap-inner .bootstrap-select.btn-group .btn .caret {
    border: 0;
    top: 9px;
    right: 20px
}

.form_wrap-inner .bootstrap-select.btn-group .btn .caret:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

.form_wrap-inner .bootstrap-select.btn-group.dropup .btn .caret:before {
    content: "\f106"
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    border: 1px solid #f1ddcb;
    margin-top: -1px;
    background-color: #f1ddcb;
    border-radius: 0;
    max-height: 200px !important;
    z-index: 991
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
    border: 0
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    background-color: #f1ddcb;
    border-radius: 0
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu li a {
    color: #8b2331;
    font-size: 14px;
    padding: 4px 6px;
    border-bottom: 1px solid #f1ddcb
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu li a:focus,
.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu .selected a,
.form_wrap-inner .bootstrap-select.btn-group .dropdown-menu li a:hover {
    outline: none;
    background-color: #d57e00;
    color: #f1ddcb
}

.form_wrap-inner .datepicker.form-control {
    height: 40px;
    background-color: #8b2332;
    color: #F1DDCB;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
}

.form_wrap-inner .btn-submit {
    width: 100%;
    font-family: 'Gotham';
    font-size: 20px;
    height: 40px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #8b2332;
    border: 1px solid;
    background-color: #f1ddcb;
}

.form_wrap-inner .btn-caret {
    right: 9px;
    font-size: 18px;
    top: 6px;
    font-weight: 700
}

.form_wrap-inner .btn-caret i {
    font: inherit;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
}

#plate {
    position: relative;
    /*background-image:url(../img/plate.png);background-size:contain;background-repeat:no-repeat;*/
    width: 720px;
    height: 986px;
    margin-left: auto;
    margin-top: -100px
}


/*#plate:after{content:" ";position:absolute;background-image:url(../img/plate_border.png);width:100%;height:100%}*/

#plate img {
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#plate .out {
    opacity: 0;
    visibility: hidden
}

#plate .in {
    opacity: 1;
    visibility: visible
}

section.footers {
    background-color: #d57e00;
    padding: 30px 0 20px;
    color: #8b2332;
    /*margin-top:102px*/
    z-index: 10
}

.home section.footers {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 5px
}

.page-template-tpl-reservations section.footers {
    margin-top: 0;
    padding-bottom: 5px
}

.social-foot {
    list-style: none;
    margin: 0 0 8px;
    text-align: center;
    padding: 0
}

.social-foot li {
    display: inline-block;
}

.social-foot li a {
    text-align: center;
    width: 21px;
    height: 35px;
    display: block;
    position: relative;
    background-color: #F1DDCB;
    line-height: 34px;
    margin: 0 15px;
    color: #d57e00;
    font-size: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.social-foot li a:hover {
    background-color: #8c2332
}

.social-foot li a:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #F1DDCB;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.social-foot li a:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #F1DDCB;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.social-foot li a:hover:before {
    border-right-color: #8c2332
}

.social-foot li a:hover:after {
    border-left-color: #8c2332
}

.social-foot li .i-instagram {
    margin-top: -4px
}

.i-instagram {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../img/i-instagram.png) no-repeat center;
    vertical-align: middle
}

.i-check {
    width: 24px;
    height: 21px;
    display: inline-block;
    background: url(../img/i-check.png) no-repeat center;
    vertical-align: middle
}

#sign-up-form-foot {
    min-height: 35px;
    max-width: 655px;
    margin: 0 auto 10px;
    position: relative
}

#sign-up-form-foot form {
    border: 1px solid #edd8c8;
    height: 35px;
    padding-right: 35px;
    background-color: #8b2332;
    margin: 0;
    position: relative;
    display: none
}


/*#sign-up-form-foot form .form-control{border:0;border-right:1px solid #edd8c8;height:33px;width:50%;float:left;background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-align:center;color:#edd8c8;font-weight:700}*/

#sign-up-form-foot form .form-control {
    font-size: 16px;
    border: 0;
    border-right: 1px solid #edd8c8;
    height: 33px;
    width: 50%;
    float: left;
    background: transparent;
    border-radius: 0;
    text-align: center;
    color: #edd8c8;
    font-weight: 400;
    font-family: 'Gotham', sans-serif;
}

#sign-up-form-foot form .form-control::-moz-placeholder {
    color: #edd8c8;
    opacity: 1;
}

#sign-up-form-foot form .form-control:-ms-input-placeholder {
    color: #edd8c8;
}

#sign-up-form-foot form .form-control::-webkit-input-placeholder {
    color: #edd8c8;
}

#sign-up-form-foot form .btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 100%;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    background-color: #8b2332;
    padding: 0;
    text-align: center;
    box-shadow: none
}

#sign-up-form-foot form .btn:focus,
#sign-up-form-foot form .btn:hover {
    background-color: #6d0514;
    outline: none
}

.btn-sign-up-foot {
    white-space: normal;
    border: 1px solid #f1ddcb;
    font-size: 12px;
    color: #f1ddcb;
    padding: 8px;
    border-radius: 0;
    margin: 0 auto 10px;
    box-shadow: none
}

.btn-sign-up-foot:hover {
    background-color: #8b2332;
    color: #f1e1d5
}

#confirm-subscription {}

.modal-content {
    background: #8B2131;
    color: #f1ddcb;
    font-size: 20px;
    border-radius: 0;
}

.modal-header {
    border: none;
}

.modal-header .close {
    color: #d57e00;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none
}

.modal-backdrop.in {
    opacity: 0.55;
    filter: alpha(opacity=55)
}

.modal-backdrop {
    background-color: #d57e00;
}

.nav-foot {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
}

.nav-foot li {
    display: inline-block;
    margin: 0 10px
}

.nav-foot li a {
    display: block;
    color: #8b2332;
    font-size: 12px;
    text-transform: uppercase
}

.copyright {
    color: #8b2332;
    text-align: center;
    font-size: 8px
}

.copyright a:hover,
.copyright a:focus {
    color: #8b2332;
    text-decoration: underline
}


/**New pages*/

section.about-page {
    padding-top: 0 !important;
}

.about-bg {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    margin-bottom: 60px;
}

.about-bg .container {
    padding-top: 30px;
}

.about-bg h1 {
    font-family: 'Adobe Caslon Pro';
    color: #f0dcca;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.36);
    font-size: 116px;
    padding-top: 20px;
    clear: both;
    margin-bottom: -20px;
    text-transform: none
}

.about-bg img {
    display: none;
}

/* 
 * Artwork page 
 */
section.artwork-page, 
section.private_dining-page {
    padding-top: 0 !important;
}
.artwork-bg, 
.private_dining-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    margin-bottom: 60px;
/*     height: 270px; */
	height: 400px;
}
.artwork-bg {
    background-position: 50% 50%;
}
.private_dining-bg {
    background-position: 50% 70%;
}


@media screen and (min-width:768px) {
	.artwork-bg {
/* 		height: 400px; */
		height: 700px;
	}	
	
}

.artwork-bg .container, 
.private_dining-bg .container {
    padding-top: 50px;
}
.artwork-bg h1, 
.private_dining-bg h1 {
    font-family: 'Adobe Caslon Pro';
    color: #f0dcca;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.36);
    font-size: 116px;
    padding-top: 20px;
    clear: both;
    margin-bottom: -20px;
    text-transform: none
}
.artwork-location_description {
  /*  text-align: center;*/
}
/* end Artwork */

/* 
 * Artits pages 
 */
.artist-pages .video-container {
    margin-bottom: 30px;
}
.artist_links {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* 
 * Artwork Location page
 */
 .artist-loop:nth-of-type(3) {
   clear: both;
}
 .artist-item .btn {
    width: 50%;
    margin-bottom: 40px;
 }
 .post-list .row>div.artist-loop {
    padding-left: 20px;
    padding-right: 20px;
	min-height: 548px;
    max-height: 587px;
 }
 .artist-loop h3 {
    margin-top: 0;
 }
 .artist-subtitle {
    color: #555;
    font-size: 18px;
 }
.maroon-text p {
    color: #8b2332;
}

.maroon-text {
    font-size: 24px;
}

.margin-bottom-md {
    margin-bottom: 60px;
}

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

.spirit-page .post-title::before {
    border-bottom: 0;
}

.photo-caption {
    margin-top: 20px;
    min-height: 260px;
    border-bottom: 2px solid #8b2331;
}

.margin-top-xs {
    margin-top: 20px;
}

.tab-content h1 {
    font-family: "Rhomus", sans-serif;
    color: #8B2331;
    font-size: 50px;
    margin: 30px 0 20px
}

.choose {
    font-family: 'Myriad Pro';
}

.menus-description .nav>li>a>img {
    max-width: 100%;
}

.menus-description .nav-tabs>li>a {
    padding: 0;
}

.menus-description .nav-tabs>li.active>a,
.menus-description .nav-tabs>li.active>a:hover,
.menus-description .nav-tabs>li.active>a:focus {
    opacity: 1;
}

.menus-description .nav-tabs>li.unactive>a {
    opacity: 0.6;
}

.menus-description .nav-tabs {
    border-bottom: transparent;
}

.border-bottom {
    border-bottom: 2px solid #8b2331;
    padding-bottom: 30px;
}

.fancybox-mobile {
    min-height: 80%;
}

.checkbox-field label {
    font-weight: normal;
    color: #8b2332;
    padding-left: 30px;
    position: relative;
}

.checkbox-field ul {
    clear: both;
    padding: 0;
}

.checkbox-field label:before {
    content: " ";
    width: 20px;
    height: 20px;
    border: 1px solid #8b2332;
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome'
}

.checkbox-field.c_on label:before {
    content: "\f00c";
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
}

.maroon-container {
    background-color: #8c2232;
    font-size: 20px;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    box-shadow: 0 7px 13px -3px rgba(0, 0, 0, 0.6);
}

.logo-wrap {
    padding: 0 5px 5px;
    background-color: #f3decc;
    display: block;
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}

.logo-wrap>img {
    padding: 10px 20px;
    border-left: 1px solid #8c2232;
    width: 100%;
    border-right: 1px solid #8c2232;
    border-bottom: 1px solid #8c2232;
}

.maroon-container .navbar-nav {
    width: 100%;
    padding-right: 0px;
}

.maroon-container .navbar-nav>li {
    width: 50%;
    margin: 0;
}

.maroon-container .nav>li>a {
    padding: 30px 20px;
}
/* 
 *  nav adjustment NAV longer string home 
 */

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

    .maroon-container .navbar-nav {
        width: 100%;
        padding-right: 0px;
        padding-top: 5px;
    }
    .maroon-container .navbar-nav > li {
        width: 40%;
        margin: 0 5%;
    }
    .maroon-container .navbar-nav > li.locations-menu_item {
        padding-left: 0;
        padding-right: 0;
    }
    .maroon-container .nav > li > a {
        padding: 10px 20px;
    }
    .maroon-container .dining-menu_item {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .maroon-container .dining-menu_item a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .maroon-container .dining-menu_item a span {
         text-align: center;
    }
   
}

@media screen and (min-width:1024px) {
    
    /* interior pages */
    .maroon-container .navbar-nav > li {
        width: 25%;
       /* margin: 10px 5% 0;*/
         margin: 0;
    }
    .maroon-container .nav > li > a {
        padding: 10px 0px;
    }


     /* dining */
    .maroon-container .navbar-nav .dining-menu_item  {
       /* margin: 10px 0 0 15px !important;*/
       
    }
    .maroon-container .dining-menu_item a {
        padding-bottom: 20px !important;   
    }
    /* locations */
    .maroon-container .navbar-nav > li.locations-menu_item {
        width: 30%;
    }
    /* art */
    .maroon-container .navbar-nav > li.art-menu_item {
        width: 17%;
    }
    /* buy */
    .maroon-container .navbar-nav > li.buy-menu_item {
        width: 22%;
    }
    /* end interior page */
/* home */
    .home .navbar-nav > li {
        width: 25%;
        margin: 0px;
    }
    .home .dining-menu_item a {
        padding-bottom: 20px !important;
        margin-top: -10px; 
        max-width: 137px;
    }
    /* locations */
   .home .navbar-nav > li.locations-menu_item {
        width: 30%;
    }
    /* art */
    .home .navbar-nav > li.art-menu_item {
        width: 17%;
    }
    /* buy */
    .home .navbar-nav > li.buy-menu_item {
        width: 23%;
    }
    
}
@media screen and (min-width:1381px) {
   
   .maroon-container .dining-menu_item {
        margin-top: 20px !important;
   }
   /* dining */
     .maroon-container .navbar-nav .dining-menu_item {
        width: 33%;
     }
     /* buy */
    .maroon-container .navbar-nav > li.buy-menu_item {
        width: 15%;
    }


    /* home */
    /*.home .navbar-nav > li {
        width: 15% !important;
        margin-top: 15px;
    }*/
    /* dining */
     .home .navbar-nav .dining-menu_item {
        width: 33%;
     }
     /* buy */
    .home .navbar-nav > li.buy-menu_item {
        width: 15%;
    }
    .home .dining-menu_item a {
       margin-top: 0px;
       max-width: initial;
    }
    

}
@media screen and (min-width:2020px) {
    .navbar-nav > li {
        margin-top: 10px;
    }
    /* private dining */
    .dining-menu_item {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    /* home */
    .home .dining-menu_item a {
       margin-top: 10px;
   }
}
/* 
 *  nav adjustment NAV longer string Interior pages 
 */



/* end nav adjustment */


.botton-nav {
    background-color: #d68128;
    text-align: center;
    padding: 40px 15px 0px;
    box-shadow: 0 7px 13px -3px rgba(0, 0, 0, 0.6);
}

.botton-nav .collapse.in {
    padding-bottom: 8px;
}

.botton-nav input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #f0dcca;
    font-size: 20px;
    color: #d68128;
    width: 75%;
    padding: 3px 12px;
    width: 675px;
}

.botton-nav input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #d68128;
    /*width:675px;*/
}

.botton-nav .form-group .date-input input.form-control.datepicker::-webkit-input-placeholder {
    color: #f1ddcb;
}

.botton-nav .form-group .date-input input.form-control.datepicker:-moz-placeholder {
    color: #f1ddcb;
}

.botton-nav .form-group .date-input input.form-control.datepicker::-moz-placeholder {
    color: #f1ddcb;
}

.botton-nav .form-group .date-input input.form-control.datepicker:-ms-input-placeholder {
    color: #f1ddcb;
}

.botton-nav .form-group {
    display: inline-block !important;
    width: 165px !important;
    padding: 0 !important;
    position: relative !important;
}

.botton-nav .form-group .bootstrap-select.form-control .btn {
    height: 34px;
    font-size: 16px;
}

.botton-nav .form-group .bootstrap-select.btn-group .btn .filter-option {
    text-align: center !important;
    font-weight: 400;
    font-size: 18px;
}

.botton-nav .form-group .date-input input[type="text"] {
    text-align: center !important;
    font-weight: 400;
    font-size: 18px;
}

.botton-nav .form-group .date-input input.form-control.datepicker {
    height: 34px;
    /*font-size:16px;*/
    font-size: 18px;
}

.botton-nav .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0px;
}

.botton-nav .form-control {
    height: auto;
}

.toggle-link {
    text-transform: uppercase;
    color: #f3decc;
    font-size: 18px;
}

.toggle-link:hover,
.toggle-link:active,
.toggle-link:focus {
    color: #f3decc;
    text-decoration: none;
    outline: 0;
    margin-bottom: 10px;
}

.botton-nav form {
    /*max-width:240px;*/
    margin: 7px auto 0px auto;
    /*margin-top: 7px;*/
}

.mobile-logo {
    background-color: #8c2232;
    padding: 15px;
    border-bottom: 1px solid #eed9c8;
}

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}


/***    27-6-2017   ****/

.menus-thumb a.item {
    display: block;
    width: 100%;
}

.menus-thumb a.item .caption {
    position: relative;
    display: block;
}

.menus-thumb a.item img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.filter-location:hover,
.filter-category:hover {
    opacity: 0.6;
}


/*.menus-thumb a.item > img {display:none;}*/


/* 8-8-17 */

.location-page .container-wide {
    max-width: 1500px;
}

.map-div {
    height: 721px;
    width: 100%;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
}

/*
.location-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
*/


.location-item {
    margin-bottom: 30px;
    
/*
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    display: -webkit-flex; 
    display: -moz-box;
*/
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    
    position: relative;
}


.location-item .link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.location-item.red-bg {
    background-color: #8c2131;
}

.location-item.blue-bg {
    background-color: #003056;
}

.location-item .media-object {
    padding-left: 0;
    margin-left: 0;
    width: auto;
    height: auto;
}

.bg_image.media-object>img {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
}

.location-list {
    margin-bottom: 0;
}

/*
.tabs-menu {
    float: left;
    margin: 30px 0 15px;
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/


.tabs-menu {
    float: left;
    margin: 30px 0 15px;
    padding-left: 0;
    width: 100%;
    
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    display: -webkit-flex; 
    display: -moz-box;
    
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;/* Safari 6.1+ */
}

ul.tabs-menu li {
    float: left;
    padding: 0 15px;
    width: 32%;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}

/*ul.tabs-menu li:first-child {
    padding-left: 0;
}

ul.tabs-menu li:nth-child(5n) {
    padding-right: 0;
}

ul.tabs-menu li:nth-child(5n) {
    padding-right: 0;
}

ul.tabs-menu li:nth-child(6n) {
    padding-left: 0;
    padding-right: 15px;
}*/

ul.tabs-menu li a {
    /* font-family: 'Avenir Next';
    font-weight: 700; */
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #e0c9b8;
    font-size: 14px;
    line-height: 30px;
    background-color: #751426;
    display: block;
    padding: 5px;
}

ul.tabs-menu li.current a,
ul.tabs-menu li a:hover {
    background-color: #c86c18;
    text-decoration: none;
    outline: none;
}

@media (max-width:1280px) {
    /*.location-item .location-title {
        width: 150px;
    }
    .location-item .media-object {
        width: calc(100% - 150px);
    }*/
    .map-div {
        height: 500px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1110px
    }
}

@media (max-width:1199px) {
    /*.faqs .q{font-size:28px}
    .faqs .a{font-size:22px}*/
    .menus-thumb .menus-title {
        font-size: 38px
    }
    .page-title {
        font-size: 46px
    }
    .page-title.lg {
        font-size: 48px
    }
    .menus-thumb a.item .caption {
        font-size: 26px
    }
    .menus-thumb a.item.category .caption {
        font-size: 19px
    }
    .page-banner .caption .quote {
        font-size: 22px
    }
    .page-banner .caption .by {
        font-size: 18px
    }
    .btn-border-primary2 {
        font-size: 38px
    }
    /*
    .location-item .location-title {
        width: 180px
    }
    .location-item .media-object {
        padding-left: 180px;
        margin-left: -180px
    }
*/
    .location-item .location-title h4 {
        font-size: 24px
    }
    .location-item .location-title h4 span {
        font-size: 28px
    }
    .location-item .location-title h4 span.title-small {
        font-size: 18px
    }
    .btn-download {
        font-size: 18px
    }
    .page-banner .caption.caption-alt {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        box-shadow: none !important;
        background-color: #8B2331;
    }
    .phone-locations {
        font-size: 16px
    }
    .hero-slideshow .hero-title {
        font-size: 17px
    }
    .slideshow .overlay-orange {
        bottom: 88px
    }
    /* 8-8-17 */
    .location-item .location-title h4 {
        font-size: 20px;
    }
    .location-item .location-title h4 span {
        font-size: 22px;
    }
    .location-item .location-title h4 span.title-small {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .contact-page {
        background-color: #8b2332;
    }
    .contact-page p,
    .contact-page a,
    .contact-page .page-title,
    .contact-page .page-subtitle {
        color: #F1DDCB;
    }
    .contact-page .form-control {
        background-color: #F1DDCB;
        color: #8b2332;
    }
    .contact-page .btn-border-primary {
        color: #F1DDCB;
        border: 2px solid #F1DDCB;
    }
    .form-control::-moz-placeholder {
        color: #8b2332;
    }
    .form-control:-ms-input-placeholder {
        color: #8b2332
    }
    .form-control::-webkit-input-placeholder {
        color: #8b2332
    }
    .checkbox-field label {
        color: #f1ddcb;
    }
    .checkbox-field label:before {
        border-color: #f1ddcb;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menus-nav .dropdown .dropdown-menu a {
        font-size: 18px
    }
    .location-map .title {
        font-size: 25px
    }
    .location-block {
        font-size: 16px
    }
    .btn-border-primary2.sm {
        font-size: 21px
    }
    .page-banner .caption {
        font-size: 15px;
        line-height: 1.3
    }
    .location-row>.col-sm-5 {
        padding-left: 25px
    }
    .location-row>.col-sm-5.col-sm-pull-4 {
        padding-right: 25px
    }
    .hexagon {
        width: 290px;
        height: 167.43px;
        margin: 83.72px auto;
        background-size: auto 335px
    }
    .hexagon .hexTop,
    .hexagon .hexBottom {
        width: 205.06px;
        height: 205.06px;
        left: 42.47px;
    }
    .hexagon .hexTop:after,
    .hexagon .hexBottom:after {
        width: 290px;
        height: 167.4316px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px)
    }
    .hexagon .hexTop {
        top: -102.5305px;
    }
    .hexagon .hexBottom {
        bottom: -102.5305px;
    }
    .hexagon:after {
        width: 290px;
        height: 167.4316px
    }
    .hexagon .caption:before {
        border-right-width: 145px;
        border-left-width: 145px;
        border-bottom-width: 84px
    }
    .hexagon .caption:after {
        border-right-width: 145px;
        border-left-width: 145px;
        border-top-width: 84px
    }
    .hexagon .caption .name {
        font-size: 24px
    }
    .hexagon .caption .position {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    /*
    .location-item .location-title{ width: 130px;}
    .location-item .media-object { width: calc(100% - 130px);}
*/
}

@media (max-width: 991px) {
    .btn-internal {
        font-size: 28px
    }
    .hero-slideshow {
        font-size: 12px
    }
    .hero-slideshow .hero-title {
        font-size: 16px
    }
    .nav-filter li {
        width: 30%
    }
    .nav-filter.c4 li {
        width: 47%
    }
    .faqs .q {
        font-size: 24px
    }
    .faqs .a {
        font-size: 20px
    }
    .menus-thumb .menus-title {
        font-size: 34px
    }
    .page-title {
        font-size: 42px;
        margin-bottom: 25px
    }
    .page-title.lg {
        font-size: 44px
    }
    .menus-thumb a.item .caption {
        font-size: 24px;
        height: 40px
    }
    .menus-thumb a.item.category .caption {
        font-size: 17px
    }
    .contact-page .contact-form {
        padding: 155px 20px 20px
    }
    .contact-page .page-title {
        font-size: 40px
    }
    .contact-page .page-subtitle {
        font-size: 15px
    }
    .contact-page .btn-border-primary {
        font-size: 14px
    }
    .contact-page .contact-form .bootstrap-select .btn {
        background-color: #8b2332;
        color: #F1DDCB;
    }
    .phone-locations {
        font-size: 14px
    }
    .page-banner .caption .quote {
        font-size: 18px
    }
    .page-banner .caption .by {
        font-size: 16px
    }
    .btn-border-primary2 {
        font-size: 30px
    }
    .location-row>.col-sm-5 {
        padding-left: 15px
    }
    .location-row>.col-sm-5.col-sm-pull-4 {
        padding-right: 15px
    }
    .location-details {
        font-size: 13px
    }
    .location-details h4 {
        font-size: 30px
    }
    .location-details h6 {
        font-size: 16px
    }
    .juice_control li {
        margin-left: 0;
        margin-right: 0
    }
    section.pages.lg {
        font-size: 19px
    }
    .hexagon .caption .name {
        font-size: 16px;
        line-height: 1.4
    }
    .hexagon .caption .position {
        font-size: 13px;
        margin: 0 40px;
        line-height: 1.2
    }
    .location-image img,
    .location-list {
        margin-top: 0
    }
    .about-bg h1 {
        font-size: 80px
    }
    #plate {
        width: auto;
        height: auto;
        margin-top: 0
    }
    .carousel-indicators {
        bottom: 125px
    }
    .slideshow .overlay-orange {
        bottom: 122px
    }
    .botton-nav input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: 100%;
    }
    /* 8-8-17 */
    ul.tabs-menu li {
        padding: 0 3px;
    }
    ul.tabs-menu li a {
        font-size: 12px;
    }
    .location-list {
        margin-top: 30px;
    }
    
    ul.tabs-menu li:nth-child(6n) {padding-right: 3px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li {
        width: 50%;
        margin: 0
    }
    .navbar-nav>li>a {
        font-size: 16px
    }
    .navbar-nav .dropdown-menu {
        width: 140px;
        margin-left: -70px;
        min-width: inherit
    }
    .navbar-nav .dropdown-menu>li>a {
        font-size: 15px
    }
    .navbar-nav .dropdown-menu>.custom-nav>a {
        font-size: 9px
    }
    .menus-nav .dropdown .dropdown-menu a {
        font-size: 15px
    }
    .page-banner .caption {
        font-size: 13px;
        line-height: 1.3
    }
    .location-map .title {
        font-size: 22px
    }
    .location-block {
        font-size: 14px
    }
    .btn-border-primary2.sm {
        font-size: 19px
    }
    .hexagons .hexagon {
        width: 225px;
        height: 129.9px;
        margin: 64.95px auto;
        background-size: auto 259.8076px
    }
    .single-team .hexagon {
        margin-bottom: 115.26px
    }
    .hexagons .hexagon .hexTop,
    .hexagons .hexagon .hexBottom {
        width: 159.10px;
        height: 159.10px;
        left: 32.95px;
    }
    .hexagons .hexagon .hexTop:after,
    .hexagons .hexagon .hexBottom:after {
        width: 225px;
        height: 129.9px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-64.9519px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-64.9519px)
    }
    .hexagons .hexagon .hexTop {
        top: -79.5495px;
    }
    .hexagons .hexagon .hexBottom {
        bottom: -79.5495px;
    }
    .hexagons .hexagon:after {
        width: 225px;
        height: 129.9px
    }
    .hexagons .hexagon .caption {
        height: 30px;
        top: auto;
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .hexagons .hexagon .caption .inner {
        position: relative;
        z-index: 2;
        display: block;
        max-width: inherit;
        padding-top: 10px
    }
    .hexagons .hexagon .caption:before {
        display: none
    }
    .hexagons .hexagon .caption:after {
        border-right-width: 112px;
        border-left-width: 112px;
        border-top-width: 64px
    }
}

@media (min-width:768px) {
    .navbar-nav>li.dropdown:hover>.dropdown-menu {
        display: block
    }
    .about-bg h1 {
        background: none !important;
    }
    .modal-dialog {
        width: 870px;
        margin-top: 6% !important;
    }
}

@media (max-width: 767px) {
    .gm-style .gm-style-iw:after {margin-left: -75px;}
    
    /*Start styles for new header, January 2016 */
    .maroon-container .navbar-toggle:before {
        position: absolute;
        content: "";
        border-left: 1px solid #eed9c8;
        top: -21px;
        bottom: -21px;
        left: -5px;
    }
    .maroon-container .navbar-collapse {
        padding-top: 5px;
    }
    .maroon-container .navbar-nav {
        width: auto;
        margin: 0px;
        padding: 0px;
    }
    .maroon-container .navbar-nav>li {
        width: 100%;
        /*margin: 0;*/
        margin: 0 0 5px;
    }
    .maroon-container .navbar-nav>li>a {
        /*font-size: 16px;*/
        padding: 11px 10px;
        /*background-color:transparent;*/
    }
    .maroon-container .navbar-nav>li>a:hover,
    .maroon-container .navbar-nav>li>a:focus {
        /*background-color: transparent;
        color: #d57e00;*/
        font-weight: 400;
    }
    .maroon-container .navbar-collapse {
        border-top: 1px solid #e7e7e7;
    }
    .botton-nav input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        margin-bottom: 10px;
    }
    header.sticky .botton-nav .form-group {
        display: block !important;
        padding: 0 !important;
        position: relative !important;
        width: 100%;
    }
    .botton-nav .form-group {
        width: 100% !important;
    }
    .botton-nav .form-group .bootstrap-select.btn-group .btn .filter-option {
        text-align: left;
    }
    .botton-nav .form-group .date-input input[type="text"] {
        text-align: left;
    }
    header.sticky {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
    }
    header.sticky .mobile-logo {
        display: none !important;
    }
    header.sticky .toggle-link {
        top: 15px;
    }
    .bootstrap-select.btn-group .dropdown-menu li a {
        color: #FFFFFF;
        font-size: 14px;
        padding: 4px 6px;
        border-bottom: 1px solid #f1ddcb;
    }
    .navbar-toggle {
        padding: 0px 10px;
        margin-right: 4px;
    }
    .toggle-link {
        position: absolute;
        top: 96px;
        left: 15px;
    }
    .botton-nav {
        padding: 0px 15px 0px;
    }
    .botton-nav .visible-xs {
        display: inline-block !important;
    }
    .botton-nav form {
        max-width: 95%;
        margin: 0 auto;
    }
    .botton-nav form .btn-group {
        /*margin-bottom:10px !important;*/
    }
    .botton-nav .collapse.in .container {
        padding-top: 10px;
    }
    /*End styles for new header, January 2016*/
    .navbar-brand {
        left: 15px;
        margin-left: 0;
        top: 0;
        background-color: transparent
    }
    body {
        font-size: 18px;
    }
    body.page-template-tpl-reservations {
        padding-top: 74px;
    }
    body.home {
        padding-top: 0
    }
    section.headers {
        padding: 0;
        position: fixed;
        top: 0 !important;
    }
    .home section.headers {
        position: relative;
    }
    section.pages {
        padding-top: 20px
    }
    .btn-internal {
        font-size: 24px
    }
    .home .navbar-header {
        text-align: center
    }
    .navbar-main:after,
    .navbar-main:before {
        display: none
    }
    .navbar-brand {
        display: none
    }
    .home .navbar-brand {
        background-color: #f1ddcb;
        position: relative;
        left: 0;
        top: 0;
        float: none;
        width: auto;
        margin-bottom: -4px;
        padding: 10px 15px 15px;
        display: block;
        margin-left: 0
    }
    .logo-outer {
        box-shadow: none;
    }
    .navbar-brand .logo {
        display: none
    }
    .navbar-brand .logo_mobile {
        display: block
    }
    .navbar-brand .logo {
        border: 0;
        display: block
    }
    .navbar-brand .logo img {
        max-width: 140px
    }
    #reserve_table:after {
        display: none
    }
    #reserve_table {
        background-color: transparent;
        border-top: 1px solid #8b2131;
        border-bottom: 1px solid #8b2131;
        padding-bottom: 10px
    }
    #reserve_table .reserve_form_toggle {
        color: #8b2131;
        padding-bottom: 0;
        font-family: 'Gotham', sans-serif;
        font-size: 24px;
        font-weight: 500
    }
    #reserve_table .reserve_form_toggle:focus,
    #reserve_table .reserve_form_toggle:hover {
        color: #8b2131
    }
    #reserve_table .form-control {
        border-color: #8b2131;
        color: #8b2131;
        height: 44px;
        border: 1px solid;
    }
    #reserve_table .reserve_form {
        padding: 0
    }
    #reserve_table .form-group {
        width: 50%;
        padding: 0 5px;
        float: left;
        position: relative
    }
    #reserve_table .bootstrap-select.form-control .btn {
        font-size: 20px;
        height: 44px
    }
    #reserve_table .bootstrap-select.btn-group .btn .caret {
        top: 12px;
        right: 20px;
        font-size: 16px
    }
    #reserve_table .bootstrap-select.btn-group .dropdown-menu {
        border-color: #8b2131;
        background-color: #8b2131
    }
    .bootstrap-select.btn-group .dropdown-menu li {
        background-color: #8b2131
    }
    #reserve_table .bootstrap-select.btn-group .dropdown-menu li a {
        color: #f1ddcb;
        font-size: 20px;
        border-color: #8b2131
    }
    /*    .bootstrap-select.form-control .btn {
        border-color: #8b2131;
        color: #8b2131
    }*/
    #reserve_table .reserve_form .btn-submit {
        height: 44px;
        width: 100%;
        max-width: 100%;
        background-color: #8b2131;
        color: #f1ddcb;
        font-size: 20px;
    }
    #reserve_table .reserve_form .btn-submit:focus,
    #reserve_table .reserve_form .btn-submit:hover {
        background-color: #d57e00;
        color: #f1ddcb
    }
    #reserve_table .form-actions {
        padding: 0;
        float: left;
        width: 100%
    }
    #reserve_table .form-control.datepicker {
        font-size: 20px;
        height: 44px
    }
    #reserve_table .form-group .bootstrap-datetimepicker-widget {
        top: 100% !important;
        bottom: auto !important
    }
    .form-control.datepicker::-moz-placeholder {
        color: #8b2131;
        opacity: 1
    }
    .form-control.datepicker:-ms-input-placeholder {
        color: #8b2131;
        opacity: 1
    }
    .form-control.datepicker::-webkit-input-placeholder {
        color: #8b2131;
        opacity: 1
    }
    .form_wrap-inner .form-control.datepicker::-moz-placeholder {
        color: #f1ddcb;
        opacity: 1
    }
    .form_wrap-inner .form-control.datepicker:-ms-input-placeholder {
        color: #f1ddcb;
        opacity: 1
    }
    .form_wrap-inner .form-control.datepicker::-webkit-input-placeholder {
        color: #f1ddcb;
        opacity: 1
    }
    .form_wrap-inner .bootstrap-select .btn {
        color: #f1ddcb;
    }
    .reserve_table-foot .form-group {
        width: 100%
    }
    .reserve_table-foot .bootstrap-select .btn {
        background-color: transparent;
        color: #f1ddcb;
        border: 1px solid #f1ddcb;
    }
    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0
    }
    .carousel-control {
        bottom: 0
    }
    .hero-slideshow {
        position: relative;
        background-color: #8b2331
    }
    .slideshow .overlay-orange {
        display: none
    }
    .navbar-nav {
        width: auto;
        margin: 0 10px;
        padding: 0;
    }
    .navbar-nav>li {
        width: auto;
        margin: 0 0 5px
    }
    .navbar-nav>li>a {
        text-align: center;
        font-size: 21px;
        font-weight: 400;
        background-color: #d57e00;
        color: #f1ddcb;
    }
    .nav>li:hover>a,
    .nav>li:focus>a,
    .nav>li>a:hover,
    .nav>li>a:focus,
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #f1ddcb;
        color: #d57e00;
        font-weight: 400
    }
    .navbar-main {
        padding: 0;
        background-color: #f1ddcb
    }
    .navbar-main .navbar-header {
        background-color: #8b2131
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #8b2131;
        left: 0;
        margin: 0 !important
    }
    .navbar-nav .dropdown-menu:after {
        clear: both;
        content: "";
        display: block
    }
    .navbar-nav .dropdown-menu {
        padding: 5px 0 0;
        margin: 0 -5px
    }
    .navbar-nav .dropdown-menu>li {
        float: left;
        width: 50%;
        margin-bottom: 5px
    }
    .navbar-nav .dropdown-menu>li>a {
        text-align: center;
        font-size: 16px;
        background-color: #f1ddcb;
        color: #8b2331;
        margin: 0 5px;
        padding: 5px !important
    }
    .navbar-nav .dropdown-menu>.custom-nav>a {
        color: #8b2131;
        font-size: 10px;
    }
    .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-nav .dropdown-menu>li>a:focus {
        background-color: #d57e00
    }
    .navbar-collapse {
        background-color: #8b2131;
        top: 0;
        right: 0;
        /*padding: 10px 0;*/
        margin: 0;
        width: auto;
        border-bottom: 1px solid #8b2131;
        border-top: none;
        box-shadow: none;
    }
    .menus-nav .dropdown .dropdown-menu {
        background-color: transparent;
        position: relative;
        float: none
    }
    .menus-nav .dropdown .btn {
        font-size: 24px
    }
    .menus-nav .dropdown .dropdown-menu li {
        background-color: #d67d07;
        margin-top: 2px
    }
    .menus-nav .dropdown .dropdown-menu a {
        font-size: 16px
    }
    .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-nav .dropdown-menu>li>a:focus {
        font-weight: 400
    }
    #reserve_table #OT_searchWrapper .feedFormField,
    #reserve_table #OT_searchWrapper .feedFormField option {
        background-color: #F1DDCB;
        color: #8B2131;
    }
    #reserve_table #OT_restaurant,
    #reserve_table #OT_partySize,
    #reserve_table #OT_date,
    #reserve_table #OT_time {
        float: left;
        clear: none;
        width: 48%
    }
    #reserve_table #OT_restaurant,
    #reserve_table #OT_date {
        margin-right: 4%
    }
    #reserve_table #OT_searchWrapper .feedFormField,
    #reserve_table #OT_searchWrapper .feedFormField option {
        padding: 6px 2px;
        margin-bottom: 9px
    }
    #reserve_table #OT_date input {
        padding: 6px 2px 5px 6px;
        margin-top: -1px;
        margin-bottom: 9px;
        background-color: #f1ddcb;
        color: #8b2331;
    }
    #reserve_table #OT_searchWrapper {
        height: 70px
    }
    section.reserve_table-foot {
        /*position:absolute !important;*/
        text-align: left;
        bottom: 0 !important
    }
    section.reserve_table-foot .title {
        cursor: pointer;
        font-size: 18px;
        position: relative;
        padding-right: 30px
    }
    section.reserve_table-foot .title:after {
        content: "\f106";
        font-family: 'FontAwesome';
        position: absolute;
        top: -7px;
        right: 10px;
        font-size: 30px
    }
    section.reserve_table-foot.open .title:after {
        content: "\f107";
    }
    section.reserve_table-foot form {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease
    }
    section.reserve_table-foot.open form {
        max-height: 999px;
        height: 245px
    }
    .reserve_table-foot .bootstrap-select.btn-group .btn .filter-option,
    section.reserve_table-foot .form-control {
        display: block;
        width: 100%;
        margin: 0 0 5px !important;
        text-align: left;
    }
    section.reserve_table-foot .datepicker.form-control {
        padding: 3px 10px
    }
    .reserve_table-foot .bootstrap-datetimepicker-widget.dropdown-menu {
        top: -130% !important;
        bottom: auto !Important
    }
    section.footers {
        margin-top: 0;
        padding-bottom: 70px
    }
    .home section.footers,
    .page-template-tpl-reservations section.footers {
        margin-top: 0;
        padding-bottom: 5px
    }
    .reserve_table-foot #OT_restaurant,
    .reserve_table-foot #OT_partySize,
    .reserve_table-foot #OT_date,
    .reserve_table-foot #OT_time {
        width: 100%;
        display: block;
        margin: 0 auto 10px
    }
    .reserve_table-foot #OT_searchWrapper .feedFormField,
    .reserve_table-foot #OT_searchWrapper .feedFormField option,
    .reserve_table-foot #OT_searchWrapper #startDate,
    .reserve_table-foot #OT_searchWrapper .OT_feedFormfieldCalendar {
        width: 100%;
    }
    .reserve_table-foot #OT_searchWrapper .feedFormField:focus,
    .reserve_table-foot #OT_searchWrapper .feedFormField option:focus,
    .reserve_table-foot #OT_searchWrapper #startDate:focus,
    .reserve_table-foot #OT_searchWrapper .OT_feedFormfieldCalendar:focus {
        outline: #d57e00;
    }
    .reserve_table-foot #cal1 {
        width: 100%;
        bottom: -54px
    }
    .reserve_table-foot #cal1 table {
        width: 100% !important
    }
    .menus-video {
        margin-left: -15px;
        margin-right: -15px
    }
    .nav-filter li {
        width: 47%
    }
    .nav-filter li a {
        font-size: 12px
    }
    .post-meta,
    .post-title {
        text-align: left;
    }
    .post-title .title {
        font-size: 50px
    }
    .post-title .subtitle {
        font-size: 20px
    }
    .featured-image {
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px
    }
    .faqs .q {
        font-size: 22px
    }
    .faqs .a {
        font-size: 16px
    }
    .menus-thumb .menus-title {
        font-size: 32px
    }
    .page-title {
        font-size: 38px;
        margin-bottom: 20px
    }
    .page-title.lg {
        font-size: 40px
    }
    .menus-thumb .row>div {
        min-height: 0;
    }
    .menus-thumb a.item {
        display: block;
        height: 85px;
        margin-bottom: 2px;
        border-width: 0
    }
    .menus-thumb a.item.active:after {
        display: none
    }
    .menus-thumb a.item.unactive:before {
        display: none
    }
    .menus-thumb a.item img {
        width: 150px;
        float: left;
        height: 85px
    }
    .menus-thumb a.item .caption {
        position: relative;
        height: 100%;
        display: block;
        width: auto;
        text-align: left;
        padding-left: 20px;
        font-family: 'Rhomus', sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        background-color: #8b2131;
    }
    .menus-thumb a.item .caption .inner {
        margin: 0 auto;
    }
    .menus-thumb a.item.active .caption {
        background-color: #d57e00
    }
    .menus-thumb a.item.category {
        float: left;
        width: 48%;
        margin-right: 1%;
        height: auto
    }
    .menus-thumb a.item.category img {
        display: none
    }
    .menus-thumb a.item.category .caption {
        padding: 0 5px;
        text-align: center;
        background-color: #8b2131;
        font-size: 22px
    }
    .menus-thumb a.item.category .caption .inner {
        display: block
    }
    .menus-thumb a.item.category .caption .helper {
        display: none
    }
    .menus-thumb a.item.category.active .caption {
        background-color: #d57e00
    }
    .contact-page .contact-form {
        width: auto;
        padding: 20px 0
    }
    .contact-page .contact-banner {
        position: relative;
        width: auto;
        height: auto
    }
    .contact-page .contact-banner img {
        display: block
    }
    .phone-locations {
        text-align: center
    }
    .phone-locations>div {
        float: none;
        display: inline-block;
        width: auto;
        padding: 0 5px
    }
    .phone-locations p {
        font-weight: 500;
        margin-bottom: 0
    }
    .phone-locations a {
        margin-left: 3px
    }
    .phone-locations br {
        display: none
    }
    .page-banner .caption {
        position: relative;
        background-color: #8b2331
    }
    .location-page {
        padding-top: 30px
    }
    .location-page .page-banner {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px
    }
    .location-page .page-banner .caption {
        padding-left: 0;
        padding-right: 0;
        color: #8b2331;
        background-color: transparent
    }
    .location-map {
        margin-bottom: 10px
    }
    .btn-border-primary2 {
        font-size: 28px
    }
    .location-map .title {
        font-size: 31px
    }
    .location-block {
        font-size: 16px
    }
    .btn-border-primary2.sm {
        font-size: 24px
    }
    .juice_control li {
        max-width: 30%
    }
    .juice_control li a {
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }
    .hexagons {
        width: 446px;
        margin-left: auto;
        margin-right: auto
    }
    .hexagons .hexagon {
        margin-bottom: 95px
    }
    .hexagons:first-child .hexagon,
    .hexagon:nth-child(2n) {
        margin-left: 155px
    }
    .hexagon {
        display: block;
        width: 290px;
        height: 167.43px;
        margin: 83.72px auto;
        background-size: auto 335px
    }
    .single-team .hexagon {
        margin-bottom: 103.72px
    }
    .hexagon .hexTop,
    .hexagon .hexBottom {
        width: 205.06px;
        height: 205.06px;
        left: 42.47px;
    }
    .hexagon .hexTop:after,
    .hexagon .hexBottom:after {
        width: 290px;
        height: 167.4316px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px)
    }
    .hexagon .hexTop {
        top: -102.5305px;
    }
    .hexagon .hexBottom {
        bottom: -102.5305px;
    }
    .hexagon:after {
        width: 290px;
        height: 167.4316px
    }
    .hexagon .caption {
        height: 30px;
        top: auto;
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .hexagon .caption .inner {
        position: relative;
        z-index: 2;
        display: block;
        max-width: inherit;
        padding-top: 10px
    }
    .hexagon .caption:before {
        display: none
    }
    .hexagon .caption:after {
        border-right-width: 145px;
        border-left-width: 145px;
        border-top-width: 84px
    }
    .hexagon .caption .name {
        font-size: 20px
    }
    .hexagon .caption .position {
        font-size: 16px;
        margin: 0 60px
    }
    .post-title.text-left {
        text-align: center
    }
    /*
    .location-item .location-title,
    .location-item .media-object {
        height: 108px
    }
*/
    .location-item .location-title h4 {
        font-size: 20px
    }
    .location-item .location-title h4 span {
        font-size: 24px
    }
    .about-bg {
        background: none !important
    }
    .about-bg .container {
        padding-top: 30px
    }
    .about-bg h1 {
        font-size: 64px;
        color: #8B2331;
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px 15px 100px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover
    }
    .menus-description {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0
    }
    .photo-caption.tab-content>.tab-pane {
        display: block;
        text-align: left;
        line-height: 1.42857143;
    }
    .photo-caption.tab-content>.tab-pane h1 {
        margin-bottom: 10px
    }
    .content {
        padding-left: 0;
        padding-right: 0
    }
    .location-anchor {
        margin-top: -80px !important;
        padding-top: 80px
    }
    /* 8-8-17 */
    .tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 15px;
    }
    ul.tabs-menu li:first-child,
    ul.tabs-menu li:last-child,
    ul.tabs-menu li {
        padding: 5px 0;
        width: 100%;
    }
    .map-div {
        height: 300px;
    }
    .location-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
    }
    
    .location-item.blue-bg {background-color: transparent;}
    .location-item.red-bg {background-color: transparent;}
}

@media (min-width: 481px) {
    .post-grid:hover .caption {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: 100%
    }
    /*.post-grid:hover .helper{display:none}*/
    .post-grid:hover .desc {
        opacity: 1;
        max-height: 300px;
        padding-top: 5px
    }
}

@media (max-width: 580px) {
    .post-list .title .drop {
        display: block
    }
    .post-list .title .drop ul {
        left: 50%;
        margin-left: -102px;
        top: 0
    }
    
    .map-content strong {font-size: 14px;}
    .map-content .location-title {max-width: 50px;}
/*    .gm-style .gm-style-iw {max-height: 130px;height: 100px !important;min-width: 250px;}*/
    .gm-style .gm-style-iw {min-width: 250px;max-height: 113px;}
/*    .gm-style .gm-style-iw {max-height: 100%;height: 100% !important;min-width: 250px;}*/
/*    .gm-style-iw div {min-height: 100% !important;display: block !important;}*/
    .map-content > strong {line-height: 20px;}
    .map-info {float: none;width: auto;}
/*    .map-info div.location-desc {margin-top: 4px;}*/
}

@media (max-width: 480px) {
    #sign-up-form-foot form {
        height: 67px;
        padding-right: 0
    }
    #sign-up-form-foot form .form-control {
        width: 100%;
        float: none;
        border-bottom: 1px solid #edd8c8;
        border-right: 0
    }
    #sign-up-form-foot form .btn {
        border-left: 1px solid #edd8c8;
        height: 32px;
        top: 33px;
    }
    .btn-download {
        font-size: 13px
    }
    .navbar-brand {
        width: 150px
    }
    #reserve_table:after {
        border-left-width: 75px;
        border-right-width: 75px
    }
    .post-list .col-xs-6 {
        width: 100%
    }
    .post-grid {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 2px
    }
    .post-grid a img {
        width: 120px
    }
    .post-grid .caption {
        width: auto;
        left: 120px;
        top: 0;
        right: 0;
        bottom: 0;
        max-height: inherit;
        height: auto;
        text-align: left;
        padding: 5px 10px 5px 5px
    }
    .post-grid .caption:before {
        border: 0;
        color: #e4cfbf;
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 40px;
        height: auto;
        left: auto;
        line-height: 1;
        margin-top: -20px;
        right: 10px;
        top: 50%;
        width: auto;
    }
    .post-grid .title {
        font-size: 20px;
        width: 82%
    }
    /*.post-grid .title.line3{font-size:18px}
    .post-grid .title.line4{font-size:14px}*/
    #slideshow {
        height: 280px !important
    }
    .nav-filter li a {
        font-size: 11px
    }
    .nav-filter.c4 li {
        width: 98%
    }
    .faqs .q {
        font-size: 17px
    }
    .faqs .a {
        font-size: 14px
    }
    .menus-thumb .menus-title {
        font-size: 28px
    }
    .menus-thumb a.item.category .caption {
        min-height: 64px
    }
    .menus-thumb a.item.category .caption .inner {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .page-title {
        font-size: 36px;
        margin-bottom: 15px
    }
    .page-title.lg {
        font-size: 38px
    }
    .navbar-nav .dropdown-menu>li>a {
        font-size: 15px
    }
    .menus-thumb a.item {
        height: 63px
    }
    .menus-thumb a.item img {
        width: 110px;
        height: 63px
    }
    .menus-thumb a.item .caption {
        font-size: 24px
    }
    .btn-border-primary2 {
        font-size: 26px
    }
    .page-banner .caption .quote {
        font-size: 16px
    }
    .page-banner .caption .by {
        font-size: 14px
    }
    .checkbox-field label {
        font-size: 14px
    }
    .location-mobile-nav li a {
        font-size: 14px
    }
    .location-map .title {
        font-size: 21px
    }
    .location-block {
        font-size: 14px
    }
    .btn-border-primary2.sm {
        font-size: 18px
    }
    .navbar-nav .dropdown-menu>.custom-nav>a {
        font-size: 10px
    }
    .hexagons_wrapp {
        margin-top: 80px
    }
    .hexagons {
        width: 285px
    }
    .hexagons .hexagon {
        margin-bottom: 60px
    }
    .hexagons:first-child .hexagon,
    .hexagon:nth-child(2n) {
        margin-left: 105px
    }
    .hexagon {
        width: 180px;
        height: 103.92px;
        margin: 51.96px auto;
        background-size: auto 207.8461px
    }
    .single-team .hexagon {
        margin-bottom: 71.96px
    }
    .hexagon .hexTop,
    .hexagon .hexBottom {
        width: 127.28px;
        height: 127.28px;
        left: 26.36px;
    }
    .hexagon .hexTop:after,
    .hexagon .hexBottom:after {
        width: 180px;
        height: 103.92px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-51.9615px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-51.9615px)
    }
    .hexagon .hexTop {
        top: -63.6396px;
    }
    .hexagon .hexBottom {
        bottom: -63.6396px;
    }
    .hexagon:after {
        width: 180px;
        height: 103.92px
    }
    .hexagon .caption:before {
        border-right-width: 90px;
        border-left-width: 90px;
        border-bottom-width: 52px
    }
    .hexagon .caption:after {
        border-right-width: 90px;
        border-left-width: 90px;
        border-top-width: 52px
    }
    .hexagon .caption .name {
        font-size: 13px
    }
    .hexagon .caption .position {
        font-size: 11px;
        margin: 0 30px
    }
    /*.location-item .location-title {
        width: 120px;
    }*/
    .location-item .location-title h4 {
        font-size: 16px
    }
    .location-item .location-title h4 span {
        font-size: 14px
    }
    .location-item .location-title h4 span.title-small {
        font-size: 9px
    }
    /*.location-item .media-object {
        width: calc(100% - 120px);
    }*/
    #reserve_table #OT_searchWrapper dl {
        width: 100%
    }
    .location-mobile-nav li {
        width: 44%;
        margin-bottom: 5px
    }
    .about-bg h1 {
        font-size: 54px
    }
    .form_wrap-inner {
        width: 100%
    }
    .form_wrap-inner .bootstrap-select.btn-group .dropdown-menu {
        position: relative
    }
    
    .gm-style .gm-style-iw:after {margin-left: 0;}
}

@media (max-width: 320px) {
    .nav-filter li a {
        font-size: 10px
    }
    .navbar-nav .dropdown-menu>.custom-nav>a {
        font-size: 10px
    }
    .menus-thumb a.item.category .caption {
        font-size: 19px;
        min-height: 56px
    }
    .location-map .title {
        font-size: 18px
    }
    .location-block {
        font-size: 12px
    }
    .btn-border-primary2.sm {
        font-size: 15px
    }
    #reserve_table .form-control.datepicker,
    .bootstrap-select.btn-group .btn .filter-option {
        font-size: 16px;
        line-height: 32px
    }
    .reserve_table-foot .bootstrap-select.btn-group .btn .filter-option {
        font-size: 18px;
        line-height: 26px
    }
    
    .gm-style .gm-style-iw:after {margin-left: 0;}
}


/* SKROLLR */

body {
    -skrollr-animation-name: adjust-body;
}

@-skrollr-keyframes adjust-body {
    0 {
        padding-top: 118px;
    }
    1 {
        padding-top: 88px;
    }
}

section.headers {
    -skrollr-animation-name: shrink-header;
}

@-skrollr-keyframes shrink-header {
    0 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-brand {
    -skrollr-animation-name: move-logo-inner;
}

@-skrollr-keyframes move-logo-inner {
    0 {
        top: -35px
    }
    1 {
        top: -124px
    }
}

.navbar-brand .logo {
    -skrollr-animation-name: shrink-logo-padding;
}

@-skrollr-keyframes shrink-logo-padding {
    0 {
        padding-bottom: 16px;
    }
    1 {
        padding-bottom: 8px;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent !important;
}

.default-content img {
    max-width: 100%;
    height: auto
}

body.page-id-37 .botton-nav input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #D6812B !important;
}

@media(max-width:767px) {
    body.parent-pageid-360 #location-menus-block {
        padding-top: 40px;
        margin-top: -40px;
    }
    #menu-block:target:before {
        content: "";
        display: block;
        height: 90px;
        /* fixed header height*/
        margin: -90px 0 0;
        /* negative fixed header height */
    }
    .menus-thumb a.item {
        overflow: hidden;
    }
    .menus-thumb a.item img {
        height: 100%;
    }
    
    ul.tabs-menu li:nth-child(6n) {padding-right: 0;}
}

/* Order & catering menu */
@media(min-width:768px) {
    .lunch-catering a span {
        font-size: 12px !important;
    }
}
@media(max-width:768px) {
	.post-list .row>div.artist-loop  {
		min-height: auto;
		max-height: none;
	}
	/* .toggle-link {
		top: 140px
	} */
}

img.alignright {
    float: right;
    /* margin: 0 0 10px 20px; */
}
.cc-pop-up-pro .cc-pop-up__buttons {
    
    display: none;
}


.custom-form {
	float: none;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.custom-form ul {
    padding-left: 0;
    list-style: none;
}

.custom-form ul.gfield_radio {
    padding-left: 20px;
}

.custom-form .gfield {
	margin-bottom: 15px;
}

.custom-form .gfield_label {
/*     display: none; */
}

.custom-form input {
	height: 40px;
}

.custom-form input, .custom-form textarea {

	
    background-color: #8b2332;
	color: #F1DDCB;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 0;
    text-transform: none;
	border: 0;
	
	display: inline-block;
    vertical-align: middle;
	margin: 0 5px 0 0;
}

.custom-form input:not([type='radio']), .custom-form textarea {
	width: 100%;
	margin: 0;
}


.no-label label {
	display: none;
}

.custom-form .ginput_container *::-moz-placeholder {
	color: #F1DDCB;
}
.custom-form .ginput_container *::-ms-input-placeholder {
	color: #F1DDCB;
}
.custom-form .ginput_container *::-webkit-input-placeholder {
	color: #F1DDCB;
}

.custom-form .validation_message, .custom-form .validation_error {font-size: 14px; color: red; }