body {
  margin: 0;
  background-color: #231f20; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 105px; } }

@media screen and (min-width: 768px) {
  #header {
    position: relative; } }
@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #231f20;
    height: 105px; } }
@media screen and (max-width: 767px) {
  #header #navbar {
    padding: 30px 15px;
    background: url("../images/mobile_menu_bg.png") center center no-repeat;
    background-size: calc(100% - 30px) 255px;
    height: 378px; } }
#header #header_border {
  position: absolute;
  width: 100%;
  height: 10px;
  pointer-events: none;
  background: url("../images/line_horz.png") bottom left repeat-x;
  bottom: -5px;
  left: 0;
  z-index: 500; }
#header #header_top {
  padding-top: 15px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #header #header_top {
      position: relative;
      z-index: 2;
      background: #231f20; } }
  @media screen and (max-width: 767px) {
    #header #header_top #header_logo {
      width: 80%;
      display: inline-block;
      float: left;
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    #header #header_top #header_logo img {
      width: 100%;
      height: auto;
      max-height: 72px;
      max-width: 234px; } }
  @media screen and (max-width: 767px) {
    #header #header_top #mobile_menu {
      width: 20%;
      height: 100%;
      float: left;
      position: relative; } }
  @media screen and (max-width: 767px) {
    #header #header_top #mobile_menu #mobile_menu_btn {
      width: 40px;
      height: 52px;
      background: url("../images/mobile_menu_btns.png") 0 0;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      cursor: pointer;
      margin-top: 15px; } }
  #header #header_top #mobile_menu .open {
    background: url("../images/mobile_menu_btns.png") 0 -52px !important; }
#header #header_top_right {
  pointer-events: none; }
#header #social_search_wrapper {
  float: right;
  pointer-events: auto; }
  @media screen and (min-width: 768px) {
    #header #social_search_wrapper {
      padding-top: 30px; } }
#header #header_social_title {
  padding-top: 8px; }
  #header #header_social_title a {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #ed1c24;
    text-transform: uppercase; }
#header .header_social_item {
  float: left;
  margin-right: 15px; }
#header #header_search, #header #header_social {
  float: left; }
@media screen and (max-width: 767px) {
  #header #header_search {
    display: none; } }
#header #header_search .searchBack {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ed1c24;
  text-transform: uppercase;
  background: none;
  border: 0px;
  float: left;
  padding-top: 7px;
  margin-right: 6px;
  margin-left: 5px; }
#header #header_search .searchInput {
  position: relative;
  float: left; }
  #header #header_search .searchInput input {
    background-color: #231f20;
    border: 0px;
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    height: 38px;
    width: 125px; }
#header #header_search .searchInput:before {
  position: absolute;
  width: 5px;
  height: 42px;
  content: url("../images/input_left.png");
  left: -5px;
  top: -3px; }
#header #header_search .searchInput:after {
  position: absolute;
  width: 5px;
  height: 42px;
  content: url("../images/input_right.png");
  right: -5px;
  top: -3px; }
#header #header_search .header_search_border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }
#header #header_search .header_search_border:before {
  content: url("../images/inputsearch_bottom.png");
  width: 125px;
  height: 7px;
  bottom: 7px;
  left: 0;
  position: absolute; }
#header #header_search .header_search_border:after {
  content: url("../images/inputsearch_top.png");
  width: 125px;
  height: 7px;
  top: -11px;
  left: 0;
  position: absolute; }
@media screen and (max-width: 767px) {
  #header #header_bottom {
    position: fixed;
    width: 100%;
    left: 0;
    margin: 0;
    background-color: #231f20;
    z-index: 1;
    top: -275px; } }
#header .navbar_item {
  position: relative; }
  @media screen and (min-width: 768px) {
    #header .navbar_item {
      float: left; } }
  @media screen and (max-width: 767px) {
    #header .navbar_item {
      width: 100%;
      height: 36px; } }
  #header .navbar_item a {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px; }
    @media screen and (min-width: 992px) {
      #header .navbar_item a {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #header .navbar_item a {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        color: #ffffff; } }
    @media screen and (max-width: 767px) {
      #header .navbar_item a {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        color: #ffffff; } }
  #header .navbar_item a:hover {
    text-decoration: none; }
  #header .navbar_item .nav_div {
    position: absolute;
    bottom: 11px;
    right: 0;
    height: 28px; }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div1 {
      width: 5px;
      background: url("../images/nav_divs.png") 0 0; } }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div2 {
      width: 6px;
      background: url("../images/nav_divs.png") 5px 0; } }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div3 {
      width: 4px;
      background: url("../images/nav_divs.png") 10px 0; } }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div4 {
      width: 4px;
      background: url("../images/nav_divs.png") 16px 0; } }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div5 {
      width: 5px;
      background: url("../images/nav_divs.png") 22px 0; } }
  @media screen and (min-width: 768px) {
    #header .navbar_item #div6 {
      width: 5px;
      background: url("../images/nav_divs.png") 30px 0; } }
@media screen and (min-width: 768px) {
  #header #nav_order, #header .red_nav {
    background-color: #ed1c24;
    text-align: center;
    position: relative; } }
@media screen and (min-width: 768px) {
  #header #nav_order #order_border_top, #header #nav_order .order_border_top, #header .red_nav #order_border_top, #header .red_nav .order_border_top {
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../images/nav_order_top.png") center center no-repeat;
    top: -5px;
    left: 0;
    background-size: cover; } }
@media screen and (min-width: 768px) {
  #header #nav_order #order_border_right, #header #nav_order .order_border_right, #header .red_nav #order_border_right, #header .red_nav .order_border_right {
    position: absolute;
    width: 3px;
    height: 43px;
    background: url("../images/nav_order_border.png") -14px -8px;
    top: -3px;
    right: -3px; } }
@media screen and (min-width: 768px) {
  #header #nav_order #order_border_left, #header #nav_order .order_border_left, #header .red_nav #order_border_left, #header .red_nav .order_border_left {
    position: absolute;
    width: 2px;
    height: 43px;
    background: url("../images/nav_order_border.png") -4px -9px;
    top: -3px;
    left: -2px; } }
#header #nav_order a, #header .red_nav a {
  width: 100%; }
#header #nav_order:after {
  width: 3px;
  background: url("../images/nav_order_border.png") 30px 0; }

#footer {
  position: relative; }
  @media screen and (max-width: 767px) {
    #footer {
      padding-top: 30px; } }
  #footer #footer_logo {
    padding-top: 17px; }
  @media screen and (min-width: 768px) {
    #footer .footer_social_item {
      float: left;
      margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    #footer .footer_social_item {
      width: 100%;
      clear: both; } }
  @media screen and (max-width: 767px) {
    #footer .footer_social_item a {
      float: right;
      margin-bottom: 15px; } }
  #footer #footer_social, #footer #footer_icons {
    float: left; }
  @media screen and (min-width: 1201px) {
    #footer #footer_social {
      padding-top: 33px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #footer #footer_social {
      padding-top: 33px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #footer #footer_social {
      padding-top: 23px; } }
  @media screen and (max-width: 767px) {
    #footer #footer_social {
      width: 50%; } }
  @media screen and (min-width: 1201px) {
    #footer #footer_icons {
      margin-right: 30px;
      padding-top: 15px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #footer #footer_icons {
      margin-right: 30px;
      padding-top: 15px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #footer #footer_icons {
      margin-right: 0px;
      padding-top: 15px; } }
  @media screen and (max-width: 767px) {
    #footer #footer_icons {
      width: 50%; } }
  #footer .footer_icons_item {
    float: left;
    position: relative; }
    @media screen and (min-width: 1201px) {
      #footer .footer_icons_item {
        padding: 0px 42px 0px 0px;
        margin-right: 42px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #footer .footer_icons_item {
        padding: 0px 12px 0px 0px;
        margin-right: 12px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #footer .footer_icons_item {
        padding: 5px 10px 0px 0px;
        margin-right: 10px;
        width: 175px; } }
  #footer #footer_icons_first:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    right: -3px;
    background: url("../images/footer_white_div_1.png") center center no-repeat;
    background-size: 100% 100%; }
    @media screen and (max-width: 767px) {
      #footer #footer_icons_first:after {
        display: none; } }
  #footer #footer_icons_second:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 6px;
    right: -3px;
    background: url("../images/footer_white_div_2.png") center center no-repeat;
    background-size: 100% 100%; }
    @media screen and (max-width: 767px) {
      #footer #footer_icons_second:after {
        display: none; } }
  #footer #footer_top_right {
    float: right; }
  #footer #footer_top_div {
    height: 10px;
    position: relative;
    bottom: -5px;
    margin-bottom: 25px; }
    #footer #footer_top_div #footer_top_div_inner {
      width: 100%;
      height: 10px;
      background: url("../images/line_horz.png") top left repeat-x;
      position: relative; }
    #footer #footer_top_div #footer_top_div_inner:before {
      content: url("../images/line_end.png");
      position: absolute;
      left: 0;
      top: -7px;
      width: 52px;
      height: 10px; }
  #footer .footer_navbar_item {
    float: left;
    position: relative; }
    #footer .footer_navbar_item a {
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #footer .footer_navbar_item a {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          color: #ffffff; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #footer .footer_navbar_item a {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 17px;
          color: #ffffff; } }
    #footer .footer_navbar_item .nav_div {
      position: absolute;
      bottom: 11px;
      right: 0;
      height: 28px; }
    #footer .footer_navbar_item #footer_div1 {
      width: 5px;
      background: url("../images/nav_divs.png") 0 0; }
    #footer .footer_navbar_item #footer_div2 {
      width: 6px;
      background: url("../images/nav_divs.png") 5px 0; }
    #footer .footer_navbar_item #footer_div3 {
      width: 4px;
      background: url("../images/nav_divs.png") 10px 0; }
    #footer .footer_navbar_item #footer_div4 {
      width: 4px;
      background: url("../images/nav_divs.png") 16px 0; }
    #footer .footer_navbar_item #footer_div5 {
      width: 5px;
      background: url("../images/nav_divs.png") 22px 0; }
    #footer .footer_navbar_item #footer_div6 {
      width: 5px;
      background: url("../images/nav_divs.png") 30px 0; }
  #footer #footer_nav_order {
    background-color: #ed1c24;
    text-align: center;
    position: relative; }
    #footer #footer_nav_order #footer_order_border_top {
      position: absolute;
      width: 100%;
      height: 5px;
      background: url("../images/nav_order_top.png") center center no-repeat;
      top: -5px;
      left: 0;
      background-size: cover; }
    #footer #footer_nav_order #footer_order_border_right {
      position: absolute;
      width: 3px;
      height: 43px;
      background: url("../images/nav_order_border.png") -14px -8px;
      top: -3px;
      right: -3px; }
    #footer #footer_nav_order #footer_order_border_left {
      position: absolute;
      width: 2px;
      height: 43px;
      background: url("../images/nav_order_border.png") -4px -9px;
      top: -3px;
      left: -2px; }
    #footer #footer_nav_order a {
      width: 100%; }
  #footer #footer_nav_order:after {
    width: 3px;
    background: url("../images/nav_order_border.png") 30px 0; }
  #footer #footer_bottom_copyright {
    padding-top: 15px;
    padding-bottom: 15px; }
    #footer #footer_bottom_copyright div, #footer #footer_bottom_copyright a {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #8d8d8d;
      text-transform: uppercase; }
    #footer #footer_bottom_copyright #footer_site_by {
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        #footer #footer_bottom_copyright #footer_site_by {
          right: 0; } }
      @media screen and (max-width: 767px) {
        #footer #footer_bottom_copyright #footer_site_by {
          right: 15px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #footer .footer_icons_item {
      /*width: 165px;*/ } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #footer .footer_icons_item {
      /*width: 120px;*/ } }
  @media screen and (max-width: 767px) {
    #footer .footer_icons_item {
      width: 100%;
      padding: 0px !important;
      margin-bottom: 10px; } }
  @media screen and (max-width: 992px) {
    #footer .footer_icons_item img {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    #footer #mobile_footer_border {
      height: 10px;
      width: 100%;
      position: absolute;
      top: -5px;
      background: url("../images/line_horz.png") top left repeat-x; } }

/*-------------------------- Homepage Styles -------------------------------*/
@media screen and (max-width: 767px) {
  #mobile_app {
    background-color: #ed1c24;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2; } }
@media screen and (max-width: 767px) {
  #mobile_app #mobile_app_inner {
    width: 222px;
    height: 359px;
    background: url("../images/mobile_order_online.png") center center no-repeat;
    position: relative;
    left: 50%;
    margin-left: -111px; } }
@media screen and (max-width: 767px) {
  #mobile_app #mobile_order_border {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url("../images/line_horz.png") top left repeat-x; } }

#hp_slider_wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 0; }
  #hp_slider_wrapper #hp_slider {
    width: 65%;
    float: left;
    height: 100%; }
    #hp_slider_wrapper #hp_slider .hp_slider_item {
      width: 100%;
      height: 100%;
      position: relative; }
    #hp_slider_wrapper #hp_slider .hp_slider_item_img {
      width: 100%;
      height: auto; }
      #hp_slider_wrapper #hp_slider .hp_slider_item_img img {
        width: 100%;
        height: auto; }
    #hp_slider_wrapper #hp_slider .photo_desc {
      position: absolute;
      right: 0;
      bottom: 12%;
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      color: #231f20;
      text-transform: uppercase;
      height: 61px;
      background: url("../images/photo_overlay_bg_flip.png") top left no-repeat;
      max-width: 563px;
      line-height: 61px;
      padding-right: 20px; }
      #hp_slider_wrapper #hp_slider .photo_desc .script {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        color: #231f20; }
      #hp_slider_wrapper #hp_slider .photo_desc a {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        color: #231f20; }
      #hp_slider_wrapper #hp_slider .photo_desc a:hover {
        text-decoration: none; }
    #hp_slider_wrapper #hp_slider .photo_desc:after {
      position: absolute;
      width: 60px;
      height: 61px;
      content: url("../images/photo_overlay_end_flip.png");
      left: -60px;
      top: 0px; }
  #hp_slider_wrapper #hp_slider_info {
    width: 35%;
    float: left;
    height: 100%;
    background-color: #231f20;
    position: relative; }
    #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper {
      margin-left: 22% !important;
      width: 56% !important;
      height: 100% !important; }
      #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper #hp_slider_info_inner {
        height: 100% !important;
        width: 100% !important; }
        #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper #hp_slider_info_inner .hp_slider_info_item, #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper #hp_slider_info_inner .hp_slider_info_item_inner {
          width: 90% !important; }
          #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper #hp_slider_info_inner .hp_slider_info_item img, #hp_slider_wrapper #hp_slider_info .caroufredsel_wrapper #hp_slider_info_inner .hp_slider_info_item_inner img {
            width: 100%;
            height: auto; }
    #hp_slider_wrapper #hp_slider_info .hp_slider_info_item {
      width: 100%;
      height: 100%;
      position: relative; }
      #hp_slider_wrapper #hp_slider_info .hp_slider_info_item .hp_slider_info_text {
        text-align: center;
        max-width: 100%; }
    #hp_slider_wrapper #hp_slider_info .hp_slider_info_item_inner {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%; }
  #hp_slider_wrapper .caroufredsel_wrapper, #hp_slider_wrapper #hp_slider_info_inner, #hp_slider_wrapper #hp_slider_inner {
    width: 100% !important;
    height: 100% !important; }
  #hp_slider_wrapper #slider_ctrl .ctrl_btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer; }
  #hp_slider_wrapper #slider_ctrl #prev_btn {
    background: url("../images/next_back.png") 0 0;
    height: 41px;
    width: 33px; }
    @media screen and (min-width: 992px) {
      #hp_slider_wrapper #slider_ctrl #prev_btn {
        left: 13%; } }
    @media screen and (max-width: 991px) {
      #hp_slider_wrapper #slider_ctrl #prev_btn {
        left: 6%; } }
  #hp_slider_wrapper #slider_ctrl #next_btn {
    background: url("../images/next_back.png") 32px 0;
    height: 41px;
    width: 32px; }
    @media screen and (min-width: 992px) {
      #hp_slider_wrapper #slider_ctrl #next_btn {
        right: 13%; } }
    @media screen and (max-width: 991px) {
      #hp_slider_wrapper #slider_ctrl #next_btn {
        right: 6%; } }
  #hp_slider_wrapper #slider_border {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url("../images/line_horz.png") top left repeat-x; }
  #hp_slider_wrapper #menu_hobo {
    width: 512px;
    height: 200px;
    background: url("../images/menu_hobo.png") center center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -256px;
    z-index: 1000; }
    @media screen and (min-width: 992px) {
      #hp_slider_wrapper #menu_hobo {
        bottom: -23px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_slider_wrapper #menu_hobo {
        bottom: -155px; } }
    #hp_slider_wrapper #menu_hobo #hobo_arm {
      position: absolute;
      left: 65px;
      top: 80px;
      -ms-transform-origin: 302px 14px;
      -webkit-transform-origin: 302px 14px;
      transform-origin: 302px 14px; }
  #hp_slider_wrapper #hp_slider_pag {
    position: absolute;
    bottom: 20px;
    left: 50%; }
    #hp_slider_wrapper #hp_slider_pag .slider_pag_item {
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background: #ffffff;
      float: left;
      margin: 0px 4px;
      cursor: pointer; }
    #hp_slider_wrapper #hp_slider_pag .selected {
      background-color: #ed1c24 !important; }
  #hp_slider_wrapper .slider_style_1 {
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 1201px) {
      #hp_slider_wrapper .slider_style_1 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 87px;
        color: #ffffff;
        line-height: 72px !important; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_slider_wrapper .slider_style_1 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 59px;
        color: #ffffff;
        line-height: 50px !important; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_slider_wrapper .slider_style_1 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 44px;
        color: #ffffff;
        line-height: 41px !important; } }
  #hp_slider_wrapper .slider_style_2 {
    display: inline-block;
    margin-top: -8px; }
    @media screen and (min-width: 1201px) {
      #hp_slider_wrapper .slider_style_2 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 87px;
        color: #ed1c24;
        line-height: 67px !important; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_slider_wrapper .slider_style_2 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 49px;
        color: #ed1c24;
        line-height: 47px !important; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_slider_wrapper .slider_style_2 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        color: #ed1c24;
        line-height: 33px !important; } }
  #hp_slider_wrapper .slider_style_3 {
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 1201px) {
      #hp_slider_wrapper .slider_style_3 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 87px;
        color: #ffffff;
        line-height: 72px !important; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_slider_wrapper .slider_style_3 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 59px;
        color: #ffffff;
        line-height: 50px !important; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_slider_wrapper .slider_style_3 {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 44px;
        color: #ffffff;
        line-height: 41px !important; } }
  #hp_slider_wrapper .slider_style_4 {
    display: inline-block;
    margin-top: -8px; }
    @media screen and (min-width: 1201px) {
      #hp_slider_wrapper .slider_style_4 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 87px;
        color: #ed1c24;
        line-height: 67px !important; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_slider_wrapper .slider_style_4 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 49px;
        color: #ed1c24;
        line-height: 47px !important; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_slider_wrapper .slider_style_4 {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        color: #ed1c24;
        line-height: 33px !important; } }

#hp_menu {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #ed1c24;
  padding-bottom: 40px;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    #hp_menu {
      padding-top: 25px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_menu {
      padding-top: 166px; } }
  #hp_menu #hp_menu_title {
    background: url("../images/our_menu.png") center center no-repeat; }
    @media screen and (min-width: 768px) {
      #hp_menu #hp_menu_title {
        height: 70px;
        width: 281px;
        position: relative;
        left: 50%;
        margin-left: -140px; } }
    @media screen and (max-width: 767px) {
      #hp_menu #hp_menu_title {
        width: 100%;
        height: 70px;
        position: relative;
        z-index: 5; } }
  #hp_menu #hp_menu_header {
    padding-bottom: 25px; }
    @media screen and (max-width: 767px) {
      #hp_menu #hp_menu_header {
        padding-right: 0px;
        padding-left: 0px; } }
    @media screen and (max-width: 767px) {
      #hp_menu #hp_menu_header #hp_menu_header_inner {
        margin: 0px; } }
    @media screen and (max-width: 767px) {
      #hp_menu #hp_menu_header #hp_menu_header_title {
        height: 205px;
        margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      #hp_menu #hp_menu_header #hp_menu_header_title #hp_menu_mobile_hobo {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("../images/hp_menu_mobile_hobo.png") bottom center no-repeat;
        background-size: contain; } }
    #hp_menu #hp_menu_header #hp_menu_all {
      padding-top: 13px;
      padding-right: 0px; }
      #hp_menu #hp_menu_header #hp_menu_all a {
        float: right; }
    @media screen and (min-width: 992px) {
      #hp_menu #hp_menu_header #see_whole_menu {
        width: 256px;
        height: 40px;
        background: url("../images/whole_menu_btn.png") 0 0; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_menu #hp_menu_header #see_whole_menu {
        width: 210px;
        height: 33px;
        background: url("../images/whole_menu_btn.png") 0 0;
        background-size: 100% auto; } }
    @media screen and (min-width: 992px) {
      #hp_menu #hp_menu_header #see_whole_menu:hover {
        background: url("../images/whole_menu_btn.png") 0 -42px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_menu #hp_menu_header #see_whole_menu:hover {
        width: 210px;
        height: 33px;
        background: url("../images/whole_menu_btn.png") 0 -34px;
        background-size: 100% auto; } }
    #hp_menu #hp_menu_header #hp_menu_header_copy {
      text-transform: uppercase;
      line-height: 28px;
      padding-top: 13px;
      padding-left: 0px; }
      @media screen and (min-width: 1201px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line1 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 26px;
          color: #231f20; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line1 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 22px;
          color: #231f20; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line1 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (max-width: 767px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line1 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          color: #231f20;
          text-align: center;
          line-height: 15px; } }
      @media screen and (min-width: 1201px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line2 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 26px;
          color: #ffffff; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line2 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 22px;
          color: #ffffff; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line2 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        #hp_menu #hp_menu_header #hp_menu_header_copy .menu_line2 {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          color: #ffffff;
          text-align: center; } }
  #hp_menu #hp_menu_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 390px; }
    #hp_menu #hp_menu_slider_wrapper .caroufredsel_wrapper {
      height: 100% !important; }
    #hp_menu #hp_menu_slider_wrapper #hp_menu_slider .hp_menu_item {
      float: left;
      position: relative; }
      @media screen and (min-width: 768px) {
        #hp_menu #hp_menu_slider_wrapper #hp_menu_slider .hp_menu_item {
          min-height: 390px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        #hp_menu #hp_menu_slider_wrapper #hp_menu_slider .hp_menu_item {
          margin: 0px 10px 20px; } }
      #hp_menu #hp_menu_slider_wrapper #hp_menu_slider .hp_menu_item img {
        width: 100%;
        height: auto;
        max-width: 360px; }
    #hp_menu #hp_menu_slider_wrapper .hp_menu_ctrl {
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 200; }
      @media screen and (min-width: 1201px) {
        #hp_menu #hp_menu_slider_wrapper .hp_menu_ctrl {
          margin-top: -20px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_menu #hp_menu_slider_wrapper .hp_menu_ctrl {
          margin-top: -110px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_menu #hp_menu_slider_wrapper .hp_menu_ctrl {
          margin-top: -121px; } }
      @media screen and (max-width: 767px) {
        #hp_menu #hp_menu_slider_wrapper .hp_menu_ctrl {
          margin-top: -20px; } }
    #hp_menu #hp_menu_slider_wrapper #hp_menu_prev {
      left: 10%;
      background: url("../images/next_back.png") 0 0;
      height: 41px;
      width: 33px; }
    #hp_menu #hp_menu_slider_wrapper #hp_menu_next {
      right: 10%;
      background: url("../images/next_back.png") 32px 0;
      height: 41px;
      width: 32px; }
  #hp_menu .hp_menu_item_hover {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-width: 360px; }
    @media screen and (min-width: 768px) {
      #hp_menu .hp_menu_item_hover {
        opacity: 0;
        left: 50%;
        top: 50%; } }
    @media screen and (max-width: 767px) {
      #hp_menu .hp_menu_item_hover {
        left: 0;
        top: 0; } }
  #hp_menu .hp_menu_item_hover:hover {
    opacity: 1; }
  #hp_menu .hp_menu_item_clicked {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%;
    max-width: 360px; }
  #hp_menu .hp_menu_expanded {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding-top: 51px; }
    #hp_menu .hp_menu_expanded .collapse_btn {
      width: 105px;
      height: 44px;
      background: url("../images/collapse_btn.png") 0 0;
      position: absolute;
      cursor: pointer;
      right: 15px;
      top: 0; }
    #hp_menu .hp_menu_expanded .collapse_btn:hover {
      background: url("../images/collapse_btn.png") 0 -45px; }
    #hp_menu .hp_menu_expanded .hp_menu_items_number {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 31px;
      color: #231f20;
      text-transform: uppercase;
      height: 56px;
      background-size: 100% 56px;
      position: relative;
      margin-bottom: 10px;
      margin-right: 15px;
      cursor: pointer; }
      @media screen and (min-width: 1580px) {
        #hp_menu .hp_menu_expanded .hp_menu_items_number {
          font-family: "alternate-gothic-no-2-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 31px;
          color: #231f20;
          line-height: 50px; } }
      @media screen and (max-width: 1579px) and (min-width: 1451px) {
        #hp_menu .hp_menu_expanded .hp_menu_items_number {
          font-family: "alternate-gothic-no-2-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 27px;
          color: #231f20;
          line-height: 50px; } }
      @media screen and (max-width: 1450px) and (min-width: 1201px) {
        #hp_menu .hp_menu_expanded .hp_menu_items_number {
          font-family: "alternate-gothic-no-2-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 21px;
          color: #231f20;
          line-height: 50px; } }
      @media screen and (max-width: 1200px) and (min-width: 1101px) {
        #hp_menu .hp_menu_expanded .hp_menu_items_number {
          font-family: "alternate-gothic-no-2-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 19px;
          color: #231f20;
          line-height: 50px; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        #hp_menu .hp_menu_expanded .hp_menu_items_number {
          font-family: "alternate-gothic-no-2-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 19px;
          color: #231f20;
          line-height: 19px;
          padding-top: 10px;
          padding-left: 44px; } }
      #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
        margin-right: 5px; }
        @media screen and (min-width: 1580px) {
          #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
            font-family: "quimby-mayoral",sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 34px;
            color: #ffffff; } }
        @media screen and (max-width: 1579px) and (min-width: 1451px) {
          #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
            font-family: "quimby-mayoral",sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 34px;
            color: #ffffff; } }
        @media screen and (max-width: 1450px) and (min-width: 1201px) {
          #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
            font-family: "quimby-mayoral",sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 27px;
            color: #ffffff; } }
        @media screen and (max-width: 1200px) and (min-width: 1101px) {
          #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
            font-family: "quimby-mayoral",sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 27px;
            color: #ffffff; } }
        @media screen and (max-width: 1100px) and (min-width: 768px) {
          #hp_menu .hp_menu_expanded .hp_menu_items_number .script {
            font-family: "quimby-mayoral",sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            color: #ffffff;
            position: absolute;
            left: 0px;
            top: 0;
            padding-top: 7px; } }
    #hp_menu .hp_menu_expanded .hp_menu_items_number:hover {
      color: #ffffff; }
  #hp_menu .menu_border1, #hp_menu .menu_border7 {
    background: url("../images/menu_border_m_1.png") top left no-repeat; }
  #hp_menu .menu_border1:before, #hp_menu .menu_border7:before {
    width: 15px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 0;
    content: url("../images/menu_border_l_1.png"); }
  #hp_menu .menu_border1:after, #hp_menu .menu_border7:after {
    width: 15px;
    height: 56px;
    position: absolute;
    right: -15px;
    top: 0;
    content: url("../images/menu_border_r_1.png"); }
  #hp_menu .menu_border2, #hp_menu .menu_border8 {
    background: url("../images/menu_border_m_2.png") top left no-repeat; }
  #hp_menu .menu_border2:before, #hp_menu .menu_border8:before {
    width: 15px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 0;
    content: url("../images/menu_border_l_2.png"); }
  #hp_menu .menu_border2:after, #hp_menu .menu_border8:after {
    width: 15px;
    height: 56px;
    position: absolute;
    right: -15px;
    top: 0;
    content: url("../images/menu_border_r_2.png"); }
  #hp_menu .menu_border3, #hp_menu .menu_border9 {
    background: url("../images/menu_border_m_3.png") top left no-repeat; }
  #hp_menu .menu_border3:before, #hp_menu .menu_border9:before {
    width: 15px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 0;
    content: url("../images/menu_border_l_3.png"); }
  #hp_menu .menu_border3:after, #hp_menu .menu_border9:after {
    width: 15px;
    height: 56px;
    position: absolute;
    right: -15px;
    top: 0;
    content: url("../images/menu_border_r_3.png"); }
  #hp_menu .menu_border4, #hp_menu .menu_border10 {
    background: url("../images/menu_border_m_4.png") top left no-repeat; }
  #hp_menu .menu_border4:before, #hp_menu .menu_border10:before {
    width: 15px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 0;
    content: url("../images/menu_border_l_4.png"); }
  #hp_menu .menu_border4:after, #hp_menu .menu_border10:after {
    width: 15px;
    height: 56px;
    position: absolute;
    right: -15px;
    top: 0;
    content: url("../images/menu_border_r_4.png"); }
  #hp_menu .menu_border5, #hp_menu .menu_border6 {
    background: url("../images/menu_border_m_5.png") top left no-repeat; }
  #hp_menu .menu_border5:before, #hp_menu .menu_border6:before {
    width: 15px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 0;
    content: url("../images/menu_border_l_5.png"); }
  #hp_menu .menu_border5:after, #hp_menu .menu_border6:after {
    width: 15px;
    height: 56px;
    position: absolute;
    right: -15px;
    top: 0;
    content: url("../images/menu_border_r_5.png"); }

#hp_callouts {
  padding-top: 35px;
  padding-bottom: 70px;
  background: url("../images/hp_callout_bg.jpg") center center no-repeat;
  position: relative;
  background-size: cover;
  z-index: 2; }
  #hp_callouts a {
    display: inline-block;
    bottom: 0;
    position: relative; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_callouts a {
        width: 100%;
        height: auto;
        padding: 0px 15px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_callouts a img {
        width: 100%;
        height: auto; } }
    #hp_callouts a .hp_callout_item_hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  #hp_callouts a:hover img {
    opacity: 0; }
  #hp_callouts a:hover .hp_callout_item_hover {
    opacity: 1; }
  #hp_callouts #callout_border {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url("../images/line_horz.png") top left repeat-x; }
  #hp_callouts #menu_border {
    height: 10px;
    width: 100%;
    position: absolute;
    top: -5px;
    background: url("../images/line_horz.png") top left repeat-x; }

#hp_locations, #loc_map_wrapper {
  background-color: #ed1c24;
  padding: 35px 0px 45px 0px;
  position: relative;
  z-index: 1; }
  #hp_locations #hp_map, #loc_map_wrapper #hp_map {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #hp_locations #hp_map, #loc_map_wrapper #hp_map {
        padding-top: 82px;
        width: 100%; } }
    #hp_locations #hp_map #hp_map_boder, #loc_map_wrapper #hp_map #hp_map_boder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 500;
      pointer-events: none;
      background: url("../images/hp_locations_border.png") center center no-repeat;
      background-size: 100% 100%; }
  #hp_locations #before_map, #loc_map_wrapper #before_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 450; }
    #hp_locations #before_map #hp_map_tracks, #loc_map_wrapper #before_map #hp_map_tracks {
      position: absolute;
      bottom: 85px;
      width: 100%; }
      @media screen and (min-width: 1201px) {
        #hp_locations #before_map #hp_map_tracks, #loc_map_wrapper #before_map #hp_map_tracks {
          height: 114px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_locations #before_map #hp_map_tracks, #loc_map_wrapper #before_map #hp_map_tracks {
          height: 77px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_locations #before_map #hp_map_tracks, #loc_map_wrapper #before_map #hp_map_tracks {
          height: 45px; } }
      @media screen and (max-width: 767px) {
        #hp_locations #before_map #hp_map_tracks, #loc_map_wrapper #before_map #hp_map_tracks {
          height: 114px; } }
      #hp_locations #before_map #hp_map_tracks #hp_map_tracks_rail, #loc_map_wrapper #before_map #hp_map_tracks #hp_map_tracks_rail {
        width: 200%;
        height: 100%;
        background: url("../images/train_tracks.png") top left repeat-x;
        position: relative;
        left: -780px;
        background-size: auto 100%; }
      #hp_locations #before_map #hp_map_tracks #walking_hobo, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo {
        position: absolute;
        z-index: 1; }
        @media screen and (min-width: 1201px) {
          #hp_locations #before_map #hp_map_tracks #walking_hobo, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo {
            top: -379px;
            right: 0; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          #hp_locations #before_map #hp_map_tracks #walking_hobo, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo {
            top: -263px;
            height: 315px;
            right: 0; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          #hp_locations #before_map #hp_map_tracks #walking_hobo, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo {
            top: -197px;
            height: 225px;
            right: 42px; } }
        @media screen and (max-width: 767px) {
          #hp_locations #before_map #hp_map_tracks #walking_hobo, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo {
            top: -379px; } }
        @media screen and (max-width: 1200px) {
          #hp_locations #before_map #hp_map_tracks #walking_hobo img, #loc_map_wrapper #before_map #hp_map_tracks #walking_hobo img {
            height: 100%;
            width: auto; } }
      #hp_locations #before_map #hp_map_tracks #easy_find, #loc_map_wrapper #before_map #hp_map_tracks #easy_find {
        background: url("../images/hp_map_easy.png") center center no-repeat;
        position: absolute; }
        @media screen and (min-width: 1201px) {
          #hp_locations #before_map #hp_map_tracks #easy_find, #loc_map_wrapper #before_map #hp_map_tracks #easy_find {
            width: 246px;
            height: 500px;
            top: -374px;
            left: 84px; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          #hp_locations #before_map #hp_map_tracks #easy_find, #loc_map_wrapper #before_map #hp_map_tracks #easy_find {
            width: 171px;
            height: 340px;
            background-size: contain;
            top: -254px;
            left: 84px; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          #hp_locations #before_map #hp_map_tracks #easy_find, #loc_map_wrapper #before_map #hp_map_tracks #easy_find {
            width: 171px;
            height: 198px;
            background-size: contain;
            top: -148px;
            left: 53px; } }
        @media screen and (max-width: 767px) {
          #hp_locations #before_map #hp_map_tracks #easy_find, #loc_map_wrapper #before_map #hp_map_tracks #easy_find {
            width: 246px;
            height: 500px; } }
  @media screen and (max-width: 767px) {
    #hp_locations #hp_map_menu, #loc_map_wrapper #hp_map_menu {
      position: static !important; } }
  #hp_locations #hp_map_control_header, #loc_map_wrapper #hp_map_control_header {
    text-transform: uppercase;
    padding-left: 15px; }
    @media screen and (min-width: 768px) {
      #hp_locations #hp_map_control_header, #loc_map_wrapper #hp_map_control_header {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 68px;
        color: #ffffff;
        line-height: 61px; } }
    @media screen and (max-width: 767px) {
      #hp_locations #hp_map_control_header, #loc_map_wrapper #hp_map_control_header {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #231f20;
        margin-left: -15px;
        padding-right: 15px;
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 51px;
        color: #ffffff;
        line-height: 61px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px; } }
    #hp_locations #hp_map_control_header .script, #loc_map_wrapper #hp_map_control_header .script {
      text-transform: none; }
      @media screen and (min-width: 768px) {
        #hp_locations #hp_map_control_header .script, #loc_map_wrapper #hp_map_control_header .script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 85px;
          color: #ffffff;
          width: 100%;
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        #hp_locations #hp_map_control_header .script, #loc_map_wrapper #hp_map_control_header .script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 58px;
          color: #ffffff;
          margin-right: 10px; } }
  #hp_locations .hp_map_div1, #loc_map_wrapper .hp_map_div1 {
    width: 289px;
    height: 6px;
    background: url("../images/dividers.png") 0 0; }
  #hp_locations .hp_map_div2, #loc_map_wrapper .hp_map_div2 {
    width: 289px;
    height: 6px;
    background: url("../images/dividers.png") 0 -9px; }
  #hp_locations #hp_menu_legend, #loc_map_wrapper #hp_menu_legend {
    padding: 15px 0px 15px 15px; }
    #hp_locations #hp_menu_legend .hp_menu_loc, #loc_map_wrapper #hp_menu_legend .hp_menu_loc {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: #231f20;
      text-transform: uppercase;
      cursor: pointer;
      height: 44px;
      line-height: 47px; }
      #hp_locations #hp_menu_legend .hp_menu_loc a, #loc_map_wrapper #hp_menu_legend .hp_menu_loc a {
        color: #231f20; }
    #hp_locations #hp_menu_legend .hp_menu_loc:hover, #loc_map_wrapper #hp_menu_legend .hp_menu_loc:hover {
      color: #ffffff; }
      #hp_locations #hp_menu_legend .hp_menu_loc:hover a, #loc_map_wrapper #hp_menu_legend .hp_menu_loc:hover a {
        color: #ffffff;
        text-decoration: none; }
    #hp_locations #hp_menu_legend .state_title, #loc_map_wrapper #hp_menu_legend .state_title {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff;
      text-transform: uppercase;
      cursor: pointer; }
    #hp_locations #hp_menu_legend #ia_locations, #loc_map_wrapper #hp_menu_legend #ia_locations {
      margin-top: 20px; }
  #hp_locations .map_selected, #loc_map_wrapper .map_selected {
    background: url("../images/map_border_m.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #ffffff !important; }
  #hp_locations .map_selected:before, #loc_map_wrapper .map_selected:before {
    content: url("../images/map_border_l.png");
    width: 15px;
    height: 44px;
    position: absolute;
    left: -15px;
    top: 0; }
  #hp_locations .map_selected:after, #loc_map_wrapper .map_selected:after {
    content: url("../images/map_border_r.png");
    width: 15px;
    height: 44px;
    position: absolute;
    right: -15px;
    top: 0; }
  #hp_locations #loc_map, #loc_map_wrapper #loc_map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      #hp_locations #loc_map, #loc_map_wrapper #loc_map {
        padding-top: 82px; } }
    #hp_locations #loc_map iframe, #loc_map_wrapper #loc_map iframe {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #hp_locations #loc_map iframe, #loc_map_wrapper #loc_map iframe {
          height: 100%; } }
      @media screen and (max-width: 767px) {
        #hp_locations #loc_map iframe, #loc_map_wrapper #loc_map iframe {
          height: calc(100%-82px); } }
  #hp_locations #hp_map_extra, #loc_map_wrapper #hp_map_extra {
    padding: 9px 0px; }
  #hp_locations .hp_map_extra_item, #loc_map_wrapper .hp_map_extra_item {
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-right: 53px; }
    @media screen and (min-width: 992px) {
      #hp_locations .hp_map_extra_item, #loc_map_wrapper .hp_map_extra_item {
        font-family: "alternate-gothic-no-2-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_locations .hp_map_extra_item, #loc_map_wrapper .hp_map_extra_item {
        font-family: "alternate-gothic-no-2-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        line-height: 34px; } }
    @media screen and (max-width: 767px) {
      #hp_locations .hp_map_extra_item, #loc_map_wrapper .hp_map_extra_item {
        font-family: "alternate-gothic-no-2-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #ffffff; } }
  #hp_locations .hp_map_extra_item:hover, #loc_map_wrapper .hp_map_extra_item:hover {
    color: #231f20; }
  #hp_locations .hp_map_extra_after, #loc_map_wrapper .hp_map_extra_after {
    right: 30px;
    background: url("../images/next_back.png") 19px 0;
    background-size: auto 100%;
    height: 24px;
    width: 19px;
    position: absolute;
    top: 2px; }
  #hp_locations .hp_map_extra_after:after, #loc_map_wrapper .hp_map_extra_after:after {
    background-color: #231f20;
    height: 20px;
    width: 20px;
    position: absolute;
    content: '';
    top: 2px;
    right: -27px;
    border-radius: 10px; }
  #hp_locations #map_border, #loc_map_wrapper #map_border {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url("../images/line_horz.png") top left repeat-x; }

/*----------------------------- Internal Styles ---------------------------------*/
#internal_wrapper {
  position: relative; }

#breadcrumbs {
  background-color: #ed1c24;
  padding-top: 25px;
  padding-bottom: 15px; }
  #breadcrumbs p, #breadcrumbs div, #breadcrumbs a {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase; }
  #breadcrumbs a:hover {
    color: #231f20;
    text-decoration: none; }

#internal_footer_border {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  background: url("../images/line_horz.png") top left repeat-x; }

#internal_top_content {
  background-color: #ed1c24;
  padding-bottom: 45px;
  position: relative; }
  #internal_top_content #page_title a {
    color: #ffffff; }
  #internal_top_content #page_title #page_title_wrapper {
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      #internal_top_content #page_title #page_title_wrapper {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 85px;
        color: #ffffff;
        line-height: 75px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #internal_top_content #page_title #page_title_wrapper {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 56px;
        color: #ffffff;
        line-height: 75px; } }
    @media screen and (max-width: 767px) {
      #internal_top_content #page_title #page_title_wrapper {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 60px;
        color: #ffffff;
        line-height: 75px; } }
    #internal_top_content #page_title #page_title_wrapper .title_script {
      text-transform: none; }
      @media screen and (min-width: 992px) {
        #internal_top_content #page_title #page_title_wrapper .title_script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 85px;
          color: #ffffff; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #internal_top_content #page_title #page_title_wrapper .title_script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 56px;
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        #internal_top_content #page_title #page_title_wrapper .title_script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 67px;
          color: #ffffff; } }
  #internal_top_content #page_title #item_page_desc {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #231f20;
    margin-top: 15px; }
  #internal_top_content #page_title #item_pdf_download {
    padding-top: 30px; }
    #internal_top_content #page_title #item_pdf_download #item_pdf_download_copy {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      color: #231f20; }
    #internal_top_content #page_title #item_pdf_download .catering_item_download a {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      color: #ffffff; }
  #internal_top_content #page_top_content {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #231f20;
    padding-top: 10px;
    line-height: 24px; }
    #internal_top_content #page_top_content h1 {
      margin: 0px 0px 10px 0px;
      font-size: 26px; }
    #internal_top_content #page_top_content a {
      color: #ffffff; }

.sub_order_now a {
  background: rgba(0, 0, 0, 0) url("../images/button_bg_2.png") no-repeat scroll center center;
  border: 0 none;
  color: #231f20 !important;
  display: inline-block;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 43px;
  margin-top: 16px;
  padding: 0 13px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: -13px;
  width: 231px; }

.sub_title {
  padding-bottom: 15px; }
  .sub_title .sub_title_title {
    color: #ffffff;
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase; }

#video {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  #video #video_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/gray_bg.png") top left; }
  #video #video_player_btn {
    width: 120px;
    height: 135px;
    background: url("../images/play_btn.png") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -67px;
    cursor: pointer; }
  #video #video_player_btn:hover {
    opacity: .8; }
  #video #video_player {
    height: 100%;
    display: none; }
    #video #video_player iframe {
      width: 100%;
      height: 100%; }
  #video #video_top_border {
    height: 10px;
    width: 100%;
    position: absolute;
    top: -5px;
    background: url("../images/line_horz.png") top left repeat-x;
    z-index: 2; }

#internal_middle_content {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px; }
  #internal_middle_content a {
    color: #8d8d8d; }
  #internal_middle_content #internal_middle_title {
    text-transform: uppercase;
    line-height: 75px;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      #internal_middle_content #internal_middle_title {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 85px;
        color: #231f20; } }
    @media screen and (max-width: 767px) {
      #internal_middle_content #internal_middle_title {
        font-family: "alternate-gothic-no-3-d",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 60px;
        color: #231f20; } }
    #internal_middle_content #internal_middle_title .title_script {
      text-transform: none; }
      @media screen and (min-width: 768px) {
        #internal_middle_content #internal_middle_title .title_script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 85px;
          color: #231f20; } }
      @media screen and (max-width: 767px) {
        #internal_middle_content #internal_middle_title .title_script {
          font-family: "quimby-mayoral",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 67px;
          color: #231f20; } }
  #internal_middle_content #internal_form_title {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    color: #231f20;
    text-transform: uppercase;
    line-height: 37px;
    margin-bottom: 25px; }
  #internal_middle_content #internal_middle_copy {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #231f20;
    line-height: 24px; }
    #internal_middle_content #internal_middle_copy a {
      color: #8d8d8d; }

#photo_gallery {
  width: 100%;
  margin: 30px 0px 15px; }
  #photo_gallery #photo_gallery_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    #photo_gallery #photo_gallery_wrapper .caroufredsel_wrapper {
      width: 100% !important;
      height: 100% !important; }
      #photo_gallery #photo_gallery_wrapper .caroufredsel_wrapper #photo_gallery_inner {
        width: 100% !important;
        height: 100% !important; }
    #photo_gallery #photo_gallery_wrapper .photo_gal_item {
      width: 100% !important;
      height: 100% !important;
      position: relative; }
      #photo_gallery #photo_gallery_wrapper .photo_gal_item img {
        width: 100%;
        height: 100%; }
  #photo_gallery .photo_ctrl {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      #photo_gallery .photo_ctrl {
        margin-top: -74px; } }
    @media screen and (max-width: 767px) {
      #photo_gallery .photo_ctrl {
        margin-top: -47px; } }
  @media screen and (min-width: 768px) {
    #photo_gallery #photo_prev {
      left: -6px;
      width: 86px;
      height: 148px;
      background: url("../images/photo_ctrl_btns.png") 0 0; } }
  @media screen and (max-width: 767px) {
    #photo_gallery #photo_prev {
      left: -6px;
      width: 59px;
      height: 95px;
      background: url("../images/photo_ctrl_btns.png") 0 0;
      background-size: auto 100%; } }
  @media screen and (min-width: 768px) {
    #photo_gallery #photo_next {
      right: -6px;
      width: 86px;
      height: 148px;
      background: url("../images/photo_ctrl_btns.png") 85px 0; } }
  @media screen and (max-width: 767px) {
    #photo_gallery #photo_next {
      right: -6px;
      width: 59px;
      height: 95px;
      background: url("../images/photo_ctrl_btns.png") 57px 0;
      background-size: auto 100%; } }
  #photo_gallery .photo_desc {
    /*position: absolute;*/
    left: 0;
    bottom: 9%;
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
    text-transform: uppercase;
    height: 61px;
    background: url("../images/photo_overlay_bg.png") top right no-repeat;
    max-width: 563px;
    line-height: 18px;
    padding-left: 20px; }
    #photo_gallery .photo_desc .script {
      font-family: "quimby-mayoral",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      color: #231f20; }
  #photo_gallery .photo_desc:after {
    position: absolute;
    width: 60px;
    height: 61px;
    content: url("../images/photo_overlay_end.png");
    right: -60px;
    top: 0; }
  #photo_gallery #photo_gallery_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url('../images/gal_border.png') center center no-repeat;*/
    background-size: cover;
    pointer-events: none;
    z-index: 101; }

#photo_gallery_desc {
  margin-bottom: 30px; }
  #photo_gallery_desc .photo_desc_item .photo_desc {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #231f20;
    text-transform: uppercase;
    height: 61px;
    line-height: 23px;
    padding-left: 48px;
    position: relative; }
    #photo_gallery_desc .photo_desc_item .photo_desc .script {
      font-family: "quimby-mayoral",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 29px;
      color: #231f20;
      position: absolute;
      left: 0; }

#faq_area #faq_title {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 85px;
  color: #231f20;
  line-height: 80px; }
#faq_area .faq_item {
  margin-top: 25px; }
  #faq_area .faq_item .faq_question {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #faq_area .faq_item .faq_question {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        color: #ed1c24; } }
    @media screen and (max-width: 767px) {
      #faq_area .faq_item .faq_question {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: #ed1c24;
        line-height: 27px; } }
  #faq_area .faq_item .faq_answer {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #231f20;
    line-height: 24px;
    padding-left: 15px; }

#order_btns {
  margin-top: 40px; }
  #order_btns .order_btn {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 43px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #order_btns .order_btn {
        margin-bottom: 20px; } }
  #order_btns a:hover {
    text-decoration: none; }
  #order_btns #order_btn1 .order_btn_item {
    background: url("../images/btn_bg.png") 0 40px;
    width: 231px;
    height: 40px;
    padding-left: 12px; }
  #order_btns #order_btn2 .order_btn_item {
    background: url("../images/btn_bg.png") -270px 40px;
    width: 232px;
    height: 40px;
    padding-left: 12px; }
  #order_btns #order_btn3 .order_btn_item {
    background: url("../images/btn_bg.png") -556px 40px;
    width: 231px;
    height: 40px;
    padding-left: 12px; }

#menu_btns .menu_btn {
  text-transform: uppercase; }
  @media screen and (min-width: 1201px) {
    #menu_btns .menu_btn {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      color: #231f20;
      line-height: 43px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu_btns .menu_btn {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 21px;
      color: #231f20;
      line-height: 35px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #menu_btns .menu_btn {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      color: #231f20;
      line-height: 26px; } }
  @media screen and (max-width: 767px) {
    #menu_btns .menu_btn {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 21px;
      color: #231f20;
      line-height: 43px; } }
#menu_btns a:hover {
  text-decoration: none; }
#menu_btns a {
  color: #231f20 !important; }
#menu_btns #menu_btn1 .menu_btn_item {
  background: url("../images/btn_bg.png") 0 0;
  padding-left: 12px; }
  @media screen and (min-width: 1201px) {
    #menu_btns #menu_btn1 .menu_btn_item {
      width: 231px;
      height: 40px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu_btns #menu_btn1 .menu_btn_item {
      width: 100%;
      height: 32px;
      background-size: auto 64px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #menu_btns #menu_btn1 .menu_btn_item {
      width: 100%;
      height: 24px;
      background-size: auto 47px; } }
  @media screen and (max-width: 767px) {
    #menu_btns #menu_btn1 .menu_btn_item {
      width: 231px;
      height: 40px;
      margin-bottom: 20px; } }
#menu_btns #menu_btn2 .menu_btn_item {
  padding-left: 12px;
  background: url("../images/btn_bg.png") -270px 0; }
  @media screen and (min-width: 1201px) {
    #menu_btns #menu_btn2 .menu_btn_item {
      width: 232px;
      height: 40px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu_btns #menu_btn2 .menu_btn_item {
      width: 100%;
      height: 32px;
      background-size: auto 64px;
      background-position: -216px 0 !important; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #menu_btns #menu_btn2 .menu_btn_item {
      width: 100%;
      height: 24px;
      background-size: auto 47px;
      background-position: -159px 0 !important; } }
  @media screen and (max-width: 767px) {
    #menu_btns #menu_btn2 .menu_btn_item {
      width: 232px;
      height: 40px;
      margin-bottom: 20px; } }
#menu_btns #menu_btn3 .menu_btn_item {
  padding-left: 12px;
  background: url("../images/btn_bg.png") -556px 0; }
  @media screen and (min-width: 1201px) {
    #menu_btns #menu_btn3 .menu_btn_item {
      width: 231px;
      height: 40px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu_btns #menu_btn3 .menu_btn_item {
      width: 100%;
      height: 32px;
      background-size: auto 64px;
      background-position: -444px 0 !important; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #menu_btns #menu_btn3 .menu_btn_item {
      width: 100%;
      height: 24px;
      background-size: auto 47px;
      background-position: -325px 0 !important; } }
  @media screen and (max-width: 767px) {
    #menu_btns #menu_btn3 .menu_btn_item {
      width: 231px;
      height: 40px; } }

@media screen and (min-width: 1201px) {
  #featured_menu {
    margin-top: 73px; } }
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #featured_menu {
    margin-top: 38px; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  #featured_menu {
    margin-top: 11px; } }
@media screen and (max-width: 767px) {
  #featured_menu {
    margin-top: 105px; } }

#menu_order_fixed {
  position: fixed;
  bottom: 0;
  left: 15px;
  background-color: #ed1c24;
  z-index: 1000;
  padding: 10px 20px 5px; }
  #menu_order_fixed a {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase; }

.menu_page_item {
  border: 3px solid #231f20;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (min-width: 1201px) {
    .menu_page_item {
      padding-top: 175px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      margin-top: 154px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    .menu_page_item {
      padding-top: 175px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      margin-top: 154px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .menu_page_item {
      padding-top: 127px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      margin-top: 93px; } }
  @media screen and (max-width: 767px) {
    .menu_page_item {
      padding-top: 175px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      margin-top: 122px; } }
  .menu_page_item .menu_page_icon {
    position: absolute; }
    @media screen and (min-width: 1201px) {
      .menu_page_item .menu_page_icon {
        top: -156px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .menu_page_item .menu_page_icon {
        top: -113px;
        width: 247px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .menu_page_item .menu_page_icon {
        top: -90px;
        width: 184px; } }
    @media screen and (max-width: 767px) {
      .menu_page_item .menu_page_icon {
        top: -110px;
        width: calc(100% - 40px); } }
    @media screen and (max-width: 1200px) {
      .menu_page_item .menu_page_icon img {
        width: 100%;
        height: auto; } }

.menu_page_items {
  position: relative; }
  .menu_page_items .item_highlight:before {
    width: 65px;
    height: 105px;
    content: url("../images/menu_pointer.png");
    position: absolute;
    left: -65px;
    top: -12px; }
  .menu_page_items .item_highlight .menu_row_name {
    color: #ed1c24 !important; }
  .menu_page_items .menu_row {
    clear: both;
    padding-bottom: 13px;
    position: relative; }
    .menu_page_items .menu_row .menu_row_num, .menu_page_items .menu_row .menu_row_name, .menu_page_items .menu_row .menu_row_price, .menu_page_items .menu_row .menu_row_price_reg, .menu_page_items .menu_row .menu_row_price_king {
      float: left; }
    @media screen and (min-width: 1201px) {
      .menu_page_items .menu_row .menu_row_num {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        color: #231f20;
        margin-top: -15px;
        margin-right: 8px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .menu_page_items .menu_row .menu_row_num {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 27px;
        color: #231f20;
        margin-top: -12px;
        margin-right: 8px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .menu_page_items .menu_row .menu_row_num {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        color: #231f20;
        margin-top: -9px;
        margin-right: 4px; } }
    @media screen and (max-width: 767px) {
      .menu_page_items .menu_row .menu_row_num {
        font-family: "quimby-mayoral",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        color: #231f20;
        margin-top: -9px;
        margin-right: 4px; } }
    .menu_page_items .menu_row .menu_row_name {
      text-transform: uppercase;
      padding-right: 10px;
      line-height: 24px; }
      @media screen and (min-width: 1201px) {
        .menu_page_items .menu_row .menu_row_name {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          color: #231f20; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .menu_page_items .menu_row .menu_row_name {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 21px;
          color: #231f20; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .menu_page_items .menu_row .menu_row_name {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (max-width: 767px) {
        .menu_page_items .menu_row .menu_row_name {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (min-width: 1201px) {
        .menu_page_items .menu_row .menu_row_name .menu_row_extra {
          font-size: 16px !important;
          line-height: 18px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .menu_page_items .menu_row .menu_row_name .menu_row_extra {
          font-size: 16px !important;
          line-height: 18px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .menu_page_items .menu_row .menu_row_name .menu_row_extra {
          font-size: 13px !important;
          line-height: 14px; } }
      @media screen and (max-width: 767px) {
        .menu_page_items .menu_row .menu_row_name .menu_row_extra {
          font-size: 13px !important;
          line-height: 14px; } }
    .menu_page_items .menu_row .menu_row_price {
      text-transform: uppercase;
      text-align: right; }
      @media screen and (min-width: 1201px) {
        .menu_page_items .menu_row .menu_row_price {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          color: #231f20; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .menu_page_items .menu_row .menu_row_price {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 21px;
          color: #231f20; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .menu_page_items .menu_row .menu_row_price {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (max-width: 767px) {
        .menu_page_items .menu_row .menu_row_price {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (min-width: 1201px) {
        .menu_page_items .menu_row .menu_row_price .menu_row_price_king {
          margin-left: 20px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .menu_page_items .menu_row .menu_row_price .menu_row_price_king {
          margin-left: 20px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .menu_page_items .menu_row .menu_row_price .menu_row_price_king {
          margin-left: 10px; } }
      @media screen and (max-width: 767px) {
        .menu_page_items .menu_row .menu_row_price .menu_row_price_king {
          margin-left: 20px; } }
  .menu_page_items .menu_item_header {
    width: 100%;
    position: absolute;
    margin-top: -32px; }
    .menu_page_items .menu_item_header .menu_item_header_inner {
      text-transform: uppercase;
      float: right; }
      @media screen and (min-width: 1201px) {
        .menu_page_items .menu_item_header .menu_item_header_inner {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          color: #231f20; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .menu_page_items .menu_item_header .menu_item_header_inner {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 21px;
          color: #231f20; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .menu_page_items .menu_item_header .menu_item_header_inner {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      @media screen and (max-width: 767px) {
        .menu_page_items .menu_item_header .menu_item_header_inner {
          font-family: "alternate-gothic-no-3-d",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #231f20; } }
      .menu_page_items .menu_item_header .menu_item_header_inner .menu_item_reg {
        float: left; }
      .menu_page_items .menu_item_header .menu_item_header_inner .menu_item_king {
        float: right; }

@media screen and (min-width: 768px) {
  #menu_hobo_bottom {
    background: url("../images/menu_bottom_hobo.png") center center no-repeat;
    height: 530px;
    width: 484px;
    position: relative;
    margin-top: 110px; } }
@media screen and (min-width: 768px) {
  #menu_hobo_bottom #menu_hobo_left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0px; } }
@media screen and (min-width: 768px) {
  #menu_hobo_bottom #menu_hobo_left #menu_hobo_left_inner {
    height: 124px;
    width: 100%;
    background: url("../images/menu_bottom_tracks.png") bottom right repeat-x;
    position: absolute;
    left: 0;
    bottom: 0; } }
@media screen and (min-width: 768px) {
  #menu_hobo_bottom #menu_hobo_right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0px; } }
@media screen and (min-width: 768px) {
  #menu_hobo_bottom #menu_hobo_right #menu_hobo_right_inner {
    height: 124px;
    width: 100%;
    background: url("../images/menu_bottom_tracks.png") bottom left repeat-x;
    position: absolute;
    left: 0;
    bottom: 0; } }

#the_right_hobo {
  overflow: visible !important; }

.the_display_address {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #231f20;
  line-height: 21px;
  padding-left: 10px;
  opacity: 0; }
  .the_display_address .white {
    color: #ffffff;
    margin-top: 10px;
    display: inline-block; }
    .the_display_address .white a {
      color: #ffffff; }
  .the_display_address a {
    color: #231f20; }
  .the_display_address a:hover {
    text-decoration: none; }
  .the_display_address .loc_view_map {
    cursor: pointer; }
  .the_display_address .loc_view_map:hover {
    text-decoration: underline; }

#location_hobo {
  background: url("../images/locations_hobo.png") center center no-repeat;
  height: 302px;
  width: 429px;
  position: relative;
  pointer-events: none;
  overflow: visible !important; }
  #location_hobo #location_hobo_left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0px; }
    #location_hobo #location_hobo_left #location_hobo_left_inner {
      height: 71px;
      width: 100%;
      background: url("../images/locations_tracks.png") bottom right repeat-x;
      position: absolute;
      left: 0;
      bottom: 0; }
  #location_hobo #location_hobo_right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0px; }
    #location_hobo #location_hobo_right #location_hobo_right_inner {
      height: 71px;
      width: 100%;
      background: url("../images/locations_tracks.png") bottom left repeat-x;
      position: absolute;
      left: 0;
      bottom: 0; }

#cc_logos {
  height: 59px;
  background: url("../images/cc_logos.png") center center no-repeat; }
  @media screen and (min-width: 768px) {
    #cc_logos {
      position: absolute;
      top: 0;
      right: 0;
      width: 380px; } }
  @media screen and (max-width: 767px) {
    #cc_logos {
      width: 100%;
      background-size: contain; } }

#above_form_content {
  font-family: "alternate-gothic-no-2-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #231f20;
  line-height: 24px;
  margin-bottom: 30px; }

#catering_disclaimer {
  font-family: "alternate-gothic-no-2-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    #catering_disclaimer {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 767px) {
  #catering_item_wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

.catering_item {
  margin-bottom: 35px;
  padding-right: 15px; }
  .catering_item .catering_item_title {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #231f20;
    text-transform: uppercase;
    position: relative; }
    .catering_item .catering_item_title .script {
      font-family: "quimby-mayoral",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      color: #ed1c24;
      text-transform: none; }
    .catering_item .catering_item_title a {
      width: 231px;
      height: 40px;
      background: url("../images/button_bg_2.png") center center no-repeat;
      display: inline-block;
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      color: #231f20;
      color: #231f20 !important;
      line-height: 43px;
      text-transform: uppercase;
      padding: 0px 13px;
      margin-top: 10px;
      border: 0px;
      text-align: left;
      right: 0;
      top: -13px; }
      @media screen and (min-width: 768px) {
        .catering_item .catering_item_title a {
          margin-top: 16px;
          position: absolute; } }
      @media screen and (max-width: 767px) {
        .catering_item .catering_item_title a {
          margin-top: 0px;
          margin-bottom: 15px; } }
  .catering_item .catering_item_desc {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #231f20;
    line-height: 24px; }
  .catering_item .catering_item_types {
    padding-top: 15px;
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #231f20; }
    .catering_item .catering_item_types .catering_type_col1 {
      color: #ed1c24; }
    @media screen and (max-width: 767px) {
      .catering_item .catering_item_types .catering_type_col2 {
        padding: 0px; } }
    .catering_item .catering_item_types .catering_type_col3 {
      color: #ed1c24;
      text-align: right; }
  .catering_item .catering_item_download a {
    font-family: "alternate-gothic-no-2-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #8d8d8d; }

.page_form .form_title {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase; }
  .page_form .form_title .script {
    font-family: "quimby-mayoral",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #ed1c24;
    text-transform: none; }
.page_form label {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #231f20; }
.page_form input, .page_form textarea, .page_form select {
  width: 100%;
  border: 2px solid #231f20; }
.page_form .radios input {
  width: auto !important; }
.page_form .submit {
  width: 231px;
  height: 40px;
  background: url("../images/submit_btn.png") center center no-repeat;
  text-indent: -9999px;
  border: 0px; }
.page_form .dform_file_upload input {
  border: 0px; }

.mobile_form label {
  font-family: "alternate-gothic-no-2-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ed1c24;
  text-transform: uppercase; }
.mobile_form .mobile_input_wrapper .submit_button .dform_container:before {
  content: url(""); }
.mobile_form .mobile_input_wrapper .submit_button .dform_container:after {
  content: url(""); }
.mobile_form .mobile_input_wrapper .submit_button .submit {
  height: 40px;
  width: 100%;
  background: url("../images/red_submit_btn.png") top left no-repeat;
  background-size: 100% 40px;
  text-indent: 0px !important;
  text-align: left;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #231f20;
  text-transform: uppercase;
  padding-left: 16px; }
.mobile_form .mobile_input_wrapper .dform_container {
  position: relative; }
.mobile_form .mobile_input_wrapper .dform_radio .dform_container:before {
  content: url(""); }
.mobile_form .mobile_input_wrapper .dform_radio .dform_container:after {
  content: url(""); }
.mobile_form .mobile_input_wrapper .dform_radio .input_wrap {
  position: relative;
  background: none;
  height: auto; }
.mobile_form .mobile_input_wrapper .dform_radio input {
  width: auto;
  height: auto; }
.mobile_form .mobile_input_wrapper .dform_radio .radios label {
  color: #ffffff; }
.mobile_form .mobile_input_wrapper .dform_captcha .dform_container:before {
  top: auto;
  bottom: 0; }
.mobile_form .mobile_input_wrapper .dform_captcha .dform_container:after {
  top: auto;
  bottom: 0; }
.mobile_form .mobile_input_wrapper input {
  background: none;
  height: 42px;
  border: 0px !important;
  color: #ffffff; }
.mobile_form .mobile_input_wrapper .dform_container:before {
  position: absolute;
  width: 5px;
  height: 42px;
  content: url("../images/input_left.png");
  left: -5px;
  top: 0px; }
.mobile_form .mobile_input_wrapper .dform_container:after {
  position: absolute;
  width: 5px;
  height: 42px;
  content: url("../images/input_right.png");
  right: -5px;
  top: -1px; }
.mobile_form .mobile_input_wrapper .header_search_border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.mobile_form .mobile_input_wrapper .input_wrap {
  position: relative;
  background: url("../images/mobile_input_back.png") top left no-repeat;
  background-size: 100% 42px;
  height: 42px; }
.mobile_form .mobile_input_wrapper .dform_textarea .dform_container:before {
  position: absolute;
  width: 7px;
  height: 95px;
  content: url("../images/textarea_left.png");
  left: -7px;
  top: 0px; }
.mobile_form .mobile_input_wrapper .dform_textarea .dform_container:after {
  position: absolute;
  width: 7px;
  height: 95px;
  content: url("../images/textarea_right.png");
  right: -7px;
  top: 0px; }
.mobile_form .mobile_input_wrapper .dform_textarea .input_wrap {
  position: relative;
  background: url("../images/textarea_middle.png") top left no-repeat;
  background-size: 100% 95px;
  height: 95px; }
.mobile_form .mobile_input_wrapper .dform_textarea textarea {
  background: none;
  border: 0px;
  color: #ffffff; }

#mobile_catering {
  padding-bottom: 30px; }
  #mobile_catering #mobile_catering_title {
    font-family: "quimby-mayoral",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 74px;
    color: #ffffff;
    width: 100%;
    text-align: center; }
  #mobile_catering .form_title {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }

#the_locations .state_title {
  text-transform: uppercase;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    #the_locations .state_title {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff;
      height: 44px;
      line-height: 47px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #the_locations .state_title {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #ffffff;
      height: 44px;
      line-height: 47px; } }
  @media screen and (max-width: 767px) {
    #the_locations .state_title {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      color: #ffffff;
      height: 44px;
      line-height: 47px; } }
#the_locations .loc_page_item {
  text-transform: uppercase;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    #the_locations .loc_page_item {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: #231f20;
      height: 44px;
      line-height: 47px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #the_locations .loc_page_item {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #231f20;
      height: 44px;
      line-height: 47px; } }
  @media screen and (max-width: 767px) {
    #the_locations .loc_page_item {
      font-family: "alternate-gothic-no-3-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      color: #231f20;
      height: 44px;
      line-height: 47px; } }
  #the_locations .loc_page_item .location_display_information {
    display: none; }
#the_locations .loc_page_item:hover {
  color: #ffffff; }
#the_locations .map_selected {
  background: url("../images/map_border_m.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #ffffff !important; }
  #the_locations .map_selected .location_display_information {
    display: block; }
#the_locations .map_selected:before {
  content: url("../images/map_border_l.png");
  width: 15px;
  height: 44px;
  position: absolute;
  left: -15px;
  top: 0; }
#the_locations .map_selected:after {
  content: url("../images/map_border_r.png");
  width: 15px;
  height: 44px;
  position: absolute;
  right: -15px;
  top: 0; }

#locations_border {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  background: url("../images/line_horz.png") top left repeat-x; }

#above_internal_map #locations_map_extra {
  padding: 28px 0 15px; }
#above_internal_map .locations_map_extra_item {
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-right: 50px; }
  @media screen and (min-width: 768px) {
    #above_internal_map .locations_map_extra_item {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff;
      margin-right: 80px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    #above_internal_map .locations_map_extra_item {
      font-family: "alternate-gothic-no-2-d",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      color: #ffffff;
      margin-right: 39px;
      margin-bottom: 15px; } }
#above_internal_map .locations_map_extra_after {
  right: 0px;
  background: url("../images/next_back.png") 19px 0;
  background-size: auto 100%;
  height: 24px;
  width: 19px;
  position: absolute;
  top: 2px; }
#above_internal_map .locations_map_extra_after:after {
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  position: absolute;
  content: '';
  top: 2px;
  right: -27px;
  border-radius: 10px; }

.results_item {
  margin-bottom: 30px; }

#store_wrapper .store_list_item {
  margin-bottom: 35px; }
  #store_wrapper .store_list_item .item_img img {
    width: 100%;
    height: auto; }
  #store_wrapper .store_list_item a {
    width: 231px;
    height: 40px;
    background: url("../images/button_bg_1.png") center center no-repeat;
    display: inline-block;
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #231f20;
    line-height: 43px;
    text-transform: uppercase;
    padding: 0px 13px;
    margin-top: 10px; }
  #store_wrapper .store_list_item a:hover {
    text-decoration: none; }
  #store_wrapper .store_list_item .store_list_title {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    color: #231f20;
    text-transform: uppercase; }
  #store_wrapper .store_list_item .store_list_headline {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #231f20; }

#product_store_info #product_price {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  color: #231f20;
  line-height: 40px; }
#product_store_info input, #product_store_info select {
  border: 2px solid #231f20; }
#product_store_info #product_shop_info #cart_submit {
  width: 231px;
  height: 40px;
  background: url("../images/button_bg_1.png") center center no-repeat;
  display: inline-block;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #231f20;
  line-height: 43px;
  text-transform: uppercase;
  padding: 0px 13px;
  margin-top: 10px;
  border: 0px;
  text-align: left;
  margin-top: 16px; }
#product_store_info .item_img {
  width: 100%;
  height: auto; }
#product_store_info .item_mod {
  margin: 20px 0px; }
  #product_store_info .item_mod input[type="text"] {
    width: 100%; }
  #product_store_info .item_mod #item_quantity {
    width: auto !important; }
#product_store_info label {
  margin-bottom: 1px; }

.order_item {
  margin-bottom: 20px; }
  .order_item .order_item_title {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #231f20;
    text-transform: uppercase; }
  .order_item .cart_desc {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #ffffff; }
  .order_item .order_update {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #231f20; }
    .order_item .order_update .order_update_quantity {
      margin-bottom: 10px; }
      .order_item .order_update .order_update_quantity input {
        width: 40px;
        border: 2px solid #231f20;
        background-color: #ed1c24;
        text-align: center;
        margin-left: 5px; }

#cart_bottom #promo_input {
  margin-bottom: 15px; }
  #cart_bottom #promo_input input {
    border: 2px solid #231f20;
    background-color: #ed1c24;
    margin-left: 5px; }
#cart_bottom #cart_modify {
  margin-bottom: 15px; }
  #cart_bottom #cart_modify input {
    border: 2px solid #ffffff;
    background-color: #ed1c24;
    margin-left: 5px;
    color: #ffffff;
    padding: 9px 15px 5px;
    text-transform: uppercase; }

.form_btn {
  border: 2px solid #ffffff;
  background-color: #ed1c24;
  margin-left: 5px;
  color: #ffffff;
  padding: 9px 15px 5px;
  text-transform: uppercase; }

#cc_disclaimer {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  margin-top: 10px; }

#checkout_form h3 {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase; }
#checkout_form .table_checkout {
  width: 100%; }
  #checkout_form .table_checkout .checkout_label {
    padding-right: 10px; }
  #checkout_form .table_checkout input {
    width: 100%;
    border: 2px solid #231f20;
    background-color: #ed1c24;
    margin-bottom: 10px; }
  #checkout_form .table_checkout select {
    width: 100%;
    border: 2px solid #231f20;
    background-color: #ed1c24;
    margin-bottom: 10px; }
  #checkout_form .table_checkout #shipping_same_as_billing {
    width: auto; }

#order_totals {
  margin-bottom: 30px; }
  #order_totals .order_total_amount {
    color: #ffffff; }

#card_info input {
  width: 100%;
  border: 2px solid #231f20;
  background-color: #ed1c24;
  margin-bottom: 10px; }
#card_info select {
  border: 2px solid #231f20;
  background-color: #ed1c24;
  margin-bottom: 10px; }
  #card_info select option {
    background: #ffffff; }

#cart_floater {
  position: fixed;
  top: 177px;
  right: 0;
  width: 69px;
  height: 84px;
  background: url("../images/cart_floater_bg.png") center center no-repeat transparent;
  z-index: 500; }
  #cart_floater #cart_floater_number {
    position: absolute;
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-left: -2px;
    margin-top: -28px; }
  #cart_floater #cart_floater_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/cart_floater_overlay.png") center center no-repeat transparent;
    z-index: 10; }

.box_content {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #231f20; }
  .box_content img {
    float: left;
    border: 2px solid #231f20; }
  .box_content a {
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #231f20;
    text-decoration: none; }

#continue_shopping, #your_cart {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #231f20;
  text-transform: uppercase;
  margin-bottom: 10px; }

#cart_add_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ed1c24;
  z-index: 101;
  width: 500px;
  margin-left: -250px;
  padding: 15px;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  font-size: 20px; }
  #cart_add_popup #new_order_item {
    text-align: left; }
    #cart_add_popup #new_order_item .new_order_bold {
      font-weight: 600;
      padding-right: 10px; }

#cart_add_popup_bg {
  background: #000000;
  opacity: .5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.cart_add_popup_btn div, .cart_add_popup_btn a {
  background-color: #231f20;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #f47a23;
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  margin-top: 15px; }

.cart_add_popup_btn div:hover, .cart_add_popup_btn a:hover {
  text-decoration: none;
  color: #ffffff; }

#yumm_logo {
  height: 100%;
  position: absolute;
  top: 0;
  display: none; }
  @media screen and (min-width: 992px) {
    #yumm_logo {
      left: 313px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #yumm_logo {
      left: 243px; } }
  #yumm_logo a {
    height: 100%; }
  #yumm_logo img {
    height: 100%;
    width: auto; }

.del_item {
  padding-bottom: 50px;
  position: relative;
  padding-top: 50px; }

.del_item:first-of-type {
  padding-top: 0px !important; }

.del_item:last-of-type:after {
  display: none; }

.del_item:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
  background: url("../images/black_line.png") center center no-repeat;
  background-size: 100% auto; }

.del_title {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #231f20;
  text-transform: uppercase; }

.del_subtitle {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #231f20;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 10px; }

.del_logo {
  margin-top: 25px;
  margin-bottom: 45px; }

.del_item a div {
  margin: 0px !important; }

@media screen and (max-width: 767px) {
  #reorder_wrapper, #hp_menu_header_inner, #menu_top_row {
    display: table;
    table-layout: fixed;
    width: 100%; }

  #menu_top_row {
    padding: 0px;
    margin: 0; }

  #hp_menu, #hp_menu_header_copy, #menu_top_item {
    display: table-footer-group; }

  #hp_locations, #hp_menu_heder_title, #menu_top_gal {
    display: table-header-group; } }
