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

 Title : Tin Drum Styles
 URL : http://tindrumcafe.com

 Built by : Armchair - armchairmedia.com
 Author: Nate Steiner
 
 Last Updated : April 11 2013

- - - - - - - - - - - - - - - - - - - - - */
/* ===== NON MEDIA QUERY SPECIFIC ===== */
body {
  color: #222;
  padding: 0;
  margin: 0; }

.cleared {
  *zoom: 1;
  margin-bottom: 1em; }
  .cleared:before, .cleared:after {
    content: " ";
    display: table; }
  .cleared:after {
    clear: both; }

.logo {
  margin: 0;
  padding: 0;
  border-top: 10px solid white;
  width: 50%; }

.toplogo {
  display: block;
  text-indent: -9000em;
  background: url("/assets/images/sprite-tin-drum-asiacafe.png") no-repeat -1px -2px;
  width: 210px;
  height: 49px; }

.logo .toplogo:hover {
  background-position: -1px -56px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .logo .toplogo {
    background: url("/assets/images/sprite-tin-drum-asiacafe@2x.png") no-repeat -1px -1px;
    background-size: 220px 107px;
    width: 218px;
    height: 51px; }

  .logo .toplogo:hover {
    background-position: -1px -55px; } }
a {
  text-decoration: none;
  color: #ff4000;
  font-weight: "Futura T W01 Medium"; }

a:hover {
  color: #222222; }

a.onblack:hover {
  color: #fff; }

nav ul, .menuwrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.wide-footer-nav {
  font-family: "Futura T W01 Book";
  font-weight: normal; }
  .wide-footer-nav p {
    float: left;
    padding-right: 0.5em; }
  .wide-footer-nav a {
    font-family: "Futura T W01 Medium"; }

.txtlinks {
  width: 100%;
  clear: both;
  font-size: 1.1em; }

.txtlinks a,
a.linelink {
  font-family: "Futura T W01 Medium";
  font-weight: normal;
  line-height: 0.9em;
  font-size: 18px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.txtlinks a:hover,
a.linelink:hover {
  color: #ff4000; }

.txtlinks a:after,
a.linelink:after {
  content: "";
  display: block;
  margin-top: 6px;
  height: 2px;
  width: 10px;
  background: #ff4000;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out; }

.txtlinks a:hover:after,
a.active:after,
a.linelink:hover:after {
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.btn {
  background: #ff4000;
  color: #fff;
  line-height: 1em;
  padding: 10px 15px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.btn:hover {
  background: #fff;
  color: #ff4000; }

/* social icons */
a.socialicon {
  text-indent: -9000em;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 6px; }

a.TDfacebook {
  background: url("/assets/images/sprite-social.png") no-repeat -4px -8px;
  width: 20px;
  height: 20px; }
  a.TDfacebook:hover {
    background-position: -4px -33px; }

a.TDtwitter {
  background: url("/assets/images/sprite-social.png") no-repeat -30px -8px;
  width: 20px;
  height: 20px; }
  a.TDtwitter:hover {
    background-position: -30px -33px; }

a.TDinstagram {
  background: url("/assets/images/sprite-social.png") no-repeat -55px -8px;
  width: 20px;
  height: 20px; }
  a.TDinstagram:hover {
    background-position: -55px -33px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  a.TDfacebook {
    background: url("/assets/images/sprite-social@2x.png") no-repeat -5px -8px;
    background-size: 80px 60px;
    width: 19px;
    height: 19px; }
    a.TDfacebook:hover {
      background-position: -5px -32px; }

  a.TDtwitter {
    background: url("/assets/images/sprite-social@2x.png") no-repeat -31px -8px;
    background-size: 80px 60px;
    width: 19px;
    height: 19px; }
    a.TDtwitter:hover {
      background-position: -31px -32px; }

  a.TDinstagram {
    background: url("/assets/images/sprite-social@2x.png") no-repeat -55px -8px;
    background-size: 80px 60px;
    width: 19px;
    height: 19px; }
    a.TDinstagram:hover {
      background-position: -55px -32px; } }
/* Clearing Floats Class STARTS */
.Wrapper {
  display: inline-block; }

.Wrapper:after {
  Content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .Wrapper {
  height: 1%; }

.Wrapper {
  display: block; }

/* Clearing Floats Class ENDS  */
.hide, .Hide {
  display: none; }

.clear {
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  overflow: hidden; }

/* ===== MOBILE with MIN and MAX WIDTH ===== */
@media screen and (min-width: 0px) and (max-width: 580px) {
  .txtlinks a:after,
  a.linelink:after {
    display: none; }

  a.active {
    color: #222222; }

  .hide-desktop {
    display: block; }

  .hide-mobile {
    display: none; }

  .regular-content-wrap,
  .home-top {
    padding: 0;
    margin: 0;
    width: auto; }

  .regular-content-wrap {
    margin-top: 50px; }

  .txtlinks li {
    float: none;
    width: 100%;
    padding-bottom: 0.3em; }
    .txtlinks li a:hover:after {
      content: "-"; }

  .bottomnav {
    position: relative;
    display: block;
    margin-left: 20px;
    background: red; }
    .bottomnav ul {
      height: auto; }

  footer {
    position: relative;
    display: block;
    font-family: "Futura T W01 Book";
    font-weight: normal;
    margin-left: 20px;
    font-size: 0.9em; }

  #menubtn {
    padding-bottom: 10px;
    display: block; }

  .menuwrapper {
    display: none; }

  .headline {
    font-size: 1.5em; }

  .headline-huge {
    font-family: "Futura T W01 Bold";
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 0 18px;
    padding: 0; }

  .headline-med {
    font-family: "Futura T W01 Medium";
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 0 18px;
    padding: 0; }

  .headline-bold {
    font-family: "Futura T W01 Bold";
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 0 18px;
    padding: 0; } }
/* ===== END MOBILE  ===== */
/* ===== TABLET and MIDRANGE WIDTH ===== */
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none; }

  .hide-mobile {
    display: block; }

  .social {
    clear: left;
    margin-left: 50%;
    width: 50%;
    padding-top: 35px; }

  .regular-content-wrap {
    width: 688px;
    margin: 0 auto;
    clear: both; }
    .regular-content-wrap section.Wrapper {
      padding-bottom: 10px; }

  .logo h1 {
    margin: 10px 0 25px 0; }

  .headline-huge {
    font-family: "Futura T W01 Bold";
    font-weight: normal;
    font-size: 4em;
    line-height: 1.4em;
    margin: 0;
    padding: 0; }

  .headline-med {
    font-family: "Futura T W01 Medium";
    font-weight: normal;
    font-size: 4em;
    margin: 0;
    padding: 0; }

  .headline-bold {
    font-family: "Futura T W01 Bold";
    font-weight: normal;
    font-size: 4em;
    margin: 0;
    padding: 0; }

  .logo {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0; }

  nav ul {
    margin: 0;
    height: 2em; }
    nav ul li {
      float: left;
      width: 25%; } }
/* ===== END TABLET ===== */
/* ===== DESKTOP and WIDE WIDTH ===== */
@media screen and (min-width: 1160px) {
  .social {
    clear: none;
    margin-left: 0%;
    width: 25%;
    padding-top: 0px; }

  .headline-huge {
    font-size: 5.4em;
    letter-spacing: -0.05em;
    font-family: "Futura T W01 Bold";
    font-weight: normal; }

  .headline-med {
    font-size: 5.4em;
    letter-spacing: -0.05em;
    font-family: "Futura T W01 Medium";
    font-weight: normal; } }
/* ===== END DESKTOP  ===== */
/* ===== MOBILE with MIN and MAX WIDTH ===== */
@media screen and (min-width: 0px) and (max-width: 580px) {
  /* home top area */
  .hometopnav, .homesecondnav {
    position: absolute;
    z-index: 100; }

  .homesecondnav {
    display: none; }

  .subpage .hometopnav {
    display: none; }

  .hometopnav {
    top: 80px;
    margin: 0 20px; }
    .hometopnav li {
      margin-bottom: 8px; }

  .txtlinks li {
    margin-bottom: 8px; }

  .toplogo {
    margin-left: 18px; }

  .homesecondnav {
    height: 3em; }

  .homepage .regular-content-wrap {
    margin-top: 0; } }
/* ===== END MOBILE  ===== */
/* ===== TABLET and MIDRANGE WIDTH ===== */
@media screen and (min-width: 768px) {
  .homepage .regular-content-wrap {
    width: 600px; }

  .home-top, .sub-top {
    position: relative;
    width: 688px;
    margin: 0 auto;
    padding: 20px 0 0 0; }

  .home-top {
    width: 600px; }

  .hometopnav, .homesecondnav {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0; }

  .homesecondnav {
    display: block; } }
/* ===== END TABLET ===== */
/* ===== DESKTOP and WIDE WIDTH ===== */
@media screen and (min-width: 1160px) {
  .home-top {
    width: 960px; }

  .homepage .regular-content-wrap {
    width: 960px; } }
/* ===== END DESKTOP  ===== */
/* ===== NON MEDIA QUERY SPECIFIC ===== */
/* default page images */
.illustration {
  width: 100%;
  text-align: center;
  margin-top: -30px; }
  .illustration li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none; }

.default-article {
  padding-bottom: 1em; }
  .default-article h3 {
    font-family: "Futura T W01 Medium";
    font-weight: normal;
    font-size: 2em;
    line-height: 1em;
    padding: 0;
    margin: 0.8em 0 0.3em 0; }
  .default-article h4 {
    font-family: "Futura T W01 Bold";
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
    margin: 0.5em 0 0.3em 0; }
  .default-article p {
    width: 50%;
    font-family: "Futura T W01 Book";
    font-size: 19px;
    padding: 0 0 1em 0;
    margin: 0; }
  .default-article ul {
    width: 50%;
    font-family: "Futura T W01 Book";
    font-size: 19px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em; }
    .default-article ul a {
      width: 50%;
      font-family: "Futura T W01 Medium";
      font-size: 19px; }

#locationswitcher {
  display: none;
  background: #222222;
  font-family: "Futura T W01 Medium";
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 20; }
  #locationswitcher h4 {
    margin: 0 0 0.5em 0;
    padding-right: 30px; }

/* ===== MOBILE with MIN and MAX WIDTH ===== */
@media screen and (min-width: 0px) and (max-width: 580px) {
  /* subpage top area */
  .subtopnav {
    margin-left: 20px; }

  .wufoo-form-wrap,
  .default-article {
    width: 80%;
    margin: 0 20px; }

  .default-article p,
  .default-article ul {
    width: 100%; }

  .cleared {
    display: none; }

  .cafe {
    font-family: "Futura T W01 Book";
    font-size: 19px;
    width: 86.54545%;
    margin: 10px 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #222222;
    float: left; }
    .cafe span {
      font-size: 22px;
      font-family: "Futura T W01 Medium"; }
    .cafe a {
      font-family: "Futura T W01 Medium"; } }
/* ===== END MOBILE  ===== */
/* ===== TABLET and MIDRANGE WIDTH ===== */
@media screen and (min-width: 768px) {
  .regular-content-wrap {
    padding-top: 30px; }

  .subtopnav {
    display: none; }

  #cateringwrap {
    background: url("/assets/images/illustration-cookie@2x.jpg") 100% 0 no-repeat;
    background-size: 250px; }

  #franchisewrap {
    background: url("/assets/images/illustration-drummer@2x.jpg") 100% 0 no-repeat;
    background-size: 250px; }

  .wufoo-form-wrap {
    width: 702px;
    margin: 0 auto; }

  #cafewrap {
    margin-bottom: 40px; }

  .locationli a {
    line-height: 1.1em; }

  #cafdetail {
    background: #fff;
    color: #222222;
    padding: 10px; }
    #cafdetail p {
      margin: 0; }
    #cafdetail .maplink {
      margin-bottom: 1em; }

  .cafe {
    font-family: "Futura T W01 Book";
    font-size: 19px;
    width: 32.72727%;
    float: left; }
    .cafe span {
      font-size: 22px;
      font-family: "Futura T W01 Medium"; }
    .cafe a {
      font-family: "Futura T W01 Medium"; } }
/* ===== END TABLET ===== */
/* ===== DESKTOP and WIDE WIDTH ===== */
@media screen and (min-width: 1160px) {
  #cateringwrap {
    background: url("/assets/images/illustration-cookie@2x.jpg") 100% 0 no-repeat;
    background-size: 380px; }

  #franchisewrap {
    background: url("/assets/images/illustration-drummer@2x.jpg") 100% 0 no-repeat;
    background-size: 380px; }

  .wufoo-form-wrap {
    width: 980px;
    margin: 0 auto; }

  .sub-top {
    width: 960px; }

  .regular-content-wrap {
    width: 960px; } }
/* ===== END DESKTOP  ===== */
/* ===== NON MEDIA QUERY SPECIFIC ===== */
/* accordian */
.tab {
  padding: 10px 0;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  font-family: "Futura T W01 Medium"; }

.tab:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  font-size: 1em;
  line-height: 1em;
  padding: 0 10px 0 0; }

.tab.active:after {
  content: 'x'; }

.panel {
  overflow: hidden;
  padding: 0 20px; }

.js .panel {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; }

.js .panel.active {
  max-height: 300em; }

.panel p:last-child {
  margin: 0; }

.menu-desc-veg {
  font-family: "Futura T W01 Extra Bold";
  font-size: 1.1em;
  color: #ff4000;
  float: left; }

.menu-desc-spice-wrap {
  float: left; }

.menu-desc-spice-icons {
  /*each pepper is 26px wide and 24px high */
  position: absolute;
  top: 2px;
  left: 0px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 26px;
  height: 12px;
  background: url(/assets/images/sprite-spice.png) 0 0 repeat;
  background-size: 26px 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .menu-desc-spice-icons {
      background-image: url(/assets/images/sprite-spice@2x.png); } }

.one-pepper {
  width: 26px; }

.two-pepper {
  width: 52px; }

.three-pepper {
  width: 78px; }

.nutrition {
  display: none;
  background: #222222;
  font-family: "Futura T W01 Book";
  font-size: 1.1em;
  width: 80%;
  color: #fff;
  padding: 15px; }
  .nutrition h4 {
    margin: 0;
    font-size: 1em;
    padding-bottom: 0.2em; }
  .nutrition p.key {
    color: #fff;
    font-size: 0.9em;
    padding: 0.5em 0; }
  .nutrition select {
    margin: 0; }
  .nutrition ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

._is-closeinfolink,
._is-closeloclink {
  float: right;
  text-indent: -9000em;
  background: url(/assets/images/sprite-close.png) 0 0 no-repeat;
  background-size: 14px 28px;
  width: 14px;
  height: 14px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    ._is-closeinfolink,
    ._is-closeloclink {
      background-image: url(/assets/images/sprite-close@2x.png); } }

._is-closeinfolink:hover,
._is-closeloclink:hover {
  background-position: 0 -14px; }

/* ===== END NON MEDIA QUERY ===== */
/* ===== MOBILE with MIN and MAX WIDTH ===== */
@media screen and (min-width: 0px) and (max-width: 580px) {
  .tab {
    padding: 10px 0;
    line-height: 1em;
    margin: 0 20px;
    border-bottom: 4px solid #222222; }

  .tab.active {
    border-bottom: none; }

  .panel .menu-sec-desc {
    padding-top: 20px; }

  .menuitems {
    background: #222222; }
    .menuitems img {
      display: none; }
    .menuitems h3 {
      margin: 1em 0 0 0;
      padding: 0;
      line-height: 1.3em;
      font-family: "Futura T W01 Bold";
      font-weight: normal;
      color: #fff; }
      .menuitems h3 a:hover {
        color: #fff; }
    .menuitems .menu-desc {
      width: 100%;
      padding-bottom: 10px; }
    .menuitems .menu-desc-veg-icons {
      color: #fff;
      display: inline;
      font-family: "Futura T W01 Extra Bold";
      font-size: 1.1em; }
    .menuitems .menu-desc-spice-icons {
      position: relative;
      display: inline-block;
      top: 0; }
    .menuitems .menu-desc-spice-word,
    .menuitems .menu-desc-veg-word {
      display: none; }
    .menuitems .nutrition {
      color: #fff;
      padding: 10px 0;
      margin: 10px 0;
      width: 100%;
      border-top: 4px solid white; }
      .menuitems .nutrition h4 {
        display: none; }
    .menuitems p {
      color: #fff;
      padding: 0;
      margin: 0;
      width: 100%;
      font-family: "Futura T W01 Book";
      font-weight: normal;
      font-size: 1em; }

  .menu-desc {
    display: block;
    width: 50px;
    margin: 4px 0 0 0;
    padding: 4px 0 0 0;
    font-size: 1.1em;
    position: relative; } }
/* ===== END MOBILE  ===== */
/* ===== TABLET and MIDRANGE WIDTH ===== */
@media screen and (min-width: 768px) {
  .menuitems {
    font-family: "Futura T W01 Book";
    font-weight: normal; }
    .menuitems section {
      margin: 0;
      padding: 0; }
    .menuitems h3 {
      margin: 1em 0 0 0;
      padding: 0;
      font-family: "Futura T W01 Book";
      font-weight: normal; }
      .menuitems h3 a {
        display: block;
        padding-right: 32px; }
        .menuitems h3 a i {
          width: 1.1em;
          height: 1em;
          display: inline-block;
          margin-bottom: -4px; }
      .menuitems h3 a:hover {
        color: #222; }
        .menuitems h3 a:hover i {
          background-image: url(/assets/images/info.png);
          background-position: 0 50%;
          background-repeat: no-repeat; }
    .menuitems p {
      padding: 0;
      margin: 0;
      width: 85%;
      font-family: "Futura T W01 Medium";
      font-weight: normal;
      font-size: 0.8em; }

  .menu-desc {
    background: #eee; }

  .menu-desc-veg-icons {
    font-family: "Futura T W01 Extra Bold";
    font-size: 1.1em;
    color: #ff4000;
    padding-right: 10px; }

  .menu-desc-spice-wrap,
  .menu-desc-veg-wrap {
    position: relative;
    float: left; }

  .menu-desc-spice-icons,
  .menu-desc-veg-icons {
    position: relative; }

  .menu-desc-spice-word,
  .menu-desc-veg-word {
    font-size: 1.6em;
    font-family: "Futura T W01 Bold";
    position: absolute;
    top: -2px;
    left: 0px;
    line-height: 1em;
    text-indent: -9000em;
    letter-spacing: -0.06em;
    display: block;
    width: 300px; }

  .menu-desc-spice-wrap:hover {
    cursor: pointer; }
    .menu-desc-spice-wrap:hover .menu-desc-spice-word {
      color: #ff4000;
      text-indent: 0; }
    .menu-desc-spice-wrap:hover .menu-desc-spice-icons {
      background-position: 0 -12px; }

  .menu-desc-veg-wrap:hover {
    cursor: pointer; }
    .menu-desc-veg-wrap:hover .menu-desc-veg-icons {
      color: #222222; }
    .menu-desc-veg-wrap:hover .menu-desc-veg-word {
      color: #ff4000;
      text-indent: 0; }

  .menuwrapper {
    display: block; }

  .menuwrapper ul {
    margin: 0;
    height: 8em; }
    .menuwrapper ul li {
      float: left;
      width: 25%;
      padding-bottom: 1.2em;
      font-size: 19px; }

  .col {
    width: 33%;
    float: left;
    padding-bottom: 70px; }

  /* accordian */
  .tab {
    cursor: default;
    padding-left: 0;
    font-weight: normal; }

  .tab.active {
    background: none; }

  .tab:after, .tab.active:after {
    content: ""; }

  .js .panel, .js .panel.active {
    max-height: none; }

  .panel {
    padding-left: 0; }

  .headline {
    font-size: 2.8em;
    line-height: 1em;
    margin-bottom: 0; }
    .headline a {
      padding-top: 50px; }

  .menuitems .menu-section {
    background-repeat: no-repeat;
    background-size: 200px;
    position: relative;
    padding: 0 0 10px 0; }

  .nutrition {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none; }

  .nutrition.bottom-align {
    bottom: 0;
    top: auto; }

  .menu-sec-desc {
    font-family: "Futura T W01 Book";
    margin: 0.5em 0 1.5em 0;
    width: 60%;
    font-size: 1.2em; }

  .menuitems .menu-sec-desc-small {
    font-family: "Futura T W01 Book";
    margin: 0.5em 0 1.5em 0;
    font-size: 0.9em; }

  .headline-plated, .basil-fried-rice h3,
  .mango-stir-fry h3,
  .pad-thai-noodle h3,
  .pad-woon-sen h3,
  .sesame-stir-fry h3,
  .sing-chow-men-noodle h3,
  .tin-drum-curry h3 {
    display: block;
    position: relative;
    height: 200px;
    background-size: 200px; }
    .headline-plated a, .basil-fried-rice h3 a,
    .mango-stir-fry h3 a,
    .pad-thai-noodle h3 a,
    .pad-woon-sen h3 a,
    .sesame-stir-fry h3 a,
    .sing-chow-men-noodle h3 a,
    .tin-drum-curry h3 a, .headline-plated .menuItemTitle, .basil-fried-rice h3 .menuItemTitle,
    .mango-stir-fry h3 .menuItemTitle,
    .pad-thai-noodle h3 .menuItemTitle,
    .pad-woon-sen h3 .menuItemTitle,
    .sesame-stir-fry h3 .menuItemTitle,
    .sing-chow-men-noodle h3 .menuItemTitle,
    .tin-drum-curry h3 .menuItemTitle {
      z-index: 1;
      bottom: 0%;
      position: absolute;
      margin-top: -1.2em;
      display: block; }

  /* height extensions for double line items */
  .sing-chow-men-noodle h3,
  .pad-woon-sen h3 {
    height: 250px; }

  .basil-fried-rice {
    background-image: url(/assets/images/food/basil-fried-rice.jpg); }
  .mango-stir-fry {
    background-image: url(/assets/images/food/mango-stir-fry.jpg); }
  .pad-thai-noodle {
    background-image: url(/assets/images/food/pad-thai-noodle.jpg); }
  .pad-woon-sen {
    background-image: url(/assets/images/food/pad-woon-sen.jpg); }
  .sesame-stir-fry {
    background-image: url(/assets/images/food/sesame-stir-fry.jpg); }
  .sing-chow-men-noodle {
    background-image: url(/assets/images/food/sing-chow-men-noodle.jpg); }
  .tin-drum-curry {
    background-image: url(/assets/images/food/tin-drum-curry.jpg); }
  .menuitems {
    background: #fff;
    font-family: "Futura T W01 Book";
    font-weight: normal; }
    .menuitems h3 {
      margin: 1em 0 0 0;
      padding: 0;
      line-height: 1.3em;
      font-size: 1.4em;
      font-family: "Futura T W01 Medium";
      font-weight: normal; }
      .menuitems h3 a:hover {
        color: #222; }
    .menuitems p {
      color: #222;
      padding: 0;
      margin: 0;
      width: 85%;
      font-family: "Futura T W01 Book";
      font-weight: normal;
      font-size: 1.2em; } }
        @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
          .menuitems h3 a:hover i {
            background-image: url(/assets/images/info@2x.png);
            background-size: 0.7em; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .basil-fried-rice {
      background-image: url(/assets/images/food/basil-fried-rice@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .mango-stir-fry {
      background-image: url(/assets/images/food/mango-stir-fry@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .pad-thai-noodle {
      background-image: url(/assets/images/food/pad-thai-noodle@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .pad-woon-sen {
      background-image: url(/assets/images/food/pad-woon-sen@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .sesame-stir-fry {
      background-image: url(/assets/images/food/sesame-stir-fry@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .sing-chow-men-noodle {
      background-image: url(/assets/images/food/sing-chow-men-noodle@2x.jpg); } }

  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .tin-drum-curry {
      background-image: url(/assets/images/food/tin-drum-curry@2x.jpg); } }

/* ===== END TABLET ===== */
/* ===== DESKTOP and WIDE WIDTH ===== */
@media screen and (min-width: 1160px) {
  .basil-fried-rice h3,
  .mango-stir-fry h3,
  .pad-thai-noodle h3,
  .pad-woon-sen h3,
  .sesame-stir-fry h3,
  .sing-chow-men-noodle h3,
  .tin-drum-curry h3 {
    height: 280px; }

  /* height extensions for double line items */
  .sing-chow-men-noodle h3,
  .pad-woon-sen h3 {
    height: 310px; }

  .menuitems .menu-section {
    background-repeat: no-repeat;
    background-size: 280px; }

  .menu-desc-spice-word,
  .menu-desc-veg-word {
    font-size: 2.45em; } }
/* ===== END DESKTOP  ===== */
/* ===== MOBILE with MIN and MAX WIDTH ===== */
/* ===== TABLET and MIDRANGE WIDTH ===== */
/* ===== DESKTOP and WIDE WIDTH ===== */
