/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  /*clip: rect(0, 0, 0, 0);*/
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1500px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  /*filter: alpha(opacity=0);*/
}
.modal-backdrop.in {
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*@-ms-viewport {*/
  /*width: device-width;*/
/*}*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1500px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
@import "variables.less";
@import "mixins.less";
@import "nav.less";
@import "header.less";
@import "footer.less";
*/
@font-face {
  font-family: 'fs_sammyregular';
  src: url('../fonts/FSSammy/fs_sammy-regular-webfont.eot');
  src: url('../fonts/FSSammy/fs_sammy-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/FSSammy/fs_sammy-regular-webfont.woff') format('woff'), url('../fonts/FSSammy/fs_sammy-regular-webfont.ttf') format('truetype'), url('../fonts/FSSammy/fs_sammy-regular-webfont.svg#fs_sammyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlockBeCn';
  src: url('../fonts/BlockBerthold/berthold_-_blockbe-condensed-webfont.eot');
  src: url('../fonts/BlockBerthold/berthold_-_blockbe-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BlockBerthold/berthold_-_blockbe-condensed-webfont.woff') format('woff'), url('../fonts/BlockBerthold/berthold_-_blockbe-condensed-webfont.ttf') format('truetype'), url('../fonts/BlockBerthold/berthold_-_blockbe-condensed-webfont.svg#block_bertholdcondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlockBeExtraCn';
  src: url('../fonts/BlockBerthold/berthold_-_blockbe-extracn-webfont.eot');
  src: url('../fonts/BlockBerthold/berthold_-_blockbe-extracn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BlockBerthold/berthold_-_blockbe-extracn-webfont.woff') format('woff'), url('../fonts/BlockBerthold/berthold_-_blockbe-extracn-webfont.ttf') format('truetype'), url('../fonts/BlockBerthold/berthold_-_blockbe-extracn-webfont.svg#block_bertholdextra_condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.chalkboard-bg {
  background-color: #2d2d2d;
}
.chalkboard-color {
  color: #2d2d2d;
}
.bkOrange-bg {
  background-color: #ed7800;
}
.bkOrange {
  color: #ed7800;
}
.bkYellow-bg {
  background-color: #f6a800;
}
.bkRed-bg {
  background-color: #e1261c;
}
.bkBrown-bg {
  background-color: #59291c;
}
.bkLightBlue-bg {
  background-color: #92c0ea;
}
.offWhite-bg {
  background-color: #f5f7f8;
}
.white {
  color: #ffffff;
}
.bkMenuBrown {
  color: #762823;
}
.bkBrown {
  color: #59291c;
}
.bkMaroon {
  color: #ab192d;
}
.bkRed {
  color: #e1261c;
}
.bkAndroidGreen {
  color: #a4c839;
}
.bk-btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font: normal 22px/42px 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px 10px 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.bk-btn:hover {
  color: #fff;
  text-decoration: none;
}
.bk-btn-gray,
.bk-btn-disabled {
  background: #444242;
}
.bk-btn-red {
  background: #e1261c;
}
.bk-btn-brown {
  background: #59291c;
}
.bk-btn-lightBrown {
  background: #8b542f;
}
.bk-btn-orange {
  background: #ed7800;
}
.bk-btn-lightOrange {
  background: #ee8324;
}
.bk-btn-green {
  background: #59980d;
}
.bk-btn-lightGreen {
  background: #62a70f;
}
.bk-btn-purple {
  background: #a2007d;
}
.bk-btn-yellow {
  background: #f6a800;
}
.bk-btn-blue {
  background: #0071ce;
}
.bk-btn-lightBlue {
  background: #92c0ea;
}
.bk-btn-maroon {
  background: #ab192d;
}
.bk-btn-pink {
  background: #f36279;
}
.borderimage.inlinesvg .bk-btn {
  border-radius: 0;
  background: none;
  border: 5px solid transparent;
}
.borderimage.inlinesvg .bk-btn-gray,
.borderimage.inlinesvg .bk-btn-disabled {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23444242'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23444242'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-red {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23e1261c'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23e1261c'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-brown {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359291c'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359291c'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-lightBrown {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%238b542f'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%238b542f'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-orange {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-lightOrange {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ee8324'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ee8324'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-green {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359980d'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359980d'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-lightGreen {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2362a70f'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2362a70f'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-purple {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23a2007d'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23a2007d'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-yellow {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f6a800'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f6a800'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-blue {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%230071ce'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%230071ce'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-lightBlue {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2392c0ea'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2392c0ea'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-maroon {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ab192d'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ab192d'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-pink {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f36279'/></svg>") 5 0 5 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f36279'/></svg>") 5 0 5 5 fill round;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .bk-btn-simple {
  background-color: #ffffff;
  color: #444242;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  border: 0 none;
  display: inline-block;
}
.borderimage.inlinesvg .bk-btn-simple.active {
  background-color: #ed7800;
  color: #ffffff;
}
.bk-btn .icon {
  margin-bottom: -3px;
  margin-left: 10px;
}
.icon_close-gray {
  height: 42px;
  width: 42px;
}
.icon_truck-white {
  width: 22px;
  height: 17px;
}
.icon_person-white {
  height: 22px;
  width: 18px;
}
.icon_card-white {
  width: 22px;
  height: 16px;
}
.icon_chat-white {
  width: 22px;
  height: 18px;
}
.icon_block-white {
  width: 22px;
  height: 16px;
}
.icon_addToMeal-white {
  height: 26px;
  width: 22px;
}
.icon_myMeal-white {
  height: 32px;
  width: 33px;
}
.icon_fork-white {
  height: 21px;
  width: 16px;
}
.icon_print-white {
  height: 29px;
  width: 32px;
}
.bk-btn .icon_print-white {
  margin-bottom: -6px;
}
.icon_email-white {
  height: 25px;
  width: 32px;
}
.bk-btn .icon_email-white {
  margin-bottom: -4px;
}
.icon_like-brown {
  height: 12px;
  width: 12px;
}
.like .icon_like-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_favorite-clicked-brown {
  height: 12px;
  width: 12px;
}
.favorite .icon_favorite-clicked-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_reply-brown {
  height: 12px;
  width: 14px;
}
.reply .icon_reply-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_retweet-brown {
  height: 11px;
  width: 19px;
}
.retweet .icon_retweet-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
/*
 *  Home Twitter Header area
 */
.homeSocial {
  padding: 50px 0 75px;
  text-align: center;
}
.homeSocial .title {
  text-align: center;
  margin: 0;
}
.homeSocial .title .top {
  display: block;
  font-size: 62px;
  line-height: .8;
  color: #f6a800;
}
.homeSocial .title .bot {
  display: block;
  font-size: 50px;
  line-height: .7;
  color: #8b542f;
}
.homeSocial .subtitle {
  display: inline-block;
  font: 30px/1.25 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: lowercase;
  margin: 20px 0;
  padding: 0 50px;
  position: relative;
}
.homeSocial .icon_twitter-left,
.homeSocial .icon_twitter-right {
  width: 39px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 0;
}
.homeSocial .icon_twitter-right {
  left: auto;
  right: 0;
}
/*
 *  Home Twitter Carousel
 */
.flickWrapper {
  width: 100%;
  height: 362px;
  overflow: hidden;
  /*cursor: move;*/
  cursor: ew-resize;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.flickWrapper:active > ul {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.flick {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flick > li {
  float: left;
  width: 312px;
  height: 362px;
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
}
/*
 * The following styles govern the flipping functionality
 */
.flipContainer {
  width: 312px;
  height: 312px;
  position: relative;
}
.flipContainer .front,
.flipContainer .back {
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #ed7800;
  border-radius: 6px;
  display: inline-block;
  width: 312px;
  height: 312px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.flipContainer .front {
  -moz-transform: perspective(1200px) rotateY(0deg);
  -webkit-transform: perspective(1200px) rotateY(0deg);
  transform: perspective(1200px) rotateY(0deg);
}
.flipContainer .front > img {
  max-width: 100%;
}
.flipContainer .back {
  border-color: #0071ce;
  padding: 10px;
  -moz-transform: perspective(1200px) rotateY(180deg);
  -webkit-transform: perspective(1200px) rotateY(180deg);
  transform: perspective(1200px) rotateY(180deg);
}
.flipContainer .back .content {
  background: rgba(255, 255, 255, 0.83);
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 10px 15px 5px;
  white-space: normal;
  position: relative;
}
.flipContainer .back .header {
  color: #e1261c;
  font-family: 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.flipContainer .back .header .icon {
  height: 32px;
  width: 32px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.flipContainer .back .text {
  color: #59291c;
  font: bold 20px/26px Arial, Helvetica, sans-serif;
}
.flipContainer .back .text a {
  color: #e1261c;
}
.flipContainer .back .actions {
  font-size: 12px;
  display: inline-block;
  bottom: 10px;
  position: absolute;
}
.flipContainer .back .actions span {
  margin-right: 20px;
}
.flipContainer .back .actions a {
  color: #59291c;
}
.bgFlip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /*filter: FlipH;*/
  -ms-filter: "FlipH";
}
.flipContainer.hover .front {
  -webkit-transform: perspective(1200px) rotateY(-179.9deg);
  -moz-transform: perspective(1200px) rotateY(-179.9deg);
  transform: perspective(1200px) rotateY(-179.9deg);
}
.flipContainer.hover .back {
  -moz-transform: perspective(1200px) rotateY(0);
  -webkit-transform: perspective(1200px) rotateY(0);
  transform: perspective(1200px) rotateY(0);
}
.no-csstransforms3d .flipContainer.hover .back {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .homeSocial {
    padding: 90px 0 75px;
    position: relative;
  }
  .homeSocial .bg-left,
  .homeSocial .bg-right {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 600px 300px;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 600px;
    height: 300px;
    margin-left: -1100px;
  }
  .homeSocial .bg-right {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -1100px;
  }
  .homeSocial .title .top {
    font-size: 130px;
    line-height: .75;
  }
  .homeSocial .title .bot {
    font-size: 105px;
    line-height: .75;
  }
  .homeSocial .subtitle {
    font-size: 45px;
    padding: 0 70px;
  }
  .homeSocial .icon_twitter-left,
  .homeSocial .icon_twitter-right {
    width: 39px;
    height: 32px;
  }
  .flickWrapper {
    width: 100%;
    height: 362px;
    overflow: hidden;
  }
  .flick {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .flick > li {
    width: 312px;
    height: 362px;
    margin: 0 25px;
    padding: 25px 0;
  }
  .flipContainer {
    width: 312px;
    height: 312px;
  }
  .flipContainer .front,
  .flipContainer .back {
    border: 6px solid #ed7800;
    border-radius: 6px;
    width: 312px;
    height: 312px;
  }
  .flipContainer .back {
    padding: 10px;
  }
  .flipContainer .back .content {
    padding: 20px 25px 10px;
  }
  .flipContainer .back .text {
    font-size: 20px;
    line-height: 26px;
  }
}
.pagination {
  clear: both;
  text-align: center;
  margin: 20px 0 40px;
}
.bk-btn-prev {
  border-image-slice: 5 5 5 0 fill;
}
.bk-btn-prev .icon {
  margin-left: 0;
  margin-right: 10px;
}
.bk-btn-prev,
.bk-btn-next {
  margin: 0 5px;
  min-width: 140px;
}
.bk-btn-prev .icon,
.bk-btn-next .icon {
  width: 22px;
  height: 22px;
  margin-bottom: -3px;
}
/*
 *  Main Manu
 */
.utility-header {
  padding: 6px 0 7px;
}
.utility-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.utility-header li {
  margin: 0;
  padding: 0;
  display: none;
}
.utility-header li.location {
  display: inline;
}
.utility-header a {
  color: #414042;
  font-size: 13px;
}
.utility-header .icon_pindrop-orange {
  width: 8px;
  height: 11px;
  margin-right: 4px;
}
.main-header {
  background: url(../img/bg/header-footer-m.png) repeat-x 0 0;
  margin: -2px 0 -1px;
  position: relative;
  z-index: 1;
}
.main-header .logoNavHolder {
  height: 92px;
}
.main-header .logo {
  margin: -7px 0 0 3.4375%;
  /* 22/640 */
  position: absolute;
  z-index: 1;
}
.main-header .logo > .icon {
  width: 106px;
  height: 106px;
}
.main-header .mobilePageTitle {
  position: absolute;
  margin: 25px 0 0 26%;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-family: 'BlockBeCn', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.main-header .mobileMenu {
  cursor: pointer;
  float: right;
  margin: 5px 20px 0 0;
}
.main-header .mobileMenu > .menu-icon > span {
  display: block;
  background: #fff;
  height: 12px;
  margin-top: 11px;
  width: 58px;
}
.main-header .mobileMenu .icon_close-white {
  width: 63px;
  height: 63px;
  margin-top: 10px;
  display: none;
}
.main-header .mobileMenu.expanded .icon_close-white {
  display: inline-block;
}
.main-header .mobileMenu.expanded .menu-icon {
  display: none;
}
.mainNav {
  display: none;
  background: #fff;
  font-family: 'BlockBeCn', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.mainNav > li {
  display: block;
  list-style: none;
  border-bottom: 2px solid #802629;
  position: relative;
}
.mainNav > li.hasForm:before,
.mainNav > li.hasForm:after {
  content: " ";
  display: table;
}
.mainNav > li.hasForm:after {
  clear: both;
}
.mainNav > li.hasForm:before,
.mainNav > li.hasForm:after {
  content: " ";
  display: table;
}
.mainNav > li.hasForm:after {
  clear: both;
}
.mainNav > li:nth-last-child(-n+2) {
  border-bottom: none;
}
.mainNav > li > a {
  display: block;
  padding: 13px 15px 9px;
}
.mainNav > li .icon_plus-orange,
.mainNav > li .icon_minus-orange {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 14px;
  display: none;
}
.mainNav > li .icon_plus-orange {
  display: block;
}
.mainNav > li.expanded .icon_plus-orange {
  display: none;
}
.mainNav > li.expanded .icon_minus-orange {
  display: inline-block;
}
.mainNav .menuItem-small {
  display: none;
}
.mainNav .menuItem-medium {
  color: #ed7800;
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-left: -1px;
}
.mainNav .utility-menu {
  border-top: none;
  background: #ed7800;
  text-align: center;
}
.mainNav .utility-menu > a {
  color: #fff;
  text-transform: none;
  padding: 10px;
  display: inline-block;
  font: 14px Arial, Helvetica, Sans-serif;
}
.mainNav > li.hasForm > a {
  display: inline-block;
}
.mainNav .formArea {
  float: right;
  margin: 9px 15px 0 0;
}
.mainNav .formArea .navInput {
  border-style: solid;
  border-color: #663333;
  border-width: 1px 0 1px 1px;
  color: #666;
  font-size: 13px;
  height: 38px;
  width: 220px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}
.mainNav .formArea .navInputSubmit {
  background: #663333;
  border: 0;
  height: 38px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.mainNav .formArea .icon_pindrop-white {
  width: 19px;
  height: 27px;
  margin: 5px 1px 0 0;
}
.mainNav .formArea .icon_search-white {
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
}
.mainNav .formArea ::-webkit-input-placeholder {
  color: #666666;
}
.mainNav .formArea ::-moz-placeholder {
  color: #666666;
}
.mainNav .formArea :-ms-input-placeholder {
  color: #666666;
}
.mainNav .subNav {
  border-top: 1px solid #802629;
  display: none;
  margin: 0 10px;
  padding: 20px 0;
}
.mainNav .subNav > li {
  float: left;
  width: 50%;
}
.mainNav .subNav > li > a {
  color: #444242;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}
.secondaryNav {
  display: none;
}
@media screen and (max-width: 479px) {
  .main-header .logoNavHolder {
    height: 70px;
  }
  .main-header .logo > .icon {
    width: 85px;
    height: 85px;
  }
  .main-header .mobilePageTitle {
    margin: 20px 0 0 35%;
    font-size: 36px;
  }
  .main-header .mobileMenu {
    cursor: pointer;
    float: right;
    margin: 3px 20px 0 0;
  }
  .main-header .mobileMenu > .menu-icon > span {
    display: block;
    background: #fff;
    height: 8px;
    margin-top: 10px;
    width: 50px;
  }
  .main-header .mobileMenu .icon_close-white {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    display: none;
  }
  .mainNav .formArea {
    margin: 9px 0 0 0;
  }
  .mainNav .formArea .navInput {
    font-size: 12px;
    height: 40px;
    width: 115px;
    padding: 0 5px;
  }
  .mainNav .formArea .navInputSubmit {
    height: 40px;
    width: 36px;
  }
  .mainNav .utility-menu > a {
    padding: 9px 3px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .utility-header {
    padding: 6px 0 7px;
  }
  .utility-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .utility-header li {
    margin: 0 17px;
    padding: 0;
    display: inline;
  }
  .utility-header li:first-child {
    margin-left: 35px;
  }
  .utility-header a {
    color: #414042;
    font-size: 13px;
  }
  .main-header {
    background: url(../img/bg/header-footer.png) repeat-x 0 0;
    height: 90px;
    margin: -2px 0;
  }
  .main-header .logoNavHolder {
    background: transparent;
    height: auto;
    float: left;
    margin-bottom: -2px;
  }
  .main-header .logo {
    display: block;
    margin: -8px 30px -13px 0;
    position: relative;
    float: left;
    z-index: 1;
  }
  .main-header .mobilePageTitle {
    display: none;
  }
  .main-header .mobileMenu {
    display: none;
  }
  .main-header .icon_logo-main {
    width: 106px;
    height: 106px;
  }
  .main-header a:hover .menuItem-medium {
    color: #762823;
  }
  /*
     *  Main Manu
     */
  .utility {
    display: block;
  }
  .mainNav {
    background: transparent;
    display: block;
    padding: 15px 0 0;
  }
  .mainNav > li {
    float: left;
    margin: 0 23px 0 0;
    border: none;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .mainNav > li > a {
    padding: 0;
  }
  .mainNav > li .icon_plus-orange,
  .mainNav > li .icon_minus-orange,
  .mainNav > li.expanded .icon_plus-orange,
  .mainNav > li.expanded .icon_minus-orange {
    display: none;
  }
  .mainNav > li.active .menuItem-medium {
    color: #762823;
  }
  .mainNav .menuItem-small {
    color: #59291c;
    display: block;
    font-size: 18px;
    line-height: 1;
  }
  .mainNav .menuItem-medium {
    color: #fff;
    display: block;
    font-size: 42px;
  }
  .mainNav .icon {
    margin-left: 7px;
  }
  .mainNav .icon_pindrop-header {
    width: 24px;
    height: 33px;
  }
  .mainNav .icon_search-header {
    width: 33px;
    height: 33px;
  }
  .mainNav .utility-menu {
    display: none;
  }
  .mainNav .formArea {
    position: absolute;
    bottom: 3px;
    left: 100%;
    width: 180px;
    margin: 0;
  }
  .mainNav .formArea .navInput {
    width: 139px;
  }
  .mainNav .subNav {
    display: none;
  }
  .secondaryNav {
    display: block;
    text-align: center;
  }
  .secondaryNav > li {
    display: inline-block;
  }
  .secondaryNav > li > a {
    color: #444242;
    display: block;
    padding: 13px 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }
  .secondaryNav > li > a:hover,
  .secondaryNav > li.active > a {
    color: #fff;
    background: #59291c;
  }
  .franchising .secondaryNav > li > a {
    padding: 13px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  .mainNav > li {
    float: left;
    margin: 0 28px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .main-header .logo {
    margin-right: 50px;
  }
  .mainNav {
    padding: 10px 0 0;
  }
  .mainNav > li {
    margin: 0 50px 0 0;
  }
  .mainNav .menuItem-small {
    font-size: 20px;
  }
  .mainNav .menuItem-medium {
    font-size: 50px;
  }
  .mainNav .icon {
    margin-left: 7px;
  }
  .mainNav .icon_pindrop-header {
    width: 24px;
    height: 33px;
  }
  .mainNav .icon_search-header {
    width: 33px;
    height: 33px;
  }
  .mainNav .formArea .navInput {
    height: 44px;
  }
  .mainNav .formArea .navInputSubmit {
    height: 44px;
    width: 40px;
  }
  .mainNav .formArea .icon_pindrop-white {
    width: 22px;
    height: 31px;
    margin: 5px 0 0;
  }
  .mainNav .formArea .icon_search-white {
    width: 27px;
    height: 27px;
    margin: 8px 0 0;
  }
}
.modal-backdrop.fade.in {
  opacity: .5;
}
.modal-content {
  border: 5px solid #f2f2f3;
  border-image: url(../img/bg/modal-border.png) 10 repeat;
}
.modal-content .modal-header {
  background-color: #f2f2f3;
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  font-size: 50px;
}
.modal-content .modal-header .close {
  float: right;
}
.modal-content .modal-header .icon_close-gray {
  width: 30px;
  height: 30px;
  margin: 6px 0 0;
}
.modal-content .modal-body {
  background-color: #f2f2f3;
}
.modal-content .modal-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.modal-content .modal-body table th {
  border: 0 none;
  font: 20px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.modal-content .modal-body table td {
  background-color: #e1e1e1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  height: 35px;
  padding: 5px 15px;
}
.modal-content .modal-body table td a {
  cursor: pointer;
}
.modal-content .modal-body .items-table {
  border-spacing: 0;
}
.modal-content .modal-body .items-table .icon_close-gray {
  width: 20px;
  height: 20px;
}
.modal-content .modal-body .items-table td {
  border-bottom: 5px solid #f2f2f3;
  vertical-align: middle;
}
.modal-content .modal-body .items-table td.action {
  padding-right: 5px;
  width: 50px;
}
.modal-content .modal-body .items-table td.item {
  padding-left: 0;
}
.modal-content .modal-body .items-table td.item a {
  color: inherit;
}
.modal-content .modal-body .items-table td.calories {
  border-left: 5px solid #f2f2f3;
}
.modal-content .modal-body .items-table tfoot td {
  color: #FFF;
  background-color: #595959;
}
.modal-content .modal-body .items-table tfoot td:first-of-type {
  color: #000;
  background-color: transparent;
  text-align: right;
}
.modal-content .modal-footer {
  margin-top: 0;
  border-top: none;
  background-color: #f2f2f3;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  /*zoom: 1;*/
  /*display: inline;*/
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  /*filter: alpha(opacity=50);*/
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /*filter: alpha(opacity=100);*/
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  /*zoom: 1;*/
  /*display: inline;*/
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  /*filter: alpha(opacity=50);*/
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  /*filter: alpha(opacity=100);*/
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.icon_crown-white {
  width: 25px;
  height: 17px;
  margin: 0 0 0 5px;
}
.heroCarousel {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
.heroCarousel .content {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  text-align: center;
  left: 0;
  right: 0;
}
.heroCarousel .mainImage {
  text-align: center;
}
.heroCarousel .mainImage > img {
  max-width: 100%;
}
.heroCarousel .mainImage > img.big-img {
  display: none;
}
.heroCarousel .mainImage > img.mobile-img {
  display: block;
  margin: 0 auto;
}
.heroCarousel h2 {
  font-size: 105px;
  /* 105 / 14 = 7.5 */
  text-transform: uppercase;
  margin: 0;
}
.heroCarousel h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.heroCarousel .bk-btn {
  margin: 0;
}
.heroCarousel .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heroCarousel .owl-controls .owl-pagination .owl-page span {
  background: #e0a568;
}
.heroCarousel .owl-controls .owl-pagination .owl-page.active span {
  background: #6f3e2d;
}
/*
 *  Our Story
 */
.ourStory {
  padding: 90px 0 75px;
  background: url(../img/bg/ourStory-bg.jpg) no-repeat center;
  margin-bottom: -15px;
}
.ourStory .content {
  text-align: center;
  color: #ffffff;
}
.ourStory .content .title {
  margin: 0;
  font-size: 65px;
  line-height: .8;
}
.ourStory .content .subtitle {
  font: 30px/1.25 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  margin: 20px 0;
  padding: 0 20px;
}
/*
 *  Home Map Area
 */
.homeMap {
  background: url(../img/bg/BK_HP_Map_bg.jpeg) no-repeat center;
  position: relative;
}
.homeMap .mainMap {
  width: 100%;
  height: 380px;
}
.homeMap .swatch {
  background: url(../img/bg/map-swatch-m.png) no-repeat 50% 0;
  /*background-size: 100%;*/
  background-size: contain;
  width: 77.1875%;
  /* 494/640 */
  height: 228px;
  /* 228/640 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -114px 0 0 -38.59375%;
  /* 77.1875/2 = 38.59375 */
  padding: 10px 4.5%;
  text-align: center;
}
.homeMap .swatch .title {
  color: #444242;
  font-family: 'fs_sammyregular', Arial, Helvetica, sans-serif;
  font-size: 3.375em;
  /* 54/16 */
  line-height: 1;
  text-transform: none;
  margin: 0 0 15px;
}
.homeMap .swatch sup {
  font: 23px/1 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  top: -1.15em;
}
.homeMap .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 264px;
  margin: 0 auto;
  background: #fff;
}
.homeMap .mapInput {
  font-size: 14px;
  color: #ed7800;
  border: none;
  width: 220px;
  float: left;
  padding: 15px 15px 12px;
}
.homeMap .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 45px;
  padding: 4px 0 0;
}
.homeMap .icon_pindrop-white {
  width: 17px;
  height: 24px;
}
.homeMap ::-webkit-input-placeholder {
  color: #dba66f;
}
.homeMap ::-moz-placeholder {
  color: #dba66f;
}
.homeMap :-ms-input-placeholder {
  color: #dba66f;
}
.homeMap .bg-top {
  background: url(../img/bg/map-tatter-top.png) 0 0 repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
}
.homeMap .bg-bot {
  background: url(../img/bg/map-tatter-bot.png) 0 100% repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14px;
}
.bkCallouts {
  padding: 50px 0;
}
.bkCallouts .col-sm-3 {
  text-align: center;
  padding: 25px 0;
}
.bkCallouts .title {
  font: 45px/0.95 'BlockBeCn', Arial, Helvetica, sans-serif;
  color: #444242;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bkCallouts .title > sup {
  font-size: 26px;
  top: -0.55em;
  margin: 0 -10px 0 0;
}
.bkCallouts .bk-btn {
  padding-left: 8px;
  padding-right: 10px;
}
@media screen and (max-width: 479px) {
  .bkCallouts .col-xs-6 {
    width: 100%;
  }
  .homeMap .mainMap {
    height: 250px;
  }
  .homeMap .swatch {
    height: 180px;
    margin-top: -80px;
  }
  .homeMap .swatch .title {
    font-size: 1.7em;
    margin-top: 5px;
  }
  .homeMap .swatch sup {
    font-size: 16px;
  }
  .homeMap .swatch .inputHolder {
    width: 200px;
  }
  .homeMap .swatch .mapInput {
    font-size: 12px;
    width: 156px;
    padding: 15px 10px 12px;
  }
  .homeMap .swatch .submit {
    width: 42px;
    height: 42px;
    padding: 4px 0 0;
  }
  .homeMap .swatch .icon_pindrop-white {
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .heroCarousel {
    max-height: 760px;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
  }
  .heroCarousel .mainImage {
    text-align: center;
  }
  .heroCarousel .mainImage > img {
    max-width: 100%;
  }
  .heroCarousel .mainImage > img.big-img {
    display: block;
    margin: 0 auto;
  }
  .heroCarousel .mainImage > img.mobile-img {
    display: none;
  }
  .heroCarousel h2 {
    font-size: 105px;
    /* 105 / 14 = 7.5 */
    text-transform: uppercase;
    margin: 0;
  }
  .heroCarousel h3 {
    font-size: 56.25px;
    /* 56.52 / 14 = 4.03714285714286 */
    text-transform: uppercase;
    display: inline;
    margin: 0;
  }
  /*
     *  Our Story
     */
  .ourStory {
    padding: 110px 0 150px;
  }
  .ourStory .content .title {
    font-size: 130px;
    line-height: .75;
  }
  .ourStory .content .subtitle {
    font-size: 45px;
    padding: 0 70px;
  }
  .homeMap .swatch {
    background: url(../img/bg/map-swatch.png) no-repeat 0 0;
    width: 727px;
    height: 229px;
    margin: -114px 0 0 -363px;
  }
  .homeMap .swatch .title {
    font-size: 74px;
    margin: 25px 0 7px;
  }
  .homeMap .swatch sup {
    font-size: 25px;
    top: -1.4em;
  }
  .homeMap .inputHolder {
    border: 2px solid #ed7800;
    border-right: none;
    width: 264px;
    margin: 0 auto;
    background: #fff;
  }
  .homeMap .mapInput {
    font-size: 14px;
    color: #ed7800;
    border: none;
    width: 220px;
    float: left;
    padding: 15px 15px 12px;
  }
  .homeMap .submit {
    float: left;
    background: #ed7800;
    border: none;
    width: 42px;
    height: 45px;
    padding: 4px 0 0;
  }
  .homeMap .icon_pindrop-white {
    width: 17px;
    height: 24px;
  }
  /*
     * Callouts
     */
  .bkCallouts {
    padding: 100px 0 175px;
    background: url(../img/footer/footer_bacon.jpg);
    background-repeat: repeat-x;
    background-size: 1100px 180px;
    background-position: 0 bottom;
    margin-bottom: -5px;
  }
}
html,
body {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon {
  background-size: 100%;
  display: inline-block;
}
.clear {
  clear: both;
}
.container > .content,
.container-fluid > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.container .mobile-content,
.container-fluid .mobile-content {
  margin: 0 4.6875% 0;
  /* 30/640 */
}
.sectionTitle {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
.center {
  text-align: center;
}
/*
 *  CRM
 */
.crm {
  background-image: url('../img/bg/crm.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: -5px 0;
  position: relative;
}
.crm hr {
  background: transparent url(../img/bg/orange-horizontal.png) no-repeat center;
  background-size: cover;
  border: 0 none;
  height: 11px;
  margin: 20px 5%;
}
.crm .col-sm-6 {
  padding: 50px 5px;
  text-align: center;
}
.crm .col-sm-6:nth-of-type(2) {
  background: url(../img/bg/orange-horizontal.png);
  background-position: center 0;
  -webkit-background-size: 80% 11px;
  -moz-background-size: 80% 11px;
  -o-background-size: 80% 11px;
  background-size: 80% 11px;
  background-repeat: no-repeat;
}
.crm .col-sm-6 .crmTitle {
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 100%;
  font: 50px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
.crm .col-sm-6 .crmText {
  font-size: 22px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.crm .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 264px;
  margin: 0 auto;
  background: #fff;
}
.crm .contactInput {
  font-size: 14px;
  color: #ed7800;
  border: none;
  width: 220px;
  float: left;
  padding: 15px 15px 12px;
}
.crm .icon_carat-right-white {
  width: 12px;
  height: 17px;
  margin: 0 0 0 5px;
}
.crm .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 45px;
  padding: 4px 0 0;
}
.crm .icon_pindrop-white {
  width: 17px;
  height: 24px;
}
.crm ::-webkit-input-placeholder {
  color: #dba66f;
}
.crm ::-moz-placeholder {
  color: #dba66f;
}
.crm :-ms-input-placeholder {
  color: #dba66f;
}
.crm .shareSection {
  padding: 0 0 0 10%;
  margin: 0 auto;
}
.crm .shareSection .icon {
  vertical-align: middle;
}
.crm .shareSection .socialLinks {
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
.crm .shareSection .socialLinks .wrapper {
  float: left;
  position: relative;
  width: 17%;
  height: 100%;
  overflow: hidden;
  margin-right: 3%;
}
.crm .shareSection .socialLinks .wrapper:last-of-type {
  margin-right: 0;
}
.crm .shareSection .socialLinks .icon_facebook-crm-offwhite,
.crm .shareSection .socialLinks .icon_instagram-crm-offwhite,
.crm .shareSection .socialLinks .icon_twitter-crm-offwhite,
.crm .shareSection .socialLinks .icon_youtube-crm-offwhite,
.crm .shareSection .socialLinks .icon_googlePlus-crm-offwhite {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
}
/*
 *  BK delivers
*/
.bkDelivers {
  background: url(../img/bg/delivers.png) 50% 0 repeat-x;
  text-align: center;
  color: #f1f2f2;
  margin: -5px 0;
  position: relative;
  padding: 97px 0;
}
.bkDelivers .title {
  margin: 0;
  font: 100px/0.8 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}
.bkDelivers .title span {
  text-transform: uppercase;
}
.bkDelivers .subtitle {
  margin: 15px 0 25px;
  font: bold 20px/1 Arial, Helvetica, sans-serif;
}
/*
 *  FOOTER
 */
footer {
  color: #e6e6e6;
  background: url(../img/bg/header-footer-m.png) repeat-x 0 -123px;
  padding: 5px 0 0;
  overflow: hidden;
  position: relative;
}
footer .content {
  max-width: 1000px;
  margin: 0 auto;
}
footer .footerBg {
  background: #2d2d2d;
  padding: 5px 0 0;
}
footer a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 13px;
}
footer > .content {
  padding-left: 45px;
  padding-right: 45px;
}
footer > .links {
  padding-left: 0;
  padding-right: 0;
}
footer .footerLinks > li {
  background: url(../img/bg/line-med-horz-white.png) 0 100% repeat-x;
  padding: 0 30px;
}
footer .footerLinks h4 {
  color: #fff;
  margin: 0;
  cursor: pointer;
  font-size: 30px;
  padding: 34px 0;
}
footer .footerLinks h4 .icon_minus-white {
  display: none;
}
footer .footerLinks h4.expanded .icon_plus-white {
  display: none;
}
footer .footerLinks h4.expanded .icon_minus-white {
  display: inline-block;
}
footer .footerLinks .icon {
  float: right;
  width: 45px;
  height: 45px;
  margin-top: -8px;
}
footer .subList {
  background: url(../img/bg/line-med-horz.png) 0 0 repeat-x;
  display: none;
  padding: 20px 0 0 15px;
  margin-left: -15px;
}
footer .subList > li {
  width: 50%;
  float: left;
}
footer .subList > li > a {
  display: block;
  font-size: 18px;
  padding: 0 20px 30px 0;
}
footer .sectionText {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
footer .shareSection {
  text-align: center;
  margin-top: 50px;
}
footer .shareSection a {
  margin: 0 0 0 20px;
}
footer .shareSection a:first-child {
  margin-left: 0;
}
footer .shareSection .icon {
  vertical-align: middle;
}
footer .shareSection .icon_facebook-crm-offwhite {
  width: 50px;
  height: 50px;
}
footer .shareSection .icon_twitter-crm-offwhite {
  width: 60px;
  height: 50px;
}
footer .shareSection .icon_googlePlus-crm-offwhite {
  width: 50px;
  height: 50px;
}
footer .shareSection .icon_email-offwhite {
  width: 50px;
  height: 37px;
}
footer .appSection {
  text-align: center;
  margin-top: 50px;
}
footer .appSection a {
  margin: 0 5px 0 0;
}
footer .bk-logo {
  text-align: center;
  margin-top: 50px;
}
footer .bk-logo .icon {
  width: 240px;
  height: 29px;
}
footer .bk-logo > p {
  font-size: 16px;
  margin: 5px 0 0;
}
footer .toTopHolder {
  text-align: center;
}
footer .toTop {
  font-size: 36px;
  margin: 60px auto 0;
  padding: 14px 18px 12px;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: -5px;
  border-image-repeat: stretch !important;
  -webkit-border-image-repeat: stretch !important;
}
footer .toTop .icon_up-white {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin: -7px 0 0 5px;
}
.bk-btn-block {
  display: block;
}
/*
 * Block Module
 */
.block-module {
  padding: 30px;
}
/*
 * Component Module
 */
.component-module {
  font-size: 16px;
  height: 100%;
  padding: 20px 0;
}
.component-module p {
  font-size: 1em;
}
.component-module .title {
  font-size: 3em;
  line-height: 1.1;
  margin: 0;
}
.component-module .title.small {
  font-size: 24px;
}
.component-module.large {
  font-size: 20px;
}
.component-module.large .title {
  font-size: 5em;
}
.component-module .image {
  margin-bottom: 1em;
  text-align: center;
}
.component-module .image img {
  display: inline-block;
  width: 100%;
}
.component-module .icon_right-white {
  height: 1em;
  float: right;
  margin-top: 9px;
  width: 1em;
}
.component-module.col-xs-6:nth-child(odd) {
  padding-right: 10px;
}
.component-module.col-xs-6:nth-child(even) {
  padding-left: 10px;
}
.horizontal-module .row.content {
  padding: 50px 30px 65px;
  text-align: center;
}
.horizontal-module .title {
  font-size: 70px;
  line-height: 1;
  margin: 0;
  padding: 0 0 30px;
}
.horizontal-module p {
  font-size: 17px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.horizontal-module .contentImg {
  max-width: 100%;
}
.horizontal-module .sideImage.left {
  display: none;
}
.horizontal-module .sideImage.right {
  display: none;
}
.video-module {
  padding: 50px 30px;
}
.video-module .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * About BK / Franchising / Other
 */
.franchising .pageTitle,
.other .pageTitle,
.aboutBK .pageTitle {
  padding: 8px 0 6px;
  background: #2d2d2d;
}
.franchising .pageTitle div,
.other .pageTitle div,
.aboutBK .pageTitle div {
  padding: 0;
  text-align: center;
}
.franchising .pageTitle div h2,
.other .pageTitle div h2,
.aboutBK .pageTitle div h2 {
  margin: 0 auto;
  color: #e6e6e6;
  font-size: 45px;
  font-family: 'BlockBeCn', Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* Franchising */
.franchising section {
  background: url(../img/bg/thick-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.franchising section:nth-of-type(1) {
  background: none;
}
/*
 * Search Results Page
 */
.searchItems .content {
  padding: 0 30px 0;
  color: #444242;
}
.searchItems .content.results {
  text-align: center;
  padding: 60px 30px 40px;
}
.searchItems .content .sectionTitle {
  padding: 10px 0;
  margin: 20px 0;
  clear: both;
}
.searchItems .resultsNo {
  font-size: 20px;
  padding-top: 20px;
}
.searchItems .icon_search-white {
  width: 18px;
  height: 18px;
}
.searchItems .wrapper-dropdown {
  position: relative;
  width: 220px;
  padding: 11.5px;
  margin: 0 auto;
  background: #ed7800;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
}
.searchItems .wrapper-dropdown .icon {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -1px;
}
.searchItems .wrapper-dropdown .icon_arrow-up-white {
  display: none;
}
.searchItems .wrapper-dropdown.active .icon_arrow-up-white {
  display: inline-block;
}
.searchItems .wrapper-dropdown.active .icon_arrow-down-white {
  display: none;
}
.searchItems .wrapper-dropdown .pd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
}
.searchItems .wrapper-dropdown .pd-dropdown li a {
  display: block;
  text-decoration: none;
  color: #444242;
  padding: 11.5px;
  margin: 0;
}
.searchItems .wrapper-dropdown .pd-dropdown li a.current {
  color: #8d8d8d;
}
.searchItems .wrapper-dropdown .selected {
  color: #e0592b;
}
.searchItems .wrapper-dropdown .pd-dropdown li:hover a {
  background: #e0592b;
  color: #ffffff;
}
.searchItems .wrapper-dropdown.active .pd-dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.searchItems .wrapper-dropdown.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.searchItems .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 204px;
  background: #fff;
  margin: 0 auto;
}
.searchItems .contactInput {
  font-size: 14px;
  color: #ee8324;
  border: none;
  width: 160px;
  float: left;
  padding: 9px 9px 8px;
}
.searchItems .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 34px;
  padding: 4px 0 0;
}
.searchItems ::-webkit-input-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems ::-moz-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems :-ms-input-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems ul.itemsList li {
  padding: 40px 0 20px 0;
  overflow: hidden;
  background: url(../img/bg/line-med-horz.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.searchItems ul.itemsList li:first-of-type {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 640px 6px;
}
.searchItems .itemImg {
  float: left;
  width: 20%;
}
.searchItems .itemImg > img {
  width: 100%;
}
.searchItems .itemDetails {
  float: left;
  width: 80%;
  padding: 0 0 0 15px;
}
.searchItems .itemDetails > h4 {
  font: bold 28px Arial, Helvetica, sans-serif;
  margin: 0;
}
.searchItems .itemDetails > a {
  color: #ee8324;
  font-size: 20px;
}
.searchItems .itemDetails .itemDesc {
  font-size: 22px;
  margin: 8px 0;
  /*text-align: initial;*/
}
.searchItems.pagination {
  padding: 0 30px 0;
}
.searchItems.pagination .content {
  padding: 40px 0 40px;
  background: url(../img/bg/line-med-horz.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.searchItems.pagination .content .icon_left-white {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.searchItems.pagination .content .icon_right-white {
  height: 25px;
  width: 25px;
}
.searchItems .bk-btn-gray,
.searchItems .bk-btn-orange {
  padding: 7px 30px;
}
.searchItems .bk-btn-gray {
  padding: 7px 15px;
}
/*
 * Product Detail Page
 */
.label {
  font: bold 1em Arial, Helvetica, sans-serif;
}
.product-hero {
  background: transparent url(../img/bg/bk-product-bg.jpg) no-repeat center;
  font-size: 8px;
  position: relative;
  /* In order to fall underneath .nutrition's top border. */
  z-index: 0;
}
.product-hero p {
  padding-right: 20px;
}
.product-hero .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 5%;
}
.product-hero .image {
  float: right;
  padding: 10px 0;
}
.product-hero .image img {
  width: 100%;
}
.product-hero .title-group {
  margin-bottom: 5%;
}
.product-hero .title {
  font-size: 4.0em;
  line-height: .8;
  margin: 0;
  padding: 10px 30px 10px 0;
}
.product-hero .subtitle {
  font: 3em 'fs_sammyregular', Arial, Helvetica, sans-serif;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
.product-hero .description {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 90px;
}
.share-this {
  padding-left: 0;
}
.share-this a {
  margin-right: 10px;
}
.share-this .icon_facebook-blue,
.share-this .icon_twitter-blue,
.share-this .icon_pinterest-red,
.share-this .icon_tumblr-blue,
.share-this .icon_email-grey {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.share-this .icon_facebook-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_twitter-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_pinterest-red {
  height: 39px;
  width: 39px;
}
.share-this .icon_tumblr-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_email-grey {
  height: 39px;
  width: 39px;
}
.page-burgers .title {
  color: #8b542f;
}
@media screen and (min-width: 480px) {
  .product-hero {
    background-position: center bottom;
    font-size: 10.66666667px;
    position: relative;
  }
  .product-hero .title-group {
    margin-bottom: 0;
  }
  .product-hero .share-this {
    bottom: 20px;
    position: absolute;
    margin: 0;
  }
}
.select-menu {
  background: #ffffff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.select-menu .select-menu-options {
  background: #ffffff;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
}
.select-menu .select-menu-option-input {
  display: none;
}
.select-menu .select-menu-option-input:checked + .select-menu-option-label {
  color: #8d8d8d;
}
.select-menu .select-menu-label,
.select-menu .select-menu-option-label {
  color: #444242;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 11.5px;
  margin: 0;
}
.select-menu .select-menu-label {
  color: #e0592b;
  padding-right: 31.5px;
}
.select-menu .select-menu-option-label.current {
  color: #8d8d8d;
}
.select-menu .icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.select-menu .icon_arrow-up-orange {
  display: none;
}
.select-menu.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select-menu.open .icon_arrow-up-orange {
  display: inline-block;
}
.select-menu.open .icon_arrow-down-orange {
  display: none;
}
.select-menu.open .select-menu-options {
  display: block;
  z-index: 1;
}
.nutrition {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  margin-top: -4px;
  z-index: 10;
  position: relative;
}
.nutrition .ingredients .meal-btn {
  float: none;
  margin: 0;
  text-align: center;
}
.nutrition .content {
  padding: 30px 20px 30px;
}
.nutrition .content .share-this {
  text-align: center;
}
.nutrition .content .share-this .label {
  color: #444242;
}
.nutrition .content .title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.nutrition .content .sectionTitle {
  cursor: pointer;
}
.nutrition .content .sectionTitle .icon_minus-orange {
  display: inline-block;
}
.nutrition .content .sectionTitle .icon_plus-orange {
  display: none;
}
.nutrition .content .sectionTitle.collapsed .icon_minus-orange {
  display: none;
}
.nutrition .content .sectionTitle.collapsed .icon_plus-orange {
  display: inline-block;
}
.nutrition .content .expandInfo {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}
.nutrition-info {
  font-size: 16px;
  margin-top: 20px;
}
.nutrition-info a {
  cursor: pointer;
}
.nutrition-info h4 {
  color: #444242;
  margin: 0;
  padding: 20px 0;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.nutrition-info .actions > div {
  float: none;
  margin: 0 auto;
  text-align: right;
}
.nutrition-info .ingredients {
  max-width: 800px;
  overflow: hidden;
}
.nutrition-info .ingredient {
  display: inline-block;
  margin-bottom: 20px;
}
.nutrition-info .ingredient input[type=checkbox] {
  display: none;
}
.nutrition-info .ingredient input[type=checkbox]:checked + span:before {
  background: #ffffff url('../img/checkMark.png') no-repeat center;
}
.nutrition-info .ingredient span {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 33px;
  padding-left: 43px;
  position: relative;
}
.nutrition-info .ingredient span:before {
  background-color: #fff;
  content: "";
  border: 2px solid #E97920;
  display: inline-block;
  height: 30px;
  left: 0;
  padding: 2px;
  position: absolute;
  width: 30px;
  box-shadow: inset 1px 1px 1px 0 rgba(254, 247, 239, 0);
}
.nutrition-info .allergens-list {
  display: inline-block;
  margin-right: 10%;
}
.nutrition-info .nutrition-form {
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 15px;
}
.nutrition-info .nutrition-form .nutrition-update {
  display: none;
}
.nutrition-info .nutrition-form.isUpdate .nutrition-add {
  display: none;
}
.nutrition-info .nutrition-form.isUpdate .nutrition-update {
  display: inline-block;
}
.nutrition-info .bk-btn-simple,
.nutrition-info .select-menu label {
  font-size: 14px;
  font-weight: bold;
}
.nutrition-info .product-variants,
.nutrition-info .beverages,
.nutrition-info .sides {
  margin-bottom: 20px;
}
.nutrition-info .product-variants button {
  margin-right: 5px;
  outline: none;
}
.nutrition-content .footnote {
  font-size: .8em;
}
.nutrition-data {
  font-weight: bold;
  margin-left: -5px;
  overflow: hidden;
}
.nutrition-data h3 {
  font: 20px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.nutrition-data li {
  background-color: #e5e5e5;
  height: 35px;
  font-size: 14px;
  line-height: 2.5;
  padding: 0 15px 0 15px;
  margin: 5px 0 0 5px;
}
.nutrition-data li .label {
  float: left;
  margin: 0;
  text-transform: capitalize;
  line-height: inherit;
}
.nutrition-data li .value {
  float: right;
  margin: 0;
}
.modal .nutrition-data li {
  background-color: #e1e1e1;
}
.no-js .nutrition .nutrition-wrapper {
  display: block;
}
.recommendations {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.recommendations .content {
  padding: 30px 20px 30px;
}
.recommendations .content .title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.recommendations .col-xs-6,
.recommendations .col-sm-4 {
  background: url(../img/bg/line-med-vert.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-y;
  padding: 5px;
  margin-top: 30px;
  height: 240px;
}
.recommendations .col-xs-6:first-of-type,
.recommendations .col-sm-4:first-of-type {
  background: none;
}
.recommendations .col-xs-6:last-of-type,
.recommendations .col-sm-4:last-of-type {
  display: none;
}
.recommendations .col-xs-6 .thumbnail,
.recommendations .col-sm-4 .thumbnail {
  display: block;
  text-align: center;
  height: 190px;
}
.recommendations .col-xs-6 .thumbnail img,
.recommendations .col-sm-4 .thumbnail img {
  display: inline-block;
  max-width: 100%;
}
.recommendations .col-xs-6 .itemTitle,
.recommendations .col-sm-4 .itemTitle {
  display: block;
  margin: auto;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
.recommendations .col-xs-6 .itemTitle,
.recommendations .col-sm-4 .itemTitle,
.recommendations .col-xs-6 .itemTitle a,
.recommendations .col-sm-4 .itemTitle a {
  color: #444242;
  font: bold 16px/1 Arial, Helvetica, sans-serif;
  vertical-align: top;
}
.offer img {
  max-width: 100%;
  padding: 5%;
}
.mapContainer {
  position: relative;
}
.mapContainer .locInput {
  position: absolute;
  top: 25px;
  right: 90px;
  border: 1px solid #ed7800;
  font-size: 0;
}
.mapContainer .locInput > input {
  border: none;
  background: #fff;
  padding: 11px 15px 10px;
  font-size: 14px;
  color: #ed7800;
  width: 150px;
  border-radius: 0;
  -webkit-appearance: none;
}
.mapContainer .locInput .submit {
  background: #ed7800;
  height: 38px;
  width: 37px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mapContainer .locInput .icon_pindrop-white {
  width: 17px;
  height: 24px;
  margin: 6px 0 0;
}
.mapContainer .locInput ::-webkit-input-placeholder {
  color: #ed7800;
}
.mapContainer .locInput ::-moz-placeholder {
  color: #ed7800;
}
.mapContainer .locInput :-ms-input-placeholder {
  color: #ed7800;
}
#locationsMap {
  height: 350px;
  width: 100%;
}
#locationsMap .mapMarkerLabel {
  font: 18px/1 'BlockBeCn', Arial, Helvetica, sans-serif;
  position: relative;
}
#locationsMap .mapMarkerLabel.myBk {
  font-size: 13px;
}
#locationsMap .mapMarkerLabel.hasDelivery {
  overflow: visible !important;
  z-index: auto !important;
}
#locationsMap .mapMarkerLabel .getDelivery {
  font: 16px/1 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #2d2a26;
  color: #fff;
  padding: 8px 10px 8px 24px;
  position: absolute;
  left: 100%;
  top: -2px;
  white-space: nowrap;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
}
#locationsMap .mapMarkerLabel .getDelivery:after {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 0;
  background: linear-gradient(-45deg, transparent 75%, #2d2d2d 75%) 0 50%, linear-gradient(-135deg, transparent 75%, #2d2d2d 75%) 0 50%;
  background-repeat: repeat-y;
  background-size: 6px 6px, 5px 6px;
}
#locationsMap .mapMarkerLabel .text {
  position: relative;
  z-index: 2;
  font-size: 13px;
}
#locationsMap .mapMarkerLabel .icon_truck-white {
  width: 16px;
  height: 12px;
  margin: 0 0 0 5px;
}
.locationsResults .sectionTitle {
  margin: 25px 0 5px;
}
.locationsResults .resultsFound {
  text-align: center;
  margin: 0 0 40px;
}
.locationsList {
  color: #444242;
}
.locationsList .location {
  margin: 0 0 35px;
}
.locationsList .location dd {
  margin-left: 0;
}
.locationsList .markerArea {
  width: 60px;
  padding-right: 16px;
  float: left;
  position: relative;
}
.locationsList .icon_pindrop-orange,
.locationsList .icon_pindrop-blue {
  width: 43px;
  height: 60px;
}
.locationsList .index {
  color: #333;
  font: 18px/1 'BlockBeCn', Arial, Helvetica, sans-serif;
  /*position: relative;*/
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 9px;
  top: 13px;
  width: 25px;
  text-align: center;
}
.locationsList .myBk {
  font-size: 13px;
  top: 9px;
}
.locationsList .locationContent {
  float: left;
  width: 80%;
  /* 512/640 */
  font-size: 14px;
}
.locationsList .mainAddress {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.locationsList .links {
  margin: 5px 0;
  font-size: 16px;
}
.locationsList .links > a {
  color: #ed7800;
}
/*
 * Offers, Our-story Pages
 */
.offers section:not(.crm),
.our-story section:not(.crm) {
  background: url(../img/bg/thick-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.offers section:not(.crm):nth-of-type(1),
.our-story section:not(.crm):nth-of-type(1),
.offers section:not(.crm):nth-of-type(3),
.our-story section:not(.crm):nth-of-type(3) {
  background: none;
}
.offers section:not(.crm) .content,
.our-story section:not(.crm) .content {
  padding: 50px 10px;
}
.offers section:not(.crm) img,
.our-story section:not(.crm) img {
  max-width: 100%;
  padding: 0 2%;
}
/*
 * BK-App Page
 */
.page-app section:not(.crm) .content {
  padding: 70px 10px 0;
}
.page-app img {
  max-width: 100%;
  margin: 0 auto -2px;
  display: block;
}
.page-app .appLinks {
  text-align: left;
}
.page-app .appLinks img {
  display: inline-block;
}
/*
 * BK-Android Page
 */
.page-android .bk-android.container-fluid > .content {
  max-width: 1500px;
}
.page-android .bk-android img {
  max-width: 100%;
  margin: 0 auto -2px;
  display: block;
}
.page-android .bk-android .btnContainer {
  height: 0;
}
.page-android .bk-android .btnContainer .bk-btn {
  margin-top: -14%;
  margin-left: 54%;
}
.page-android .bk-copy {
  padding: 60px 10px;
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  margin-top: -4px;
  z-index: 10;
  position: relative;
}
.page-android .bk-copy p {
  margin: 0 auto;
  max-width: 820px;
}
.page-android .crmTitle {
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 100%;
  font: 50px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.page-android .title {
  padding: 0 30px 0 0;
  vertical-align: middle;
  font-size: 36px;
  display: inline-block;
  color: #ed7800;
}
.page-android .appLinks {
  display: inline;
}
.page-android .android-terms-conditions {
  padding: 60px 10px;
}
.page-android .android-terms-conditions h3,
.page-android .android-terms-conditions p {
  margin: 0 auto;
  max-width: 820px;
}
.page-android .android-terms-conditions h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-android .bk-copy,
  .page-android .android-terms-conditions {
    padding: 60px 30px;
  }
  .page-android .bk-android .btnContainer {
    text-align: center;
    height: 0;
  }
  .page-android .bk-android .btnContainer .bk-btn {
    margin: -100px auto 0;
    height: 70px;
    line-height: 60px;
    width: 330px;
    font-size: 36px;
    text-align: center;
    z-index: 5;
  }
  .page-android .title,
  .page-android .appLinks {
    display: block;
  }
  .page-android .title {
    margin-bottom: 35px;
    font-size: 36px;
  }
}
@media screen and (max-width: 479px) {
  .sectionTitle {
    font-size: 27px;
  }
  /*
     *  CRM
     */
  .crm .col-sm-6 .wrapper {
    height: 180px;
  }
  .crm .col-sm-6 .crmTitle {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .crm .col-sm-6 .crmText {
    font-size: 18px;
  }
  .crm .inputHolder {
    width: 224px;
  }
  .crm .contactInput {
    width: 180px;
  }
  /*
     *  BK delivers
    */
  .bkDelivers .title {
    font-size: 60px;
  }
  /*
     *  Search results page
     */
  .searchItems .show-btn {
    float: none;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .searchItems .resultsNo {
    font-size: 14px;
  }
  .searchItems .inputHolder {
    float: none;
  }
  .searchItems .bottom {
    width: 230px;
  }
  .horizontal-module .title {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .container .mobile-content,
  .container-fluid .mobile-content {
    margin: 0 auto;
  }
  .sectionTitle {
    font-size: 54px;
  }
  .hero .heroPager {
    margin: 0 auto 25px;
    font-size: 40px;
    line-height: 10px;
  }
  .hero .heroPager > span {
    margin: 0 7px;
  }
  /*
     *  CRM
     */
  .crm {
    background-size: 2000px 100%;
    margin: -3px 0;
    position: relative;
  }
  .crm hr {
    display: none;
  }
  .crm .col-sm-6 {
    padding: 40px 0 60px;
  }
  .crm .col-sm-6:nth-of-type(2) {
    background: url(../img/bg/orange-vertical.png);
    background-position: 0 40px, 100% 100%;
    background-repeat: no-repeat;
  }
  .crm .col-sm-6 .crmTitle {
    font-size: 65px;
    padding: 0 0 15px 0;
    max-width: 290px;
    line-height: 1.3;
  }
  .crm .col-sm-6 .crmText {
    font-size: 18px;
  }
  .crm .col-sm-6 .shareSection {
    padding: 0 0 0 20%;
    margin: 0 auto;
    overflow: hidden;
  }
  .crm .col-sm-6 .shareSection .icon {
    vertical-align: middle;
  }
  .crm .col-sm-6 .shareSection .socialLinks {
    margin: 0 auto;
    width: 100%;
    height: 75px;
  }
  .crm .col-sm-6 .shareSection .socialLinks .wrapper {
    position: relative;
    width: 16%;
    margin-right: 1%;
  }
  .crm .col-sm-6 .shareSection .socialLinks .wrapper:last-of-type {
    margin-right: 0;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_facebook-crm-offwhite,
  .crm .col-sm-6 .shareSection .socialLinks .icon_instagram-crm-offwhite,
  .crm .col-sm-6 .shareSection .socialLinks .icon_twitter-crm-offwhite,
  .crm .col-sm-6 .shareSection .socialLinks .icon_youtube-crm-offwhite,
  .crm .col-sm-6 .shareSection .socialLinks .icon_googlePlus-crm-offwhite {
    display: inline-block;
    position: relative;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_facebook-crm-offwhite {
    width: 49px;
    height: 49px;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_instagram-crm-offwhite {
    width: 49px;
    height: 49px;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_twitter-crm-offwhite {
    width: 50px;
    height: 48px;
    margin-top: 3px;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_youtube-crm-offwhite {
    width: 49px;
    height: 49px;
  }
  .crm .col-sm-6 .shareSection .socialLinks .icon_googlePlus-crm-offwhite {
    width: 49px;
    height: 49px;
  }
  .mapContainer .locInput {
    right: 100px;
  }
  .mapContainer .locInput > input {
    width: 215px;
  }
  .mapContainer .map-bg {
    background: url(../img/bg/map-tatter-bot.png) 0 100% repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
  }
  .locationsList > li {
    float: left;
    width: 50%;
  }
  .recommendations .col-xs-6:last-of-type,
  .recommendations .col-sm-4:last-of-type {
    display: block;
  }
  .recommendations .col-xs-6 .itemTitle a,
  .recommendations .col-sm-4 .itemTitle a {
    font-size: 24px;
  }
  /*
     *  FOOTER
     */
  footer {
    padding: 5px 0 0;
    background: url(../img/bg/header-footer.png) repeat-x 0 -136px;
  }
  footer .footerBg {
    padding: 65px 0 0;
  }
  footer .links > .col-sm-3 {
    padding: 0 0 0 5%;
  }
  footer .footerLinks > li {
    background: none;
    padding: 0;
  }
  footer .footerLinks h4 {
    cursor: default;
    border-bottom: none;
    font-size: 22px;
    margin: 0 0 4px;
    padding: 0;
  }
  footer .footerLinks h4 .icon,
  footer .footerLinks h4.expanded .icon {
    display: none;
  }
  footer .subList {
    background: none;
    display: block !important;
    line-height: 31px;
    padding: 0;
    margin: 0;
  }
  footer .subList > li {
    width: 100%;
    float: none;
  }
  footer .subList > li > a {
    display: inline;
    font-size: 14px;
    padding: 0;
  }
  footer .bk-logo > p {
    font-size: 13px;
  }
  footer .shareText {
    font-size: 14px;
  }
  footer .shareSection a {
    margin: 0 10px 0 0;
  }
  footer .sectionText {
    font-size: 12px;
    text-align: left;
    margin: 0 0 10px;
  }
  footer .shareSection {
    padding-left: 5%;
    margin: 27px 0 0;
    text-align: left;
  }
  footer .shareSection > h4 {
    display: inline;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
  footer .socialLinks {
    display: inline;
    text-align: left;
  }
  footer .socialLinks > a {
    margin-right: 10px;
  }
  footer .socialLinks .icon_facebook-crm-offwhite {
    width: 32px;
    height: 32px;
  }
  footer .socialLinks .icon_twitter-crm-offwhite {
    width: 40px;
    height: 32px;
  }
  footer .socialLinks .icon_googlePlus-crm-offwhite {
    width: 32px;
    height: 32px;
  }
  footer .socialLinks .icon_email-offwhite {
    width: 34px;
    height: 29px;
  }
  footer .appSection {
    text-align: right;
    margin-top: 27px;
    padding-right: 5%;
  }
  footer .appSection .sectionText {
    text-align: right;
    padding-right: 117px;
  }
  footer .bk-logo {
    text-align: left;
    padding-left: 5%;
    margin-top: 40px;
  }
  footer .bk-logo .icon {
    width: 200px;
    height: 23px;
    float: left;
    margin: -5px 10px 0 0;
  }
  footer .bk-logo > p {
    font-size: 13px;
    margin: 5px 0 0;
    float: left;
  }
  .shareSection {
    padding-left: 5%;
    margin: 27px 0 0;
  }
  .socialLinks {
    display: inline;
    text-align: left;
  }
  .socialLinks > a {
    margin-right: 10px;
  }
  /*
     * Component modules
     */
  .horizontal-module .row.content {
    padding: 50px 0 65px;
    position: relative;
    height: auto;
    width: 1000px;
  }
  .thinner-page .horizontal-module .row.content {
    width: 800px;
  }
  .horizontal-module .sideImage.left {
    display: block;
    position: absolute;
    top: 50px;
    left: -520px;
  }
  .horizontal-module .sideImage.right {
    display: block;
    position: absolute;
    top: 50px;
    right: -800px;
    overflow: hidden;
  }
  /*
     * Offers Page
     */
  .offers section:not(.crm) .content,
  .our-story section:not(.crm) .content {
    padding: 70px 0;
    position: relative;
  }
  .offers section:not(.crm) .left-image,
  .our-story section:not(.crm) .left-image {
    position: absolute;
    top: 90px;
    left: -775px;
    height: 570px;
    width: 700px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .offers section:not(.crm) .right-image,
  .our-story section:not(.crm) .right-image {
    position: absolute;
    top: 90px;
    right: -775px;
    height: 570px;
    width: 700px;
    background-repeat: no-repeat;
    background-position: left;
  }
  /* Locations Page */
  .locationFooter .content {
    padding: 50px 0 0;
  }
  .locationFooter:after {
    content: "";
    display: block;
    height: 375px;
    width: 100%;
    background: url(../img/footer/footer_strawberry.jpg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    margin-bottom: -5px;
  }
  /* About BK Page */
  .aboutBK section.container-fluid:last-of-type {
    height: 700px;
    margin-bottom: -5px;
    background: url(../img/bg/aboutBK-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  /* Franchising Page */
  .franchising section.container-fluid:last-of-type:after {
    content: "";
    display: block;
    height: 645px;
    width: 100%;
    background: url(../img/bg/franchising-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -25px;
  }
  /*
     * Search Results Page
     */
  .searchItems .content {
    padding-left: 0;
    padding-right: 0;
  }
  .searchItems .content.results {
    padding-left: 0;
    padding-right: 0;
  }
  .searchItems .content .sectionTitle {
    text-align: left;
  }
  .searchItems .inputHolder {
    width: 230px;
    float: right;
  }
  .searchItems .contactInput {
    width: 186px;
    padding: 9px 9px 6px;
  }
  .searchItems .submit {
    height: 32px;
  }
  .searchItems .wrapper-dropdown {
    float: left;
  }
  .searchItems .resultsNo {
    float: right;
    font-size: 18px;
  }
  .searchItems .itemDetails > h4 {
    font-size: 18px;
  }
  .searchItems .itemDetails > a {
    font-size: 18px;
  }
  .searchItems .itemDetails .itemDesc {
    font-size: 18px;
  }
  /*
     * Product Detail Page
     */
  .nutrition .content {
    padding: 30px 5px 30px;
  }
  .nutrition-info .beverages,
  .nutrition-info .sides {
    margin-left: 8%;
  }
  /*
     * Block modules
     */
  .block-module {
    padding: 40px 0 20px 0;
  }
  .block-module .row {
    padding-right: 30px;
  }
  /*
         * Component modules
         */
  .component-module,
  .component-module.col-xs-6:nth-child(odd),
  .component-module.col-xs-6:nth-child(even) {
    padding: 0 0 0 5%;
  }
  .component-module.first.last .image {
    float: left;
    margin-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .product-hero {
    font-size: 16px;
  }
  .product-hero .content {
    padding: 20px 30px;
  }
  .nutrition-info .beverages,
  .nutrition-info .sides {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 1000px) {
  .offers .row.content img,
  .our-story .row.content img {
    padding: 0;
  }
}
.page-menu .menuTitle {
  color: #fff;
  margin: 30px 0;
}
.page-menu .menuTitle > span {
  background: #444242;
  padding: 10px 20px;
  display: inline-block;
}
.page-burgers .menuTitle > span {
  background: #8b542f;
}
.page-chicken .menuTitle > span {
  background: #ed7800;
}
.page-salads .menuTitle > span {
  background: #59980d;
}
.page-beverages .menuTitle > span {
  background: #a2007d;
}
.page-breakfast .menuTitle > span {
  background: #ee8324;
}
.page-sides .menuTitle > span {
  background: #f6a800;
}
.page-sweets .menuTitle > span {
  background: #0071ce;
}
.page-value .menuTitle > span {
  background: #ab192d;
}
.page-better .menuTitle > span {
  background: #62a70f;
}
.page-meal .menuTitle > span {
  background: #59291c;
}
.page-kids .menuTitle > span {
  background: #92c0ea;
}
.page-smoothies .menuTitle > span {
  background: #f36279;
}
.borderimage.inlinesvg .menuTitle > span {
  background: transparent;
  border-radius: 0;
  border: 5px solid transparent;
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23444242'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23444242'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-burgers .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%238b542f'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%238b542f'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-chicken .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-salads .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359980d'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359980d'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-beverages .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23a2007d'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23a2007d'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-breakfast .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ee8324'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ee8324'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-sides .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f6a800'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f6a800'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-sweets .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%230071ce'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%230071ce'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-value .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ab192d'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ab192d'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-better .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2362a70f'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2362a70f'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-meal .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359291c'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2359291c'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-kids .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2392c0ea'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%2392c0ea'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
.borderimage.inlinesvg .page-smoothies .menuTitle > span {
  -webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f36279'/></svg>") 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23f36279'/></svg>") 5 0 5 5 fill stretch;
  /*
        The border spacing values really should be "5" for all sides.
        However, a bug in firefox was displaying a transparent pixels at
        certain resolutions. This works around it. Once this bug is gone, this
        should be replaced to
                border-image: ~'url("@{content}")' 5 fill round;
    */
}
/*
 * Submenu Colors
 */
.secondaryNav {
  /* Franchising */
}
.secondaryNav > li > a:hover,
.secondaryNav > li > a.active {
  color: #fff;
}
.secondaryNav > li.burgers > a:hover,
.page-burgers .secondaryNav > li.burgers > a {
  background: #8b542f;
}
.secondaryNav > li.chicken > a:hover,
.page-chicken .secondaryNav > li.chicken > a {
  background: #ed7800;
}
.secondaryNav > li.salads > a:hover,
.page-salads .secondaryNav > li.salads > a {
  background: #59980d;
}
.secondaryNav > li.beverages > a:hover,
.page-beverages .secondaryNav > li.beverages > a {
  background: #a2007d;
}
.secondaryNav > li.breakfast > a:hover,
.page-breakfast .secondaryNav > li.breakfast > a {
  background: #ee8324;
}
.secondaryNav > li.sides > a:hover,
.page-sides .secondaryNav > li.sides > a {
  background: #f6a800;
}
.secondaryNav > li.sweets > a:hover,
.page-sweets .secondaryNav > li.sweets > a {
  background: #0071ce;
}
.secondaryNav > li.value > a:hover,
.page-value .secondaryNav > li.value > a {
  background: #ab192d;
}
.secondaryNav > li.better > a:hover,
.page-better .secondaryNav > li.better > a {
  background: #62a70f;
}
.secondaryNav > li.meal > a:hover,
.page-meal .secondaryNav > li.meal > a {
  background: #59291c;
}
.secondaryNav > li.kids > a:hover,
.page-kids .secondaryNav > li.kids > a {
  background: #92c0ea;
}
.secondaryNav > li.smoothies > a:hover,
.page-smoothies .secondaryNav > li.smoothies > a {
  background: #f36279;
}
.secondaryNav > li.active > a:hover,
.secondaryNav > li.active > a {
  background: #0071ce;
}
.secondaryNav > li > a:hover {
  background: #92c0ea;
}
.mainNav .subNav > li.burgers > a:hover,
.mainNav .subNav > li.burgers.active > a {
  color: #8b542f;
}
.mainNav .subNav > li.chicken > a:hover,
.mainNav .subNav > li.chicken.active > a {
  color: #ed7800;
}
.mainNav .subNav > li.salads > a:hover,
.mainNav .subNav > li.salads.active > a {
  color: #59980d;
}
.mainNav .subNav > li.beverages > a:hover,
.mainNav .subNav > li.beverages.active > a {
  color: #a2007d;
}
.mainNav .subNav > li.breakfast > a:hover,
.mainNav .subNav > li.breakfast.active > a {
  color: #ee8324;
}
.mainNav .subNav > li.sides > a:hover,
.mainNav .subNav > li.sides.active > a {
  color: #f6a800;
}
.mainNav .subNav > li.sweets > a:hover,
.mainNav .subNav > li.sweets.active > a {
  color: #0071ce;
}
.mainNav .subNav > li.value > a:hover,
.mainNav .subNav > li.value.active > a {
  color: #ab192d;
}
.mainNav .subNav > li.better > a:hover,
.mainNav .subNav > li.better.active > a {
  color: #62a70f;
}
.mainNav .subNav > li.meal > a:hover,
.mainNav .subNav > li.meal.active > a {
  color: #59291c;
}
.mainNav .subNav > li.kids > a:hover,
.mainNav .subNav > li.kids.active > a {
  color: #92c0ea;
}
.mainNav .subNav > li.smoothies > a:hover,
.mainNav .subNav > li.smoothies.active > a {
  color: #f36279;
}
/* Category Menu Colors */
.food-category .title {
  font-family: 'BlockBeExtraCn', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
}
.food-category.burgers .title {
  color: #8b542f;
}
.food-category.chicken .title {
  color: #ed7800;
}
.food-category.salads .title {
  color: #59980d;
}
.food-category.beverages .title {
  color: #a2007d;
}
.food-category.breakfast .title {
  color: #ee8324;
}
.food-category.sides .title {
  color: #f6a800;
}
.food-category.sweets .title {
  color: #0071ce;
}
.food-category.value .title {
  color: #ab192d;
}
.food-category.better .title {
  color: #62a70f;
}
.food-category.meal .title {
  color: #59291c;
}
.food-category.kids .title {
  color: #92c0ea;
}
.food-category.smoothies .title {
  color: #f36279;
}
.menuBtns {
  text-align: center;
  margin: 35px 0;
}
.menuBtns .bk-btn {
  margin: 0 0 35px;
}
.menuBtns .icon_document-white {
  width: 16px;
  height: 20px;
  margin-bottom: -2px;
}
.menuBtns .icon_leaf-white {
  width: 16px;
  height: 25px;
  margin-bottom: -6px;
}
.menuBtns .icon_myMeal-white {
  width: 25px;
  height: 24px;
  margin-bottom: -2px;
}
.dropdown {
  display: none;
  height: 4px;
  max-height: 600px;
  z-index: 2;
}
.dropdown .wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.dropdown .wrapper:after,
.dropdown .wrapper:before {
  background: transparent url(../img/bg/line-med-horz.png) repeat-x 0 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}
.dropdown .wrapper:after {
  position: absolute;
  bottom: 0;
}
.dropdown .product-hero {
  height: 600px;
}
.dropdown .product-hero .action {
  text-align: center;
}
.dropdown .product-hero .title-group {
  margin-bottom: 0;
}
.dropdown .product-hero .image {
  padding: 0;
  text-align: center;
}
.dropdown .product-hero .image img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
}
.dropdown .close {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 1;
}
.dropdown .close .icon {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
}
.dropdown + .food-item:before,
.dropdown + .food-item + .food-item:before {
  background-image: none;
}
.food-item,
.food-category {
  cursor: pointer;
  height: 333px;
  text-align: center;
  /* For 2 column layout
     * remove the right vertical border from every 2nd element
     */
  /* For 2 column layout
     * remove the top horizontal from the first row
     */
  /* For 2 column layout ending with an extra element
     * extend the top horizontal border of the last element
     * to cover the entire row
     */
}
.food-item:after,
.food-category:after,
.food-item:before,
.food-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.food-item:before,
.food-category:before {
  background: url(../img/bg/line-med-horz.png) repeat-x top;
  height: 4px;
  width: 100%;
  left: 0;
}
.food-item:after,
.food-category:after {
  background: url(../img/bg/line-med-vert.png) repeat-y right;
  height: 100%;
  width: 4px;
  right: 0;
}
.food-item:nth-of-type(2n):after,
.food-category:nth-of-type(2n):after {
  background-image: none;
}
.food-item:nth-of-type(-n+2):before,
.food-category:nth-of-type(-n+2):before {
  background-image: none;
}
.food-item:nth-of-type(3n) + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before {
  width: 200%;
}
.food-item img,
.food-category img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.food-item > .inner,
.food-category > .inner {
  display: block;
  height: 100%;
  padding: 10% 5%;
  width: 100%;
}
.food-item.active > .inner,
.food-category.active > .inner {
  position: relative;
}
.food-item.active > .inner:after,
.food-category.active > .inner:after {
  border-color: transparent transparent #b5b5b5;
  border-style: solid;
  border-width: 0 10px 10px;
  display: block;
  content: '';
  height: 0;
  width: 0;
  bottom: -2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.food-item .imgWrap,
.food-category .imgWrap {
  height: 170px;
}
.food-item .title,
.food-category .title {
  display: table;
  height: 2.5em;
  width: 100%;
  color: #444242;
}
.food-item .title > span,
.food-category .title > span {
  display: table-cell;
  vertical-align: top;
}
.food-item {
  height: 275px;
}
.food-item .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.food-item > .inner {
  padding: 2% 5%;
}
.page-menu .menu-grid {
  position: relative;
}
.page-menu .gutter-image {
  display: none;
  background: transparent none no-repeat;
  background-size: contain;
  height: 639px;
  width: 700px;
  position: absolute;
}
.page-menu .left-image {
  background-position: right;
  top: 200px;
  right: 100%;
}
.page-menu .left-image ~ .left-image {
  top: 900px;
}
.page-menu .right-image {
  background-position: left;
  top: 600px;
  left: 100%;
}
.page-menu .right-image ~ .right-image {
  top: 1300px;
}
@media screen and (min-width: 321px) {
  .dropdown {
    max-height: 600px;
  }
  .dropdown .product-hero {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .food-item,
  .food-category {
    height: 333px;
    /* For a 3 col layout
         * reset the right vertical border for all elements
         */
    /* For a 3 col layout
         * remove the right vertical border from every 3rd element
         */
    /* For a 3 col layout
         * remove the top horizontal border from every 3rd element
         */
    /* For a 3 col layout, last row with one 1 element
         * extend the top horizontal border to cover the row
         * and center the last element
         */
    /* For a 3 col layout, last row with 2 elements
         * extend the top horizontal border to cover the row
         */
    /* For a 3 col layout, last row with 3 elements
         * normal top horizontal broder width
         */
  }
  .food-item > .inner,
  .food-category > .inner {
    padding: 10% 5%;
  }
  .food-item:nth-of-type(1n):after,
  .food-category:nth-of-type(1n):after {
    background: url(../img/bg/line-med-vert.png) repeat-y right;
  }
  .food-item:nth-of-type(3n):after,
  .food-category:nth-of-type(3n):after {
    background-image: none;
  }
  .food-item:nth-of-type(-n+3):before,
  .food-category:nth-of-type(-n+3):before {
    background-image: none;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type,
  .food-item:nth-of-type(3n) + .food-category:last-of-type,
  .food-category:nth-of-type(3n) + .food-item:last-of-type,
  .food-category:nth-of-type(3n) + .food-category:last-of-type {
    margin-left: 33.33%;
    width: 33.33%;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category:last-of-type:before {
    left: -100%;
    width: 300%;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type > .inner:before,
  .food-item:nth-of-type(3n) + .food-category:last-of-type > .inner:before,
  .food-category:nth-of-type(3n) + .food-item:last-of-type > .inner:before,
  .food-category:nth-of-type(3n) + .food-category:last-of-type > .inner:before {
    background: url(../img/bg/line-med-vert.png) repeat-y;
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: -4px;
  }
  .food-item:nth-of-type(3n) + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category:last-of-type:before {
    width: 200%;
  }
  .food-item:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before {
    width: 100%;
  }
  .food-item a,
  .food-category a {
    padding: 5% 2%;
  }
  .food-item .imgWrap,
  .food-category .imgWrap {
    height: 193px;
  }
  .food-item .title {
    font-size: 24px;
  }
  .menuBtns {
    margin: 40px 0;
  }
  .menuBtns .btnHolder {
    display: inline;
  }
  .menuBtns .bk-btn {
    margin: 0 10px;
  }
  .dropdown .product-hero .action {
    text-align: left;
  }
  .dropdown .product-hero .image {
    padding: 10px 0;
    text-align: center;
  }
  .dropdown .product-hero .image img {
    max-height: none;
    width: 100%;
  }
  .dropdown .content {
    padding: 25px 30px 0;
    position: relative;
  }
  .dropdown + .food-item + .food-item + .food-item:before {
    background-image: none;
  }
  .dropdown + .col-xs-6.col-sm-4:last-of-type {
    margin-left: 33.3%;
  }
  .dropdown + .col-xs-6.col-sm-4:last-of-type > .inner:before {
    background: url(../img/bg/line-med-vert.png) repeat-y;
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: -4px;
  }
}
@media screen and (min-width: 992px) {
  .dropdown .wrapper {
    left: -100%;
    right: -100%;
    width: auto;
  }
  .dropdown .product-hero .description {
    font-size: 1em;
  }
}
@media screen and (min-width: 1500px) {
  .page-menu .gutter-image {
    display: block;
  }
  .page-menu .left-image {
    right: 85%;
  }
  .page-menu .right-image {
    left: 85%;
  }
  .dropdown .content {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1600px) {
  .page-menu.page-kids .left-image {
    right: 84%;
  }
  .page-menu.page-kids .right-image {
    left: 84%;
  }
}
@media screen and (min-width: 1800px) {

  /* Hero Carousel */
  .heroCarousel .owl-controls .owl-nav .owl-prev .arrow
  {
    right: 700px;
  }
  .heroCarousel .owl-controls .owl-nav .owl-next .arrow
  {
    left: 680px;
  }
  .page-menu.page-kids .left-image {
    right: 80%;
  }
  .page-menu.page-kids .right-image {
    left: 80%;
  }
}
.wait {
  cursor: wait;
}
.doneWait {
  cursor: auto;
}

/* Investor form */
.node-investor-form {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-investor-forms .container .row .col-sm-12 {
  padding: 0 15px;
}
.page-investor-forms .view-investor-forms {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-form {
  margin-bottom: 30px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-form .description {
  font-size: 0.8em;
  margin-top: 5px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-widget.views-submit-button input.form-submit {
  width: 100%;
  border-radius: 0px;
  background: none repeat scroll 0% 0% transparent;
  border: 5px solid transparent;
  color: #FFF;
  display: inline-block;
  font: 22px/42px "BlockBeCnPro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px 10px 0px;
  vertical-align: top;
  /*-webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='%23ed7800'/></svg>") 5 fill round;
  */
  -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+") 5 round;
  border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+") 5 fill round;
}
@media only screen and (max-width: 439px) {
  .page-investor-forms .view-investor-forms .view-filters .views-exposed-widget.views-submit-button input.form-submit {
    margin-top: 0;
  }
}
.page-investor-forms .view-investor-forms .view-content table {
  width: 100%;
}
.page-investor-forms .view-investor-forms .view-content table tr td {
  padding: 7px;
}

/* Line height fix for Jalapeno burger */
body.page-node-43152 .product-hero .title,
section#product-dropdown[data-product-id="43152"] .product-hero .title {
  line-height: 0.9;
}


/* Line-height fix for A.1. Smoky Bacon */
body.page-node-43211 .product-hero .subtitle {
  line-height: 0.85;
}

/* Hide Fresh Offer Page Title - Black Strip */
body.offers2 .pageTitle {
  display: none;
}

/* About BK Bottom
.about-bk-bottom p {
  margin-top: 50px;
  font-size: 17px;
} */


/* New CRM Block (col-sm-12) */
.crm .col-sm-12 {
  padding: 50px 5px;
  text-align: center;
}
.crm .col-sm-12 .crmTitle {
  margin: 0 auto;
  padding: 0px;
  max-width: 100%;
  font: 38px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
.crm .col-sm-12 .shareSection {
  margin: 15px 0px;
}
.crm .col-sm-12 .crmText {
  font-size: 50px;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-family: "BlockBeCnPro",Arial,Helvetica,sans-serif;
}
.crm .shareSection .socialLinks .wrap-button {
  /* display: inline-block; */
  vertical-align: top;
  padding: 3px 5px;
}
.crm .shareSection .socialLinks .wrap-button.twitter {
  margin: 10px 25px 0px 0px;
}

@media screen and (min-width: 768px) {
  .crm .socialLinks {
    text-align: center;
  }
  .crm .shareSection {
    padding: 0px;
  }
  .crm .shareSection .socialLinks .wrap-button {
    display: inline-block;
  }
  .crm .shareSection .socialLinks .wrap-button.facebook {
    margin: 10px 0px 0px 0px;
  }
  .crm .shareSection .socialLinks .wrap-button.twitter {
    margin: 10px 10px 0px 0px;
  }

  /* Hide CRM block on Desktop mode */
  .front .crm,
  .page-node .crm {
    display: none;
  }

  .mainNav > li.socialLinks-top > .button.wrap-fb a:hover i {
    background-image: url('../icons/icon_facebook-header.svg');
  }
  .mainNav > li.socialLinks-top > .button.wrap-twitter a:hover i {
    background-image: url('../icons/icon_twitter-header.svg');
  }
  .mainNav > li.socialLinks-top > .button.wrap-inst a:hover i {
    background-image: url('../icons/icon_instagram-header.svg');
  }

}
@media screen and (min-width: 992px) {
  .crm .shareSection .socialLinks .wrap-button.facebook {
    margin: 10px 0px 0px 0px;
  }
  .crm .shareSection .socialLinks .wrap-button.twitter {
    margin: 10px 39px 0px 0px;
  }
}
.crm .col-md-2 {
  float: none !important;
}

ul.download-items {
  margin: 5px 0;
  padding-left: 3px;
}
ul.download-items > li.download-item {
  list-style: inside disc;
  font-size: 16px;
  margin-bottom: 5px;
}
ul.download-items > li.download-item > a {
  color: #ed7800;
  font-weight: bold;
}

.page-node .post-nutrition {
  display: none;
}

.nutrition + .post-nutrition {
  display: block;
}


/* Newsletter Popup (Modal) */
.newsletter-popup  .red { color: #ff0000; }
.newsletter-popup .modal-content {
  border-image: url('/sites/all/themes/custom/bk_theme/img/alert-signup-popup/background.png') 5 repeat;
  box-shadow: none;
}
.newsletter-popup .modal-header .close {
  position: absolute;
  top: 1px;
  right: 8px;
}
.newsletter-popup label.control-label {
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.newsletter-popup .modal-content .modal-header .modal-title {
  font-size: 30px;
  width: 85%;
}

.newsletter-popup .main-content .burger {
  float: none;
  display: none;
}
.newsletter-popup .main-content .form {
  float: none;
}

.newsletter-popup input, .newsletter-popup select {
  margin-bottom: 5px;
}
.newsletter-popup input:last-child, .newsletter-popup input:last-child {
  margin-bottom: 0 !important;
}
.newsletter-popup input[type=text],
.newsletter-popup input[type=email],
.newsletter-popup select
{
  border: 3px solid #ED7800;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  height: auto;
  width: 100%;
  font-size: 14px;
}
.newsletter-popup .modal-header {
  padding: 15px 8px 0px 8px;
  position: relative;
}
.newsletter-popup .modal-body {
  padding: 5px 8px 15px 8px;
}
.newsletter-popup .modal-footer {
  padding: 5px 8px 15px 8px;
  text-align: center;
  position: relative;
}
.newsletter-popup .modal-footer span#loading {
  position: absolute;
  right: 15%;
  bottom: 25px;
}
.newsletter-popup .modal-body p.info {
  margin-top: 0px;
  font-size: 13px;
}
.newsletter-popup p.message {
  margin: 3px 0px;
  font-size: 13px;
}
.newsletter-popup .form-group .firstname,
.newsletter-popup .form-group .zipcode {
  padding-right: 5px;
}
.newsletter-popup .form-group .lastname
.newsletter-popup .form-group .email {
  padding-left: 5px;
}
.newsletter-popup .form-group .lastname > input {
  margin-top: 20px;
}
.newsletter-popup .notice {
  font-size: 13px;
  margin: 0px 0px 12px 0px;
  text-align: left;
}
.newsletter-popup button#btnSubmit {
  margin-top: 10px;
}
.newsletter-popup #html_element > div {
  width: auto !important;
  overflow: hidden;
}

.newsletter-popup #alert-unsub {
  display: none;
}


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

  .newsletter-popup .modal-content .modal-header .modal-title {
    font-size: 50px;
  }
  .newsletter-popup .modal-body p.info {
    margin-top: 0px;
    font-size: 14px;
  }
  .newsletter-popup p.message {
    margin: 3px 0px;
    font-size: 14px;
  }
  .newsletter-popup .notice {
    font-size: 14px;
  }
}


@media screen and (min-width: 1000px) {
  .newsletter-popup {
    overflow-y: hidden;
  }
  .newsletter-popup .modal-dialog {
    width: 900px;
    margin: 120px auto;
  }
  .newsletter-popup .main-content {
    background-color: #f2f2f3;
  }
  .newsletter-popup p.message {
    margin: 0px 0px 1px 0px;
    font-size: 13px;
  }
  .newsletter-popup input, .newsletter-popup select {
    margin-bottom: 4px;
  }
  .newsletter-popup .modal-header {
    padding: 8px 8px 0px 8px;
  }
  .newsletter-popup .modal-body {
    padding: 5px 85px 10px 8px;
  }
  .newsletter-popup .modal-footer {
    padding: 0px 85px 12px 8px;
  }
  .newsletter-popup .modal-content .modal-header .modal-title {
    margin-top: 0px;
    width: 100%;
  }
  .newsletter-popup .modal-header .close {
    top: 4px;
    right: 14px;
  }
  .newsletter-popup label.control-label {
    font-size: 20px;
  }
  .newsletter-popup .form-group .lastname > input {
    margin-top: 25px;
  }
  .newsletter-popup .modal-content .modal-header .icon_close-gray {
    width: 40px;
    height: 40px;
  }
  .newsletter-popup .main-content .burger {
    float: left;
    width: 40%;
    display: block;
    text-align: center;
    padding: 145px 25px 0px 25px;
  }
  .newsletter-popup .main-content .burger img {
    width: 100%;
  }
  .newsletter-popup .main-content .form {
    float: right;
    width: 60%;
  }
  .newsletter-popup .modal-footer span#loading {
    right: 32%;
  }
  .newsletter-popup .modal-footer p.link{
    margin-top: 10px;
  }
  .newsletter-popup #date-month, .newsletter-popup #date-day {
    width: 96%
  }

  .page-home .modal-backdrop {
    position: absolute;
    top: 118px;
    width: 100%;
    /* height: 670px; */
    z-index: 0;
  }
}

.page-sneakpeep p.img-top img {
  width: 100%;
}

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

  .page-sneakpeep p.img-top  {
    text-align: center;
  }
  .page-sneakpeep p.img-top img {
    width: auto;
    max-width: 100%;
  }

}

#myModal a.bk-btn-email {
  display: none;
}

@media screen and (min-width: 992px) {
  .mainNav > li.socialLinks-top {
    display: block;
    margin-right: 0px;
    padding-top: 25px;
  }
  .mainNav > li.socialLinks-top .icon_facebook-white,
  .mainNav > li.socialLinks-top .icon_instagram-white {
    width: 37px;
    height: 37px;
  }
  .mainNav > li.socialLinks-top .icon_twitter-white {
    width: 43px;
    height: 37px;
  }
  .mainNav > li.socialLinks-top .icon_facebook-white {
    margin-left: 0px;
  }
}

.icon_facebook-white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20%20%20%20width%3D%2236.4px%22%20height%3D%2236.8px%22%20viewBox%3D%220%200%2036.4%2036.8%22%20style%3D%22enable-background%3Anew%200%200%2036.4%2036.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M36.4%2C4.5v27.7c0%2C2.5-2%2C4.6-4.6%2C4.6H25V23.6h4.8v-5.7H25v-3c0-0.8%2C0.3-1.3%2C1.2-1.3h3.6V7h-4.1%0A%20%20%20%20%20%20%20%20c-4.1%2C0-7.4%2C3.5-7.4%2C8v2.8H14v5.7h4.4v13.3H4.6C2%2C36.8%2C0%2C34.7%2C0%2C32.2V4.5C0%2C2.1%2C2%2C0%2C4.6%2C0h27.3C34.4%2C0%2C36.4%2C2.1%2C36.4%2C4.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
}
.icon_twitter-white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20%20%20%20%20width%3D%2238.6px%22%20height%3D%2231.8px%22%20viewBox%3D%220%200%2038.6%2031.8%22%20style%3D%22enable-background%3Anew%200%200%2038.6%2031.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M34.6%2C7.9c0%2C0.3%2C0%2C0.7%2C0%2C1c0%2C10.7-8%2C22.8-22.5%2C22.8c-4.5%2C0-8.6-1.3-12.2-3.6c0.6%2C0.1%2C1.3%2C0.1%2C1.9%2C0.1%0A%20%20%20%20%20%20%20%20c3.7%2C0%2C7.1-1.3%2C9.8-3.4c-3.4-0.1-6.4-2.4-7.4-5.6c0.4%2C0.2%2C0.9%2C0.2%2C1.4%2C0.2c0.8%2C0%2C1.4-0.1%2C2.1-0.3c-3.6-0.8-6.3-4-6.3-7.9v-0.1%0A%20%20%20%20%20%20%20%20c1%2C0.6%2C2.3%2C0.9%2C3.5%2C1C3%2C10.7%2C1.6%2C8.3%2C1.6%2C5.5c0-1.5%2C0.4-2.8%2C1.1-4c3.9%2C4.8%2C9.7%2C8%2C16.3%2C8.3c-0.2-0.5-0.3-1.2-0.3-1.8c0-4.4%2C3.5-8%2C8-8%0A%20%20%20%20%20%20%20%20C29%2C0%2C31%2C0.9%2C32.4%2C2.5c1.8-0.3%2C3.5-1%2C5-1.9C36.9%2C2.5%2C35.6%2C4%2C34%2C5c1.6-0.3%2C3.1-0.7%2C4.5-1.3C37.5%2C5.4%2C36.1%2C6.7%2C34.6%2C7.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
}
.icon_twitter-header {
  background-image: url('../icons/icon_twitter-header.svg');
  background-repeat: no-repeat;
}
.icon_instagram-white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20%20%20%20%20width%3D%2236.4px%22%20height%3D%2236.8px%22%20viewBox%3D%220%200%2036.4%2036.8%22%20style%3D%22enable-background%3Anew%200%200%2036.4%2036.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M36.4%2C5.7V12h-9.2c-2-2.9-5.2-4.7-9-4.7c-3.7%2C0-7%2C1.8-9%2C4.7H0V5.7C0%2C2.6%2C2.5%2C0%2C5.7%2C0h25.1%0A%20%20%20%20%20%20%20%20C33.9%2C0%2C36.4%2C2.6%2C36.4%2C5.7z%20M29%2C16.3h7.5V31c0%2C3.2-2.5%2C5.8-5.7%2C5.8H5.7C2.5%2C36.8%2C0%2C34.2%2C0%2C31V16.3h7.4c-0.1%2C0.7-0.2%2C1.4-0.2%2C2.1%0A%20%20%20%20%20%20%20%20c0%2C6.1%2C4.9%2C11.1%2C11%2C11.1c6%2C0%2C11-5.1%2C11-11.1C29.2%2C17.6%2C29.1%2C17%2C29%2C16.3z%20M18.2%2C25.3c-3.7%2C0-6.8-3.1-6.8-6.9c0-3.9%2C3-6.9%2C6.8-6.9%0A%20%20%20%20%20%20%20%20c3.7%2C0%2C6.8%2C3%2C6.8%2C6.9C25%2C22.2%2C21.9%2C25.3%2C18.2%2C25.3z%20M33.4%2C4c0-0.6-0.4-1-1-1h-3c-0.5%2C0-1%2C0.4-1%2C1v3.1c0%2C0.5%2C0.5%2C1%2C1%2C1h3%0A%20%20%20%20%20%20%20%20c0.6%2C0%2C1-0.5%2C1-1V4z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
}
.icon_instagram-header {
  background-image: url('../icons/icon_instagram-header.svg');
  background-repeat: no-repeat;
}


