﻿/*@import "bootstrap/bootstrap.less";*/
@font-face {
  font-family: 'FilmotypeLucky';
  src: url('fonts/297543_0_0.eot');
  src: url('fonts/297543_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/297543_0_0.woff') format('woff'), url('fonts/297543_0_0.ttf') format('truetype');
}
h2,
.h2 {
  margin: 0 0 10px 0;
}
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-size: 0.85rem;
}
h3.street-address {
  margin-bottom: 10px;
}
p {
  margin-top: 0;
  font-size: 1.6em;
}
a {
  outline: 0px;
  text-decoration: none;
  border: none;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
#mobileNavPanel {
  display: none;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: Helvetica, Arial, sans-serif;
}
#mobileNavPanel > div {
  padding: 15px;
}
#mobileNavPanel > div ul {
  margin: -15px;
  list-style: none;
  padding: 0;
}
#mobileNavPanel > div ul li {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(#ffffff, #f1f1f1);
  background-image: -o-linear-gradient(#ffffff, #f1f1f1);
  background-image: linear-gradient(#ffffff, #f1f1f1);
  display: block;
  overflow: visible;
  position: relative;
  text-align: left;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}
#mobileNavPanel > div ul li > div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#mobileNavPanel > div ul li > div a {
  padding: 11px 40px 11px 15px;
  color: #2F3E46;
  text-decoration: none !important;
  display: block;
}
#main-container {
  width: 100%;
  min-width: 100%;
}
main {
  padding-bottom: inherit;
  padding-top: inherit;
  color: inherit;
}
div h2:first-child {
  margin-top: 0;
}
.ino-themed-title {
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: #b50909;
  font-family: FilmotypeLucky, 'Century Gothic', futura, 'URW Gothic L', Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
h1.ino-themed-title {
  font-size: 3rem;
  margin: 5px 0;
}
#main-content {
  -webkit-overflow-scrolling: touch;
  padding-bottom: 110%;
  padding-top: 118px;
  color: #666;
}
.location-page-background {
  background-image: url('images/Store1BG_Large.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 15px 0 15px;
}
.location-page-background > div {
  max-width: 1024px;
  margin: auto;
}
.store-image {
  margin-right: 10px;
  float: left;
}
.combo-image {
  margin-left: 10px;
  float: right;
}
.main-content-link {
  font-size: 14px;
  color: #bc0404;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.main-content-link img {
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}
.main-content-row {
  clear: both;
  padding-top: 20px;
  font-size: 0.8em;
}
.main-content-row:after {
  content: " ";
  clear: both;
  display: table;
}
.main-content-row #restaurant-details,
.main-content-row #nearby-locations {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 40px;
}
.main-content-row .location-details-wrapper {
  float: left;
  padding: 0;
  margin: 0;
}
.main-content-row #restaurant-details {
  width: 260px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.main-content-row #restaurant-details #company-store {
  margin: 10px 0;
  padding-right: 5px;
}
.main-content-row #restaurant-details #company-store img {
  float: left;
  margin-left: -10px;
  width: 60px;
}
.main-content-row #restaurant-details #company-store:after {
  clear: both;
}
.main-content-row #restaurant-details .main-content-link {
  display: block;
}
.main-content-row #nearby-locations {
  width: 350px;
  padding: 0 0 0 15px;
}
.main-content-row #nearby-locations .list-nearby-locations {
  padding-left: 0;
  list-style: none;
}
.main-content-row #nearby-locations li {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  display: block;
}
.main-content-row #nearby-locations li a {
  display: table-cell;
  width: 150px;
}
.main-content-row #nearby-locations li a img {
  width: 135px;
  height: 85px;
}
.main-content-row #nearby-locations li p {
  line-height: 16px;
  display: table-cell;
  vertical-align: top;
}
.main-content-row #nearby-locations li p a {
  display: inline;
  color: #bc0404;
  font-weight: bold;
}
#map-container {
  width: 400px;
  /*height: @map-height-large;*/
  margin-bottom: 10px;
  float: left;
  padding: 0;
}
#map-container .map-outer-border {
  border: 2px solid #eeeeee;
  border-radius: 5%;
  height: 410px;
  width: 100%;
  padding: 0;
  margin: 0;
}
#map-container p {
  text-align: center;
}
#map-container .map-inner-border {
  height: 100%;
  width: 100%;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
  background: #FFF;
}
#map-container .map-inner-border > div {
  width: 390px;
  height: 400px;
  border: 3px solid #c9c9c9;
  border-radius: 5%;
  margin: 2px;
  display: inline-block;
}
#map-container .map-inner-border > div img {
  border-radius: 5%;
  width: 390px;
  height: 400px;
}
h3 small {
  font-weight: normal;
}
header {
  background: url('https://in-n-out.com/images/bg_topnav_repeat.png') repeat-x scroll 0 0 #bc0404;
  height: 97px;
  overflow: visible;
}
header .header-content {
  background-color: transparent;
  height: 57px;
  padding-top: 40px;
  background-image: url('https://in-n-out.com/images/bg_topnav.png');
  /*background-position: -20px center;*/
  background-repeat: no-repeat;
}
header .header-content #logo {
  left: 33px;
  position: absolute;
  top: 0;
  width: 164px;
  height: 90px;
  text-indent: -9999px;
  display: block;
}
header .header-content ul {
  padding-left: 0;
  list-style: none;
}
header .header-content ul > li {
  display: inline;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}
header .header-content ul li:not(:first-child) {
  margin-left: -4px;
}
header .header-content li a {
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 6px;
  margin-top: 8px;
  background-repeat: no-repeat;
  height: 45px;
}
header .header-content li a:active,
header .header-content li a:hover {
  background-position: 0 -45px;
}
header .header-content #top-nav {
  padding-left: 250px;
  margin-bottom: 0;
  margin-top: 0;
}
header .header-content #history {
  background-image: url('https://in-n-out.com/images/topnav_history.png');
  width: 91px;
}
header .header-content #foundation {
  background-image: url('https://in-n-out.com/images/topnav_foundation.png');
  width: 131px;
}
header .header-content #downloads {
  background-image: url('https://in-n-out.com/images/topnav_downloads.png');
  width: 131px;
}
header .header-content #contact-us {
  background-image: url('https://in-n-out.com/images/topnav_contactus.png');
  width: 131px;
}
footer {
  clear: both;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul > li {
  display: inline-block;
  padding: 0;
}
footer .internal-and-fb-links {
  background-color: #bc0404;
  padding-left: 40px;
  padding-right: 35px;
  height: 30px;
}
footer .internal-and-fb-links .facebook-link {
  margin-top: 2px;
  float: right;
}
footer .internal-and-fb-links ul {
  margin-top: 0;
}
footer .internal-and-fb-links ul li a {
  height: 9px;
  background-repeat: no-repeat;
  margin-right: 25px;
  display: inline-block;
  margin-top: 12px;
  text-indent: -9999px;
  white-space: nowrap;
}
footer .internal-and-fb-links ul li a:hover,
footer .internal-and-fb-links ul li a:active {
  background-position: 0 -9px;
  text-decoration: none;
}
footer .internal-and-fb-links ul li #gift-cards {
  background-image: url('https://in-n-out.com/images/bottomnav_giftcards.png');
  width: 66px;
}
footer .internal-and-fb-links ul li #nutrition {
  background-image: url('https://in-n-out.com/images/bottomnav_nutrition.png');
  width: 91px;
}
footer .internal-and-fb-links ul li #cookout-trailer {
  background-image: url('https://in-n-out.com/images/bottomnav_cookout_trailer.png');
  width: 105px;
}
footer .copyright-and-external-links {
  height: 55px;
  clear: both;
  padding: 10px 40px 0 39px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
footer .copyright-and-external-links .copyright {
  color: #7a7a7a;
  float: left;
}
footer .copyright-and-external-links ul {
  float: right;
  margin: 0;
}
footer .copyright-and-external-links li {
  line-height: 18px;
}
footer .copyright-and-external-links a {
  font-size: 10px;
  color: #a71812;
  font-weight: bold;
  margin-left: 20px;
}
footer .footer-small {
  display: none;
}
#closest-locations {
  float: left;
  margin: 10px 0 0 20px;
  width: 600px;
  height: 410px;
  overflow: hidden;
  font-size: 0.8em;
  position: relative;
  text-align: center;
}
#closest-locations:active {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
#closest-locations .closest-locations-inner {
  height: 90%;
  width: 100%;
  position: relative;
  text-align: left;
}
#closest-locations .closest-locations-inner > img {
  position: absolute;
  left: 40%;
  top: 40%;
}
#closest-locations .closest-locations-inner .nearby-location-page {
  position: absolute;
  left: -9999px;
  height: 100%;
  width: 100%;
}
#closest-locations .closest-locations-inner .nearby-location-page > div {
  margin: 0 0 20px 0;
  width: 48%;
  height: 100px;
  float: left;
}
#closest-locations .closest-locations-inner .nearby-location-page > div.active-tile img {
  margin-left: 0;
  border-left: 5px solid #B50909;
}
#closest-locations .closest-locations-inner .nearby-location-page > div img {
  float: left;
  width: 130px;
  height: 90px;
  margin: 5px;
}
#closest-locations .closest-locations-inner .nearby-location-page > div a {
  font-weight: bold;
  color: #D91106;
}
#closest-locations .locations-paging {
  width: auto;
  display: inline-block;
  height: 43px;
  z-index: 99;
  float: right;
}
#closest-locations .locations-paging > div {
  height: 100%;
  float: left;
}
#closest-locations .locations-paging > div span {
  font-size: 1.5em;
  line-height: 2;
  margin: 0 5px;
}
#closest-locations .locations-paging > div span.current-page-link {
  cursor: default;
  color: #AAA;
}
#closest-locations .locations-paging span {
  height: 100%;
  width: 42px;
  cursor: pointer;
}
#closest-locations .locations-paging span.left-button {
  float: left;
  background-image: url(images/menuA2/arrow_back.png);
}
#closest-locations .locations-paging span.right-button {
  float: right;
  background-image: url(images/menuA2/arrow_next.png);
}
.texas-graphic {
  float: left;
  height: 200px;
  width: 200px;
  background-image: url(images/TX-Graphic.png);
  background-size: contain;
}
.dallas-page-background {
  background-image: url('images/Texas-Background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 15px 0 15px;
}
.dallas-page-background > div {
  max-width: 1024px;
  margin: auto;
}
.dallas-links {
  text-align: center;
  margin-top: 20px;
  clear: both;
}
.dallas-links a:first-child {
  margin-left: 35px;
}
.dallas-links a {
  margin-right: 80px;
}
.dallas-links a:last-child {
  margin-right: 35px;
}
.mobile-food-menu {
  display: none;
  margin: 0 auto;
}
.mobile-food-menu > div {
  clear: both;
  display: table-row;
  width: 100%;
  border-bottom: 1px solid grey;
}
.mobile-food-menu .menuicon {
  width: 165px;
  display: table-cell;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.mobile-food-menu .menuicon:hover {
  cursor: default;
}
.mobile-food-menu .menuicon img {
  margin-right: 11px;
}
.mobile-food-menu p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
.dallas-title-line-break {
  display: none;
}
@media screen and (min-width: 1068px) {
  .main-content-row #nearby-locations {
    margin-left: 15px;
  }
}
@media screen and (min-width: 480px) {
  .location-page-background #map-container {
    width: 300px;
  }
  .location-page-background #map-container .map-outer-border {
    height: 310px;
  }
  .location-page-background #map-container .map-outer-border .map-inner-border > div {
    width: 290px;
    height: 300px;
  }
  .location-page-background #map-container .map-outer-border .map-inner-border > div img {
    width: 290px;
    height: 300px;
  }
}
@media screen and (max-width: 1068px) {
  #map-container {
    margin-right: 15px;
  }
  #closest-locations {
    width: 300px;
    float: none;
    margin: 15px auto;
  }
  #closest-locations .closest-locations-inner .nearby-location-page > div {
    text-align: center;
    width: 100%;
  }
  #closest-locations .closest-locations-inner .nearby-location-page > div > div {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
  }
  #closest-locations .locations-paging {
    float: none;
  }
  .location-page-background h1,
  .location-page-background h3.street-address {
    text-align: center;
  }
  .main-content-row {
    padding-top: 10px;
  }
  .main-content-row #restaurant-details,
  .main-content-row #nearby-locations {
    padding: 0;
    margin-left: 25px;
  }
  .main-content-row #restaurant-details {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-content-row #nearby-locations {
    width: 315px;
    margin-top: 10px;
  }
  .main-content-row #nearby-locations .list-nearby-locations {
    margin-top: 0;
  }
  .main-content-row #nearby-locations .list-nearby-locations li a {
    width: 135px;
  }
  .main-content-row #nearby-locations .list-nearby-locations li a img {
    max-width: 125px;
  }
  .main-content-row #nearby-locations .list-nearby-locations p {
    line-height: 14px;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 13px;
  }
  p {
    font-size: 1em;
  }
  #main {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  h2,
  .h2 {
    font-size: 2em;
  }
  h2 small,
  .h2 small {
    color: #999999;
    display: inline-block;
  }
  .ino-themed-title {
    margin-bottom: 0;
  }
  #main-content {
    background-image: none;
  }
  #main-container {
    position: absolute;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-transition: -moz-transform 350ms ease;
    -webkit-transition: -webkit-transform 350ms ease;
    -ms-transition: -ms-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    transition: transform 350ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #main-container.nav-panel-active {
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  #mobileNavPanel {
    display: block;
    overflow: hidden;
    width: 0px;
  }
  #mobileNavPanel.nav-panel-active {
    width: 250px;
  }
  #mobileNavPanel ul > li:hover {
    background: #feffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #f6f6f6 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(0%, #f6f6f6), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 0%, #f6f6f6 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffff 0%, #f6f6f6 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 0%, #f6f6f6 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #feffff 0%, #f6f6f6 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
  }
  #mobileNavPanel.no-js {
    position: relative;
    width: 100%;
  }
  #mobileNavPanel.nav-panel-active {
    display: block;
    position: absolute;
    left: 0;
  }
  #closest-locations {
    font-size: 1em;
  }
  .main-content-row {
    font-size: 1em;
  }
  .main-content-row #nearby-locations .list-nearby-locations p {
    font-size: 1em;
  }
  .combo-image,
  .store-image,
  .welcome-message,
  #top-nav {
    display: none;
  }
  header {
    height: 60px;
  }
  header .header-content {
    background-image: url("https://www.in-n-out.com/mobile/images/logo_simple.png");
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 90%;
    padding-top: 0;
  }
  header .header-content #logo {
    display: none;
  }
  header .header-content #openNavPanel {
    display: block;
    background: url("https://www.in-n-out.com/mobile/images/icons.png") no-repeat scroll left center / 130px auto rgba(0, 0, 0, 0);
    background-position: 0% 50%;
    height: 100%;
    margin-left: 10px;
    width: 35px;
  }
  header .header-content #openNavPanel.nav-panel-active {
    background-position: 50% 50%;
  }
  #company-store {
    display: table;
  }
  #company-store > div {
    display: table-cell;
    vertical-align: middle;
  }
  #company-store > div > p {
    margin-bottom: 0;
  }
  footer .footer-large {
    display: none;
  }
  footer .footer-small {
    background: #ad2328;
    color: #FFF;
    text-shadow: 0 1px 0 #444444;
    font-weight: bold;
    display: block;
  }
  footer .footer-small ul {
    margin-bottom: 0;
  }
  footer .footer-small ul li {
    display: block;
    border-bottom: 1px solid #FFF;
  }
  footer .footer-small ul li div {
    position: relative;
  }
  footer .footer-small ul li div a {
    color: #FFF;
    display: block;
    padding: 0.7em;
  }
  footer .footer-small ul li div span {
    background: url("https://www.in-n-out.com/mobile/css/themes/default/images/icons-18-white.png") rgba(0, 0, 0, 0.4);
    width: 18px;
    height: 18px;
    background-position: -108px -1px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
  }
  footer .footer-small p {
    background: #ad2328;
    text-align: center;
    padding: 0.7em 0;
  }
  .dallas-links a,
  .dallas-links a.last-content-link {
    margin-right: 0;
    display: block;
  }
  .dallas-links a:first-child {
    margin-left: 0;
  }
  .dallas-page-background #menuWrapper #centerArea {
    width: 60%;
  }
}
@media screen and (max-width: 985px) {
  .main-content-row #restaurant-details,
  .main-content-row #nearby-locations {
    margin-left: 10px;
  }
}
@media screen and (max-width: 955px) {
  .location-page-background #map-container {
    float: none;
    margin: 15px auto;
  }
  .location-page-background .location-details-wrapper {
    width: 650px;
    margin: 0 auto;
    float: none;
  }
  .location-page-background #restaurant-details {
    width: 315px;
    max-width: none;
  }
  h3.street-address {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {
  .dallas-page-background #menuWrapper #centerArea {
    width: 55%;
  }
}
@media screen and (max-width: 764px) {
  .dallas-page-background > div {
    text-align: center;
  }
  #map-container {
    float: none;
    margin: 15px auto;
  }
  .location-page-background .main-content-row #restaurant-details {
    height: auto;
  }
  .dallas-page-background #menuWrapper #centerArea {
    width: 45%;
  }
}
@media screen and (max-width: 745px) {
  #desktop-food-menu {
    display: none;
  }
  .mobile-food-menu {
    display: table;
  }
}
@media screen and (max-width: 675px) {
  .main-content-row .location-details-wrapper {
    width: auto;
    margin: 0;
  }
  .main-content-row .location-details-wrapper #restaurant-details {
    float: none;
    height: auto;
    margin: auto;
    width: 325px;
    max-width: none;
  }
  .main-content-row .location-details-wrapper #nearby-locations {
    float: none;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #map-container {
    width: 300px;
  }
  #map-container .map-outer-border {
    height: 300px;
  }
  #map-container .map-inner-border > div {
    width: 290px;
    height: 290px;
  }
  #map-container .map-inner-border > div > img {
    width: 290px;
    height: 290px;
  }
  .dallas-title-line-break {
    display: inline;
  }
}
@media screen and (max-width: 340px) {
  #map-container {
    width: 275px;
  }
  #map-container .map-outer-border {
    height: 275px;
  }
  #map-container .map-inner-border > div {
    width: 265px;
    height: 265px;
  }
  #map-container .map-inner-border > div > img {
    width: 265px;
    height: 265px;
  }
  #closest-locations {
    margin-left: -10px;
  }
  .main-content-row .location-details-wrapper #restaurant-details,
  .main-content-row .location-details-wrapper #nearby-locations {
    width: auto;
  }
}