/*
Theme Name: A Marmita
Design: Brandia Central
Author: Carlos Ceia
Author URI: http://ceia.me
Description: Open Cart Theme
Version: 1.0

Text Domain: marmita

Using Bootstrap 3.1
*/
/*! 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,
hgroup,
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 {
  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;
  }
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-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: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #392821;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c9850d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff8533;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e7e6d9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ecebe1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 64px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 13.6px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.4px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #ecebe1;
}
.text-primary {
  color: #c9850d;
}
a.text-primary:hover {
  color: #99650a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #c9850d;
}
a.bg-primary:hover {
  background-color: #99650a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #e7e6d9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ecebe1;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #e7e6d9;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ecebe1;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e7e6d9;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #392821;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 948px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1148px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
.row {
  margin-left: -4px;
  margin-right: -4px;
}
.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: 4px;
  padding-right: 4px;
}
.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: 1200px) {
  .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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #392821;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #845d4f;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #845d4f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: rgba(201, 133, 13, 0.7);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 133, 13, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 133, 13, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 133, 13, 0.6);
}
.form-control::-moz-placeholder {
  color: rgba(132, 93, 79, 0.8);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(132, 93, 79, 0.8);
}
.form-control::-webkit-input-placeholder {
  color: rgba(132, 93, 79, 0.8);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e7e6d9;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a6150;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -4px;
  margin-right: -4px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 4px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #c9850d;
  border-color: #b1750b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a36c0b;
  border-color: #784f08;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #c9850d;
  border-color: #b1750b;
}
.btn-primary .badge {
  color: #c9850d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #64a300;
  border-color: #548a00;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #4b7a00;
  border-color: #2f4c00;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #64a300;
  border-color: #548a00;
}
.btn-success .badge {
  color: #64a300;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #c9850d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ff8533;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ecebe1;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #392821;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #291d18;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #c9850d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ecebe1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ecebe1;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 2px;
  height: 42px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #845d4f;
  text-align: center;
  background-color: #e7e6d9;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e7e6d9;
}
.nav > li.disabled > a {
  color: #ecebe1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ecebe1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e7e6d9;
  border-color: #c9850d;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e7e6d9 #e7e6d9 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #845d4f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #c9850d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 19px 4px;
  font-size: 20px;
  line-height: 22px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -4px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 4px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -4px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -4px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -4px;
  margin-right: -4px;
  padding: 10px 4px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -4px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
  color: #845d4f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #64473c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #845d4f;
}
.navbar-default .navbar-nav > li > a {
  color: #845d4f;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c9850d;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c9850d;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #593f34;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #c9850d;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #845d4f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c9850d;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c9850d;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #845d4f;
}
.navbar-default .navbar-link:hover {
  color: #c9850d;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ecebe1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ecebe1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ecebe1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ecebe1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ecebe1;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ecebe1;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d8d6c2;
}
.label-primary {
  background-color: #c9850d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #99650a;
}
.label-success {
  background-color: #64a300;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #457000;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ecebe1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c9850d;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c9850d;
}
.thumbnail .caption {
  padding: 9px;
  color: #392821;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #392821;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #c9850d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #c9850d;
  border-color: #c9850d;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c9850d;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c9850d;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-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);
  -moz-transform: translate(0, 0);
  -o-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 #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: 2040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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);
    -moz-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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body: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: 0/0 a;
  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: 1199px) {
  .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: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#qLoverlay {
  position: fixed!important;
}
#qLbar {
  top: 0!important;
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
.top-navbar {
  position: fixed;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  top: 0;
  opacity: 0;
  left: 200px;
  z-index: 1030;
  padding-top: 7px;
  padding-right: 215px;
  padding-bottom: 7px;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background-color: white;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.top-navbar a {
  color: #392821;
}
.top-navbar a:hover {
  color: #7a5546;
  text-decoration: none;
}
.top-navbar .navbar-toggle {
  border-radius: 0;
  display: none;
}
.top-navbar .navbar-toggle .icon-bar {
  background-color: #392821;
}
.top-navbar #welcome {
  float: right;
  width: 40%;
  text-align: right;
  font-size: 20px;
}
.top-navbar #welcome .account,
.top-navbar #welcome #cart {
  float: right;
}
.top-navbar #welcome .info-minha {
  float: left;
  font-size: 40px;
  margin-top: -15px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .top-navbar #welcome {
    width: 86%;
    font-size: 18px;
  }
  .top-navbar #welcome .info-minha {
    font-size: 36px;
  }
}
.top-navbar #welcome #cart {
  padding-left: 4px;
  margin-left: 4px;
  text-transform: uppercase;
  position: relative;
}
.top-navbar #welcome #cart:before {
  top: 0;
  left: -4px;
  content: '|';
  position: absolute;
}
.top-navbar .breadcrumb {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .top-navbar .breadcrumb {
    display: none;
  }
}
.top-navbar .navbar-toggle {
  float: left;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 5px;
  padding-left: 0;
}
.sidebar-left {
  padding: 36px 28px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  width: 200px;
  background-color: #392821;
  color: white;
  height: 100%;
  overflow: visible;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1060;
}
.sidebar-left hr {
  margin-left: 0;
  width: 90px;
  border-color: rgba(236, 235, 225, 0.4);
}
.sidebar-left #menu {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
}
.sidebar-left #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-left #menu ul li > a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 100%;
  padding: 3px 0;
  display: block;
}
.sidebar-left #menu ul li > a.ordersameday {
  position: relative;
  color: #f0ad4e;
}
.sidebar-left #menu ul li > a.ordersameday label {
  text-align: center;
  width: 32px;
  position: relative;
  top: -19px;
}
.sidebar-left #menu ul li > a.ordersameday label .text {
  font-size: 8px;
  position: absolute;
  z-index: 1100;
  color: #392821;
  width: 100%;
  text-align: center;
  left: 0;
  top: 10px;
  font-size: 12px;
  font-weight: normal;
}
.sidebar-left #menu ul li > a.ordersameday label .glyphicon {
  font-size: 32px;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 0;
}
.sidebar-left #menu ul li > a:hover {
  color: white;
  text-decoration: none;
}
.sidebar-left #menu ul li.active > a {
  color: white;
}
.sidebar-left .social {
  font-size: 20px;
  margin: 10px 0 20px;
}
.sidebar-left .social h3,
.sidebar-left .social h2,
.sidebar-left .social h4 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 20px;
}
.sidebar-left .social h4 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-left .social a {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 135%;
}
.sidebar-left .social a:hover {
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  #logo img {
    max-height: 140px;
  }
  .sidebar-left #menu {
    margin-top: 20px;
  }
}
.nav-tabs.nav-justified li a {
  border: 0;
  margin: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified li a:hover {
  background-color: #c9850d;
  color: white;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover {
  background-color: #392821;
  color: #ecebe1;
  border: 0;
}
.tab-content {
  border-top: 2px solid #392821;
}
#welcome #account {
  margin-right: 8px;
}
#welcome #account:after {
  position: absolute;
  right: -4px;
  top: 0;
}
#welcome #account .triangle-top.left {
  left: 40px;
}
#welcome #account .login-cont + .account-menu {
  display: none;
}
#welcome #account .content {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
#welcome #account .content .inner {
  height: 0;
  overflow: hidden;
  position: relative;
}
#welcome #account .content #login-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-transform: none;
  font-size: 14px;
  background-color: rgba(236, 235, 225, 0.96);
  z-index: 10;
}
#welcome #account .content #login-message .spiner {
  top: 50%;
  margin-top: -21px;
}
#welcome #account .login-cont {
  padding: 0 20px 20px;
}
#welcome #account .login-cont label {
  display: none;
}
#welcome #account.active .content .inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 310px;
}
.account-menu {
  padding: 0 20px 20px;
  text-align: center;
}
.account-menu ul {
  margin: 0;
  text-align: left;
  padding: 0;
  list-style: none;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.account-menu li {
  display: block;
}
.account-menu li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(57, 40, 33, 0.1);
}
.account-menu li a:hover {
  text-decoration: none!important;
}
.main-content #login-form h3.script {
  display: none;
}
#welcome {
  position: relative;
}
#cart .heading,
#account .heading {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  background-color: white;
  a: hover;
}
#cart .content,
#account .content {
  position: absolute;
  z-index: 10;
  top: 28px;
  min-width: 300px;
  right: 0;
  overflow: hidden;
  clear: both;
  width: auto;
  text-align: left;
}
#cart .content .inner,
#account .content .inner {
  background: #ecebe1;
  overflow: hidden;
  height: 0;
  -webkit-box-shadow: -6px 12px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -6px 12px 20px rgba(0, 0, 0, 0.2);
  box-shadow: -6px 12px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cart .content .inner .checkout,
#account .content .inner .checkout {
  text-align: center;
}
#cart .content .inner .checkout a:hover,
#account .content .inner .checkout a:hover {
  text-decoration: none;
}
#cart .content .mini-cart-info,
#account .content .mini-cart-info,
#cart .content .empty,
#account .content .empty {
  padding: 20px;
  font-family: 'DK Keskick', 'Domine', Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
#cart.active .heading a,
#account.active .heading a {
  color: #c9850d;
}
#cart.active .content,
#account.active .content {
  overflow: visible;
}
#cart.active .content .inner,
#account.active .content .inner {
  height: 340px;
  padding-bottom: 20px;
}
#cart.active .content .inner a:hover,
#account.active .content .inner a:hover {
  color: #c9850d;
  text-decoration: underline;
}
#cart.active .content .inner .checkout a:hover,
#account.active .content .inner .checkout a:hover {
  text-decoration: none;
}
#account .content {
  min-width: 240px;
  right: 40px;
}
#welcome #cart #cart-total {
  background-color: #64a300;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 19px;
  line-height: 26px;
}
.mini-cart-total {
  padding: 0 20px 0;
  text-align: center;
}
.mini-cart-total .week:before,
.mini-cart-total .week:after {
  content: " ";
  display: table;
}
.mini-cart-total .week:after {
  clear: both;
}
.mini-cart-total .week:before,
.mini-cart-total .week:after {
  content: " ";
  display: table;
}
.mini-cart-total .week:after {
  clear: both;
}
.mini-cart-total .week .day {
  width: 20%;
  float: left;
  margin-bottom: 15px;
}
.mini-cart-total .week .day .date {
  text-align: center;
  position: relative;
}
.mini-cart-total .week .day .date h1 {
  background-color: #392821;
  color: white;
  font-size: 24px;
  margin: 0;
  border-right: 1px solid #ecebe1;
}
.mini-cart-total .week .day .date h3 {
  margin: 0;
  font-size: 19px;
}
.mini-cart-total .week .day .date .badge {
  background-color: #64a300;
  position: absolute;
  top: -8px;
  right: 0;
  margin-left: -10px;
}
.mini-cart-total .week .day:last-child .date h1 {
  border-right: 0;
}
.mini-cart-total table {
  margin-bottom: 16px;
}
.mini-cart-total table > tbody > tr > td {
  padding: 2px;
  line-height: 1.2;
}
body {
  padding-top: 40px;
}
body.open {
  overflow-x: hidden;
}
.site-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
}
.site-nav-overlay.open {
  display: block;
}
#page {
  margin-left: 200px;
  padding: 0 8px;
  opacity: 0;
  height: auto;
  background-color: white;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 991px) {
  #page {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
#page:before,
#page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
#page:before,
#page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
#page.static {
  position: static;
  height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .top-navbar {
    left: 0;
    padding-right: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-navbar .navbar-toggle {
    display: block;
  }
  .top-navbar.open {
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
  .sidebar-left {
    left: -200px;
  }
  .sidebar-left.open {
    left: 0;
  }
  #page {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
  }
  #page.open {
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}
/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  border-color: white;
  border-width: 0;
  background-color: #ecebe1;
  color: #392821;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  /*outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;*/
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: -10px;
  width: auto;
  top: 50%;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #392821;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select p {
  margin: 0;
}
.bootstrap-select .dropdown-menu {
  top: -2px;
  border-color: transparent;
  padding: 0;
  background-color: #e7e6d9;
  min-height: 0!important;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 8px 10px;
  color: #392821 !important;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background-color: rgba(201, 133, 13, 0.1);
}
.bootstrap-select.dropup .dropdown-menu {
  top: auto;
  bottom: 2px;
}
.bootstrap-select .filter-option,
.bootstrap-select .inner.selectpicker {
  min-height: 0!important;
}
.bootstrap-select .filter-option h3,
.bootstrap-select .inner.selectpicker h3,
.bootstrap-select .filter-option h4,
.bootstrap-select .inner.selectpicker h4,
.bootstrap-select .filter-option h5,
.bootstrap-select .inner.selectpicker h5 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.bootstrap-select .filter-option .glyphicon,
.bootstrap-select .inner.selectpicker .glyphicon {
  display: block;
  width: 100%;
}
.bootstrap-select .filter-option li a,
.bootstrap-select .inner.selectpicker li a {
  position: relative;
}
.bootstrap-select .filter-option li a small,
.bootstrap-select .inner.selectpicker li a small {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
}
.bootstrap-select .filter-option li a h4,
.bootstrap-select .inner.selectpicker li a h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}
.bootstrap-select .filter-option li a label,
.bootstrap-select .inner.selectpicker li a label {
  position: absolute;
  right: 10px;
  top: 20px;
}
.bootstrap-select .filter-option li a .dish-info,
.bootstrap-select .inner.selectpicker li a .dish-info {
  min-height: 44px;
}
.bootstrap-select .filter-option li a .dish-info.new h4,
.bootstrap-select .inner.selectpicker li a .dish-info.new h4 {
  padding-right: 60px;
}
.bootstrap-select .filter-option li a .dish-info.new label,
.bootstrap-select .inner.selectpicker li a .dish-info.new label {
  position: absolute;
  float: right;
  top: 8px;
  text-align: center;
  width: 42px;
}
.bootstrap-select .filter-option li a .dish-info.new label .text,
.bootstrap-select .inner.selectpicker li a .dish-info.new label .text {
  font-size: 10px;
  position: absolute;
  z-index: 1100;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  top: 14px;
  font-weight: normal;
}
.bootstrap-select .filter-option li a .dish-info.new label .glyphicon,
.bootstrap-select .inner.selectpicker li a .dish-info.new label .glyphicon {
  color: #392821;
  font-size: 42px;
  position: absolute;
  top: 0px;
  z-index: 1000;
}
.bootstrap-select .filter-option li a .dish-info.disabled,
.bootstrap-select .inner.selectpicker li a .dish-info.disabled {
  opacity: .5;
  cursor: initial;
  pointer-events: none;
}
.bootstrap-select .filter-option li a .dish-info.disabled :hover,
.bootstrap-select .inner.selectpicker li a .dish-info.disabled :hover {
  background: none;
}
.bootstrap-select .filter-option li a img,
.bootstrap-select .inner.selectpicker li a img {
  position: absolute;
  height: 100%;
  max-height: 60px;
  top: 0;
  left: 0;
}
.bootstrap-select .filter-option li a img + .dish-info,
.bootstrap-select .inner.selectpicker li a img + .dish-info {
  margin-left: 75px;
}
.bootstrap-select .filter-option .selected a,
.bootstrap-select .inner.selectpicker .selected a,
.bootstrap-select .filter-option .selected a:hover,
.bootstrap-select .inner.selectpicker .selected a:hover,
.bootstrap-select .filter-option .selected a:hover small,
.bootstrap-select .inner.selectpicker .selected a:hover small {
  outline: none!important;
  background-color: #c9850d !important;
  color: #ecebe1 !important;
}
.meal-type {
  text-align: center;
}
.meal-type .dropdown-menu .glyphicon {
  display: block;
  font-size: 60px;
  margin: -20px 0 -10px;
  width: 100%;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
  border-color: white;
}
html,
body {
  height: 100%;
  background-color: #ecebe1;
}
body.modal-open {
  margin-right: 15px;
}
.container-fluid {
  max-width: 1170px;
  padding: 0;
}
.iex .container-fluid {
  width: 1100px!important;
}
.black-transp {
  padding: 20px;
  border-color: white;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.black-transp h1 {
  margin: 3px 0;
  font-weight: 500;
  font-size: 51px;
  line-height: .9;
}
.black-transp p {
  margin: 3px 0;
  font-size: 16px;
  font-family: 'Domine', Georgia, "Times New Roman", Times, serif;
  line-height: 1.1;
}
.black-transp p:empty {
  display: none;
}
@media (max-width: 767px) {
  .black-transp .text-block h1 {
    font-size: 45px;
  }
}
.badge {
  background-color: #845d4f;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.light-bg {
  background-color: #ecebe1;
}
.price {
  display: block;
  float: right;
  width: 124px;
  height: 124px;
  border-width: 4px ;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  font-size: 72px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  line-height: 114px;
}
.price span {
  vertical-align: middle;
  font-size: 34px;
}
label {
  text-transform: uppercase;
}
.order-page {
  margin: 0 auto;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 -3px 36px rgba(0, 0, 0, 0.3);
}
.brown {
  background-color: #392821;
  color: white;
}
.brown .txt {
  padding: 0 14px;
  text-align: center;
}
.brown .txt .serif {
  text-align: left;
}
.beige {
  background-color: #ecebe1;
}
.txt-white {
  color: white;
}
.img-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-container {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu > li > a:focus {
  background-color: inherit;
}
.form-actions {
  margin-top: 20px;
}
form .error {
  font-size: 14px;
}
.error,
.danger {
  color: #d9534f;
}
.success {
  color: #64a300;
}
.spiner {
  position: absolute;
  left: 50%;
  margin-left: -21px;
}
.triangle-border {
  position: relative;
}
.triangle-border:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent url('../assets/images/triangle.svg') 0 bottom repeat-x;
}
.triangle-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: -10px;
  width: 20px;
  height: 10px;
  background: transparent url('../assets/images/triangle.svg') 0 0 no-repeat;
}
.triangle-top.right {
  right: 60px;
  left: auto;
}
.subscribe-row {
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .subscribe-row {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.subscribe-row .col-sm-6 {
  position: relative;
}
.input-lg {
  height: 42px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.ajaxer {
  position: relative;
}
.ajaxer .cover {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.video {
  max-width: 640px;
  margin: 0 auto;
}
.radio {
  padding-left: 35px;
  position: relative;
}
.radio label {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  position: relative;
  line-height: 1;
}
.radio label input[type="radio"] {
  margin-top: 4px;
}
.radio label input:checked + span:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #845d4f;
  position: absolute;
  left: -30px;
  top: 5px;
  z-index: 300;
}
.radio label.disabled {
  cursor: default;
}
.radio label.disabled *,
.radio label.disabled:before {
  opacity: 0.3;
}
.radio label.disabled a {
  opacity: 1;
}
.radio label.disabled input[type="radio"] {
  display: none;
}
.radio label:before {
  height: 30px;
  width: 30px;
  background-color: white;
  content: '';
  position: absolute;
  left: -35px;
  border-radius: 50%;
  border: 2px solid #845d4f;
  top: 0;
  z-index: 200;
}
.radio label + label {
  margin-left: 40px;
}
table thead td {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(57, 40, 33, 0.45);
}
.pagination {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
}
.pagination .links {
  display: inline-block;
}
.pagination .links a,
.pagination .links b {
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
}
.pagination .links a:hover {
  background-color: rgba(201, 133, 13, 0.3);
  color: #392821;
}
.pagination .links b {
  background-color: #392821;
  color: white;
  font-weight: normal;
}
.pagination .results {
  display: none;
}
.badge-today-special {
  position: relative;
  text-align: center;
  width: 66px;
  display: inline-block;
}
.badge-today-special .info-today-special {
  position: absolute;
  font-size: 60px;
  top: 0;
  line-height: 1;
  left: 0;
  color: #c9850d;
}
.badge-today-special h2 {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: white;
  position: relative;
  text-align: center;
  margin: 0;
  line-height: 60px;
}
.horario-entrega {
  width: 100%;
  height: 0;
  padding-bottom: 36.0248447%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../assets/images/horario_entrega.gif');
  background-image: url('../assets/images/horario_entrega.svg'), none;
}
@media (min-width: 992px) {
  .modal {
    padding-left: 200px;
  }
}
#overlay .close {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  position: absolute;
  right: 14px;
  top: 6px;
  z-index: 10;
}
@media (min-width: 992px) {
  #overlay .modal-lg {
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  #overlay .modal-lg {
    max-width: 600px;
    margin: 30px auto;
  }
}
#overlay .modal-body > .spiner {
  margin-top: 100px;
}
#overlay .modal-body h3,
#overlay .modal-body .tab-pane {
  padding-left: 40px;
  padding-right: 40px;
}
#overlay .modal-body .category > .glyphicon {
  font-size: 140px;
  line-height: .1;
}
.modal-content {
  background-color: white;
  min-height: 300px;
}
.modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 40px 40px 0;
  background-color: #ecebe1;
  min-height: 35px;
}
.modal-header .modal-title {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.modal-header .close {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
}
.modal-body {
  background-color: #ecebe1;
}
.modal-body,
.product-page {
  padding: 0 40px;
  text-align: center;
}
.modal-body .nav-tabs,
.product-page .nav-tabs {
  display: inline-block;
  border: 0;
}
.modal-body .nav-tabs li,
.product-page .nav-tabs li {
  padding: 0 10px;
}
.modal-body .nav-tabs li a,
.product-page .nav-tabs li a,
.modal-body .nav-tabs li a:hover,
.product-page .nav-tabs li a:hover,
.modal-body .nav-tabs li a:focus,
.product-page .nav-tabs li a:focus {
  border-bottom: 3px solid;
  border-top: 3px solid;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  border-radius: 0;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 0;
  color: #392821;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 1;
}
.modal-body .nav-tabs li a:hover,
.product-page .nav-tabs li a:hover {
  border-color: #392821;
}
.modal-body .nav-tabs li.active a,
.product-page .nav-tabs li.active a,
.modal-body .nav-tabs li.active a:hover,
.product-page .nav-tabs li.active a:hover,
.modal-body .nav-tabs li.active a:focus,
.product-page .nav-tabs li.active a:focus {
  border-color: #c9850d;
  color: #c9850d;
}
.modal-body .tab-content,
.product-page .tab-content {
  border-top: 0;
  margin: 40px 0;
}
.modal-body .tab-content .description,
.product-page .tab-content .description {
  font-family: 'DK Keskick', 'Domine', Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  padding: 0 30px;
}
.modal-body #description,
.product-page #description,
.modal-body #extrainfo,
.product-page #extrainfo,
.modal-body #allergenic,
.product-page #allergenic {
  text-align: center;
}
.modal-footer {
  background-color: white;
  border-top: 0;
  text-align: center;
}
.fb_iframe_widget.fb-like,
.fb_iframe_widget.fb-comments {
  display: block;
  margin-bottom: 20px;
}
#overlay h3.title {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
#overlay h3.title label {
  position: relative;
  top: -24px;
  text-align: center;
  width: 42px;
  left: 0;
}
#overlay h3.title label .text {
  font-size: 10px;
  position: absolute;
  z-index: 1100;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  top: 14px;
  font-size: 12px;
  font-weight: normal;
}
#overlay h3.title label .glyphicon {
  color: #392821;
  font-size: 42px;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 0;
}
#overlay .container-fluid {
  padding: 0;
}
#overlay .modal-header {
  padding: 15px 40px 0;
}
#overlay #check-postal-code {
  text-align: left;
}
#overlay .info-box {
  margin-bottom: 0;
}
#overlay h1 {
  font-size: 32px;
}
#overlay .lead {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}
#overlay .modal-body {
  padding: 0;
}
#overlay #area-content {
  display: none;
}
#overlay #modal-content {
  display: block;
  border-top: 1px solid rgba(57, 40, 33, 0.2);
}
#overlay .top-page {
  height: 320px;
  padding: 0;
}
#overlay .googlemap-canvas {
  min-height: 320px;
}
#nl_subscription .close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}
#nl_subscription .modal-content {
  background-color: white;
}
#nl_subscription .modal-content .modal-header {
  background-color: transparent;
}
#nl_subscription .modal-content .modal-header h3 {
  font-weight: 600;
  margin-top: 60px;
  font-size: 32px;
}
#nl_subscription .modal-content .modal-body {
  padding-bottom: 50px;
  background-color: transparent;
}
#nl_subscription .modal-content .mailchimp-subscribe {
  padding: 0 120px;
}
@media (max-width: 480px) {
  #nl_subscription .modal-content .mailchimp-subscribe {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #nl_subscription .modal-content .mailchimp-subscribe {
    padding: 0 50px;
  }
}
#nl_subscription .triangle-border:after {
  background-image: url('../assets/images/trianglew.svg');
}
.btn {
  border-radius: 0;
}
.btn.disabled {
  color: #845d4f;
}
.btn-default {
  background-color: #ecebe1;
}
.btn-marmita {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-left: 0;
  border-right: 0;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  margin: 3px 0;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  background-color: transparent;
  position: relative;
}
.btn-marmita:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-marmita:hover,
.btn-marmita:focus {
  color: #333333;
  text-decoration: none;
}
.btn-marmita:active,
.btn-marmita.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-marmita.disabled,
.btn-marmita[disabled],
fieldset[disabled] .btn-marmita {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-marmita.disabled {
  color: #845d4f;
}
.btn-marmita:hover {
  color: #c9850d;
}
.btn-marmita.complete {
  border: 5px solid;
  padding: 0 4px;
}
.btn-marmita .glyphicon {
  font-size: 50%;
  vertical-align: middle;
  top: -3px;
}
.btn-marmita.small {
  font-size: 22px;
  border-bottom-width: 3px;
  border-top-width: 3px;
}
.btn-marmita.btn-select {
  margin: 0;
}
.btn-marmita.btn-select i {
  font-size: 20px;
  float: right;
  margin: 5px;
}
.btn-wrapper {
  display: inline-block;
  position: relative;
  margin: 3px 0;
}
.btn-wrapper .btn-marmita {
  margin: 0;
  opacity: .05;
}
.btn-wrapper .spiner {
  top: 6px;
  margin-left: -16px;
  z-index: 10;
  position: absolute!important;
}
.btn.btn-dark {
  background-color: #392821;
  color: white;
}
.btn.btn-dark:hover {
  background-color: #c9850d;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline-width: 0!important;
}
.bottom-actions {
  text-align: center;
  margin-bottom: 60px;
}
.bottom-actions .btn-marmita {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .bottom-actions .btn-marmita {
    float: none!important;
    margin: 8px auto;
    display: block;
  }
}
.btn-select-wrapper .result {
  padding: 8px;
  font-size: 20px;
  position: absolute;
  top: 40px;
}
.btn-select-wrapper .dropdown-menu {
  width: 90%;
}
.btn-select-wrapper .dropdown-menu li {
  padding: 6px 5%;
  text-align: left;
}
.btn-select-wrapper .dropdown-menu li:hover {
  background: #392821;
  color: white;
  cursor: pointer;
}
.circle-btn {
  display: block;
  clear: both;
  width: 42px;
  height: 42px;
  background-color: #392821;
  color: white;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 8px;
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.circle-btn:hover {
  outline: none;
  background-color: #c9850d;
  color: white;
  text-decoration: none;
}
.close {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.close span {
  font-size: 24px;
  display: inline;
}
.bottom.buttons {
  padding: 20px 0;
}
.input-group .input-group-btn .btn-default {
  border-color: #ccc;
}
.input-group .input-group-btn .btn-default:hover {
  border-color: #ccc;
}
small {
  font-weight: normal;
  font-size: 12px;
}
.section-title {
  font-family: 'DK Keskick', 'Domine', Georgia, "Times New Roman", Times, serif;
  text-align: center;
  text-transform: none;
}
.product-page .section-title {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 40px 0;
}
.fit {
  line-height: 1;
}
.serif {
  font-family: 'Domine', Georgia, "Times New Roman", Times, serif;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.txt-white {
  color: white;
}
.popover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.popover .popover-content {
  text-align: left;
}
.popover.top > .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.popover.right > .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.8);
}
.popover.bottom > .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.popover.left > .arrow:after {
  border-left-color: rgba(0, 0, 0, 0.8);
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
.script {
  font-family: 'DK Keskick', 'Domine', Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
#week-order .spin {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
  position: relative;
}
.week-day {
  margin-bottom: 20px;
  border-top: 4px solid #392821;
}
.week-day p {
  margin: 0;
}
.week-day small {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(57, 40, 33, 0.45);
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
}
.week-day .date {
  float: left;
  width: 60px;
  border: 2px solid white;
  border-width: 0 4px 2px 0;
  background-color: #ecebe1;
  text-align: center;
}
.week-day .date h1 {
  background-color: #392821;
  color: white;
  margin: 0;
  text-align: center;
  font-size: 56px;
  line-height: 1;
}
.week-day .date h3 {
  margin: 2px 0;
  font-weight: lighter;
  font-size: 23px;
}
.week-day .addmeal {
  float: right;
  width: 60px;
  text-align: center;
  margin-top: 12px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
}
.week-day .addmeal .btn-add {
  border: 0;
  color: #392821;
  text-transform: uppercase;
  line-height: 1.2;
}
.week-day .addmeal .btn-add span {
  display: block;
  background-color: #ecebe1;
  border-radius: 50%;
  height: 60px;
  font-size: 70px;
  line-height: 60px;
}
.week-day .addmeal .btn-add:hover,
.week-day .addmeal .btn-add:active {
  color: #392821;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.week-day .addmeal .btn-add:hover span,
.week-day .addmeal .btn-add:active span {
  background-color: #64a300;
  color: white;
}
.week-day .addmeal .btn-add:active span {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.week-day .meal-slot {
  margin-right: 86px;
  margin-left: 60px;
}
.week-day .meal-slot:before,
.week-day .meal-slot:after {
  content: " ";
  display: table;
}
.week-day .meal-slot:after {
  clear: both;
}
.week-day .meal-slot:before,
.week-day .meal-slot:after {
  content: " ";
  display: table;
}
.week-day .meal-slot:after {
  clear: both;
}
.week-day .meal-slot + .meal-slot {
  margin-top: 4px;
}
.week-day .meal-slot.single-day {
  margin-left: 0;
}
.week-day .meal-slot .meal-type {
  float: left;
  width: 86px;
}
.week-day .meal-slot .meal-type .bootstrap-select.btn-group .btn {
  padding-left: 0;
  padding-right: 0;
}
.week-day .meal-slot .meal-type .bootstrap-select.btn-group .btn .caret {
  position: static;
  margin-top: -2px;
  width: 100%;
}
.week-day .meal-slot .meal-type .bootstrap-select.btn-group .btn .filter-option {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
}
.week-day .meal-slot .meal-type .bootstrap-select .inner.selectpicker a {
  text-transform: uppercase;
}
.week-day .meal-slot .meal {
  margin-left: 90px;
}
.week-day .meal-slot .meal:before,
.week-day .meal-slot .meal:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal:after {
  clear: both;
}
.week-day .meal-slot .meal:before,
.week-day .meal-slot .meal:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal:after {
  clear: both;
}
.week-day .meal-slot .meal .main-dish {
  height: 85px;
}
.week-day .meal-slot .meal .main-dish:before,
.week-day .meal-slot .meal .main-dish:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal .main-dish:after {
  clear: both;
}
.week-day .meal-slot .meal .main-dish:before,
.week-day .meal-slot .meal .main-dish:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal .main-dish:after {
  clear: both;
}
.week-day .meal-slot .meal .main-dish .dish {
  height: 85px;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn {
  height: 62px;
  border-bottom: 0;
  padding: 0;
  position: relative;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option {
  white-space: normal;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option .dish-info {
  padding-right: 24px;
  padding-left: 14px;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option .dish-info.new h4 {
  padding-right: 60px;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option .dish-info.new label {
  position: relative;
  float: right;
  margin-top: -27px;
  text-align: center;
  width: 42px;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option .dish-info.new label .text {
  font-size: 10px;
  position: absolute;
  z-index: 1100;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: normal;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option .dish-info.new label .glyphicon {
  color: #392821;
  font-size: 42px;
  position: absolute;
  top: 0px;
  z-index: 1000;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option img {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.week-day .meal-slot .meal .main-dish .bootstrap-select.btn-group .btn .filter-option img + .dish-info {
  margin-left: 90px;
  padding-left: 0;
}
.week-day .meal-slot .meal .main-dish .know-more {
  padding-left: 14px;
}
.week-day .meal-slot .meal .addons-nav:before,
.week-day .meal-slot .meal .sugestions:before,
.week-day .meal-slot .meal .addons-nav:after,
.week-day .meal-slot .meal .sugestions:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal .addons-nav:after,
.week-day .meal-slot .meal .sugestions:after {
  clear: both;
}
.week-day .meal-slot .meal .addons-nav:before,
.week-day .meal-slot .meal .sugestions:before,
.week-day .meal-slot .meal .addons-nav:after,
.week-day .meal-slot .meal .sugestions:after {
  content: " ";
  display: table;
}
.week-day .meal-slot .meal .addons-nav:after,
.week-day .meal-slot .meal .sugestions:after {
  clear: both;
}
.week-day .meal-slot .meal .addons-nav:empty,
.week-day .meal-slot .meal .sugestions:empty {
  height: 0;
}
.week-day .meal-slot .meal .dish,
.week-day .meal-slot .meal .meal-addons {
  float: left;
  width: 50%;
  border-right: 4px solid white;
}
.week-day .meal-slot .meal .dish button.dropdown-toggle .cat-icons,
.week-day .meal-slot .meal .meal-addons button.dropdown-toggle .cat-icons {
  display: inline-block;
}
.week-day .meal-slot .meal .dish button.dropdown-toggle .cat-icons [class^="icon-marmita-"],
.week-day .meal-slot .meal .meal-addons button.dropdown-toggle .cat-icons [class^="icon-marmita-"] {
  font-size: 44px;
  float: left;
  margin: -22px 0;
}
.week-day .meal-slot .meal .actions,
.week-day .meal-slot .meal .timetable {
  float: left;
  width: 50%;
}
.week-day .meal-slot .meal .actions {
  height: 85px;
  margin: 0;
  background-color: #ecebe1;
}
.week-day .meal-slot .meal .actions .row {
  margin-top: 13px;
}
.week-day .meal-slot .meal .actions .quantity-buttons {
  margin-top: 14px;
  margin-left: 14px;
}
.week-day .meal-slot .meal .actions .total {
  font-size: 28px;
  line-height: 1.4;
}
.week-day .meal-slot .meal .actions .total,
.week-day .meal-slot .meal .actions .unit {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
}
.week-day .meal-slot .meal .actions .total:before,
.week-day .meal-slot .meal .actions .unit:before {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.week-day .meal-slot .meal .actions .close {
  margin: 6px 14px 6px 6px;
  font-weight: normal;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: rgba(57, 40, 33, 0.5);
  opacity: 1;
  text-shadow: none;
}
.week-day .meal-slot .meal .actions .close:hover {
  color: #d9534f;
}
@media (max-width: 767px) {
  .week-day .meal-slot .meal .actions .close {
    font-size: 32px;
    margin-right: 6px;
  }
}
.week-day .meal-slot .meal .timetable .btn-default {
  padding: 6px;
  border-width: 0 1px;
  border-color: white;
  background-color: #392821;
  color: white;
}
.week-day .meal-slot .meal .timetable .btn-default:first-child {
  border: 0;
}
.week-day .meal-slot .meal .timetable .btn-default:last-child {
  border: 0;
}
.week-day .meal-slot .meal .timetable .btn-default.active {
  background-color: #c9850d;
  color: white;
}
.week-day .meal-slot .dish-addon .dish .bootstrap-select,
.week-day .meal-slot .dish-addon .actions {
  border-top: 1px solid rgba(57, 40, 33, 0.2);
}
.week-day .meal-slot .dish-addon .dish .bootstrap-select .btn {
  height: 66px;
}
.week-day .meal-slot .dish-addon .actions {
  height: 67px;
}
.week-day .meal-slot .dish-addon .actions .row {
  margin-top: 16px;
}
.week-day .meal-slot .dish-addon .actions .row .quantity-buttons {
  margin-top: 0;
}
.week-day .meal-slot .dish-addon .actions .row .total-addon {
  margin-top: -6px;
}
.week-day .meal-slot .dish-addon .actions .row .close {
  margin-top: 0;
}
.know-more {
  padding: 3px 12px;
  background-color: #ecebe1;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #392821;
}
.know-more:hover {
  color: #c9850d;
  text-decoration: none;
}
.total-meal span,
.total-addon span {
  width: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.total-meal span:before,
.total-addon span:before {
  font-size: 12px;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.total-meal span:nth-child(even):before,
.total-addon span:nth-child(even):before {
  content: 'Total';
}
.total-meal span:nth-child(odd):before,
.total-addon span:nth-child(odd):before {
  content: 'Uni.';
}
.tabs-inside .nav-tabs {
  background-color: #ecebe1;
}
.tabs-inside .nav-tabs .popover {
  z-index: 2000;
}
.tabs-inside.bootstrap-select > .btn {
  background-color: #392821;
  text-align: left;
  color: white;
  text-transform: uppercase;
  height: 34px;
}
.tabs-inside.bootstrap-select > .btn .caret {
  display: none;
}
.bootstrap-select.btn-group .btn h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
}
.sugestions {
  padding: 0 0 20px 0;
}
.sugestions h3 {
  text-transform: uppercase;
}
.sugestions .dish-offer {
  background-color: #ecebe1;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(57, 40, 33, 0.2);
  height: 85px;
  position: relative;
}
.sugestions .dish-offer:hover {
  text-decoration: none;
}
.sugestions .dish-offer img {
  float: left;
}
.sugestions .dish-offer .know-more {
  border: 0;
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  text-align: left;
  padding: 0;
}
.sugestions .dish-offer .know-more:hover {
  color: #c9850d;
}
.sugestions .dish-offer .know-more:hover .dish-info h4 {
  color: #c9850d;
}
.sugestions .dish-offer .know-more .dish-info {
  margin-left: 0;
  padding-right: 57px;
  padding-top: 14px;
}
.sugestions .dish-offer .know-more .dish-info h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  margin: 0 0 4px 0;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  overflow: hidden;
}
.sugestions .dish-offer .circle-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 14px;
}
.sugestions .dish-offer .circle-btn:hover {
  background-color: #64a300;
}
.square-add {
  width: 30px;
  height: 30px;
  background-color: #392821;
  color: white;
  line-height: 30px;
  text-align: center;
}
.square-add:hover {
  background-color: #c9850d;
  text-decoration: none;
}
.category-icon {
  font-size: 60px;
  width: 85px;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .week-day {
    position: relative;
    padding-bottom: 48px;
  }
  .week-day .date,
  .week-day .addmeal {
    float: none;
    width: 100%;
    border-right-width: 0;
  }
  .week-day .actions {
    padding: 12px 0;
    min-height: 10px;
    border-width: 1px 0 0;
    border-top: 1px solid rgba(57, 40, 33, 0.2);
  }
  .week-day .actions:before {
    display: none;
  }
  .week-day .addmeal {
    position: absolute;
    bottom: 4px;
  }
  .week-day .addmeal .btn-add {
    margin-top: 4px;
    height: auto;
  }
  .week-day .addmeal .btn-add span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    font-size: 42px;
    line-height: 42px;
  }
  .week-day .addmeal .btn-add:hover,
  .week-day .addmeal .btn-add:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .week-day .addmeal .btn-add:hover span,
  .week-day .addmeal .btn-add:active span {
    background-color: #64a300;
    color: white;
  }
  .week-day .dish-addon {
    border-top: 4px solid white;
  }
  .week-day .meal-slot {
    margin: 0;
  }
  .week-day .meal-slot + .meal-slot {
    margin-top: 4px;
  }
  .week-day .meal-slot .meal-type {
    float: none;
    border: 0;
    border-bottom: 1px solid rgba(57, 40, 33, 0.2);
    width: auto;
  }
  .week-day .meal-slot .meal {
    margin: 0;
  }
  .week-day .meal-slot .meal .main-dish {
    height: auto;
  }
  .week-day .meal-slot .meal .dish,
  .week-day .meal-slot .meal .meal-addons,
  .week-day .meal-slot .meal .actions,
  .week-day .meal-slot .meal .timetable {
    float: none;
    width: 100%;
    border-right: 0;
  }
  .week-day .meal-slot .meal .actions .row {
    margin-top: 0;
  }
  .week-day .meal-slot .dish-addons .actions {
    height: 85px;
  }
  .week-day .meal-slot .dish-addons .actions .row {
    margin-top: 13px;
  }
  .week-day .meal-slot .dish-addons .actions .row .total-addon {
    margin-top: -10px;
  }
  .week-day .addons-nav {
    margin-top: 4px;
  }
  .week-day .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .week-day .nav-tabs.nav-justified > li a {
    padding: 3px 0;
  }
  .week-day .nav-tabs.nav-justified > li a .glyphicon {
    font-size: 58px;
  }
  .week-day .timetable {
    border-top: 2px solid white;
  }
  .week-day .timetable .btn-default:first-child {
    border-left: 0;
  }
  .week-day .timetable .btn-default:last-child {
    border-right: 0;
  }
}
.quantity-buttons {
  width: 106px;
}
.quantity-buttons input[type="text"] {
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  width: 36px;
}
.quantity-buttons .btn {
  padding: 6px;
  min-width: 36px;
}
.bootstrap-select a[data-toggle="tab"] {
  text-align: center;
}
.bootstrap-select a[data-toggle="tab"] .glyphicon {
  display: block;
  margin: -20px -10px -10px;
  font-size: 60px;
}
.addon-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.addon-menu li {
  padding: 12px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.addon-menu li h4 {
  margin: 0 60px 0 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.addon-menu li h4 span {
  float: right;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.addon-menu li .know-more {
  padding-left: 0;
  text-align: left;
  border: 0;
  background-color: transparent;
}
.addon-menu li .circle-btn {
  float: right;
}
.selectpicker.meal-addon {
  padding-left: 0;
}
.selectpicker.meal-addon .dish-icon {
  float: left;
  width: 65px;
  text-align: center;
}
.selectpicker.meal-addon .dish-icon .glyphicon {
  display: block!important;
  float: none;
  margin-top: -20px;
}
.selectpicker.meal-addon .addon-description {
  margin-left: 65px;
}
.inner.selectpicker small {
  padding-left: 0!important;
}
.inner.selectpicker .dish-icon {
  display: none;
}
.bootstrap-select.btn-group .btn {
  padding-right: 24px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  float: none!important;
  text-align: left;
  white-space: normal;
}
.bootstrap-select.btn-group .btn .filter-option .glyphicon {
  display: block;
  font-size: 60px;
  margin: -14px 0 -10px;
  width: 100%;
}
.bootstrap-select.btn-group .btn .caret {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  float: none;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  border: 0;
  font-size: 12px;
}
.bootstrap-select.btn-group .btn .caret:before {
  content: "\e114";
}
.next-week {
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  padding: 10px;
  margin-bottom: 20px;
  color: #ecebe1;
  text-align: center;
  background-color: #392821;
  height: 65px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.next-week .spiner {
  top: 18px;
}
.next-week .glyphicon {
  font-size: 22px;
}
.next-week:hover {
  color: white;
  text-decoration: none;
  background-color: #c9850d;
}
.breadcrumb a {
  font-size: 15px;
  color: #845d4f;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.top-page {
  height: auto;
}
.top-page .img-cover {
  display: none;
}
.top-page .hfit {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 767px) {
  .top-page {
    padding-bottom: 46.969697%;
    position: relative;
  }
  .top-page .img-cover {
    display: block;
    width: 75%;
    height: 100%;
    border-right: 8px solid white;
    position: absolute;
    background-size: cover;
    background-position: center;
  }
  .top-page .hfit {
    position: absolute;
    width: 25%;
  }
}
#menu-side {
  margin-bottom: 8px;
  padding-bottom: 14px;
}
.wood {
  background-size: 100%;
  background: transparent url('../assets/images/wood_bg.jpg') 0 0 repeat;
  position: relative;
  margin-bottom: 8px;
}
.wood .sheet {
  position: absolute;
  width: 90%;
  height: 94%;
  left: 5%;
  top: 3%;
  background-color: white;
  box-shadow: -4px 0 9px rgba(0, 0, 0, 0.33);
  z-index: 10;
}
@media (max-width: 767px) {
  .wood .sheet {
    top: 12px;
    height: 99%;
  }
}
.wood .bottom.buttons .col-sm-6 + .col-sm-6 > .btn-marmita.complete {
  float: right;
}
@media (max-width: 767px) {
  .wood .bottom.buttons {
    text-align: center;
  }
  .wood .bottom.buttons .col-sm-6 + .col-sm-6 > .btn-marmita.complete {
    float: none;
  }
}
.wood .paper1 {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wood .week-menu {
  position: relative;
  z-index: 100;
  margin: 0 5%;
  padding: 40px 40px 50px;
}
@media (max-width: 767px) {
  .wood .week-menu {
    padding: 10px 0 40px;
  }
}
@media (max-width: 991px) {
  .wood .week-menu {
    padding: 40px 20px 50px;
  }
}
.wood .week-menu .leaves {
  width: 200px;
  padding-bottom: 200px;
  transform: rotate(150deg);
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 10;
}
.wood .week-menu .single-garlik {
  position: absolute;
  width: 100px;
  height: 95px;
  top: 0;
  left: 30px;
}
.wood .week-menu .price {
  position: absolute;
  font-size: 34px;
  width: 62px;
  height: 62px;
  line-height: 55px;
  right: 22%;
  top: 68px;
}
.wood .week-menu .price span {
  font-size: 16px;
}
.wood .week-menu .price small {
  font-size: 14px;
  display: block;
  margin-top: -15px;
  text-align: center;
  height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wood .week-menu .price {
    right: 0;
    top: 10px;
  }
}
.wood .week-menu .head {
  text-align: center;
  margin-bottom: 14px;
}
.wood .week-menu .head .section-title {
  margin-bottom: 0;
  line-height: .8;
}
.wood .week-menu .head h3 {
  color: #845d4f;
}
.wood .week-menu .head h3,
.wood .week-menu .head p {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wood .week-menu .week-day {
    padding-bottom: 0;
  }
}
.wood .week-menu .week-day.past {
  opacity: .4;
}
.wood .week-menu .week-day .meal-type {
  background-color: #ecebe1;
  height: 90px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.wood .week-menu .week-day .meal-type .glyphicon {
  display: block;
  font-size: 60px;
  margin-bottom: -10px;
}
.wood .week-menu .week-day .meal-slot {
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 767px) {
  .wood .week-menu .week-day .meal-slot {
    height: 90px;
  }
}
.wood .week-menu .week-day .meal-slot .meal {
  background-color: #ecebe1;
  padding: 0 10px 3px;
  min-height: 90px;
}
@media (max-width: 767px) {
  .wood .week-menu .week-day .meal-slot .meal {
    text-align: center;
  }
}
.wood .week-menu .week-day .meal-slot .meal h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
}
.wood .week-menu .week-day .meal-slot .meal h4.new {
  padding-right: 20px;
}
.wood .week-menu .week-day .meal-slot .meal h4 label {
  position: absolute;
  top: 5px;
  text-align: center;
  width: 42px;
  right: -20px;
}
.wood .week-menu .week-day .meal-slot .meal h4 label .text {
  font-size: 10px;
  position: absolute;
  z-index: 1100;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  top: 14px;
  font-size: 12px;
  font-weight: normal;
}
.wood .week-menu .week-day .meal-slot .meal h4 label .glyphicon {
  color: #392821;
  font-size: 42px;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 0;
}
@media (max-width: 1199px) {
  .wood .week-menu .week-day .meal-slot .meal h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.wood .week-menu .week-day .meal-slot .meal .description {
  font-size: 14px;
  line-height: 1.1;
  height: 32px;
  overflow: hidden;
}
.wood .week-menu .week-day .meal-slot .meal .btn-sold-out {
  margin-right: 20px;
  color: #392821;
  float: right;
  padding: 2px 16px;
  margin-top: 26px;
  font-size: 26px;
  text-align: center;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 100;
  line-height: 33px;
}
.wood .week-menu .week-day .meal-slot .meal .btn-sold-out:before {
  content: ' ';
  width: 70px;
  height: 70px;
  background: #392821;
  position: absolute;
  border-radius: 80px;
  z-index: -1;
  left: 50%;
  right: 50%;
  margin-left: -35px;
  margin-top: -19px;
}
.wood .week-menu .week-day .meal-slot .meal .btn-sold-out:after {
  content: ' ';
  border: #392821 4px solid;
  background: #ecebe1;
  border-radius: 4px;
  height: 35px;
  width: 100px;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  z-index: -1;
}
.wood .week-menu .week-day .meal-slot .meal .btn-marmita {
  margin: 30px auto;
}
@media (min-width: 767px) {
  .wood .week-menu .week-day .meal-slot .meal .btn-marmita {
    float: right;
  }
}
@media (max-width: 1199px) {
  .wood .week-menu .week-day .meal-slot .meal .btn-marmita {
    font-size: 16px;
    line-height: 1.2;
  }
}
@font-face {
  font-family: 'DK Keskick';
  src: url('../assets/fonts/dk_keswick-webfont.eot');
  src: url('../assets/fonts/dk_keswick-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/dk_keswick-webfont.woff') format('woff'), url('../assets/fonts/dk_keswick-webfont.ttf') format('truetype'), url('../assets/fonts/dk_keswick-webfont.svg#dk_keswickregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * ICONS AND INFOGRAPHICS
 */
@font-face {
  font-family: "marmita";
  src: url("../assets/fonts/marmita_6a8dd1985ae3845103fba3da032390d4.eot");
  src: url("../assets/fonts/marmita_6a8dd1985ae3845103fba3da032390d4.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/marmita_6a8dd1985ae3845103fba3da032390d4.woff") format("woff"), url("../assets/fonts/marmita_6a8dd1985ae3845103fba3da032390d4.ttf") format("truetype"), url("../assets/fonts/marmita_6a8dd1985ae3845103fba3da032390d4.svg#marmita") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-marmita-Bebidas:before,
.icon-marmita-Carne:before,
.icon-marmita-Extras:before,
.icon-marmita-facebook:before,
.icon-marmita-instagram:before,
.icon-marmita-Peixe:before,
.icon-marmita-Saladas:before,
.icon-marmita-Sobremesas:before,
.icon-marmita-Sopas:before,
.icon-marmita-Vegetariano:before,
.icon-marmita-youtube:before {
  font-family: "marmita";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-marmita-Bebidas:before {
  content: "\f100";
}
.icon-marmita-Carne:before {
  content: "\f101";
}
.icon-marmita-Extras:before {
  content: "\f102";
}
.icon-marmita-facebook:before {
  content: "\f103";
}
.icon-marmita-instagram:before {
  content: "\f104";
}
.icon-marmita-Peixe:before {
  content: "\f105";
}
.icon-marmita-Saladas:before {
  content: "\f106";
}
.icon-marmita-Sobremesas:before {
  content: "\f107";
}
.icon-marmita-Sopas:before {
  content: "\f108";
}
.icon-marmita-Vegetariano:before {
  content: "\f109";
}
.icon-marmita-youtube:before {
  content: "\f10a";
}
@font-face {
  font-family: "marmita-infographics";
  src: url("../assets/fonts/marmita-infographics_daf251adf5763ab3d0846d710abdea21.eot");
  src: url("../assets/fonts/marmita-infographics_daf251adf5763ab3d0846d710abdea21.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/marmita-infographics_daf251adf5763ab3d0846d710abdea21.woff") format("woff"), url("../assets/fonts/marmita-infographics_daf251adf5763ab3d0846d710abdea21.ttf") format("truetype"), url("../assets/fonts/marmita-infographics_daf251adf5763ab3d0846d710abdea21.svg#marmita-infographics") format("svg");
  font-weight: normal;
  font-style: normal;
}
.info-almoco-trabalho:before,
.info-area-cobertura:before,
.info-correct:before,
.info-entrega-assim-inv:before,
.info-entrega-assim:before,
.info-entrega-fria:before,
.info-location:before,
.info-microwave-time:before,
.info-microwave:before,
.info-minha:before,
.info-talheres:before,
.info-today-special:before,
.info-wrong:before {
  font-family: "marmita-infographics";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.info-almoco-trabalho:before {
  content: "\f100";
}
.info-area-cobertura:before {
  content: "\f101";
}
.info-correct:before {
  content: "\f102";
}
.info-entrega-assim-inv:before {
  content: "\f103";
}
.info-entrega-assim:before {
  content: "\f104";
}
.info-entrega-fria:before {
  content: "\f105";
}
.info-location:before {
  content: "\f106";
}
.info-microwave-time:before {
  content: "\f107";
}
.info-microwave:before {
  content: "\f108";
}
.info-minha:before {
  content: "\f109";
}
.info-talheres:before {
  content: "\f10a";
}
.info-today-special:before {
  content: "\f10b";
}
.info-wrong:before {
  content: "\f10c";
}
.info-entrega-assim,
.info-entrega-assim:before,
.info-entrega-assim-inv,
.info-entrega-assim-inv:before,
.info-area-cobertura,
.info-area-cobertura:before,
.info-microwave,
.info-microwave:before,
.info-manha-9-13,
.info-manha-9-13:before,
.info-horario-entrega,
.info-horario-entrega:before {
  line-height: .5;
}
.info-today-special,
.info-today-special:before {
  line-height: 1;
}
#home-slideshow .slider {
  padding-bottom: 140%;
}
#large-slideshow .slider {
  padding-bottom: 30%;
}
#small-slideshow {
  position: relative;
}
#small-slideshow .black-transp {
  display: none;
}
#small-slideshow .slider {
  padding-bottom: 24%;
}
#small-slideshow .spiner {
  top: 50%;
  margin-top: -21px;
}
.slider {
  height: 0;
  margin-bottom: 8px;
  position: relative;
}
.slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider .slide .black-transp {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: auto;
}
.slider .slide .black-transp .text-block {
  margin-top: 124px;
}
.slider .slide .black-transp .price + .clearfix + .text-block,
.slider .slide .black-transp .price + .container + .text-block,
.slider .slide .black-transp .price + .container-fluid + .text-block,
.slider .slide .black-transp .price + .row + .text-block,
.slider .slide .black-transp .price + .form-horizontal .form-group + .text-block,
.slider .slide .black-transp .price + .btn-toolbar + .text-block,
.slider .slide .black-transp .price + .btn-group-vertical > .btn-group + .text-block,
.slider .slide .black-transp .price + .nav + .text-block,
.slider .slide .black-transp .price + .navbar + .text-block,
.slider .slide .black-transp .price + .navbar-header + .text-block,
.slider .slide .black-transp .price + .navbar-collapse + .text-block,
.slider .slide .black-transp .price + .panel-body + .text-block,
.slider .slide .black-transp .price + .modal-footer + .text-block {
  margin-top: 0;
}
.slider .slide .black-transp:empty {
  display: none;
}
.slideshow {
  position: relative;
}
.slideshow .next,
.slideshow .prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 46px;
  font-size: 22px;
  text-align: center;
  margin-top: -22px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 100;
  opacity: 0;
}
.slideshow .next:hover,
.slideshow .prev:hover {
  text-decoration: none;
  background-color: #c9850d;
  display: block;
}
.slideshow .next {
  right: 20px;
}
.slideshow .prev {
  left: 20px;
  padding-right: 3px;
}
.slideshow:hover .next,
.slideshow:hover .prev {
  opacity: 1;
}
@media (min-width: 767px) {
  #large-slideshow .slider {
    padding-bottom: 35%;
  }
  #home-slideshow .slider {
    padding-bottom: 46.969697%;
  }
  #home-slideshow .slider .slide .black-transp {
    width: 50%;
  }
  #home-slideshow .slider .slide .black-transp.alignright {
    right: 0;
    left: auto;
  }
  #home-slideshow .slider .slide .black-transp.aligncenter {
    left: 25%;
  }
  #home-slideshow .slider .slide .black-transp.alignleft {
    left: 0;
  }
  #home-slideshow .slider .slide .black-transp .text-block {
    margin-top: 24px;
  }
  #home-slideshow .slider .slide .black-transp .price + .clearfix + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .container + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .container-fluid + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .row + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .form-horizontal .form-group + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .btn-toolbar + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .btn-group-vertical > .btn-group + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .nav + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar-header + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar-collapse + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .panel-body + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .modal-footer + .text-block {
    margin-top: -114px;
  }
  #small-slideshow .slider {
    padding-bottom: 24.5283019%;
  }
}
@media (min-width: 1199px) {
  #large-slideshow .slider {
    padding-bottom: 30%;
  }
  #home-slideshow .slider {
    padding-bottom: 46.969697%;
  }
  #home-slideshow .slider .slide .black-transp {
    width: 25%;
  }
  #home-slideshow .slider .slide .black-transp.alignright {
    right: 0;
    left: auto;
  }
  #home-slideshow .slider .slide .black-transp.aligncenter {
    left: 25%;
  }
  #home-slideshow .slider .slide .black-transp.alignleft {
    left: 0;
  }
  #home-slideshow .slider .slide .black-transp .text-block {
    margin-top: 24px;
  }
  #home-slideshow .slider .slide .black-transp .price + .clearfix + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .container + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .container-fluid + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .row + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .form-horizontal .form-group + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .btn-toolbar + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .btn-group-vertical > .btn-group + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .nav + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar-header + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .navbar-collapse + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .panel-body + .text-block,
  #home-slideshow .slider .slide .black-transp .price + .modal-footer + .text-block {
    margin-top: 24px;
  }
  #small-slideshow .slider {
    padding-bottom: 24.5283019%;
  }
}
.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 8px;
}
.col-sm-3 .banner {
  height: 0;
  padding-bottom: 100%;
}
.col-sm-6 .banner {
  height: 0;
  padding-bottom: 49.3%;
}
@media (max-width: 767px) {
  .col-sm-6 .banner {
    padding-bottom: 55%;
    margin-bottom: 7px;
  }
}
.banner .banner-inner {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner h3 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin: 3px 0;
}
.banner h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 3px 0;
  line-height: .9;
}
.banner .btn-marmita {
  margin: 3px 0;
  font-size: 20px;
  border-top-width: 3px;
  border-bottom-width: 3px;
}
@media (max-width: 767px) {
  .banner {
    min-height: 0;
    margin-bottom: -7px;
  }
}
@media (max-width: 991px) {
  .banner h3 {
    font-size: 16px;
  }
  .banner h1 {
    font-size: 32px;
  }
}
.content-bottom .banner {
  height: auto;
  color: #392821;
}
.content-bottom .banner .banner-inner {
  border-top: 7px solid #392821;
  border-bottom: 7px solid #392821;
  padding: 0;
  position: static;
  font-family: 'Domine', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  min-height: 164px;
}
.content-bottom .banner .banner-inner a {
  color: #c9850d;
}
.content-bottom .banner .banner-inner p {
  margin: 5px 0;
  padding-right: 45px;
}
.content-bottom .banner .banner-inner ul {
  padding-right: 45px;
  margin-left: 72px;
  padding-bottom: 8px;
}
.content-bottom .banner .banner-inner h1 {
  font-size: 60px;
  line-height: .8;
  float: left;
  font-weight: 600;
  margin: 0 8px 0 0;
  width: 88px;
  padding: 2px 0;
}
.content-bottom .banner .banner-inner h1 span {
  display: block;
}
.content-bottom .banner .banner-inner h1 + p {
  margin-left: 90px;
}
.banner.text-middle {
  height: 400px;
  text-align: center;
}
.banner.text-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  /* For visualization
    background: #808080; width: 5px;
    */
}
.banner.text-middle .txt {
  display: inline-block;
  vertical-align: middle;
  max-width: 480px;
}
.banner.text-middle .txt h1,
.banner.text-middle .txt h2,
.banner.text-middle .txt h3,
.banner.text-middle .txt h4 {
  margin: 0;
  text-transform: uppercase;
}
.banner.beige {
  padding: 40px;
  color: #392821;
}
.banner.beige .img-circle {
  border: 16px solid white;
}
.banner.beige .txt {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .banner.beige .txt {
    padding: 14px 0;
  }
}
.banner.beige .txt h1,
.banner.beige .txt h2,
.banner.beige .txt h3,
.banner.beige .txt h4 {
  text-transform: none;
}
.garlik {
  width: 100%;
  height: 0;
  padding-bottom: 107.1038251%;
  background: transparent url('../assets/images/garlik.png') center center no-repeat;
  background-size: contain;
}
.leaves {
  width: 100%;
  height: 0;
  padding-bottom: 110.6761566%;
  background: transparent url('../assets/images/leaves.png') center center no-repeat;
  background-size: contain;
}
.single-garlik {
  background: transparent url('../assets/images/single_garlik.png') center center no-repeat;
  background-size: contain;
}
.category-list {
  margin-bottom: 8px;
  position: relative;
}
.category-list .spiner {
  top: 120%;
}
.category-list .nav-tabs.nav-justified li {
  padding-right: 8px;
}
.category-list .nav-tabs.nav-justified li:last-child {
  padding-right: 0;
}
.category-list .nav-tabs.nav-justified li a {
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ecebe1;
  color: white;
  border-bottom: 8px solid transparent;
  height: 0;
  vertical-align: bottom;
  padding-bottom: 186.6666667%;
}
.category-list .nav-tabs.nav-justified li a .glyphicon {
  display: block;
  margin: 0 -10px -10px;
  font-size: 80px;
  top: 130px;
}
.category-list .nav-tabs.nav-justified li a .glyphicon + span {
  position: relative;
  top: 130px;
}
.category-list .nav-tabs.nav-justified li a:hover {
  color: white;
  background-color: #c9850d;
  border-bottom: 8px solid #392821;
}
.category-list .nav-tabs.nav-justified li.active a,
.category-list .nav-tabs.nav-justified li.active a:hover,
.category-list .nav-tabs.nav-justified li.active a:active {
  background-color: #c9850d;
  color: white;
  border-bottom: 8px solid #c9850d;
}
#category-select {
  border-top: 4px solid #392821;
  margin-bottom: 8px;
}
#category-select .bootstrap-select.btn-group .btn .filter-option {
  position: relative;
  font-size: 20px;
  padding-left: 60px;
  vertical-align: middle;
  line-height: 50px;
}
#category-select .bootstrap-select.btn-group .btn .filter-option .glyphicon {
  position: absolute;
  width: 60px;
  left: 0;
}
#category-select .bootstrap-select .inner.selectpicker li a {
  position: relative;
  font-size: 20px;
  padding: 6px 0 4px 68px;
  vertical-align: middle;
  line-height: 34px;
}
#category-select .bootstrap-select .inner.selectpicker li a .glyphicon {
  position: absolute;
  font-size: 50px;
  left: 8px;
  margin-top: -10px;
}
#product-list .product-list-item {
  display: block;
  background-color: #ecebe1;
  padding: 20px;
  color: #392821;
  border-top: 1px solid rgba(57, 40, 33, 0.1);
  margin-bottom: 8px;
}
#product-list .product-list-item .product-info {
  color: #392821;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}
#product-list .product-list-item .product-info:hover {
  text-decoration: none;
}
#product-list .product-list-item:before,
#product-list .product-list-item:after {
  content: " ";
  display: table;
}
#product-list .product-list-item:after {
  clear: both;
}
#product-list .product-list-item:before,
#product-list .product-list-item:after {
  content: " ";
  display: table;
}
#product-list .product-list-item:after {
  clear: both;
}
#product-list .product-list-item:hover,
#product-list .product-list-item.active-modal {
  background-color: #d8d6c2;
}
#product-list .product-list-item h4 {
  margin: 0 0 8px;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#product-list .product-list-item h4 label {
  position: relative;
  top: -24px;
  text-align: center;
  width: 42px;
  left: 0;
}
#product-list .product-list-item h4 label .text {
  font-size: 10px;
  position: absolute;
  z-index: 1100;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  top: 14px;
  font-size: 12px;
  font-weight: normal;
}
#product-list .product-list-item h4 label .glyphicon {
  color: #392821;
  font-size: 42px;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 0;
}
#product-list .product-list-item .description,
#product-list .product-list-item p {
  font-size: 16px;
  margin-bottom: 0;
}
#product-list .product-list-item .extrainfo,
#product-list .product-list-item .allergenic {
  display: none;
}
#product-list .product-list-item .pricing {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  margin: 0;
}
#product-list .product-list-item .btn-sold-out {
  margin-right: 81px;
  color: #392821;
  float: right;
  padding: 2px 16px;
  margin-top: 13px;
  font-size: 32px;
  text-align: center;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 100;
  line-height: 32px;
}
#product-list .product-list-item .btn-sold-out:before {
  content: ' ';
  width: 80px;
  height: 80px;
  background: #392821;
  position: absolute;
  border-radius: 80px;
  z-index: -1;
  left: 50%;
  right: 50%;
  margin-left: -40px;
  margin-top: -24px;
}
#product-list .product-list-item .btn-sold-out:after {
  content: ' ';
  border: #392821 4px solid;
  background: #ecebe1;
  border-radius: 4px;
  height: 45px;
  width: 120px;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: -1;
}
.cart-adder.bootstrap-select.btn-group {
  width: auto;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-left: 0;
  border-right: 0;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  margin: 3px 0;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  background-color: transparent;
  position: relative;
  border: 5px solid;
  padding: 4px 8px;
  background-color: #ecebe1;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker:hover,
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker:focus {
  color: #333333;
  text-decoration: none;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker:active,
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.disabled,
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker[disabled],
fieldset[disabled] .cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.disabled {
  color: #845d4f;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker:hover {
  color: #c9850d;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.complete {
  border: 5px solid;
  padding: 0 4px;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker .glyphicon {
  font-size: 50%;
  vertical-align: middle;
  top: -3px;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.small {
  font-size: 22px;
  border-bottom-width: 3px;
  border-top-width: 3px;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.btn-select {
  margin: 0;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker.btn-select i {
  font-size: 20px;
  float: right;
  margin: 5px;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker .filter-option {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker .filter-option .glyphicon {
  margin: 0 10px 0 0;
  font-size: 36px;
  display: inline;
}
.cart-adder.bootstrap-select.btn-group .btn.dropdown-toggle.selectpicker .caret {
  display: none;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu .inner {
  overflow-y: visible!important;
  border: 5px solid #392821;
  padding: 8px;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu li {
  float: left;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu li:first-child {
  display: none;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu li a {
  display: block;
  height: 38px;
  width: 44px;
  font-size: 36px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 22px;
  color: white!important;
  background-color: #392821 !important;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu li a:hover,
.cart-adder.bootstrap-select.btn-group .dropdown-menu li a:active {
  background-color: #c9850d !important;
}
.cart-adder.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.cart-adder.bootstrap-select.btn-group .dropdown-menu li.disabled a:hover,
.cart-adder.bootstrap-select.btn-group .dropdown-menu li.disabled a:active {
  opacity: .5;
  background-color: #392821 !important;
}
.weeknav {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 0;
}
.weeknav h3 {
  color: #845d4f;
  font-size: 32px;
  margin: 0;
}
.weekdate {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.categories-h-list {
  text-align: center;
}
.categories-h-list h3 {
  font-size: 32px;
  color: #845d4f;
  margin-bottom: 0;
}
.categories-h-list h2 {
  font-size: 36px;
  margin-top: 0;
}
.categories-h-list .col-16-2 {
  padding: 0 4px;
  width: 50%;
  margin-bottom: 8px;
  float: left;
}
@media (min-width: 992px) {
  .categories-h-list .col-16-2 {
    width: 12.5%;
  }
}
.category-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  color: white;
  position: relative;
  display: block;
}
.category-bg .cover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.category-bg:hover {
  color: white;
}
.category-bg:hover .cover {
  opacity: 1;
}
.category-bg .info {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 20;
}
.category-bg .icon {
  font-size: 90px;
  margin-bottom: -35px;
  display: block;
}
.category-bg .icon + p {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.info-footer {
  margin-top: 20px;
  overflow: hidden;
}
.info-footer h2 {
  font-size: 40px;
  margin: 0;
}
.info-footer .time-slot {
  text-align: center;
}
.info-footer .time-slot h3 {
  border-top: 3px solid;
  border-bottom: 3px solid;
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
}
.info-footer .time-slot .inner {
  background-color: #ecebe1;
  padding: 10px;
}
#footer {
  margin: 50px -8px 0;
  background-color: white;
  padding: 10px 8px 0;
  left: 0;
}
#footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 214px;
  margin: 0;
}
@media (max-width: 992px) {
  #footer.fixed {
    padding-left: 0;
  }
}
#footer .footer-menu:before,
#footer .footer-menu:after {
  content: " ";
  display: table;
}
#footer .footer-menu:after {
  clear: both;
}
#footer .footer-menu:before,
#footer .footer-menu:after {
  content: " ";
  display: table;
}
#footer .footer-menu:after {
  clear: both;
}
#footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-menu ul li {
  float: left;
  margin-right: 30px;
}
#footer .footer-menu ul li a {
  color: #392821;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
}
#footer .footer-menu ul li a:hover {
  color: #c9850d;
  text-decoration: none;
}
#footer .footer-menu .site-info {
  float: right;
}
.googlemap-canvas {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .googlemap-canvas {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .googlemap-canvas {
    height: 500px;
  }
}
#area-content .top-page {
  padding: 0;
}
#code-search-result {
  min-height: 75px;
  display: none;
}
.areasearch {
  color: #392821;
  overflow: hidden;
}
.areasearch:hover {
  text-decoration: none;
}
.info-box {
  background-color: #ecebe1;
  padding: 20px 30px;
  margin-bottom: 8px;
  font-size: 16px;
}
.info-box:before,
.info-box:after {
  content: " ";
  display: table;
}
.info-box:after {
  clear: both;
}
.info-box:before,
.info-box:after {
  content: " ";
  display: table;
}
.info-box:after {
  clear: both;
}
.info-box.border {
  border-top: 1px solid rgba(57, 40, 33, 0.2);
  padding-bottom: 0 30px 30px;
}
.info-box h1 {
  margin: 0;
}
.info-box h1 .success {
  font-size: 72px;
}
.info-box h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #845d4f;
}
.info-box .icon {
  float: left;
}
.info-box .icon + .inner-info {
  margin-left: 60px;
}
.info-box:empty {
  height: 1px;
}
.dark-stripe {
  background-color: #d8d5cc;
  padding: 20px 30px;
}
.info-box + .dark-stripe {
  margin-top: -8px;
  margin-bottom: 8px;
}
.order-box {
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .order-box {
    padding: 14px;
  }
}
.panel-default {
  border: 0;
}
.panel-default .panel-heading {
  background-color: #392821;
  color: white;
  display: block;
}
.panel-default .panel-heading:hover,
.panel-default .panel-heading.active {
  background-color: #c9850d;
  text-decoration: none;
}
.panel-default .panel-heading .panel-title {
  font-size: 40px;
  text-transform: uppercase;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .panel-default .panel-heading .panel-title {
    font-size: 24px;
  }
}
.panel-default .panel-body {
  border: 0;
  background-color: #ecebe1;
}
.panel-default .panel-body li {
  margin-bottom: 10px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.press-item {
  text-align: center;
  border-bottom: 1px solid rgba(57, 40, 33, 0.1);
  border-top: 1px solid rgba(57, 40, 33, 0.1);
  padding: 40px 0;
}
.press-item + .press-item {
  border-top: 0;
}
.press-item .description {
  font-family: 'Domine', Georgia, "Times New Roman", Times, serif;
  margin-top: 30px;
}
.press-item .description p {
  margin-bottom: 0;
}
.press-item .description a {
  color: #392821;
}
.press-item .description a:hover {
  color: #c9850d;
  text-decoration: none;
}
.press-item .source {
  font-size: 12px;
}
.input-group .input-group-addon {
  background-color: transparent;
  border: 0;
}
.input-group .input-group-addon .small_spinner {
  margin-top: -15px;
  margin-left: -8px;
  position: absolute;
}
.is-ok .input-group .input-group-addon {
  background-color: #64a300;
  color: white;
}
.has-error .input-group .input-group-addon {
  background-color: #d9534f;
  color: white;
}
#cp-result-message {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #cp-result-message {
    padding-top: 27px;
    margin-bottom: 0;
  }
}
.dot-success,
.dot-danger {
  padding: 7px 10px;
  margin-right: 6px;
}
.dot-success {
  background-color: #64a300;
  color: white;
  display: inline-block;
}
.dot-danger {
  background-color: #d9534f;
  color: white;
  display: inline-block;
}
#protocol-message {
  color: #d9534f;
}
@media (min-width: 768px) {
  #protocol-message {
    padding-top: 34px;
  }
}
.account-page .section-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .account-page .section-title {
    margin-bottom: 11px;
  }
}
.account-page .nav-tabs {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #392821;
  font-size: 28px;
}
@media (max-width: 767px) {
  .account-page .nav-tabs {
    width: 100%;
    border-top: 2px solid #392821;
    border-bottom: 2px solid #392821;
  }
  .account-page .nav-tabs > li {
    float: none;
  }
  .account-page .nav-tabs > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .account-page .nav-tabs > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .account-page .nav-tabs li a {
    border: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .account-page .nav-tabs > li {
    display: table-cell;
    width: 1%;
  }
  .account-page .nav-tabs > li > a {
    margin-bottom: 0;
  }
}
.account-page .nav-tabs li a {
  border-radius: 0;
  border-color: #ddd;
  border-left: 0;
  border-top: 0;
  margin: 0;
}
.account-page .nav-tabs li a:hover,
.account-page .nav-tabs li a:focus {
  border-left: 0;
  border-top: 0;
}
.account-page .nav-tabs li.active a {
  border-bottom-color: transparent;
}
.account-page .tab-content {
  border-top: 0;
}
.account-page .tab-content .tab-pane {
  min-height: 400px;
}
.account-page .tab-content .tab-pane .spiner {
  margin-top: 50px;
}
@media (min-width: 991px) {
  .account-page .info-box {
    padding: 30px 90px;
  }
  .account-page .dark-stripe {
    padding: 20px 90px;
  }
}
#addresslist p {
  margin-bottom: 0;
}
#addresslist .close {
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 100;
  line-height: 36px;
  margin-left: 20px;
}
#addresslist .close:hover {
  color: #d9534f;
  opacity: 1;
}
#overlay #address-content {
  padding-top: 40px;
  padding-bottom: 0;
}
#overlay #address-content .form-group {
  padding-left: 60px;
  padding-right: 60px;
  text-align: left;
}
#overlay #address-content .bottom {
  background-color: white;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 40px;
}
#overlay #address-content .bottom.form-group {
  margin-bottom: 0;
}
.account-page #orderlist .info-box,
.account-page #addresslist .info-box {
  padding: 0;
  background-color: #392821;
}
.account-page #orderlist .info-box .heading,
.account-page #addresslist .info-box .heading {
  background-color: #845d4f;
  color: white;
  padding: 21px;
  width: 110px;
  height: 86px;
  text-align: center;
  float: left;
}
.account-page #orderlist .info-box .heading.status_1,
.account-page #addresslist .info-box .heading.status_1 {
  background-color: #f0ad4e;
  padding-top: 10px;
}
.account-page #orderlist .info-box .heading.status_2,
.account-page #addresslist .info-box .heading.status_2 {
  background-color: #5bc0de;
  padding: 10px;
}
.account-page #orderlist .info-box .heading.status_5,
.account-page #addresslist .info-box .heading.status_5 {
  background-color: #64a300;
}
.account-page #orderlist .info-box .heading.status_15,
.account-page #addresslist .info-box .heading.status_15 {
  background-color: #83d600;
}
.account-page #orderlist .info-box .heading.status_7,
.account-page #addresslist .info-box .heading.status_7 {
  background-color: #d9534f;
}
.account-page #orderlist .info-box .heading small,
.account-page #addresslist .info-box .heading small {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.account-page #orderlist .info-box .heading p,
.account-page #addresslist .info-box .heading p {
  margin-bottom: 6px;
}
.account-page #orderlist .info-box .heading h4,
.account-page #addresslist .info-box .heading h4 {
  margin: 0;
  text-transform: uppercase;
}
.account-page #orderlist .info-box .order-info,
.account-page #addresslist .info-box .order-info,
.account-page #orderlist .info-box .address-info,
.account-page #addresslist .info-box .address-info {
  background-color: #ecebe1;
  margin-left: 120px;
  padding: 20px  0 0 40px;
}
.account-page #orderlist .info-box .order-info h4,
.account-page #addresslist .info-box .order-info h4,
.account-page #orderlist .info-box .address-info h4,
.account-page #addresslist .info-box .address-info h4 {
  margin: 0;
}
.account-page #orderlist .info-box .order-info p,
.account-page #addresslist .info-box .order-info p,
.account-page #orderlist .info-box .address-info p,
.account-page #addresslist .info-box .address-info p {
  margin: 0;
}
.account-page #orderlist .info-box .order-info small,
.account-page #addresslist .info-box .order-info small,
.account-page #orderlist .info-box .address-info small,
.account-page #addresslist .info-box .address-info small {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #845d4f;
}
.account-page #orderlist .info-box .order-info .btn-marmita.small,
.account-page #addresslist .info-box .order-info .btn-marmita.small,
.account-page #orderlist .info-box .address-info .btn-marmita.small,
.account-page #addresslist .info-box .address-info .btn-marmita.small {
  margin-top: 10px;
}
.account-page #addresslist .info-box .address-info {
  padding: 20px 20px 0 40px;
}
@media (max-width: 767px) {
  .account-page #orderlist .info-box .heading,
  .account-page #addresslist .info-box .heading {
    width: 100%;
    float: none;
    height: auto;
  }
  .account-page #orderlist .info-box .order-info,
  .account-page #addresslist .info-box .order-info,
  .account-page #orderlist .info-box .address-info,
  .account-page #addresslist .info-box .address-info {
    margin: 0;
    padding-bottom: 20px;
  }
}
.checkout #shipping_cp-result-message {
  padding-top: 27px;
}
.checkout .checkout-heading {
  background-color: #c9850d;
  color: white;
  padding: 14px;
  margin-bottom: 8px;
  position: relative;
}
.checkout .checkout-heading.done {
  background-color: #392821;
}
.checkout .checkout-heading h3 {
  margin: 0;
  text-transform: uppercase;
}
.checkout .checkout-heading a {
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 14px;
  color: white;
}
.checkout .checkout-heading a:hover {
  color: #c9850d;
  text-decoration: none;
}
.checkout .checkout-heading .confirm-alert {
  float: right;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
  margin-top: 3px;
  padding-left: 32px;
  background: url('../assets/images/alert-ico.png') 0 -2px no-repeat;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  display: none;
}
.checkout .checkout-content {
  display: none;
}
.checkout .info-box {
  padding: 14px;
}
@media (min-width: 767px) {
  .checkout .info-box {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .checkout .info-box > div {
    padding: 10px 30px;
  }
  .checkout .info-box > div + div {
    padding: 10px 30px;
  }
}
.checkout .info-box h3 {
  text-transform: uppercase;
}
.checkout .bootstrap-select > .btn {
  background-color: #c9850d;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
}
.payment h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.checkout-product .week-day.sameday,
#cart-list .week-day.sameday {
  border-top: 0;
}
.checkout-product .date,
#cart-list .date {
  border-color: #ecebe1;
}
.checkout-product .meal-slot,
#cart-list .meal-slot {
  margin-right: 0;
}
.checkout-product .meal-slot .meal-type,
#cart-list .meal-slot .meal-type {
  background-color: #ecebe1;
  height: 60px;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(57, 40, 33, 0.1);
}
.checkout-product .meal-slot .meal-type .glyphicon,
#cart-list .meal-slot .meal-type .glyphicon {
  display: block;
  font-size: 48px;
  margin-bottom: -10px;
  margin-top: -10px;
}
.checkout-product .meal-slot .meal,
#cart-list .meal-slot .meal {
  height: 60px;
  text-align: center;
  background-color: #ecebe1;
  border-bottom: 1px solid rgba(57, 40, 33, 0.1);
}
.checkout-product .meal-slot .meal .col-sm-6,
#cart-list .meal-slot .meal .col-sm-6 {
  text-align: left;
}
.checkout-product .meal-slot .meal h4,
#cart-list .meal-slot .meal h4 {
  margin: 21px 0 20px;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.checkout-product .meal-slot .meal small,
#cart-list .meal-slot .meal small {
  margin-top: 5px;
}
.checkout-product td.total,
#cart-list td.total {
  text-align: right;
  font-weight: bold;
}
.logo-darker {
  background-color: #392821;
  background-size: contain;
  height: 80px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: white;
}
.logo-darker .glyphicon {
  font-size: 40px;
  line-height: 2;
}
#cart-list .week-day .date,
.checkout-product .week-day .date {
  border-color: white;
}
#cart-list .marmita-card,
.checkout-product .marmita-card {
  background-color: #ecebe1;
}
#cart-list .marmita-card h4,
.checkout-product .marmita-card h4 {
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 32px;
  font-size: 16px;
  margin-bottom: 3px;
}
#cart-list .marmita-card small,
.checkout-product .marmita-card small {
  margin-top: 10px;
}
#cart-list .marmita-card .close,
.checkout-product .marmita-card .close {
  margin-top: 14px!important;
}
#cart-list .marmita-card .col-xs-6,
.checkout-product .marmita-card .col-xs-6 {
  text-align: center;
}
#cart-list .meal-slot .meal,
.checkout-product .meal-slot .meal,
#cart-list .marmita-card .meal,
.checkout-product .marmita-card .meal {
  padding-left: 14px;
}
#cart-list .meal-slot .meal small,
.checkout-product .meal-slot .meal small,
#cart-list .marmita-card .meal small,
.checkout-product .marmita-card .meal small {
  margin-bottom: 0;
}
#cart-list .meal-slot .meal h4,
.checkout-product .meal-slot .meal h4,
#cart-list .marmita-card .meal h4,
.checkout-product .marmita-card .meal h4 {
  margin: 13px 0 12px;
  text-align: left;
}
#cart-list .meal-slot .meal .quantity-buttons,
.checkout-product .meal-slot .meal .quantity-buttons,
#cart-list .marmita-card .meal .quantity-buttons,
.checkout-product .marmita-card .meal .quantity-buttons {
  margin-top: 10px;
}
#cart-list .meal-slot .actions,
.checkout-product .meal-slot .actions,
#cart-list .marmita-card .actions,
.checkout-product .marmita-card .actions {
  height: auto;
  width: auto;
  background-color: transparent;
  text-align: right;
  float: none;
}
#cart-list .meal-slot .actions .close,
.checkout-product .meal-slot .actions .close,
#cart-list .marmita-card .actions .close,
.checkout-product .marmita-card .actions .close {
  margin: 0 14px 0 0;
  font-size: 40px;
}
#cart-list .week-day,
.checkout-product .week-day {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #cart-list .meal-slot .meal-type,
  .checkout-product .meal-slot .meal-type,
  #cart-list .marmita-card .meal-type,
  .checkout-product .marmita-card .meal-type {
    height: auto;
    border-top: 1px solid rgba(57, 40, 33, 0.1);
  }
  #cart-list .meal-slot .meal,
  .checkout-product .meal-slot .meal,
  #cart-list .marmita-card .meal,
  .checkout-product .marmita-card .meal {
    height: auto;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #cart-list .meal-slot .meal h4,
  .checkout-product .meal-slot .meal h4,
  #cart-list .marmita-card .meal h4,
  .checkout-product .marmita-card .meal h4 {
    padding-left: 14px;
  }
  #cart-list .meal-slot .meal .col-xs-3 + .col-xs-3,
  .checkout-product .meal-slot .meal .col-xs-3 + .col-xs-3,
  #cart-list .marmita-card .meal .col-xs-3 + .col-xs-3,
  .checkout-product .marmita-card .meal .col-xs-3 + .col-xs-3 {
    margin-bottom: 10px;
  }
  #cart-list .meal-slot .actions,
  .checkout-product .meal-slot .actions,
  #cart-list .marmita-card .actions,
  .checkout-product .marmita-card .actions {
    text-align: center;
  }
  #cart-list .meal-slot .actions .close,
  .checkout-product .meal-slot .actions .close,
  #cart-list .marmita-card .actions .close,
  .checkout-product .marmita-card .actions .close {
    display: inline-block;
    float: none;
    margin: 0;
  }
}
#cart-content {
  margin-bottom: 40px;
}
#confirm .payment #button-confirm {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-left: 0;
  border-right: 0;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  margin: 3px 0;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  background-color: transparent;
  position: relative;
  border: 5px solid;
  padding: 0 4px;
}
#confirm .payment #button-confirm:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#confirm .payment #button-confirm:hover,
#confirm .payment #button-confirm:focus {
  color: #333333;
  text-decoration: none;
}
#confirm .payment #button-confirm:active,
#confirm .payment #button-confirm.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#confirm .payment #button-confirm.disabled,
#confirm .payment #button-confirm[disabled],
fieldset[disabled] #confirm .payment #button-confirm {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#confirm .payment #button-confirm.disabled {
  color: #845d4f;
}
#confirm .payment #button-confirm:hover {
  color: #c9850d;
}
#confirm .payment #button-confirm.complete {
  border: 5px solid;
  padding: 0 4px;
}
#confirm .payment #button-confirm .glyphicon {
  font-size: 50%;
  vertical-align: middle;
  top: -3px;
}
#confirm .payment #button-confirm.small {
  font-size: 22px;
  border-bottom-width: 3px;
  border-top-width: 3px;
}
#confirm .payment #button-confirm.btn-select {
  margin: 0;
}
#confirm .payment #button-confirm.btn-select i {
  font-size: 20px;
  float: right;
  margin: 5px;
}
#confirm .checkout-product .week-day .date {
  border-color: transparent;
}
#confirm .cart-total {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 3px solid rgba(57, 40, 33, 0.1);
}
.card-item {
  background-color: white;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.card-item .heading {
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  color: white;
}
.card-item .heading h3 {
  padding: 60px 20px 20px;
}
.card-item .heading .price {
  float: none;
  display: inline-block;
}
.card-item .info {
  padding: 20px;
}
/* Artfully masterminded by ZURB */
body {
  position: relative;
}
#joyRideTipContent {
  display: none;
}
.joyRideTipContent {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  color: #e5e5e5;
  width: 300px;
  z-index: 1001;
  top: 0;
  /* keeps the page from scrolling when calculating position */
  left: 0;
  font-family: "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.joyride-content-wrapper {
  padding: 24px;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 95% !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 2.5% !important;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
.joyride-tip-guide span.joyride-nub.top {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-width: 0;
  bottom: -14px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.right {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-width: 0;
  top: 22px;
  bottom: none;
  left: auto;
  right: -14px;
}
.joyride-tip-guide span.joyride-nub.left {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-width: 0;
  top: 22px;
  left: -14px;
  right: auto;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.top-right {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
  left: auto;
  right: 28px;
}
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
.joyride-tip-guide h1 {
  font-size: 30px;
}
.joyride-tip-guide h2 {
  font-size: 26px;
}
.joyride-tip-guide h3 {
  font-size: 22px;
}
.joyride-tip-guide h4 {
  font-size: 18px;
}
.joyride-tip-guide h5 {
  font-size: 16px;
}
.joyride-tip-guide h6 {
  font-size: 14px;
}
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-left: 0;
  border-right: 0;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  margin: 3px 0;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  background-color: transparent;
  position: relative;
  color: white;
  -webkit-appearance: none;
}
.joyride-tip-guide .joyride-next-tip:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.joyride-tip-guide .joyride-next-tip:hover,
.joyride-tip-guide .joyride-next-tip:focus {
  color: #333333;
  text-decoration: none;
}
.joyride-tip-guide .joyride-next-tip:active,
.joyride-tip-guide .joyride-next-tip.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.joyride-tip-guide .joyride-next-tip.disabled,
.joyride-tip-guide .joyride-next-tip[disabled],
fieldset[disabled] .joyride-tip-guide .joyride-next-tip {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.joyride-tip-guide .joyride-next-tip.disabled {
  color: #845d4f;
}
.joyride-tip-guide .joyride-next-tip:hover {
  color: #c9850d;
}
.joyride-tip-guide .joyride-next-tip.complete {
  border: 5px solid;
  padding: 0 4px;
}
.joyride-tip-guide .joyride-next-tip .glyphicon {
  font-size: 50%;
  vertical-align: middle;
  top: -3px;
}
.joyride-tip-guide .joyride-next-tip.small {
  font-size: 22px;
  border-bottom-width: 3px;
  border-top-width: 3px;
}
.joyride-tip-guide .joyride-next-tip.btn-select {
  margin: 0;
}
.joyride-tip-guide .joyride-next-tip.btn-select i {
  font-size: 20px;
  float: right;
  margin: 5px;
}
.joyride-tip-guide .joyride-next-tip:hover {
  color: #c9850d;
}
.joyride-tip-guide .joyride-next-tip:focus,
.joyride-tip-guide .joyride-next-tip:active {
  outline-width: 0!important;
  color: white;
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255, 255, 255, 0.25);
}
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white !important;
  text-decoration: none;
  font-family: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-bottom: none !important;
}
.joyride-close-tip:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 30px #ffffff;
  box-shadow: 0px 0px 30px #ffffff;
}
.joyride-expose-cover {
  background: transparent;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
}
