body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-image: url('../images/bg.jpg');
  background-size: cover;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 11, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 30, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 41, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
body {
  margin: 0;
}

/* line 88, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
a {
  background: transparent;
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 135, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 144, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 171, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 183, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 191, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 199, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
small {
  font-size: 80%;
}

/* line 207, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 231, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
img {
  border: 0;
}

/* line 239, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 251, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
figure {
  margin: 0;
}

/* line 263, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 274, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 285, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 299, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 311, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 324, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 336, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 346, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 358, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 390, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 403, ../../app/bower_components/sass-bootstrap/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 8, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 15, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 20, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 24, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 29, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 34, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 40, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 44, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 49, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }

  /* line 57, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 71, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  select {
    background: #fff !important;
  }
  /* line 76, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .navbar {
    display: none;
  }
  /* line 80, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 87, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 91, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 95, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 99, ../../app/bower_components/sass-bootstrap/lib/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 8, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
body {
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 91, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 12, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
cite {
  font-style: normal;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-muted {
  color: #999999;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-primary {
  color: #428bca;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-warning:hover {
  color: #a47e3c;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-danger {
  color: #b94a48;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-danger:hover {
  color: #953b39;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-success {
  color: #468847;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-success:hover {
  color: #356635;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-info:hover {
  color: #2d6987;
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-left {
  text-align: left;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-right {
  text-align: right;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.text-center {
  text-align: center;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 99, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

/* line 116, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 119, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 161, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 166, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 176, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dt {
  font-weight: bold;
}

/* line 183, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 194, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 201, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 212, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 218, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 224, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 228, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 233, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 236, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}

/* line 240, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 246, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 251, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

/* line 258, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 261, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 269, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 275, ../../app/bower_components/sass-bootstrap/lib/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier    New", monospace;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.container:after {
  clear: both;
}

/* line 11, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.row:after {
  clear: both;
}

/* line 728, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 747, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 43, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
  .container {
    width: 750px;
  }
  /* line 747, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 63, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
  .container {
    width: 970px;
  }
  /* line 747, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 83, ../../app/bower_components/sass-bootstrap/lib/_grid.scss */
  .container {
    width: 1170px;
  }
  /* line 747, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 755, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 765, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 760, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 770, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
th {
  text-align: left;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table .table {
  background-color: white;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 88, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 95, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

/* line 135, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
table col[class*="col-"] {
  float: none;
  display: table-column;
}

/* line 142, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

/* line 160, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 438, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 449, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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;
}

/* line 438, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #c60b46;
}

/* line 449, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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: #ae0a3d;
}

/* line 438, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 449, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.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;
}

@media (max-width: 767px) {
  /* line 183, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 193, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 201, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 210, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 218, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 222, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 235, ../../app/bower_components/sass-bootstrap/lib/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 833, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 177, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 185, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 192, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 199, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 205, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 214, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 229, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 848, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 853, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 858, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 848, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 853, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 858, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 792, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

/* line 801, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 804, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 811, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 792, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

/* line 801, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 804, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 811, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #c60b46;
}

/* line 792, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

/* line 801, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 804, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 811, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 265, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 275, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 300, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 307, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 314, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 321, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 338, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.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;
}

/* line 349, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 353, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 359, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.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: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:hover, .btn:focus {
  color: white;
  text-decoration: none;
}

/* line 33, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  box-shadow: none;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-default {
  color: white;
  background-color: #159953;
  border-color: #cccccc;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: white;
  background-color: #107540;
  border-color: #adadad;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #107540;
  border-color: #adadad;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #159953;
  border-color: #cccccc;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #e3531f;
  border-color: #cf4a1a;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #c14518;
  border-color: #983613;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #c14518;
  border-color: #983613;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #e3531f;
  border-color: #cf4a1a;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 89, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 102, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 122, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 126, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 131, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapse {
  display: none;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


/* line 21, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.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;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon:empty {
  width: 1em;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../app/bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.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: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.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;
}

/* line 122, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 133, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

/* line 142, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 165, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 187, ../../app/bower_components/sass-bootstrap/lib/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-default .caret {
  border-top-color: white;
}

/* line 13, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-default .caret {
  border-bottom-color: white;
}

/* line 30, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 42, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 61, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 73, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 79, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 91, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.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;
}

/* line 104, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 107, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 111, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.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;
}

/* line 116, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 140, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 144, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 151, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 162, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 166, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 171, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 180, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 191, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 196, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.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;
}

/* line 206, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 209, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 213, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 218, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 222, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 227, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 236, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 241, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 250, ../../app/bower_components/sass-bootstrap/lib/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.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;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 90, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 97, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 107, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 118, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

/* line 121, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

/* line 125, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 128, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 132, ../../app/bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 34, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 64, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 89, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 123, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 130, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 136, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

/* line 142, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 154, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 156, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified, .nav-tabs.nav-justified, .tm-tos-wrapper .nav-tabs.nav-justified {
  width: 100%;
}

/* line 173, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li, .tm-tos-wrapper .nav-tabs.nav-justified > li {
  float: none;
}

/* line 175, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .tm-tos-wrapper .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 181, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 187, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li, .tm-tos-wrapper .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 190, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .tm-tos-wrapper .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 200, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified, .tm-tos-wrapper .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 203, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .tm-tos-wrapper .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 209, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 216, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .tm-tos-wrapper .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 220, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 234, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 237, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 247, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 251, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 257, ../../app/bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto;
  }
  /* line 81, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 84, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 87, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 98, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top {
  z-index: 3000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 117, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 127, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 152, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 164, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 176, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 187, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 193, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 176, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 208, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 211, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 219, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 227, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 231, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 233, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 208, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 246, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 248, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  /* line 265, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 268, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 279, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  /* line 291, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 279, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 316, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 321, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 326, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 337, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 346, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 346, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 360, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 364, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 366, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 373, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 378, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 381, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 388, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.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;
}

/* line 405, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 407, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 411, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 416, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 424, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 432, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

/* line 437, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 443, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  /* line 452, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 454, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 461, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .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: #555555;
    background-color: #e7e7e7;
  }
  /* line 469, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .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;
  }
}

/* line 485, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 487, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 496, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}

/* line 500, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 502, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

/* line 509, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 514, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 517, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

/* line 524, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}

/* line 532, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.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;
}

/* line 542, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 544, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 548, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

/* line 553, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 561, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}

/* line 568, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 572, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 580, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}

@media (max-width: 767px) {
  /* line 590, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 593, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 595, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 602, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .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: white;
    background-color: #090909;
  }
  /* line 610, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
  .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;
  }
}

/* line 621, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 623, ../../app/bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 14, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 514, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 526, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 514, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 520, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 526, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label:empty {
  display: none;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-default {
  background-color: #999999;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 539, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
.badge:empty {
  display: none;
}

/* line 29, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 23, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, ../../app/bower_components/sass-bootstrap/lib/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail {
  display: block;
  margin-bottom: 20px;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 9, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 422, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 425, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 422, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 425, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}

/* line 422, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 425, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 65, ../../app/bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-danger {
  background-color: #c60b46;
  border-color: #ae0a59;
  color: #b94a48;
}

/* line 422, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-danger hr {
  border-top-color: #96084c;
}

/* line 425, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 12, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}


@keyframes progress-bar-stripes {
  /* line 29, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 30, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}


/* line 39, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 49, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 559, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 559, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 559, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 90, ../../app/bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 559, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 30, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item > .badge {
  float: right;
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item {
  color: #555555;
}

/* line 48, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 53, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

/* line 60, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 72, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 81, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-body:after {
  clear: both;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 31, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 39, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

/* line 63, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* line 94, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 99, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 105, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 130, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 134, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 139, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 141, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 145, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 147, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 155, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 158, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: white transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 161, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 164, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 167, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-danger {
  border-color: #ae0a59;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #c60b46;
  border-color: #ae0a59;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ae0a59;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ae0a59;
}

/* line 170, ../../app/bower_components/sass-bootstrap/lib/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 396, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 401, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 404, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

/* line 409, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity = 20);
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

/* line 29, ../../app/bower_components/sass-bootstrap/lib/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 46, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 59, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}

/* line 68, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity = 0);
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

/* line 74, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 80, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 92, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 98, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 106, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 111, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 115, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 123, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 128, ../../app/bower_components/sass-bootstrap/lib/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity = 0);
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

/* line 17, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 19, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

/* line 35, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 56, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}

/* line 69, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}

/* line 76, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 83, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 89, ../../app/bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 26, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 65, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.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;
}

/* line 78, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}

/* line 86, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.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);
}

/* line 93, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}

/* line 101, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.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;
}

/* line 108, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.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);
}

/* line 124, ../../app/bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 29, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 33, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 37, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 44, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 47, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 50, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 55, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 58, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 82, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 85, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 92, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

/* line 100, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 109, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 113, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 117, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 127, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 132, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 143, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 154, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 175, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 186, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 197, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 208, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 221, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 228, ../../app/bower_components/sass-bootstrap/lib/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 20, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:before, .list-heading:before, .clearfix:after, .list-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:after, .list-heading:after {
  clear: both;
}

/* line 12, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../app/bower_components/sass-bootstrap/lib/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}


/* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-md {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

/* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs {
  display: block !important;
}

/* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm {
  display: block !important;
}

/* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md {
  display: block !important;
}

/* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg {
  display: block !important;
}

/* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

/* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 569, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .visible-print {
    display: block !important;
  }
  /* line 570, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 571, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  /* line 577, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* line 1, ../../app/styles/includes/_grid.scss */
.tm-wrapper {
  margin: 0  auto;
  width: 1487px;
  padding-top: 26px;
}

/* line 6, ../../app/styles/includes/_grid.scss */
.tm-wrapper .tm-inner-wrapper {
  width: 1505px;
  margin: 0 0 -26px;
  padding-top: 26px;
  padding-bottom: 80px;
}

/* line 12, ../../app/styles/includes/_grid.scss */
.tm-wrapper .item {
  width: 275px;
  float: left;
  margin: 0 26px 26px 0;
}

/* line 20, ../../app/styles/includes/_grid.scss */
.tm-wrapper-1 {
  width: 283px;
  padding-top: 26px;
}

/* line 23, ../../app/styles/includes/_grid.scss */
.tm-wrapper-1 .tm-inner-wrapper {
  width: 301px;
  margin: 0 0 -26px;
}

/* line 27, ../../app/styles/includes/_grid.scss */
.tm-wrapper-1 .item {
  width: 275px;
  float: left;
  margin: 0 26px 26px 0;
}

/* line 20, ../../app/styles/includes/_grid.scss */
.tm-wrapper-2 {
  width: 584px;
  padding-top: 26px;
}

/* line 23, ../../app/styles/includes/_grid.scss */
.tm-wrapper-2 .tm-inner-wrapper {
  width: 602px;
  margin: 0 0 -26px;
}

/* line 27, ../../app/styles/includes/_grid.scss */
.tm-wrapper-2 .item {
  width: 275px;
  float: left;
  margin: 0 26px 26px 0;
}

/* line 20, ../../app/styles/includes/_grid.scss */
.tm-wrapper-3 {
  width: 885px;
  padding-top: 26px;
}

/* line 23, ../../app/styles/includes/_grid.scss */
.tm-wrapper-3 .tm-inner-wrapper {
  width: 903px;
  margin: 0 0 -26px;
}

/* line 27, ../../app/styles/includes/_grid.scss */
.tm-wrapper-3 .item {
  width: 275px;
  float: left;
  margin: 0 26px 26px 0;
}

/* line 20, ../../app/styles/includes/_grid.scss */
.tm-wrapper-4 {
  width: 1186px;
  padding-top: 26px;
}

/* line 23, ../../app/styles/includes/_grid.scss */
.tm-wrapper-4 .tm-inner-wrapper {
  width: 1204px;
  margin: 0 0 -26px;
}

/* line 27, ../../app/styles/includes/_grid.scss */
.tm-wrapper-4 .item {
  width: 275px;
  float: left;
  margin: 0 26px 26px 0;
}

/*  Grid  Builder  */
/*  [HZ]  */
/* line 73, ../../app/styles/includes/_grid.scss */
.grid-6 {
  width: 1780px;
}

/* line 77, ../../app/styles/includes/_grid.scss */
.grid-5 {
  width: 1479px;
}

/* line 81, ../../app/styles/includes/_grid.scss */
.grid-4 {
  width: 1178px;
}

/* line 85, ../../app/styles/includes/_grid.scss */
.grid-3 {
  width: 877px;
}

/* line 89, ../../app/styles/includes/_grid.scss */
.grid-2 {
  width: 576px;
}

/* line 93, ../../app/styles/includes/_grid.scss */
.grid-1 {
  width: 275px;
}

/*  Grid  Builder  Small  Columns  */
/* line 109, ../../app/styles/includes/_grid.scss */
.grid-6 {
  width: 1780px;
}

/* line 113, ../../app/styles/includes/_grid.scss */
.grid-5 {
  width: 1479px;
}

/* line 117, ../../app/styles/includes/_grid.scss */
.grid-4 {
  width: 1178px;
}

/* line 121, ../../app/styles/includes/_grid.scss */
.grid-3 {
  width: 877px;
}

/* line 125, ../../app/styles/includes/_grid.scss */
.grid-2 {
  width: 576px;
}

/* line 129, ../../app/styles/includes/_grid.scss */
.grid-1 {
  width: 275px;
}

@media (max-width: 1531px) {
  /* line 37, ../../app/styles/includes/_grid.scss */
  .tm-wrapper {
    width: 1186px;
    max-width: 1186px;
    padding: 0  4px;
    overflow: hidden;
  }
  /* line 42, ../../app/styles/includes/_grid.scss */
  .tm-wrapper .tm-inner-wrapper {
    width: 1204px;
    margin: 0 0 -26px;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 {
    width: 885px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .tm-inner-wrapper {
    width: 903px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 {
    width: 885px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .tm-inner-wrapper {
    width: 903px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 {
    width: 885px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .tm-inner-wrapper {
    width: 903px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 {
    width: 885px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .tm-inner-wrapper {
    width: 903px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
}

@media (max-width: 1230px) {
  /* line 37, ../../app/styles/includes/_grid.scss */
  .tm-wrapper {
    width: 885px;
    max-width: 885px;
    padding: 0  4px;
    overflow: hidden;
  }
  /* line 42, ../../app/styles/includes/_grid.scss */
  .tm-wrapper .tm-inner-wrapper {
    width: 903px;
    margin: 0 0 -26px;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 {
    width: 584px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .tm-inner-wrapper {
    width: 602px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 {
    width: 584px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .tm-inner-wrapper {
    width: 602px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 {
    width: 584px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .tm-inner-wrapper {
    width: 602px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 {
    width: 584px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .tm-inner-wrapper {
    width: 602px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
}

@media (max-width: 929px) {
  /* line 37, ../../app/styles/includes/_grid.scss */
  .tm-wrapper {
    width: 584px;
    max-width: 584px;
    padding: 0  4px;
    overflow: hidden;
  }
  /* line 42, ../../app/styles/includes/_grid.scss */
  .tm-wrapper .tm-inner-wrapper {
    width: 602px;
    margin: 0 0 -26px;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 {
    width: 283px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .tm-inner-wrapper {
    width: 301px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 {
    width: 283px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .tm-inner-wrapper {
    width: 301px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 {
    width: 283px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .tm-inner-wrapper {
    width: 301px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 {
    width: 283px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .tm-inner-wrapper {
    width: 301px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
}

@media (max-width: 628px) {
  /* line 37, ../../app/styles/includes/_grid.scss */
  .tm-wrapper {
    width: 283px;
    max-width: 283px;
    padding: 0  4px;
    overflow: hidden;
  }
  /* line 42, ../../app/styles/includes/_grid.scss */
  .tm-wrapper .tm-inner-wrapper {
    width: 301px;
    margin: 0 0 -26px;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 {
    width: -18px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .tm-inner-wrapper {
    width: 0px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-1 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 {
    width: -18px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .tm-inner-wrapper {
    width: 0px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-2 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 {
    width: -18px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .tm-inner-wrapper {
    width: 0px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-3 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
  /* line 51, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 {
    width: -18px;
    padding-top: 26px;
  }
  /* line 54, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .tm-inner-wrapper {
    width: 0px;
    margin: 0 0 -26px;
  }
  /* line 58, ../../app/styles/includes/_grid.scss */
  .tm-wrapper-4 .item {
    width: 275px;
    float: left;
    margin: 0 26px 26px 0;
  }
}

/* line 1, ../../app/styles/includes/_environment.scss */
html, body {
  height: 100%;
}


/* line 12, ../../app/styles/includes/_environment.scss */
button:focus, button:active {
  outline: none;
}

/*
For  more  information  visit:  http://www.paulirish.com/2012/box-sizing-border-box-ftw/
apply  a  natural  box  layout  model  to  all  elements
*/
/* line 22, ../../app/styles/includes/_environment.scss */
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.clearfix .clearfix, .list-heading .clearfix, .clearfix .list-heading, .list-heading .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.clearfix .clearfix:before, .list-heading .clearfix:before, .clearfix .list-heading:before, .list-heading .list-heading:before,
.clearfix .clearfix:after,
.list-heading .clearfix:after,
.clearfix .list-heading:after,
.list-heading .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.clearfix .clearfix:after, .list-heading .clearfix:after, .clearfix .list-heading:after, .list-heading .list-heading:after {
  clear: both;
}

/* line 33, ../../app/styles/includes/_environment.scss */
a {
  cursor: pointer;
}

/* line 37, ../../app/styles/includes/_environment.scss */
img:-moz-loading {
  visibility: hidden;
}

/* line 41, ../../app/styles/includes/_environment.scss */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* line 50, ../../app/styles/includes/_environment.scss */
.form-control:focus {
  box-shadow: none;
  border-color: #009a3d;
}

/* line 55, ../../app/styles/includes/_environment.scss */
.container {
  margin: 0  auto;
  padding: 0;
}

/* line 60, ../../app/styles/includes/_environment.scss */
.main-view {
  min-height: 100%;
}

/* line 63, ../../app/styles/includes/_environment.scss */
.height-helper {
  min-height: 100%;
}

/* line 65, ../../app/styles/includes/_environment.scss */
.height-helper.public {
  padding-bottom: 300px;
}

/* line 68, ../../app/styles/includes/_environment.scss */
.height-helper.private {
  padding-bottom: 565px;
}

/* line 73, ../../app/styles/includes/_environment.scss */
.page-footer {
  margin-top: -40px;
}

/* line 77, ../../app/styles/includes/_environment.scss */
.tm-wrapper {
  padding-bottom: 23px;
}

/* line 81, ../../app/styles/includes/_environment.scss */
.right-inner-addon {
  position: relative;
}

/* line 85, ../../app/styles/includes/_environment.scss */
.right-inner-addon input {
  padding-right: 30px;
}

/* line 89, ../../app/styles/includes/_environment.scss */
.right-inner-addon span {
  position: absolute;
  right: 0px;
  top: -1px;
  padding: 10px  12px;
}

/* line 96, ../../app/styles/includes/_environment.scss */
.test-touch,
.test-no-touch {
  display: none;
}

/* line 101, ../../app/styles/includes/_environment.scss */
html.touch .test-touch {
  display: block;
}

/* line 105, ../../app/styles/includes/_environment.scss */
html.no-touch .test-no-touch {
  display: block;
}

/* line 109, ../../app/styles/includes/_environment.scss */
.tm-content {
  min-height: 260px;
  margin: 0  auto;
}

/* line 118, ../../app/styles/includes/_environment.scss */
.ribbon {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -4px;
  z-index: 12;
}

/* line 126, ../../app/styles/includes/_environment.scss */
.ribbon > span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -20px;
  top: 11px;
  padding: 2px  0;
  width: 80px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fad34f;
  color: #947d2f;
}

/* line 142, ../../app/styles/includes/_environment.scss */
.ribbon > span:before, .ribbon > span:after {
  content: "";
  border-top: 3px solid #7a5f03;
  border-left: 3px  solid  transparent;
  border-right: 3px  solid  transparent;
  position: absolute;
  bottom: -3px;
}

/* line 150, ../../app/styles/includes/_environment.scss */
.ribbon > span:before {
  left: 0;
}

/* line 153, ../../app/styles/includes/_environment.scss */
.ribbon > span:after {
  right: 0;
}

/* line 159, ../../app/styles/includes/_environment.scss */
.modal {
  z-index: 4000;
  margin-top: 100px;
}

/* line 165, ../../app/styles/includes/_environment.scss */
.thinspace {
  white-space: nowrap;
}

/* line 171, ../../app/styles/includes/_environment.scss */
.slider-identifyer .next.disabled, .slider-identifyer .previous.disabled {
  display: none !important;
}

/* line 176, ../../app/styles/includes/_environment.scss */
.page-footer {
  background-color: #DEDEDE;
  padding: 10px  20px  10px  0;
  text-align: right;
}

/* line 5, ../../app/styles/includes/_typography.scss */
html {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* line 42, ../../app/styles/includes/_typography.scss */
h1 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #113c2b;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/* line 50, ../../app/styles/includes/_typography.scss */
h1.sub {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #009a3d;
  text-transform: none;
}

/* line 57, ../../app/styles/includes/_typography.scss */
h2 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #113c2b;
  text-transform: uppercase;
}

/* line 64, ../../app/styles/includes/_typography.scss */
h2.sub {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #113c2b;
  text-transform: none;
  margin-top: 0;
}

/* line 72, ../../app/styles/includes/_typography.scss */
.green-sub {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #009a3d;
  text-transform: none;
  margin-bottom: 30px;
}

/* line 80, ../../app/styles/includes/_typography.scss */
h2.highlight {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 85, ../../app/styles/includes/_typography.scss */
.head-green, .head-green-std {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4em;
  color: #009a3d;
  text-transform: none;
  padding-bottom: 17px;
  margin-top: -5px;
}

/* line 95, ../../app/styles/includes/_typography.scss */
.head-green-std {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4em;
}

/* line 102, ../../app/styles/includes/_typography.scss */
.head-orange {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 37px;
  line-height: 40px;
  font-weight: bold;
  color: #e3531f;
  text-transform: none;
  padding-bottom: 17px;
  margin-top: 16px;
  padding: 0  40px  17px;
}

/* line 114, ../../app/styles/includes/_typography.scss */
h3 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #113c2b;
  text-transform: uppercase;
}

/* line 121, ../../app/styles/includes/_typography.scss */
h3.light {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  line-height: 1.1;
}

/* line 126, ../../app/styles/includes/_typography.scss */
.headline-serif {
  font-family: Georgia,  "Times  New  Roman",  Times,  serif;
  font-weight: normal;
  text-transform: none;
  font-size: 19px;
}

/* line 135, ../../app/styles/includes/_typography.scss */
p.description {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-weight: normal;
  color: #113c2b;
}

/* line 145, ../../app/styles/includes/_typography.scss */
label.error, .help-inline {
  font-size: 12px;
  line-height: 1.4em;
  color: #c60b46;
}

/* line 154, ../../app/styles/includes/_typography.scss */
p {
  font-size: 20px;
}

/* line 158, ../../app/styles/includes/_typography.scss */
p.body2 {
  font-size: 12px;
}

/* line 162, ../../app/styles/includes/_typography.scss */
p.body3 {
  font-size: 16px;
}

/* line 169, ../../app/styles/includes/_typography.scss */
.green {
  color: #009a3d;
}

/* line 173, ../../app/styles/includes/_typography.scss */
.dark-green {
  color: #113c2b;
}

/* line 177, ../../app/styles/includes/_typography.scss */
.light-green {
  color: #95c11c;
}

/* line 184, ../../app/styles/includes/_typography.scss */
a {
  color: #009a3d;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.svg#icomoon") format("svg");
  }
}

/* line 195, ../../app/styles/includes/_typography.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.icon,
.icon-tab-left-first,
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first,
.icon-tab-left,
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-left,
.icon-tab-right,
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-right,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.icon-tab-right-last,
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last,
.tm-header .container .navbar-brand,
.tm-header .container .navbar-form .form-group input[type="submit"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /*  Better  Font  Rendering  ===========  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* line 212, ../../app/styles/includes/_typography.scss */
.icon-all:before {
  content: "\e654";
}

/* line 216, ../../app/styles/includes/_typography.scss */
.icon-play:before {
  content: "\e657";
}

/* line 220, ../../app/styles/includes/_typography.scss */
.icon-more:before {
  content: "\e63f";
}

/* line 224, ../../app/styles/includes/_typography.scss */
.icon-mobile:before {
  content: "\e63d";
}

/* line 228, ../../app/styles/includes/_typography.scss */
.icon-number-10:before {
  content: "\e600";
}

/* line 232, ../../app/styles/includes/_typography.scss */
.icon-number-10-solid:before {
  content: "\30";
}

/* line 236, ../../app/styles/includes/_typography.scss */
.icon-number-9:before {
  content: "\e63e";
}

/* line 240, ../../app/styles/includes/_typography.scss */
.icon-number-9-solid:before {
  content: "\39";
}

/* line 244, ../../app/styles/includes/_typography.scss */
.icon-number-8:before {
  content: "\38";
}

/* line 248, ../../app/styles/includes/_typography.scss */
.icon-number-8-solid:before {
  content: "\e655";
}

/* line 252, ../../app/styles/includes/_typography.scss */
.icon-number-7:before {
  content: "\e656";
}

/* line 256, ../../app/styles/includes/_typography.scss */
.icon-number-7-solid:before {
  content: "\37";
}

/* line 260, ../../app/styles/includes/_typography.scss */
.icon-number-6:before {
  content: "\e658";
}

/* line 264, ../../app/styles/includes/_typography.scss */
.icon-number-6-solid:before {
  content: "\36";
}

/* line 268, ../../app/styles/includes/_typography.scss */
.icon-number-5:before {
  content: "\e65a";
}

/* line 272, ../../app/styles/includes/_typography.scss */
.icon-number-5-solid:before {
  content: "\35";
}

/* line 276, ../../app/styles/includes/_typography.scss */
.icon-number-4:before {
  content: "\e65c";
}

/* line 280, ../../app/styles/includes/_typography.scss */
.icon-number-4-solid:before {
  content: "\34";
}

/* line 284, ../../app/styles/includes/_typography.scss */
.icon-number-3:before {
  content: "\e65e";
}

/* line 288, ../../app/styles/includes/_typography.scss */
.icon-number-3-solid:before {
  content: "\33";
}

/* line 292, ../../app/styles/includes/_typography.scss */
.icon-number-2:before {
  content: "\e660";
}

/* line 296, ../../app/styles/includes/_typography.scss */
.icon-number-2-solid:before {
  content: "\32";
}

/* line 300, ../../app/styles/includes/_typography.scss */
.icon-number-1:before {
  content: "\e662";
}

/* line 304, ../../app/styles/includes/_typography.scss */
.icon-number-1-solid:before {
  content: "\31";
}

/* line 308, ../../app/styles/includes/_typography.scss */
.icon-letter-J:before {
  content: "\6a";
}

/* line 312, ../../app/styles/includes/_typography.scss */
.icon-letter-J-solid:before {
  content: "\4a";
}

/* line 316, ../../app/styles/includes/_typography.scss */
.icon-letter-I:before {
  content: "\69";
}

/* line 320, ../../app/styles/includes/_typography.scss */
.icon-letter-I-solid:before {
  content: "\49";
}

/* line 324, ../../app/styles/includes/_typography.scss */
.icon-letter-H:before {
  content: "\68";
}

/* line 328, ../../app/styles/includes/_typography.scss */
.icon-letter-H-solid:before {
  content: "\48";
}

/* line 332, ../../app/styles/includes/_typography.scss */
.icon-letter-G:before {
  content: "\67";
}

/* line 336, ../../app/styles/includes/_typography.scss */
.icon-letter-G-solid:before {
  content: "\47";
}

/* line 340, ../../app/styles/includes/_typography.scss */
.icon-letter-F:before {
  content: "\66";
}

/* line 344, ../../app/styles/includes/_typography.scss */
.icon-letter-F-solid:before {
  content: "\46";
}

/* line 348, ../../app/styles/includes/_typography.scss */
.icon-letter-E:before {
  content: "\65";
}

/* line 352, ../../app/styles/includes/_typography.scss */
.icon-letter-E-solid:before {
  content: "\45";
}

/* line 356, ../../app/styles/includes/_typography.scss */
.icon-letter-D:before {
  content: "\64";
}

/* line 360, ../../app/styles/includes/_typography.scss */
.icon-letter-D-solid:before {
  content: "\44";
}

/* line 364, ../../app/styles/includes/_typography.scss */
.icon-letter-C:before {
  content: "\63";
}

/* line 368, ../../app/styles/includes/_typography.scss */
.icon-letter-C-solid:before {
  content: "\43";
}

/* line 372, ../../app/styles/includes/_typography.scss */
.icon-letter-B:before {
  content: "\62";
}

/* line 376, ../../app/styles/includes/_typography.scss */
.icon-letter-B-solid:before {
  content: "\42";
}

/* line 380, ../../app/styles/includes/_typography.scss */
.icon-letter-A:before {
  content: "\61";
}

/* line 384, ../../app/styles/includes/_typography.scss */
.icon-letter-A-solid:before {
  content: "\41";
}

/* line 388, ../../app/styles/includes/_typography.scss */
.icon-cart:before {
  content: "\e664";
}

/* line 392, ../../app/styles/includes/_typography.scss */
.icon-notification-date-range-lines:before {
  content: "\e652";
}

/* line 396, ../../app/styles/includes/_typography.scss */
.icon-notification-date-range-hand:before {
  content: "\e653";
}

/* line 400, ../../app/styles/includes/_typography.scss */
.icon-edit-simple:before {
  content: "\e650";
}

/* line 404, ../../app/styles/includes/_typography.scss */
.icon-arrow-activate:before {
  content: "\e651";
}

/* line 408, ../../app/styles/includes/_typography.scss */
.icon-arrow-and-border-mobile:before {
  content: "\e64e";
}

/* line 412, ../../app/styles/includes/_typography.scss */
.icon-arrow-and-border:before {
  content: "\e64f";
}

/* line 416, ../../app/styles/includes/_typography.scss */
.icon-plus-circle:before {
  content: "\e64c";
}

/* line 420, ../../app/styles/includes/_typography.scss */
.icon-minus-circle:before {
  content: "\e64d";
}

/* line 424, ../../app/styles/includes/_typography.scss */
.icon-triangle:before {
  content: "\e64b";
}

/* line 428, ../../app/styles/includes/_typography.scss */
.icon-speed:before {
  content: "\e645";
}

/* line 432, ../../app/styles/includes/_typography.scss */
.icon-time:before {
  content: "\e646";
}

/* line 436, ../../app/styles/includes/_typography.scss */
.icon-weight:before {
  content: "\e647";
}

/* line 440, ../../app/styles/includes/_typography.scss */
.icon-varoma:before {
  content: "\e648";
}

/* line 444, ../../app/styles/includes/_typography.scss */
.icon-lid-closed:before {
  content: "\e649";
}

/* line 448, ../../app/styles/includes/_typography.scss */
.icon-items-in-use:before {
  content: "\e64a";
}

/* line 452, ../../app/styles/includes/_typography.scss */
.icon-one-two-three:before {
  content: "\e644";
}

/* line 456, ../../app/styles/includes/_typography.scss */
.icon-steps:before {
  content: "\e643";
}

/* line 460, ../../app/styles/includes/_typography.scss */
.icon-best-rated:before {
  content: "\e642";
}

/* line 464, ../../app/styles/includes/_typography.scss */
.icon-cross-big:before {
  content: "\e641";
}

/* line 468, ../../app/styles/includes/_typography.scss */
.icon-upload:before {
  content: "\e640";
}

/* line 472, ../../app/styles/includes/_typography.scss */
.icon-forward:before {
  content: "\e63c";
}

/* line 476, ../../app/styles/includes/_typography.scss */
.icon-circle:before {
  content: "\e63b";
}

/* line 480, ../../app/styles/includes/_typography.scss */
.icon-circle-cross:before {
  content: "\e63a";
}

/* line 484, ../../app/styles/includes/_typography.scss */
.icon-favourite-inverse:before {
  content: "\e639";
}

/* line 488, ../../app/styles/includes/_typography.scss */
.icon-email:before {
  content: "\e638";
}

/* line 492, ../../app/styles/includes/_typography.scss */
.icon-edit:before {
  content: "\e637";
}

/* line 496, ../../app/styles/includes/_typography.scss */
.icon-reveal:before {
  content: "\e626";
}

/* line 500, ../../app/styles/includes/_typography.scss */
.icon-hide:before {
  content: "\e628";
}

/* line 504, ../../app/styles/includes/_typography.scss */
.icon-next:before {
  content: "\e601";
}

/* line 508, ../../app/styles/includes/_typography.scss */
.icon-tip:before {
  content: "\e60b";
}

/* line 512, ../../app/styles/includes/_typography.scss */
.icon-nutritional:before {
  content: "\e60c";
}

/* line 516, ../../app/styles/includes/_typography.scss */
.icon-total-time:before {
  content: "\e60d";
}

/* line 520, ../../app/styles/includes/_typography.scss */
.icon-preparation-time:before {
  content: "\e60e";
}

/* line 524, ../../app/styles/includes/_typography.scss */
.icon-portion:before {
  content: "\e60f";
}

/* line 528, ../../app/styles/includes/_typography.scss */
.icon-favourite:before {
  content: "\e60a";
}

/* line 532, ../../app/styles/includes/_typography.scss */
.icon-difficulty:before {
  content: "\e610";
}

/* line 536, ../../app/styles/includes/_typography.scss */
.icon-stirring:before {
  content: "\e615";
}

/* line 540, ../../app/styles/includes/_typography.scss */
.icon-reverse:before {
  content: "\e614";
}

/* line 544, ../../app/styles/includes/_typography.scss */
.icon-reverse-off:before {
  content: "\e611";
}

/* line 548, ../../app/styles/includes/_typography.scss */
.icon-dough-mode:before {
  content: "\e612";
}

/* line 552, ../../app/styles/includes/_typography.scss */
.icon-search:before {
  content: "\e613";
}

/* line 556, ../../app/styles/includes/_typography.scss */
.icon-back:before {
  content: "\e602";
}

/* line 560, ../../app/styles/includes/_typography.scss */
.icon-arrow:before {
  content: "\e603";
}

/* line 564, ../../app/styles/includes/_typography.scss */
.icon-warning:before {
  content: "\e604";
}

/* line 568, ../../app/styles/includes/_typography.scss */
.icon-plus:before {
  content: "\e616";
}

/* line 572, ../../app/styles/includes/_typography.scss */
.icon-ok:before {
  content: "\e617";
}

/* line 576, ../../app/styles/includes/_typography.scss */
.icon-minus:before {
  content: "\e618";
}

/* line 580, ../../app/styles/includes/_typography.scss */
.icon-lock:before {
  content: "\e619";
}

/* line 584, ../../app/styles/includes/_typography.scss */
.icon-included:before {
  content: "\e61a";
}

/* line 588, ../../app/styles/includes/_typography.scss */
.icon-help:before {
  content: "\e61b";
}

/* line 592, ../../app/styles/includes/_typography.scss */
.icon-checkmark:before {
  content: "\e61c";
}

/* line 596, ../../app/styles/includes/_typography.scss */
.icon-cancel:before {
  content: "\e605";
}

/* line 600, ../../app/styles/includes/_typography.scss */
.icon-wishlist:before {
  content: "\e606";
}

/* line 604, ../../app/styles/includes/_typography.scss */
.icon-shoppinglist:before {
  content: "\e635";
}

/* line 608, ../../app/styles/includes/_typography.scss */
.icon-voucher:before {
  content: "\e607";
}

/* line 612, ../../app/styles/includes/_typography.scss */
.icon-user:before {
  content: "\e608";
}

/* line 616, ../../app/styles/includes/_typography.scss */
.icon-user-large:before {
  content: "\e609";
}

/* line 620, ../../app/styles/includes/_typography.scss */
.icon-shopping-basket:before {
  content: "\e625";
}

/* line 624, ../../app/styles/includes/_typography.scss */
.icon-register:before {
  content: "\e624";
}

/* line 628, ../../app/styles/includes/_typography.scss */
.icon-recommendations:before {
  content: "\e621";
}

/* line 632, ../../app/styles/includes/_typography.scss */
.icon-recipe:before {
  content: "\e620";
}

/* line 636, ../../app/styles/includes/_typography.scss */
.icon-question:before {
  content: "\e61e";
}

/* line 640, ../../app/styles/includes/_typography.scss */
.icon-planner:before {
  content: "\e61d";
}

/* line 644, ../../app/styles/includes/_typography.scss */
.icon-new:before {
  content: "\e62d";
}

/* line 648, ../../app/styles/includes/_typography.scss */
.icon-love:before {
  content: "\e62c";
}

/* line 652, ../../app/styles/includes/_typography.scss */
.icon-logout:before {
  content: "\e62b";
}

/* line 656, ../../app/styles/includes/_typography.scss */
.icon-login:before {
  content: "\e62a";
}

/* line 660, ../../app/styles/includes/_typography.scss */
.icon-home:before {
  content: "\e629";
}

/* line 664, ../../app/styles/includes/_typography.scss */
.icon-history:before {
  content: "\e627";
}

/* line 668, ../../app/styles/includes/_typography.scss */
.icon-cookstick:before {
  content: "\e623";
}

/* line 672, ../../app/styles/includes/_typography.scss */
.icon-collection:before {
  content: "\e622";
}

/* line 676, ../../app/styles/includes/_typography.scss */
.icon-bookmark:before {
  content: "\e61f";
}

/* line 680, ../../app/styles/includes/_typography.scss */
.icon-print:before {
  content: "\e636";
}

/* line 684, ../../app/styles/includes/_typography.scss */
.icon-dots:before {
  content: "\e62e";
}

/* line 688, ../../app/styles/includes/_typography.scss */
.icon-dot-middle:before {
  content: "\e62f";
}

/* line 692, ../../app/styles/includes/_typography.scss */
.icon-bimby-logo:before {
  content: "\e665";
}

/* line 696, ../../app/styles/includes/_typography.scss */
.icon-thermomix-logo:before {
  content: "\e630";
}

/* line 700, ../../app/styles/includes/_typography.scss */
.icon-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:before {
  content: "\e631";
}

/* line 704, ../../app/styles/includes/_typography.scss */
.icon-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:before {
  content: "\e632";
}

/* line 708, ../../app/styles/includes/_typography.scss */
.icon-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:before {
  content: "\e633";
}

/* line 712, ../../app/styles/includes/_typography.scss */
.icon-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:before {
  content: "\e634";
}

/* line 716, ../../app/styles/includes/_typography.scss */
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 731, ../../app/styles/includes/_typography.scss */
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 740, ../../app/styles/includes/_typography.scss */
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 749, ../../app/styles/includes/_typography.scss */
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 758, ../../app/styles/includes/_typography.scss */
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 767, ../../app/styles/includes/_typography.scss */
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 2, ../../app/styles/includes/_forms.scss */
.btn-signin {
  color: white;
  background-color: #009a3d;
}

/* line 7, ../../app/styles/includes/_forms.scss */
.btn-cancel {
  color: #333333;
  background-color: white;
  border: 1px solid #e1e1e1;
}

/* line 13, ../../app/styles/includes/_forms.scss */
.btn-cancel:hover {
  color: #333333;
}

/* line 17, ../../app/styles/includes/_forms.scss */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  border: 0;
}

/* line 21, ../../app/styles/includes/_forms.scss */
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active,
.btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active,
.btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active, .btn-cancel.active, .btn-cancel:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 28, ../../app/styles/includes/_forms.scss */
.field-validation-error {
  font-family: arial;
  font-size: 12px;
  color: #c60b46;
}

/* line 32, ../../app/styles/includes/_forms.scss */
.disabled {
  pointer-events: none  !important;
  cursor: default  !important;
  text-decoration: none  !important;
  opacity: 0.40  !important;
}

/* line 22, ../../app/styles/includes/_mixins.scss */
.disabled:hover {
  background: transparent  !important;
  cursor: default  !important;
  color: inherit  !important;
}

/* line 36, ../../app/styles/includes/_forms.scss */
.bg-register select {
  color: #999;
}

/* line 40, ../../app/styles/includes/_forms.scss */
.bg-register select option {
  color: #555;
}

/* line 44, ../../app/styles/includes/_forms.scss */
input.error, input.error:focus, select.error {
  border: 1px solid #c60b46;
}

/*  setup  steps  */
/*  For  right  adjustment  of  the  columns  in  percent
If  you  have  4-steps  wizard  you  should  use  .tm-4-steps  on  every  step  container
*/
/* line 54, ../../app/styles/includes/_forms.scss */
.tm-1-steps {
  width: 100%;
  position: relative;
  min-height: 1px;
}

/* line 54, ../../app/styles/includes/_forms.scss */
.tm-2-steps {
  width: 50%;
  position: relative;
  min-height: 1px;
}

/* line 54, ../../app/styles/includes/_forms.scss */
.tm-3-steps {
  width: 33.33333%;
  position: relative;
  min-height: 1px;
}

/* line 54, ../../app/styles/includes/_forms.scss */
.tm-4-steps {
  width: 25%;
  position: relative;
  min-height: 1px;
}

/* line 61, ../../app/styles/includes/_forms.scss */
.tm-steps {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 68, ../../app/styles/includes/_forms.scss */
.tm-steps:before,
.tm-steps:after {
  content: "  ";
  display: table;
}

/* line 74, ../../app/styles/includes/_forms.scss */
.tm-steps:after {
  clear: both;
}

/* line 78, ../../app/styles/includes/_forms.scss */
.tm-steps > li {
  padding: 0;
  margin: 0;
  float: left;
}

/* line 84, ../../app/styles/includes/_forms.scss */
.tm-steps > li > a {
  display: block;
  position: relative;
  color: #113c2b;
  height: 77px;
  text-align: center;
  font-size: 16px;
  line-height: 75px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 94, ../../app/styles/includes/_forms.scss */
.tm-steps > li > a:hover {
  cursor: default;
}

/* line 99, ../../app/styles/includes/_forms.scss */
.tm-steps > li:after,
.tm-steps > li:before {
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  content: "  ";
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -38.5px;
  border-top: 38.5px  solid  transparent;
  /*  Go  big  on  the  size,  and  let  overflow  hide  */
  border-bottom: 38.5px  solid  transparent;
  z-index: 1;
}

/* line 117, ../../app/styles/includes/_forms.scss */
.tm-steps > li:before {
  border-left: 25.66667px solid #e1e1e1;
  z-index: 2;
  margin-left: 1px;
}

/* line 123, ../../app/styles/includes/_forms.scss */
.tm-steps > li:after {
  border-left: 25.666666666666668px  solid  #F3F3F3;
  z-index: 3;
}

/* line 128, ../../app/styles/includes/_forms.scss */
.tm-steps > li:hover {
  color: #333333;
  cursor: default;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 134, ../../app/styles/includes/_forms.scss */
.tm-steps > li:hover:after {
  border-left-color: #f0f0f1;
}

/* line 138, ../../app/styles/includes/_forms.scss */
.tm-steps > li.tm-selected > a {
  color: #333333;
  background-color: white;
}

/* line 143, ../../app/styles/includes/_forms.scss */
.tm-steps > li.tm-selected {
  background-color: white;
}

/* line 147, ../../app/styles/includes/_forms.scss */
.tm-steps > li.tm-selected:after {
  border-left: 25.66667px solid white;
}

/* line 151, ../../app/styles/includes/_forms.scss */
.tm-steps > li.tm-selected > a:after {
  border-left-color: white;
}

/* line 155, ../../app/styles/includes/_forms.scss */
.tm-steps > li:last-child > a:before,
.tm-steps > li:last-child > a:after {
  display: none;
}

/* line 160, ../../app/styles/includes/_forms.scss */
.tm-steps a {
  text-decoration: none;
}

/* line 164, ../../app/styles/includes/_forms.scss */
.tm-steps a,
.tm-steps a:visited {
  color: #B1B9B5;
}

/*  FORM  WRAPPER  */
/* line 170, ../../app/styles/includes/_forms.scss */
.container-form {
  font-size: 14px;
  margin: 70px  auto  0  auto;
  width: 929px;
}

/* line 175, ../../app/styles/includes/_forms.scss */
.container-form .container-form-wrapper {
  margin: auto  26px  auto  26px;
}

/* line 178, ../../app/styles/includes/_forms.scss */
.container-form .tm-setup {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 1px silver;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: #f3f3f3;
  height: 73px;
}

/* line 189, ../../app/styles/includes/_forms.scss */
.container-form .header {
  text-align: center;
  margin-bottom: 27px;
}

/* line 192, ../../app/styles/includes/_forms.scss */
.container-form .header h1 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 37px;
  line-height: 39px;
}

/* line 198, ../../app/styles/includes/_forms.scss */
.container-form .header h2.sub {
  color: #113c2b;
  line-height: 24px;
  margin-top: 0px;
}

/* line 203, ../../app/styles/includes/_forms.scss */
.container-form .header i.icon-checkmark {
  color: #009a3d;
  padding-bottom: 20px;
  height: 42px;
  display: inline-block;
  font-size: 2em;
}

/* line 211, ../../app/styles/includes/_forms.scss */
.container-form .content-wrapper {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 1px silver;
  margin-top: 30px;
  overflow: hidden;
  min-height: 250px;
  background-color: white;
}

/* line 219, ../../app/styles/includes/_forms.scss */
.container-form .content-wrapper .content {
  min-height: 250px;
  padding: 30px;
}

/* line 223, ../../app/styles/includes/_forms.scss */
.container-form .content-wrapper .actions {
  padding: 0  30px  30px  30px;
}

/* line 226, ../../app/styles/includes/_forms.scss */
.container-form .content-wrapper .footer {
  border-top: 1px  solid  #DDDBDC;
  background: #F1F0EE;
  padding: 30px;
  text-align: center;
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.form-group .clearfix, .form-group .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.form-group .clearfix:before, .form-group .list-heading:before,
.form-group .clearfix:after,
.form-group .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.form-group .clearfix:after, .form-group .list-heading:after {
  clear: both;
}

/* line 239, ../../app/styles/includes/_forms.scss */
.content-inner {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 30px;
  position: relative;
}

/* line 245, ../../app/styles/includes/_forms.scss */
.content-inner .form-control {
  height: 37px;
  margin-bottom: 5px;
}

/* line 249, ../../app/styles/includes/_forms.scss */
.content-inner hr {
  margin: 28px  -30px  30px  -30px;
  border-top: 1px  solid  #ddd;
}

/* line 253, ../../app/styles/includes/_forms.scss */
.content-inner .adjust-margin {
  margin-bottom: 18px;
}

/* line 256, ../../app/styles/includes/_forms.scss */
.content-inner .body2 {
  margin-top: -16px;
}

/* line 260, ../../app/styles/includes/_forms.scss */
.content-inner.yellow:hover, .content-inner.yellow.active {
  background-color: #FFFAEA;
  border-color: #fbc71c;
}

/* line 267, ../../app/styles/includes/_forms.scss */
.no-margin {
  margin: 0;
}

/* line 271, ../../app/styles/includes/_forms.scss */
.form-hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height  0.5s;
  transition: max-height  0.5s;
}

/* line 277, ../../app/styles/includes/_forms.scss */
.form-active,
.formActive {
  max-height: 500px;
  -webkit-transition: max-height  1s;
  transition: max-height  1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 284, ../../app/styles/includes/_forms.scss */
.content-wrapper .content-inner .actions {
  padding: 0;
}

/* line 288, ../../app/styles/includes/_forms.scss */
.label-floated {
  float: left;
  width: 259px;
  display: block;
  text-align: right;
  margin-right: 11px;
  padding-top: 7px;
}

/* line 297, ../../app/styles/includes/_forms.scss */
.element-floated {
  width: 327px;
  float: left;
}

/* line 302, ../../app/styles/includes/_forms.scss */
.optional {
  display: block;
  line-height: 0.6;
}

/* line 307, ../../app/styles/includes/_forms.scss */
input.error {
  background: white url(../images/forms/alert.png) no-repeat 100% 50%;
}

/* line 311, ../../app/styles/includes/_forms.scss */
.button-inactive, .button-inactive:hover,
.btn-inactive, .btn-inactive:hover, .btn-active:active, .btn-active:focus {
  background: #dadada;
  cursor: default;
}

/*  Notification  popovers  */
/* line 318, ../../app/styles/includes/_forms.scss */
div.popover {
  padding: 30px;
}

/* line 320, ../../app/styles/includes/_forms.scss */
div.popover h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 10px;
  height: 10px;
  padding: 0px  0px  16px  0px;
  background-color: white;
  border-bottom: none;
  border-radius: 0;
  position: relative;
  text-transform: none;
  padding-right: 20px !important;
  margin-bottom: 20px  !important;
  background: url(../images/cross.png) no-repeat top right;
}

/* line 335, ../../app/styles/includes/_forms.scss */
div.popover .popover-content {
  margin: 0px;
  padding: 0px;
}

/*  end  Notification  popovers  */
@media (max-width: 628px) {
  /* line 344, ../../app/styles/includes/_forms.scss */
  .content-inner {
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 0;
    border: 0px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px;
    margin: 0  -30px;
  }
  /* line 352, ../../app/styles/includes/_forms.scss */
  .element-floated, .label-floated {
    float: none;
    width: 100%;
    text-align: left;
  }
  /* line 357, ../../app/styles/includes/_forms.scss */
  .optional {
    display: inline-block;
  }
}

@-webkit-keyframes loading {
  /* line 6, ../../app/styles/includes/_animations.scss */
  0%,
  100% {
    opacity: 1;
    left: -8px;
  }
  /* line 11, ../../app/styles/includes/_animations.scss */
  25% {
    opacity: .6;
    left: 0;
  }
  /* line 15, ../../app/styles/includes/_animations.scss */
  50% {
    opacity: .3;
    left: 8px;
  }
  /* line 19, ../../app/styles/includes/_animations.scss */
  75% {
    opacity: 0;
    left: 8px;
  }
}


@keyframes loading {
  /* line 69, ../../app/styles/includes/_animations.scss */
  0%,
  100% {
    opacity: 1;
    left: -8px;
  }
  /* line 74, ../../app/styles/includes/_animations.scss */
  25% {
    opacity: .6;
    left: 0;
  }
  /* line 78, ../../app/styles/includes/_animations.scss */
  50% {
    opacity: .3;
    left: 8px;
  }
  /* line 82, ../../app/styles/includes/_animations.scss */
  75% {
    opacity: 0;
    left: 8px;
  }
}


/* line 89, ../../app/styles/includes/_animations.scss */
.icon-pulse, .tm-loader .icon:nth-child(4), .tm-loader .icon-tab-left-first:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first:nth-child(4), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:nth-child(4), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first:nth-child(4), .tm-loader .icon-tab-left:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left:nth-child(4), .tm-loader .icon-tab-right:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right:nth-child(4), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:nth-child(4), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right:nth-child(4), .tm-loader .icon-tab-right-last:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last:nth-child(4) {
  -webkit-animation: loading 900ms steps(1) infinite;
  animation: loading 900ms steps(1) infinite;
}

/* line 94, ../../app/styles/includes/_animations.scss */
.tm-loader {
  font-size: 24px;
  color: #a7b0ad;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
}

/* line 105, ../../app/styles/includes/_animations.scss */
.tm-loader .icon, .tm-loader .icon-tab-left-first, .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first, .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first, .tm-loader .icon-tab-left, .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left, .tm-loader .icon-tab-right, .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right, .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right, .tm-loader .icon-tab-right-last, .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0.2;
}

/* line 112, ../../app/styles/includes/_animations.scss */
.tm-loader .icon:nth-child(1), .tm-loader .icon-tab-left-first:nth-child(1), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:nth-child(1), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first:nth-child(1), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:nth-child(1), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first:nth-child(1), .tm-loader .icon-tab-left:nth-child(1), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:nth-child(1), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left:nth-child(1), .tm-loader .icon-tab-right:nth-child(1), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:nth-child(1), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right:nth-child(1), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:nth-child(1), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right:nth-child(1), .tm-loader .icon-tab-right-last:nth-child(1), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:nth-child(1), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last:nth-child(1) {
  left: -8px;
}

/* line 115, ../../app/styles/includes/_animations.scss */
.tm-loader .icon:nth-child(2), .tm-loader .icon-tab-left-first:nth-child(2), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:nth-child(2), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first:nth-child(2), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:nth-child(2), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first:nth-child(2), .tm-loader .icon-tab-left:nth-child(2), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:nth-child(2), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left:nth-child(2), .tm-loader .icon-tab-right:nth-child(2), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:nth-child(2), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right:nth-child(2), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:nth-child(2), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right:nth-child(2), .tm-loader .icon-tab-right-last:nth-child(2), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:nth-child(2), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last:nth-child(2) {
  left: 0px;
}

/* line 118, ../../app/styles/includes/_animations.scss */
.tm-loader .icon:nth-child(3), .tm-loader .icon-tab-left-first:nth-child(3), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:nth-child(3), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first:nth-child(3), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:nth-child(3), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first:nth-child(3), .tm-loader .icon-tab-left:nth-child(3), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:nth-child(3), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left:nth-child(3), .tm-loader .icon-tab-right:nth-child(3), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:nth-child(3), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right:nth-child(3), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:nth-child(3), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right:nth-child(3), .tm-loader .icon-tab-right-last:nth-child(3), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:nth-child(3), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last:nth-child(3) {
  left: 8px;
}

/* line 121, ../../app/styles/includes/_animations.scss */
.tm-loader .icon:nth-child(4), .tm-loader .icon-tab-left-first:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left-first:nth-child(4), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:nth-child(4), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-left-first:nth-child(4), .tm-loader .icon-tab-left:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-left:nth-child(4), .tm-loader .icon-tab-right:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right:nth-child(4), .tm-loader .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:nth-child(4), .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-loader .tm-category-tab-right:nth-child(4), .tm-loader .icon-tab-right-last:nth-child(4), .tm-loader .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:nth-child(4), .tm-category-tabs .tm-categories .tm-category .tm-loader .tm-category-tab-right-last:nth-child(4) {
  opacity: 1;
}

/* line 1, ../../app/styles/includes/content/_signin.scss */
#modal-overlay {
  position: fixed;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.21);
  width: 100%;
}

/* line 11, ../../app/styles/includes/content/_signin.scss */
#signin-form.modal-mode {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  top: 44px;
  padding-bottom: 20px;
}
@media (max-width: 360px) {
  #signin-form.modal-mode {
    padding-bottom: 0;
  }
}

/* line 23, ../../app/styles/includes/content/_signin.scss */
#signin-form div.showPassword {
  position: absolute;
  right: 25px;
  top: 0px;
  display: block;
}

/* line 30, ../../app/styles/includes/content/_signin.scss */
#signin-form form .form-control {
  height: 38px;
}

/* line 34, ../../app/styles/includes/content/_signin.scss */
#signin-form .errorMessage {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #E35320;
  margin-bottom: 20px;
}

/* line 39, ../../app/styles/includes/content/_signin.scss */
#signin-form .errorMessage p {
  padding: 5px  15px;
  font-size: 12px;
  color: white;
}

/* line 45, ../../app/styles/includes/content/_signin.scss */
#signin-form .container {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 1px 1px silver;
  width: 520px;
  background: white;
  overflow: hidden;
}

#signin-form .tos-error {
  color: #C3003E;
}

/* line 53, ../../app/styles/includes/content/_signin.scss */
#signin-form .w857 {
  width: 600px;
}

/* line 56, ../../app/styles/includes/content/_signin.scss */
#signin-form .w707 {
  width: 600px;
}

/* line 59, ../../app/styles/includes/content/_signin.scss */
#signin-form .signin-form {
  padding: 30px  40px;
}

/* line 62, ../../app/styles/includes/content/_signin.scss */
#signin-form .password-rel {
  position: relative;
}

/* line 65, ../../app/styles/includes/content/_signin.scss */
#signin-form header.signInLabel {
  margin-bottom: 27px;
}

/* line 67, ../../app/styles/includes/content/_signin.scss */
#signin-form header.signInLabel h1 {
  font-size: 37px;
}

/* line 70, ../../app/styles/includes/content/_signin.scss */
#signin-form header.signInLabel h1.signIn-whiteHeader {
  color: white;
}

/* line 74, ../../app/styles/includes/content/_signin.scss */
#signin-form .email-container {
  margin-bottom: 15px;
}

/* line 76, ../../app/styles/includes/content/_signin.scss */
#signin-form .email-container label {
  margin-bottom: 5px;
}

/* line 80, ../../app/styles/includes/content/_signin.scss */
#signin-form .password-container {
  margin-bottom: 20px;
}

/* line 82, ../../app/styles/includes/content/_signin.scss */
#signin-form .password-container label {
  margin-bottom: 10px;
}

/* line 86, ../../app/styles/includes/content/_signin.scss */
#signin-form .staySignedIn-container {
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 90, ../../app/styles/includes/content/_signin.scss */
#signin-form footer {
  border-top: 1px  solid  #e0e0e1;
  background-color: #F3F2F0;
}

/* line 93, ../../app/styles/includes/content/_signin.scss */
#signin-form footer .help {
  display: table;
  width: 100%;
}

/* line 96, ../../app/styles/includes/content/_signin.scss */
#signin-form footer .help > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 355px;
  border-top: 1px solid #eeeeee;
  padding: 28px;
  color: #a3a3a3;
}

/* line 105, ../../app/styles/includes/content/_signin.scss */
#signin-form button.btn-signin {
  height: 44px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

.tos-agreement {
	margin-bottom: 20px;
}

/* line 1, ../../app/styles/includes/content/_signup.scss */
.pw-strength {
  margin: -10px 0 20px 0;
  display: none;
}

/* line 5, ../../app/styles/includes/content/_signup.scss */
.pw-strength p {
  color: #999;
  font-size: 12px;
  margin: 0;
}

/* line 9, ../../app/styles/includes/content/_signup.scss */
.pw-strength p:first-child {
  margin-top: 3px;
  padding: 0  0  2px  0;
}

/* line 13, ../../app/styles/includes/content/_signup.scss */
.pw-strength p:last-child {
  padding: 3px  0  0  0;
}

/* line 19, ../../app/styles/includes/content/_signup.scss */
.pw-strength-indicator {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 3px;
  height: 9px;
  background: #f3f2f0;
  width: 100%;
}

/* line 24, ../../app/styles/includes/content/_signup.scss */
.pw-strength-indicator > .pw-strength-bar {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 3px;
  height: 9px;
}

/* line 30, ../../app/styles/includes/content/_signup.scss */
.pw-strength-bar {
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 35, ../../app/styles/includes/content/_signup.scss */
.pw-red {
  width: 33%;
  background: #c3003e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 41, ../../app/styles/includes/content/_signup.scss */
.pw-orange {
  width: 66%;
  background: #e3531f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 47, ../../app/styles/includes/content/_signup.scss */
.pw-green {
  width: 100%;
  background: #94c11c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 53, ../../app/styles/includes/content/_signup.scss */
.button-loader {
  position: relative;
}

/* line 55, ../../app/styles/includes/content/_signup.scss */
.button-loader .tm-loader {
  right: 14px;
  top: 50%;
  left: auto;
  display: none;
  margin-top: -10px;
}

/* line 64, ../../app/styles/includes/content/_signup.scss */
.signin-confirm {
  text-align: center;
}

/* line 68, ../../app/styles/includes/content/_signup.scss */
.link-expired {
  text-align: center;
  color: #e3531f;
  background: #f9f9f9;
}

/* line 72, ../../app/styles/includes/content/_signup.scss */
.link-expired .icon, .link-expired .icon-tab-left-first, .link-expired .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .link-expired .tm-category-tab-left-first, .link-expired .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .link-expired .tm-category-tab-left-first, .link-expired .icon-tab-left, .link-expired .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .link-expired .tm-category-tab-left, .link-expired .icon-tab-right, .link-expired .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .link-expired .tm-category-tab-right, .link-expired .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .link-expired .tm-category-tab-right, .link-expired .icon-tab-right-last, .link-expired .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .link-expired .tm-category-tab-right-last {
  font-size: 56px;
  margin-top: 20px;
}

/* line 76, ../../app/styles/includes/content/_signup.scss */
.link-expired p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  margin: 28px  0  20px  8px;
}

/* line 84, ../../app/styles/includes/content/_signup.scss */
.link-used {
  text-align: center;
}

/* line 86, ../../app/styles/includes/content/_signup.scss */
.link-used p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 92, ../../app/styles/includes/content/_signup.scss */
.link-used button {
  margin-bottom: 20px;
}

/* line 99, ../../app/styles/includes/content/_signup.scss */
#link-used #signin-form h1 {
  font-size: 42px;
  margin-bottom: -10px;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
/* line 5, ../../app/styles/includes/directives/_main-menu.scss */
.headroom {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
}

/* line 8, ../../app/styles/includes/directives/_main-menu.scss */
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 11, ../../app/styles/includes/directives/_main-menu.scss */
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 14, ../../app/styles/includes/directives/_main-menu.scss */
.has-nav-fixed-top {
  margin-top: 72px;
}

/* line 17, ../../app/styles/includes/directives/_main-menu.scss */
.hiddenonly {
  display: none;
}

/* line 20, ../../app/styles/includes/directives/_main-menu.scss */
.showonly {
  display: block;
}

/* line 23, ../../app/styles/includes/directives/_main-menu.scss */
.navbar {
  border-radius: 0;
}

/* line 26, ../../app/styles/includes/directives/_main-menu.scss */
.container .tongue {
  text-align: center;
  z-index: 2;
  bottom: -1px;
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 0;
}

/* line 36, ../../app/styles/includes/directives/_main-menu.scss */
.container .tongue.open {
  height: 19px;
}

/* line 39, ../../app/styles/includes/directives/_main-menu.scss */
.container .tongue.open img {
  bottom: 0;
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
}

/* line 43, ../../app/styles/includes/directives/_main-menu.scss */
.container .tongue img {
  -webkit-transition: bottom .08s ease;
  transition: bottom .08s ease;
  bottom: -19px;
  position: relative;
  cursor: pointer;
}

/* line 51, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header {
  min-width: 275px;
  padding: 16px 0 0 0;
  height: 72px;
  min-width: 218px;
  background: white;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 3005;
  border-bottom: 1px solid #bbb;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 149, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .tm-nav-user .tm-label {
  min-width: 30px;
}

/* line 155, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .menu-cart-content .col-xs-8 {
  padding-left: 15%;
}

/* line 161, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .mobile-search-header button.do-search {
  position: absolute;
  top: 2px;
  right: 16px;
  height: 30px;
  padding-top: 2px;
  font-size: 20px;
  border: 0;
  background: white;
}

/* line 171, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .mobile-search-header button.clear-search {
  position: absolute;
  top: 2px;
  right: 42px;
  height: 30px;
  padding-top: 2px;
  font-size: 20px;
  border: 0;
  background: white;
  display: none;
}

/* line 182, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .mobile-search-header i.icon-back {
  font-size: 20px;
}

/* line 185, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .mobile-search-header input.searchfield {
  position: relative;
  padding-right: 60px;
}

/* line 189, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .mobile-search-header button.search-quit {
  border-radius: 4px;
  height: 34px;
  padding: 0 15px;
  position: relative;
  border: none;
  margin: 0 8px 0 15px;
  margin-left: -15px;
  float: left;
  background: none;
}

/* line 201, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header.nav-fixed-top {
  position: fixed;
  top: 0px;
  left: 0px;
}

/* line 206, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 26px;
}

/* line 217, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-header,
.tm-header .container > .navbar-collapse, .tm-header .container .cart-collapse {
  margin: 0;
}

/* line 222, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav li, .tm-header .container .dropdown-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 228, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav li.tm-nav.active a {
  background: none;
  color: #009a3d;
}

/* line 233, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse {
  box-shadow: 0 1px 6px #404040;
  position: absolute;
  left: -1px;
  background: white;
  width: 271px;
  min-width: 271px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  top: 60px;
  display: none !important;
}

/* line 248, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse.in, .tm-header .container .navbar-collapse.collapsing {
  display: block !important;
}

/* line 253, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse.collapse {
  display: none;
}

/* line 257, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav {
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 261, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 {
  position: relative;
  display: block;
  margin: 4px 0 3px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #cccccc;
  text-transform: uppercase;
  padding: 4px 22px 4px 16px;
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .clearfix, .tm-header .container .navbar-collapse .tm-nav > h3 .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .clearfix:before, .tm-header .container .navbar-collapse .tm-nav > h3 .list-heading:before,
.tm-header .container .navbar-collapse .tm-nav > h3 .clearfix:after,
.tm-header .container .navbar-collapse .tm-nav > h3 .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .clearfix:after, .tm-header .container .navbar-collapse .tm-nav > h3 .list-heading:after {
  clear: both;
}

/* line 273, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  position: relative;
  width: 36px;
  max-width: 36px;
  height: 34px;
  max-height: 34px;
  overflow: hidden;
  display: block;
  float: right;
  margin: -10px 0 2px 0;
  border: 1px solid #cccccc;
}

/* line 286, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile.tm-nav-profile-has-image {
  border: 1px solid #113c2b;
}

/* line 289, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile .tm-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  display: block;
  font-size: 18px;
  color: #113c2b;
  text-align: center;
  margin: 8px 0 0 0;
}

/* line 297, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile .tm-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

/* line 300, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile:hover {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  background: #159953;
  border-color: #113c2b;
}

/* line 305, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-collapse .tm-nav > h3 .tm-nav-profile:hover .tm-icon {
  color: #7fce9f;
}

/* line 314, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav,
.tm-header .container .navbar-nav ul.dropdown-menu {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 3px;
  width: 271px;
  max-width: 271px;
  margin: 0;
}

/* line 321, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li,
.tm-header .container .navbar-nav ul.dropdown-menu > li {
  float: none;
  margin: 0;
}

/* line 325, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li > a,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a {
  position: relative;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #113c2b;
  padding: 4px 22px 4px 50px;
  white-space: initial;
}

/* line 335, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li > a:hover,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a:hover {
  background-color: #009a3d;
  color: white;
}

/* line 340, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li > a .icon, .tm-header .container > .navbar-collapse .nav > li > a .icon-tab-left-first, .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-left-first, .tm-header .container > .navbar-collapse .nav > li > a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-left-first, .tm-header .container > .navbar-collapse .nav > li > a .icon-tab-left, .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-left, .tm-header .container > .navbar-collapse .nav > li > a .icon-tab-right, .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-right, .tm-header .container > .navbar-collapse .nav > li > a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-right, .tm-header .container > .navbar-collapse .nav > li > a .icon-tab-right-last, .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li > a .tm-category-tab-right-last,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .icon,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .icon-tab-left-first,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-left-first,
.tm-header .authenticated-home .container.categories .navbar-nav ul.dropdown-menu > li > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first,
.authenticated-home .tm-header .container.categories .navbar-nav ul.dropdown-menu > li > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first,
.tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-left-first,
.authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-left-first,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .icon-tab-left,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-left,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .icon-tab-right,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-right,
.tm-header .authenticated-home .container.categories .navbar-nav ul.dropdown-menu > li > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.authenticated-home .tm-header .container.categories .navbar-nav ul.dropdown-menu > li > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-right,
.authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-right,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .icon-tab-right-last,
.tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li > a .tm-category-tab-right-last {
  position: absolute;
  top: 0;
  left: 16px;
  margin-top: 4px;
  font-size: 19px;
  width: 20px;
  text-align: center;
}

/* line 351, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.active,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active {
  border-left: 4px solid #009a3d;
}

/* line 354, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.active > a,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a {
  background-color: transparent;
  padding: 4px 22px 4px 45px;
  color: #009a3d;
}

/* line 359, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.active > a:hover,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a:hover {
  background-color: #009a3d;
  color: white;
}

/* line 364, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.active > a .icon, .tm-header .container > .navbar-collapse .nav > li.active > a .icon-tab-left-first, .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-left-first, .tm-header .container > .navbar-collapse .nav > li.active > a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-left-first, .tm-header .container > .navbar-collapse .nav > li.active > a .icon-tab-left, .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-left, .tm-header .container > .navbar-collapse .nav > li.active > a .icon-tab-right, .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-right, .tm-header .container > .navbar-collapse .nav > li.active > a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-right, .tm-header .container > .navbar-collapse .nav > li.active > a .icon-tab-right-last, .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container > .navbar-collapse .nav > li.active > a .tm-category-tab-right-last,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .icon,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .icon-tab-left-first,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-left-first,
.tm-header .authenticated-home .container.categories .navbar-nav ul.dropdown-menu > li.active > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first,
.authenticated-home .tm-header .container.categories .navbar-nav ul.dropdown-menu > li.active > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first,
.tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-left-first,
.authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-left-first,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .icon-tab-left,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-left,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .icon-tab-right,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-right,
.tm-header .authenticated-home .container.categories .navbar-nav ul.dropdown-menu > li.active > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.authenticated-home .tm-header .container.categories .navbar-nav ul.dropdown-menu > li.active > a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right,
.tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-right,
.authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-right,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .icon-tab-right-last,
.tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last,
.tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-nav ul.dropdown-menu > li.active > a .tm-category-tab-right-last {
  left: 12px;
}

/* line 370, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.tm-nav-alternate,
.tm-header .container .navbar-nav ul.dropdown-menu > li.tm-nav-alternate {
  background-color: #f9f9f9;
}

/* line 374, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.tp-nav.active,
.tm-header .container .navbar-nav ul.dropdown-menu > li.tp-nav.active {
  background-color: none;
}

/* line 378, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container > .navbar-collapse .nav > li.divider,
.tm-header .container .navbar-nav ul.dropdown-menu > li.divider {
  height: 1px;
  margin: 16px 0 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 387, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-toggle {
  border-radius: 4px;
  height: 34px;
  padding: 0 15px;
  position: relative;
  border: none;
  margin: 0 8px 0 26px;
  margin-left: -15px;
  float: left;
}

/* line 84, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-toggle, .tm-header .container .navbar-toggle:focus, .tm-header .container .navbar-toggle:active, .tm-header .container .navbar-toggle.collapsed, .tm-header .container .navbar-toggle.collapsed:focus, .tm-header .container .navbar-toggle.collapsed:active {
  background: none;
}

/* line 390, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-toggle .bar {
  height: 3px;
  background-color: #113c2b;
}

/* line 395, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-toggle .icon-bar {
  background-color: #113c2b;
}

/* line 400, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-toggle:hover .icon-bar {
  background-color: #009a3d;
}

/* line 406, ../../app/styles/includes/directives/_main-menu.scss */
.tm-menu-open .tm-header .container .navbar-toggle .icon-bar {
  background-color: #009a3d;
}

/* line 412, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-header {
  width: 100%;
}

/* line 415, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-header a .icon, .tm-header .container .navbar-header a .icon-tab-left-first, .tm-header .container .navbar-header a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-header a .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .navbar-header a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .navbar-header a .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-header a .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-header a .tm-category-tab-left-first, .tm-header .container .navbar-header a .icon-tab-left, .tm-header .container .navbar-header a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-header a .tm-category-tab-left, .tm-header .container .navbar-header a .icon-tab-right, .tm-header .container .navbar-header a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-header a .tm-category-tab-right, .tm-header .authenticated-home .container.categories .navbar-header a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .tm-header .container.categories .navbar-header a .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-header a .tm-category-tab-right, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-header a .tm-category-tab-right, .tm-header .container .navbar-header a .icon-tab-right-last, .tm-header .container .navbar-header a .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-header a .tm-category-tab-right-last {
  padding-right: 8px;
}

/* line 420, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-brand {
  display: inline-block;
  margin: 0 -20px 0 0;
  padding: 0;
  width: 200px;
  color: #009a3d;
  font-size: 34px;
  height: 34px;
}

/* line 429, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-brand span {
  display: none;
}

/* line 434, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav {
  margin: 0;
  font-size: 0;
}

/* line 438, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav > li {
  display: inline-block;
  float: none;
}

/* line 442, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav > li.open > a {
  background: none;
  color: #009a3d;
}

/* line 447, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 14px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  color: #113c2b;
  text-shadow: none;
  height: 34px;
  line-height: 34px;
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
}

/* line 465, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav > li > a.btn-default {
  color: white;
  background-color: #159953;
  border-color: #cccccc;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-default:hover, .tm-header .container .navbar-nav > li > a.btn-default:focus, .tm-header .container .navbar-nav > li > a.btn-default:active, .tm-header .container .navbar-nav > li > a.btn-default.active {
  color: white;
  background-color: #107540;
  border-color: #adadad;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .tm-header .container .navbar-nav > li > a.btn-default.dropdown-toggle {
  color: white;
  background-color: #107540;
  border-color: #adadad;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-default:active, .tm-header .container .navbar-nav > li > a.btn-default.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .tm-header .container .navbar-nav > li > a.btn-default.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-default.disabled, .tm-header .container .navbar-nav > li > a.btn-default.disabled:hover, .tm-header .container .navbar-nav > li > a.btn-default.disabled:focus, .tm-header .container .navbar-nav > li > a.btn-default.disabled:active, .tm-header .container .navbar-nav > li > a.btn-default.disabled.active, .tm-header .container .navbar-nav > li > a.btn-default[disabled], .tm-header .container .navbar-nav > li > a.btn-default[disabled]:hover, .tm-header .container .navbar-nav > li > a.btn-default[disabled]:focus, .tm-header .container .navbar-nav > li > a.btn-default[disabled]:active, .tm-header .container .navbar-nav > li > a.btn-default[disabled].active, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-default, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-default:hover, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-default:focus, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-default:active, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-default.active {
  background-color: #159953;
  border-color: #cccccc;
}

/* line 468, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav > li > a.btn-primary {
  color: white;
  background-color: #e3531f;
  border-color: #cf4a1a;
}

/* line 467, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-primary:hover, .tm-header .container .navbar-nav > li > a.btn-primary:focus, .tm-header .container .navbar-nav > li > a.btn-primary:active, .tm-header .container .navbar-nav > li > a.btn-primary.active {
  color: white;
  background-color: #c14518;
  border-color: #983613;
}

/* line 475, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .tm-header .container .navbar-nav > li > a.btn-primary.dropdown-toggle {
  color: white;
  background-color: #c14518;
  border-color: #983613;
}

/* line 480, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-primary:active, .tm-header .container .navbar-nav > li > a.btn-primary.active {
  background-image: none;
}

/* line 484, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.open .tm-header .container .navbar-nav > li > a.btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 490, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */
.tm-header .container .navbar-nav > li > a.btn-primary.disabled, .tm-header .container .navbar-nav > li > a.btn-primary.disabled:hover, .tm-header .container .navbar-nav > li > a.btn-primary.disabled:focus, .tm-header .container .navbar-nav > li > a.btn-primary.disabled:active, .tm-header .container .navbar-nav > li > a.btn-primary.disabled.active, .tm-header .container .navbar-nav > li > a.btn-primary[disabled], .tm-header .container .navbar-nav > li > a.btn-primary[disabled]:hover, .tm-header .container .navbar-nav > li > a.btn-primary[disabled]:focus, .tm-header .container .navbar-nav > li > a.btn-primary[disabled]:active, .tm-header .container .navbar-nav > li > a.btn-primary[disabled].active, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-primary, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-primary:hover, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-primary:focus, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-primary:active, fieldset[disabled] .tm-header .container .navbar-nav > li > a.btn-primary.active {
  background-color: #e3531f;
  border-color: #cf4a1a;
}

/* line 473, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav .dropdown-menu {
  top: 39px;
  left: 15px;
  right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  background: white;
  border-color: #fcfcfc;
  box-shadow: 0 1px 6px #404040;
}

/* line 483, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav .pull-right {
  right: 0;
  left: auto;
}

/* line 487, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right {
  float: right;
}

/* line 492, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li {
  margin-left: 0px;
}

/* line 495, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user {
  margin-left: 14px;
}

/* line 498, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user > a, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user.open > a {
  background-color: #163A21;
  color: white;
  height: 34px;
  max-height: 34px;
}

/* line 505, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user > a .caret, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user.open > a .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 511, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user > a:hover, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user.open > a {
  background-color: #009a3d;
  color: white;
}

/* line 516, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user > a:hover span.icon-user:before, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user.open > a span.icon-user:before {
  color: white;
}

/* line 521, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user ul.dropdown-menu {
  box-shadow: 0 1px 6px #404040;
  width: 150px;
  min-width: 0;
  left: auto;
  right: 0;
  background-color: #009a3d;
  border-color: #00b347;
}

/* line 530, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user ul.dropdown-menu > li > a {
  font-weight: normal;
  color: white;
}

/* line 534, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user ul.dropdown-menu > li > a:hover {
  color: white;
  background-color: #009039;
}

/* line 540, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user a {
  padding-left: 24px;
  position: relative;
}

/* line 544, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user a span.icon-user:before {
  color: #889E95;
  font-size: 18px;
  top: 7px;
  position: absolute;
  left: 8px;
}

/* line 552, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user .caret {
  margin-top: -4px;
  margin-right: -2px;
  margin-left: 6px;
}

/* line 559, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-user ul.dropdown-menu li a {
  padding: 4px 22px 4px 53px;
}

/* line 566, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart {
  margin-left: 0;
  margin-right: 19px;
  width: 0;
  height: 72px;
  margin: -17px 0 -16px 0;
  overflow-x: hidden;
}

/* line 574, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart.opened {
  width: 80px;
  margin-left: 25px;
}

/* line 578, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart.slideout {
  -webkit-transition: width .5s ease-in-out, margin-left .25s ease-in-out;
  transition: width .5s ease-in-out, margin-left .25s ease-in-out;
}

/* line 584, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart a {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  background-color: #e3531f;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 0;
  height: 100%;
  width: 100%;
}

/* line 596, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart a span {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 24px;
  left: 24px;
}

/* line 603, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-cart a span.tm-label {
  top: 7px;
  left: 51px;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
}

/* line 613, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav .btn {
  vertical-align: baseline;
  margin-left: 9px;
}

/* line 617, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav.tm-nav-help-link {
  margin-left: 9px;
}

/* line 621, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate > a, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate.open > a {
  background-color: white;
  color: #113c2b;
  height: 34px;
  max-height: 34px;
}

/* line 628, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate > a .caret, .tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate.open > a .caret {
  border-top-color: #113c2b;
  border-bottom-color: #113c2b;
}

/* line 634, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate ul.dropdown-menu {
  box-shadow: 0 1px 6px #404040;
  width: 150px;
  min-width: 0;
  left: auto;
  right: 0;
}

/* line 641, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate .tm-icon {
  opacity: 1;
  font-size: 17px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 34px;
  display: block;
}

/* line 654, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate .tm-label {
  width: 1px;
}

/* line 658, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-authenticate .caret {
  margin-left: 14px;
  margin-right: 2px;
  margin-top: -4px;
}

/* line 665, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-help, .tm-header .container .navbar-nav.tm-navbar-right li.tm-nav-help-link {
  margin-left: 25px;
}

/* line 668, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-nav.tm-navbar-right > li.tm-nav-help > a, .tm-header .container .navbar-nav.tm-navbar-right li.tm-nav-help-link > a {
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  padding: 0 !important;
  margin: 0px;
}

/* line 678, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-form {
  margin: 2px 0 0 25px;
  padding: 0;
}

/* line 683, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-form .form-group input[type="search"] {
  color: #BABABA;
  height: 32px;
  margin: 0;
  padding: 7px 50px 7px 10px;
  font-size: 14px;
  width: 192px;
  font-family: Arial;
}

/* line 695, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-form .form-group input[type="search"]:focus {
  border-color: #666;
}

/* line 698, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-form .form-group input[type="search"].nav-search-input {
  color: #000;
}

/* line 702, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .navbar-form .form-group .icon, .tm-header .container .navbar-form .form-group .icon-tab-left-first, .tm-header .container .navbar-form .form-group .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-form .form-group .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .navbar-form .form-group .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .navbar-form .form-group .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-form .form-group .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-form .form-group .tm-category-tab-left-first, .tm-header .container .navbar-form .form-group .icon-tab-left, .tm-header .container .navbar-form .form-group .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-form .form-group .tm-category-tab-left, .tm-header .container .navbar-form .form-group .icon-tab-right, .tm-header .container .navbar-form .form-group .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-form .form-group .tm-category-tab-right, .tm-header .authenticated-home .container.categories .navbar-form .form-group .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .tm-header .container.categories .navbar-form .form-group .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .navbar-form .form-group .tm-category-tab-right, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .navbar-form .form-group .tm-category-tab-right, .tm-header .container .navbar-form .form-group .icon-tab-right-last, .tm-header .container .navbar-form .form-group .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container .navbar-form .form-group .tm-category-tab-right-last {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: #D4D4D4;
  font-size: 15px;
}

/* line 713, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .tm-search-button {
  border-radius: 4px;
  height: 34px;
  padding: 0 15px;
  position: relative;
  border: none;
  margin: 0 8px 0 26px;
  margin-right: -15px;
  float: right;
  background: transparent;
  border: none;
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6px;
  font-size: 21px;
}

/* line 84, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .tm-search-button, .tm-header .container .tm-search-button:focus, .tm-header .container .tm-search-button:active, .tm-header .container .tm-search-button.collapsed, .tm-header .container .tm-search-button.collapsed:focus, .tm-header .container .tm-search-button.collapsed:active {
  background: none;
}

/* line 724, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .tm-search-button .icon, .tm-header .container .tm-search-button .icon-tab-left-first, .tm-header .container .tm-search-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .tm-search-button .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .tm-search-button .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button .tm-category-tab-left-first, .tm-header .container .tm-search-button .icon-tab-left, .tm-header .container .tm-search-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button .tm-category-tab-left, .tm-header .container .tm-search-button .icon-tab-right, .tm-header .container .tm-search-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button .tm-category-tab-right, .tm-header .authenticated-home .container.categories .tm-search-button .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .tm-header .container.categories .tm-search-button .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button .tm-category-tab-right, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button .tm-category-tab-right, .tm-header .container .tm-search-button .icon-tab-right-last, .tm-header .container .tm-search-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button .tm-category-tab-right-last {
  color: #113c2b;
  font-size: 20px;
}

/* line 730, ../../app/styles/includes/directives/_main-menu.scss */
.tm-header .container .tm-search-button:hover .icon, .tm-header .container .tm-search-button:hover .icon-tab-left-first, .tm-header .container .tm-search-button:hover .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button:hover .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .tm-search-button:hover .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .tm-search-button:hover .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button:hover .tm-category-tab-left-first, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button:hover .tm-category-tab-left-first, .tm-header .container .tm-search-button:hover .icon-tab-left, .tm-header .container .tm-search-button:hover .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button:hover .tm-category-tab-left, .tm-header .container .tm-search-button:hover .icon-tab-right, .tm-header .container .tm-search-button:hover .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button:hover .tm-category-tab-right, .tm-header .authenticated-home .container.categories .tm-search-button:hover .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .tm-header .container.categories .tm-search-button:hover .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .tm-header .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button:hover .tm-category-tab-right, .authenticated-home .tm-header .container.categories .sub-wrapper .single-recipe-container .folder .tm-search-button:hover .tm-category-tab-right, .tm-header .container .tm-search-button:hover .icon-tab-right-last, .tm-header .container .tm-search-button:hover .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-header .container .tm-search-button:hover .tm-category-tab-right-last {
  color: #009a3d;
}

/* line 739, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0 0 5px;
  margin: 1em 1em 0 0 !important;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
}

/* line 757, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse.pull-right {
  right: 64px;
  left: auto;
}

/* line 761, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .popover.bottom .arrow {
  right: 63px;
  left: auto;
}

/* line 765, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 768, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 777, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .popover {
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  max-width: auto;
  top: -10px;
  right: 0;
}

/* line 786, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 794, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .arrow {
  border-width: 11px;
}

/* line 797, ../../app/styles/includes/directives/_main-menu.scss */
.cart-collapse .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 807, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  padding: 0;
  width: auto;
}

/* line 817, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-header {
  padding: 16px 20px 20px 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.3em;
}

/* line 822, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-header strong {
  font-size: 16px;
  color: #113c2b;
  line-height: 18px;
}

/* line 829, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items {
  max-height: 510px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 20px 0 20px;
}

/* line 835, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items > * {
  margin-right: -20px;
  padding-right: 20px;
}

/* line 839, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items img {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 80px;
  height: 80px;
}

/* line 845, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items .row {
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

/* line 850, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items .row:first-child {
  border-top: 0;
  padding-top: 0;
}

/* line 854, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items a {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* line 860, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-items a:hover {
  color: #009a3d;
}

/* line 865, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-summary {
  text-align: right;
  padding: 20px;
  border-top: 1px solid #cccccc;
  color: #113c2b;
}

/* line 872, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-btns {
  padding: 0 20px 16px 20px;
}

/* line 875, ../../app/styles/includes/directives/_main-menu.scss */
.dropdown-menu-cart .menu-cart-btns .btn {
  margin-left: .5em;
  padding: 8px 16px;
}

/* line 4, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  background-color: rgba(44, 44, 44, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -136.5px;
  height: 150px;
  width: 273px;
  text-align: center;
  color: white;
  z-index: 501;
  padding: 30px  88px;
  opacity: 0;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 20, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification.show {
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 25, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification .title {
  font-size: 25px;
  height: 34px;
}

/* line 28, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification .title p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 26px;
  vertical-align: top;
  line-height: 20px;
}

/* line 35, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification .content {
  font-size: 62px;
  width: 84px;
}

/* line 39, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification .checked {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 30px;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 70px;
  background-color: white;
  right: 98px;
}

/* line 47, ../../app/styles/includes/directives/_added-to-basket-notification.scss */
.added-to-basket-notification .checked .icon-ok {
  color: #009a3d;
  font-size: 20px;
  position: relative;
  top: 4px;
}

/* line 7, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 43%;
  zoom: 250%;
  -moz-transform: scale(2.5);
  -moz-transform-origin: 0  0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* line 19, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > div {
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.05;
  -webkit-animation: fadeit  0.8s  linear  infinite;
  animation: fadeit  0.8s  linear  infinite;
}

/* line 28, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-1 {
  -webkit-transform: rotate(0deg) translate(0, -12px);
  -ms-transform: rotate(0deg) translate(0, -12px);
  transform: rotate(0deg) translate(0, -12px);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

/* line 33, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-2 {
  -webkit-transform: rotate(22.5deg) translate(0, -12px);
  -ms-transform: rotate(22.5deg) translate(0, -12px);
  transform: rotate(22.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 38, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-3 {
  -webkit-transform: rotate(45deg) translate(0, -12px);
  -ms-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

/* line 43, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-4 {
  -webkit-transform: rotate(67.5deg) translate(0, -12px);
  -ms-transform: rotate(67.5deg) translate(0, -12px);
  transform: rotate(67.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 48, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-5 {
  -webkit-transform: rotate(90deg) translate(0, -12px);
  -ms-transform: rotate(90deg) translate(0, -12px);
  transform: rotate(90deg) translate(0, -12px);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* line 53, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-6 {
  -webkit-transform: rotate(112.5deg) translate(0, -12px);
  -ms-transform: rotate(112.5deg) translate(0, -12px);
  transform: rotate(112.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 58, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-7 {
  -webkit-transform: rotate(135deg) translate(0, -12px);
  -ms-transform: rotate(135deg) translate(0, -12px);
  transform: rotate(135deg) translate(0, -12px);
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

/* line 63, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-8 {
  -webkit-transform: rotate(157.5deg) translate(0, -12px);
  -ms-transform: rotate(157.5deg) translate(0, -12px);
  transform: rotate(157.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 68, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-9 {
  -webkit-transform: rotate(180deg) translate(0, -12px);
  -ms-transform: rotate(180deg) translate(0, -12px);
  transform: rotate(180deg) translate(0, -12px);
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

/* line 73, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-10 {
  -webkit-transform: rotate(202.5deg) translate(0, -12px);
  -ms-transform: rotate(202.5deg) translate(0, -12px);
  transform: rotate(202.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 78, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-11 {
  -webkit-transform: rotate(225deg) translate(0, -12px);
  -ms-transform: rotate(225deg) translate(0, -12px);
  transform: rotate(225deg) translate(0, -12px);
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

/* line 83, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-12 {
  -webkit-transform: rotate(247.5deg) translate(0, -12px);
  -ms-transform: rotate(247.5deg) translate(0, -12px);
  transform: rotate(247.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 88, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-13 {
  -webkit-transform: rotate(270deg) translate(0, -12px);
  -ms-transform: rotate(270deg) translate(0, -12px);
  transform: rotate(270deg) translate(0, -12px);
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

/* line 93, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-14 {
  -webkit-transform: rotate(292.5deg) translate(0, -12px);
  -ms-transform: rotate(292.5deg) translate(0, -12px);
  transform: rotate(292.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/* line 98, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-15 {
  -webkit-transform: rotate(315deg) translate(0, -12px);
  -ms-transform: rotate(315deg) translate(0, -12px);
  transform: rotate(315deg) translate(0, -12px);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/* line 103, ../../app/styles/includes/directives/_generic-notification.scss */
.vw-spinner-bars > .bar-16 {
  -webkit-transform: rotate(337.5deg) translate(0, -12px);
  -ms-transform: rotate(337.5deg) translate(0, -12px);
  transform: rotate(337.5deg) translate(0, -12px);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes fadeit {
  /* line 109, ../../app/styles/includes/directives/_generic-notification.scss */
  0% {
    opacity: 1;
  }
  /* line 112, ../../app/styles/includes/directives/_generic-notification.scss */
  100% {
    opacity: 0;
  }
}


@keyframes fadeit {
  /* line 109, ../../app/styles/includes/directives/_generic-notification.scss */
  0% {
    opacity: 1;
  }
  /* line 112, ../../app/styles/includes/directives/_generic-notification.scss */
  100% {
    opacity: 0;
  }
}


/* line 118, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  display: none;
  background-color: rgba(44, 44, 44, 0.9);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -136.5px;
  min-height: 150px;
  width: 273px;
  text-align: center;
  color: white;
  z-index: 6002;
  padding: 30px  30px;
  opacity: 0;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 135, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification.show {
  opacity: 1  !important;
}

/* line 138, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification.medium-version {
  width: 350px;
  margin-left: -175px;
}

/* line 142, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification.wide-version {
  width: 490px;
  margin-left: -245px;
}

/* line 146, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .title {
  font-size: 25px;
}

/* line 148, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .title p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 26px;
  vertical-align: top;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 156, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .button-row button {
  margin-right: 12px;
}

/* line 158, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .button-row button:last-child {
  margin-right: 0px;
}

/* line 162, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .icon-row {
  margin: 0px  auto;
}

/* line 165, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .icon-container {
  font-size: 62px;
  width: 85px;
  height: 70px;
  float: left;
  position: relative;
}

/* line 171, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .icon-container .icon, .generic-notification .icon-container .icon-tab-left-first, .generic-notification .icon-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .generic-notification .icon-container .tm-category-tab-left-first, .generic-notification .icon-container .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .generic-notification .icon-container .tm-category-tab-left-first, .generic-notification .icon-container .icon-tab-left, .generic-notification .icon-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .generic-notification .icon-container .tm-category-tab-left, .generic-notification .icon-container .icon-tab-right, .generic-notification .icon-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .generic-notification .icon-container .tm-category-tab-right, .generic-notification .icon-container .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .generic-notification .icon-container .tm-category-tab-right, .generic-notification .icon-container .icon-tab-right-last, .generic-notification .icon-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .generic-notification .icon-container .tm-category-tab-right-last {
  float: left;
}

/* line 174, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .icon-container .checked {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 30px;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0px;
  background-color: white;
  right: 10px;
}

/* line 182, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .icon-container .checked .icon-ok {
  color: #009a3d;
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 192, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .left-image-layout .left-image {
  border: 8px  gray  solid;
  width: 150px;
  float: left;
}

/* line 196, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .left-image-layout .left-image img {
  width: 100%;
}

/* line 200, ../../app/styles/includes/directives/_generic-notification.scss */
.generic-notification .left-image-layout .right-column {
  float: left;
  width: 250px;
  text-align: left;
  padding-left: 30px;
}

/* line 10, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor {
  display: none;
  z-index: 99999;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 726px;
  height: 450px;
  margin-left: -363px;
  margin-top: -225px;
  background-color: #ebebeb;
  min-width: 320px;
}

/* line 22, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions {
  background-color: #c0c0c0;
  padding: 17px;
  height: 70px;
}

/* line 26, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions button {
  font-weight: bold;
}

/* line 28, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions button.btn-dark {
  background-color: #797979;
  color: #FFFFFF;
}

/* line 33, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions table {
  width: 100%;
}

/* line 36, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions table td.new-note-date {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

/* line 41, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-actions table td.right {
  text-align: right;
}

/* line 47, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-content-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 52, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-content-container .textbox-container {
  padding: 25px;
  background-color: #ffffff;
}

/* line 55, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-content-container .textbox-container .editor-textbox {
  width: 100%;
  height: 290px;
  resize: none;
  border: none;
  line-height: 38px;
  vertical-align: bottom;
  background-attachment: local;
  background-image: url("../images/note-editor-grid.png");
  overflow: auto;
}

/* line 65, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-content-container .textbox-container .editor-textbox.placeholder-visible {
  color: #c2c2c2;
}

/* line 68, ../../app/styles/includes/directives/_note-editor.scss */
#note-editor .editor-content-container .textbox-container .editor-textbox p {
  font-size: 14px;
  line-height: 38px;
  margin: 0px;
}

@media (max-width: 726px) {
  /* line 79, ../../app/styles/includes/directives/_note-editor.scss */
  #note-editor {
    left: 0px;
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 430px) {
  /* line 88, ../../app/styles/includes/directives/_note-editor.scss */
  #note-editor .editor-actions {
    padding: 17px  0px  17px  0px;
  }
  /* line 92, ../../app/styles/includes/directives/_note-editor.scss */
  #note-editor .editor-actions table td.new-note-date {
    font-size: 16px;
  }
}

/* line 4, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification {
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 13, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification.show {
  opacity: 1;
  position: fixed;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 17, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification.show .confirm-dialog {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  background-color: #343434;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -86px;
  margin-left: -136.5px;
  width: 273px;
  text-align: center;
  z-index: 501;
  padding: 30px;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 33, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .title {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 25px;
  line-height: 28px;
  color: white;
}

/* line 39, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons {
  text-align: center;
  margin-top: 25px;
}

/* line 40, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons .btn {
  min-width: 75px;
}

/* line 43, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons .btn-default {
  margin-right: 12px;
  border: 1px solid #159953;
}

/* line 46, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons .btn-default:hover {
  border: 1px solid #0f6c3b;
}

/* line 49, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons .btn-default.btn-only-border {
  margin-right: 0px;
  background: none;
  border: 1px solid #f9f9f9;
}

/* line 53, ../../app/styles/includes/directives/_confirm-notification.scss */
.confirm-notification .buttons .btn-default.btn-only-border:hover {
  background: #666667;
}

@-webkit-keyframes animation-scrollbar-in {
  /* line 31, ../../app/styles/includes/directives/_category-tabs.scss */
  from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
  }
  /* line 35, ../../app/styles/includes/directives/_category-tabs.scss */
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}


@keyframes animation-scrollbar-in {
  /* line 67, ../../app/styles/includes/directives/_category-tabs.scss */
  from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  /* line 71, ../../app/styles/includes/directives/_category-tabs.scss */
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* line 78, ../../app/styles/includes/directives/_category-tabs.scss */
.animation-scrollbar-in {
  -webkit-animation-name: animation-scrollbar-in;
  animation-name: animation-scrollbar-in;
}

@-webkit-keyframes animation-scrollbar-out {
  /* line 83, ../../app/styles/includes/directives/_category-tabs.scss */
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  /* line 87, ../../app/styles/includes/directives/_category-tabs.scss */
  to {
    opacity: 0;
    -webkit-transform: translateY(-6px);
  }
}


@keyframes animation-scrollbar-out {
  /* line 119, ../../app/styles/includes/directives/_category-tabs.scss */
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 123, ../../app/styles/includes/directives/_category-tabs.scss */
  to {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}


/* line 130, ../../app/styles/includes/directives/_category-tabs.scss */
.animation-scrollbar-out {
  -webkit-animation-name: animation-scrollbar-out;
  animation-name: animation-scrollbar-out;
}

/* line 143, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 0;
  background-color: #2c2c2c;
  width: 100%;
}

/* line 153, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap.affix {
  box-shadow: 0 1px 6px #595959;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 158, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap.affix + div {
  margin-top: 69px;
}

/* line 162, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .empty {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg'><filter  id='grayscale'><feColorMatrix  type='matrix'  values='0.3333  0.3333  0.3333  0  0  0.3333  0.3333  0.3333  0  0  0.3333  0.3333  0.3333  0  0  0  0  0  1  0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg'><filter  id='grayscale'><feColorMatrix  type='matrix'  values='0.3333  0.3333  0.3333  0  0  0.3333  0.3333  0.3333  0  0  0.3333  0.3333  0.3333  0  0  0  0  0  1  0'/></filter></svg>#grayscale");
  /*  Firefox  10+,  Firefox  on  Android  */
  filter: gray;
  /*  IE6-9  */
  -webkit-filter: grayscale(100%);
  /*  Chrome  19+,  Safari  6+,  Safari  6+  iOS  */
  -webkit-transform: translateZ(0);
}

/* line 171, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .container {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 178, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar {
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 6px;
  margin: 0;
  padding: 0;
  background: #616161;
  line-height: 0;
}

/* line 188, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar .tm-handle {
  position: absolute;
  z-index: 2;
  height: 6px;
  bottom: 0;
  background: #949494;
  cursor: pointer;
  margin: 0 26px;
}

/* line 198, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar .tm-mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
  cursor: pointer;
}

/* line 207, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-selected {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ededed;
  height: 6px;
}

/* line 219, ../../app/styles/includes/directives/_category-tabs.scss */
html.touch .tm-category-tabs-wrap {
  height: 63px;
}

/* line 222, ../../app/styles/includes/directives/_category-tabs.scss */
html.touch .tm-category-tabs-wrap.affix + .tm-content {
  padding-top: 63px;
}

/* line 225, ../../app/styles/includes/directives/_category-tabs.scss */
html.touch .tm-category-tabs-wrap .tm-scrollbar {
  display: none;
}

/* line 231, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap {
  height: 69px;
}

/* line 234, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap.affix + .tm-content {
  padding-top: 69px;
}

/* line 237, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar {
  opacity: 0;
}

/* line 240, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar.out {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: animation-scrollbar-out;
  animation-name: animation-scrollbar-out;
}

/* line 245, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs-wrap .tm-scrollbar.over {
  opacity: 1;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: animation-scrollbar-in;
  animation-name: animation-scrollbar-in;
}

/* line 252, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}

/* line 257, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories {
  list-style: none;
  margin: 0;
  padding: 0 26px 0 0;
  height: 100%;
}

/* line 262, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category {
  position: relative;
  float: left;
  margin: 0  -38px  0  0;
  padding: 0;
  cursor: pointer;
}

/* line 273, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category.active {
  z-index: 999  !important;
}

/* line 276, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tab, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:before {
  font-family: icomoon;
  font-size: 34px;
  line-height: 34px;
  color: inherit;
}

/* line 282, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab {
  float: left;
  height: 34px;
}

/* line 286, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first {
  width: 20px;
}

/* line 294, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-left {
  width: 44px;
}

/* line 302, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-center {
  color: white;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0  11px;
  margin: 0  0  0  -1px;
}

/* line 311, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-right {
  width: 44px;
  margin: 0  0  0  -1px;
}

/* line 320, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last {
  width: 20px;
}

/* line 328, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category em {
  font-family: georgia,  serif;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}

/* line 334, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs .tm-categories .tm-category:first-child {
  margin-left: 26px;
}

/* line 341, ../../app/styles/includes/directives/_category-tabs.scss */
.tm-category-tabs {
  padding-top: 24px;
  height: 58px;
  max-height: 58px;
}

/* line 348, ../../app/styles/includes/directives/_category-tabs.scss */
html.touch .tm-category-tabs {
  padding-top: 24px;
  height: 58px;
  max-height: 58px;
}

@-webkit-keyframes tm_cross_icon_animation_out {
  /* line 2, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 9, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}


@-ms-keyframes tm_cross_icon_animation_out {
  /* line 38, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 45, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}


@keyframes tm_cross_icon_animation_out {
  /* line 56, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 63, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}


@-webkit-keyframes tm_cross_icon_animation_in {
  /* line 74, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 81, ../../app/styles/includes/directives/_weekly-planner.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  /* line 88, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


@-ms-keyframes tm_cross_icon_animation_in {
  /* line 124, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 131, ../../app/styles/includes/directives/_weekly-planner.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  /* line 138, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


@keyframes tm_cross_icon_animation_in {
  /* line 149, ../../app/styles/includes/directives/_weekly-planner.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 156, ../../app/styles/includes/directives/_weekly-planner.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  /* line 163, ../../app/styles/includes/directives/_weekly-planner.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


/* line 175, ../../app/styles/includes/directives/_weekly-planner.scss */
.do-not-move,
.do-not-move-fullscreen {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 182, ../../app/styles/includes/directives/_weekly-planner.scss */
.droppable-item-base, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry, .pin-thumb {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  background-color: white;
  border-radius: 2px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #009a3d;
  line-height: 15px;
  position: absolute;
  margin-bottom: 10px;
}

/* line 192, ../../app/styles/includes/directives/_weekly-planner.scss */
.droppable-item-base .entry-description, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry .entry-description, .pin-thumb .entry-description,
.droppable-item-base .pin-thumb-description,
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry .pin-thumb-description,
.pin-thumb .pin-thumb-description {
  padding: 9px    8px    9px    8px;
  overflow: hidden;
}

/* line 197, ../../app/styles/includes/directives/_weekly-planner.scss */
.droppable-item-base .entry-image-container img, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry .entry-image-container img, .pin-thumb .entry-image-container img,
.droppable-item-base .pin-thumb-image-container img,
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry .pin-thumb-image-container img,
.pin-thumb .pin-thumb-image-container img {
  width: 100%;
  border-radius: 2px;
}

/* line 204, ../../app/styles/includes/directives/_weekly-planner.scss */
.wp-calender-note-base, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-note, .pin-thumb.wp-calender-note {
  border-style: solid;
  border-width: 1px;
  border-color: #fbe59d;
  border-radius: 2px;
  background-color: #fbd450;
  box-shadow: 0px 2px 3px 0px black;
  min-height: 100px;
  font: 'Georgia    Italic';
  font-size: 14px;
  color: #84753e;
  line-height: 16px;
  padding: 16px    10px    16px    10px;
  margin-bottom: 10px;
  margin-top: 0px;
  -webkit-transition: margin-top    300ms    ease;
  transition: margin-top    300ms    ease;
  text-align: center;
}

/* line 221, ../../app/styles/includes/directives/_weekly-planner.scss */
.wp-calender-note-base .wp-calender-note-content, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-note .wp-calender-note-content, .pin-thumb.wp-calender-note .wp-calender-note-content {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 228, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 3000;
  overflow: hidden;
  height: 724px;
  bottom: -669px;
  -webkit-transition: bottom    300ms    ease;
  transition: bottom    300ms    ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* line 242, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner.wp-peek-opened {
  bottom: -400px;
}

/* line 245, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner.wp-opened {
  bottom: 0px    !important;
}

/* line 247, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner.wp-opened .wp-menu-top {
  display: block;
}

/* line 251, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .big-title {
  padding-top: 16px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #505151;
  text-transform: uppercase;
}

@media (max-width: 929px) {
  /* line 259, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .big-title {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  /* line 264, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-calender {
    padding-bottom: 110px    !important;
  }
  /* line 267, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-buttons-container {
    position: absolute;
    top: 40px;
  }
  /* line 270, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-buttons-container .wp-buttons-left {
    padding-left: 10px    !important;
  }
  /* line 272, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-buttons-container .wp-buttons-left .btn {
    padding: 2px    6px;
  }
  /* line 277, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .big-title-container {
    width: 100%;
  }
  /* line 279, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .big-title-container .big-title {
    padding-top: 13px;
    margin-bottom: -10px;
    font-size: 18px;
  }
  /* line 285, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-calendar-week {
    padding-bottom: 154px;
  }
  /* line 288, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom {
    height: 110px    !important;
  }
  /* line 290, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom .view-shopping-list {
    margin-top: 0    !important;
  }
  /* line 293, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom .wp-menu-bottom-range-select {
    text-align: center;
  }
  /* line 295, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom .wp-menu-bottom-range-select a {
    display: block;
  }
  /* line 299, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom div.left {
    width: 100%;
    padding-top: 30px;
  }
  /* line 303, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom div.right {
    position: absolute;
    width: 100%;
  }
  /* line 306, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom div.right .btn {
    width: 100%;
  }
}

/* line 312, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top {
  display: none;
}

/* line 315, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .tongue {
  text-align: center;
  height: 19px;
  z-index: 2;
}

/* line 319, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .tongue img {
  cursor: pointer;
}

/* line 323, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender {
  background: #EFEFEF;
  z-index: 1;
  height: 100%;
  position: relative;
  padding-bottom: 85px;
}

/* line 329, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  top: 0px;
  width: 500%;
}

/* line 337, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item .wp-calender-entry,
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item .wp-calender-footer {
  opacity: 0.3;
}

/* line 342, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column .wp-calender-item-header {
  border-top: 2px solid #6e8431;
  border-right: 1px solid #6e8431;
  border-left: 1px solid #6e8431;
}

/* line 347, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column .wp-calender-item-header .day-number {
  color: #92a35f;
}

/* line 351, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column .wp-calender-item-content {
  border-right: 1px    solid    #dde0cf;
  border-left: 1px    solid    #dde0cf;
  background-color: #e5e9d8;
}

/* line 356, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column .wp-calender-item-footer {
  background-color: #eaf4d2;
  border-right: 1px solid #e0eac8;
  border-bottom: 1px solid #e0eac8;
  border-left: 1px solid #e0eac8;
}

/* line 361, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column .wp-calender-item-footer .btn.btn-default {
  background-color: #95c11c;
}

/* line 367, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column.range-border-column .wp-calender-item-header {
  border-top: 2px solid #bed482;
  border-right: 1px solid #bed482;
  border-left: 1px solid #bed482;
}

/* line 372, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column.range-border-column .wp-calender-item-content {
  border-right: 1px solid #bed482;
  border-left: 1px solid #bed482;
  background-color: #e1e6cf;
}

/* line 377, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .scrolling-container.in-selection-mode .wp-calender-item.date-range-column.range-border-column .wp-calender-item-footer {
  border-right: 1px solid #bed482;
  border-bottom: 1px solid #bed482;
  border-left: 1px solid #bed482;
}

@media (max-width: 628px) {
  /* line 388, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-calender .scrolling-container {
    width: 875%;
  }
}

/* line 392, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item-list {
  padding-left: 0px;
}

/* line 394, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item-list li {
  list-style: none;
}

/* line 397, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item-list .wp-calender-footer {
  margin-top: 0px;
  -webkit-transition: margin-top    300ms    ease;
  transition: margin-top    300ms    ease;
  text-align: right;
}

/* line 401, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item-list .wp-calender-footer .wp-calender-add-note {
  cursor: pointer;
}

/* line 406, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item {
  width: 200px;
  height: 100%;
  position: relative;
  float: left;
}

/* line 411, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-header {
  background: #2c2c2c;
  border-top: 2px #343434 solid;
  border-left: 1px #343434 solid;
  border-right: 1px #343434 solid;
  text-align: center;
  color: #565656;
  padding-top: 5px;
  height: 36px;
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  white-space: nowrap;
}

/* line 427, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-header .day-name, .weekly-planner .wp-calender .wp-calender-item .wp-calender-item-header .day-number {
  color: #B3AEAE;
}

/* line 431, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content {
  border-left: 1px    #DADADA    solid;
  border-right: 1px    #DADADA    solid;
  height: 100%;
  min-height: 300px;
  padding: 30px    0px    54px    0px;
  overflow: hidden;
}

/* line 438, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-content .wp-calender-entry {
  position: static;
  margin-top: 0px;
  -webkit-transition: margin-top    300ms    ease;
  transition: margin-top    300ms    ease;
}

/* line 448, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calendar-item-content-movable-container {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 20px;
  -webkit-transition: padding    300ms    ease;
  transition: padding    300ms    ease;
}

/* line 455, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-bottom-overlay {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 54px;
  opacity: 0.8;
}

/* line 461, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-bottom-overlay .wp-calender-item-shadow {
  width: 100%;
  height: 100%;
  background-image: url("../images/weekly-planner/bottom-shadow.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

/* line 469, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-footer {
  border-left: 1px #efefef solid;
  border-right: 1px #efefef solid;
  border-bottom: 2px #efefef solid;
  text-align: center;
  background: white;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 54px;
  padding: 12px;
}

/* line 481, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item .wp-calender-item-footer .btn.btn-default {
  background-color: #949393;
}

/* line 486, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.today .wp-calender-item-header {
  background-color: #424242;
  color: #9c9c9c;
}

/* line 489, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.today .wp-calender-item-header .day-name {
  color: #e4e4e4;
}

/* line 494, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.drop-target {
  background-color: #dadcdb;
}

/* line 496, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.drop-target .wp-calender-item-header {
  background-color: #174c3a;
  color: #9c9c9c;
}

/* line 499, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.drop-target .wp-calender-item-header .day-name {
  color: #e4e4e4;
}

/* line 505, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.date-range-column .wp-calender-item-bottom-overlay {
  background-color: #a7ca46;
}

/* line 508, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.date-range-column .wp-calender-item-footer {
  background-color: #eaf4d2;
  border-right: 1px solid #e0eac8;
  border-bottom: 1px solid #e0eac8;
  border-left: 1px solid #e0eac8;
}

/* line 513, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender .wp-calender-item.date-range-column .wp-calender-item-footer .btn.btn-default {
  background-color: #95c11c;
}

/* line 520, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .col-md-6.right {
  text-align: right;
}

/* line 523, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top {
  background: #2c2c2c;
  height: 75px;
}

/* line 526, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top > div {
  padding: .5em    1.5em;
}

/* line 529, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top .wp-buttons-right {
  padding: 16px    20px    0px    0px;
  min-width: 180px;
  text-align: right;
}

/* line 533, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top .wp-buttons-right button {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px !important;
}

/* line 535, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top .wp-buttons-right button:first-child {
  margin-right: 4px;
}

/* line 538, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top .wp-buttons-right button:last-child {
  background-color: #009641;
}

/* line 543, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-top .wp-buttons-left {
  padding: 16px    0px    0px    20px;
  min-width: 180px;
}

/* line 548, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-bottom {
  background: white;
  z-index: 2;
  height: 85px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* line 555, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-bottom > div {
  padding: .5em    1.5em;
}

/* line 558, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-bottom .wp-menu-bottom-range-select {
  margin-top: 25px;
  font-size: 16px;
  color: #505151;
  float: left;
  margin-left: 10px;
}

/* line 565, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-bottom .view-shopping-list {
  margin-top: 16px;
  float: left;
  background-color: #009a3d;
}

/* line 570, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-menu-bottom .view-shopping-list .badge {
  top: 1px;
  right: -2px;
  border-radius: 4px;
  background-color: #008635;
  width: 37px;
  height: 23px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0.5em;
  padding-top: 0.4em;
}

/* line 583, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender-week {
  float: left;
  width: 20%;
  height: 100%;
  padding-bottom: 94px;
}

/* line 588, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender-week .wp-calender-column {
  width: 14.29%;
}

/* line 591, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .wp-calender-week .wp-calender-column:last-child {
  width: 14.26%;
}

/* line 595, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .btn-dark {
  color: white;
  border-color: #565656;
  background-color: #2c2c2c;
}

/* line 600, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .month-marker {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 7000;
  min-width: 70px;
  padding: 8px;
  background-color: rgba(44, 44, 44, 0.9);
  color: white;
  text-align: center;
  border-radius: 4px;
}

/* line 611, ../../app/styles/includes/directives/_weekly-planner.scss */
.weekly-planner .month-marker .arrow {
  width: 12px;
  height: 12px;
  border-top: 6px rgba(44, 44, 44, 0.9) solid;
  border-left: 6px    transparent    solid;
  border-right: 6px    transparent    solid;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}

/* line 625, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  pointer-events: none;
  min-height: 142px;
  position: absolute;
  z-index: 6000;
  background-color: white;
  border-radius: 2px;
  cursor: pointer;
  width: 151px;
}

/* line 639, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint {
  position: absolute;
  opacity: 0;
  top: -4px;
  right: -4px;
  width: 23px;
  height: 23px;
  z-index: 10;
  width: 27px;
  height: 27px;
  background-color: white;
  border-radius: 13.5px;
}

/* line 653, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint [class*="icon-"] {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
  font-size: 23px;
  line-height: 23px;
  width: 23px;
  height: 23px;
  z-index: 2;
}

/* line 664, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint .icon-circle {
  color: #2c2c2c;
}

/* line 667, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint [class*="icon-circle-"] {
  color: white;
}

/* line 670, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint.tm-in {
  -webkit-animation: tm_cross_icon_animation_in    400ms    1    ease-in-out    forwards;
  animation: tm_cross_icon_animation_in    400ms    1    ease-in-out    forwards;
}

/* line 674, ../../app/styles/includes/directives/_weekly-planner.scss */
.pin-thumb .pin-thumb-remove-hint.tm-out {
  -webkit-animation: tm_cross_icon_animation_out    400ms    1    ease-in-out    forwards;
  animation: tm_cross_icon_animation_out    400ms    1    ease-in-out    forwards;
}

@media (max-width: 628px) {
  /* line 683, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom {
    height: 130px    !important;
  }
  /* line 686, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-calender {
    padding-bottom: 130px    !important;
  }
  /* line 690, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .big-title-container .big-title {
    padding-top: 0;
  }
  /* line 694, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top {
    position: relative;
  }
  /* line 696, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top .wp-buttons-left {
    padding: 0;
    min-width: 0;
  }
  /* line 700, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top .wp-buttons-right {
    padding: 0;
    min-width: 0;
  }
  /* line 704, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top .wp-buttons-right .btn-group button:first-child {
    display: none;
  }
  /* line 707, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top .wp-buttons-right .btn-group button:last-child {
    padding-left: 8px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 1px;
  }
  /* line 712, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top .wp-buttons-right .btn-group button:last-child i:first-child {
    display: inline-block;
  }
  /* line 718, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top > div {
    padding: 0;
  }
  /* line 720, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top > div:nth-child(2) {
    padding-top: 18px;
  }
  /* line 723, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top > div:first-child, .weekly-planner .wp-menu-top > div:last-child {
    position: absolute;
  }
  /* line 726, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top > div:first-child {
    left: 20px;
  }
  /* line 729, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-top > div:last-child {
    right: 30px;
    bottom: 10px;
    float: none;
    width: auto;
  }
  /* line 738, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom > div {
    float: none;
    padding-top: 20px;
    text-align: center;
  }
  /* line 742, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom > div button.view-shopping-list {
    float: none;
    width: 100%;
  }
  /* line 745, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom > div button.view-shopping-list span:first-child {
    float: left;
  }
  /* line 748, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom > div button.view-shopping-list span:last-child {
    float: right;
  }
  /* line 753, ../../app/styles/includes/directives/_weekly-planner.scss */
  .weekly-planner .wp-menu-bottom .wp-menu-bottom-range-select {
    margin-top: 6px;
    float: none;
    margin-left: 0;
  }
}

/* line 1, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 13, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint-background {
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 23, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint {
  font: arial;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 2.5px 4.33px 12px 0px rgba(0, 1, 1, 0.188);
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  /* #################### */
  /* ##################################### */
  /* ##### UNEXPANDED LAYER VERSION ###### */
  /* ##################################### */
}

/* line 39, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

/* line 44, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container .big-headline {
  font-size: 37px;
  line-height: 38px;
  font-weight: bolder;
}

/* line 51, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container .sub-headline {
  font-size: 20px;
  line-height: 24px;
}

/* line 59, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container.warning .big-headline {
  color: #EB5C21;
}

/* line 64, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container.warning .sub-headline {
  color: #EB5C21;
}

/* line 72, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container.info .big-headline {
  color: #009a3d;
}

/* line 77, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .headline-container.info .sub-headline {
  color: #009a3d;
}

/* line 84, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container {
  position: relative;
  width: 299px;
  height: 77px;
  margin: 0px auto 0px auto;
  margin-bottom: 30px;
}

/* line 94, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container .illustration {
  display: none;
  opacity: 0.2;
}

/* line 100, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container .dont-do-this {
  display: none;
  position: absolute;
  top: 25px;
  left: 95px;
  width: 45px;
  height: 45px;
}

/* line 110, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container .dont-do-this rect {
  stroke: white;
  fill: #eb5c21;
}

/* line 116, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container .do-this {
  display: none;
  position: absolute;
  top: 27px;
  left: 153px;
  width: 20px;
  height: 20px;
}

/* line 126, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .visualization-container .do-this path {
  stroke: white;
  stroke-width: 2px;
  /*stroke-location:"outside"; <-- DOESNT WORK */
  fill: #009a3d;
}

/* line 136, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .warning-text-box {
  margin-bottom: 30px;
  padding: 20px;
  border-width: 1px;
  border-color: #f5ad90;
  border-style: solid;
  border-radius: 4px;
  background-color: #fdede7;
  font-size: 16px;
  line-height: 22px;
}

/* line 151, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .warning-text-box .warning-text {
  color: #EB5C21;
}

/* line 156, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .warning-text-box .warning-explanation {
  color: #282828;
}

/* line 162, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .plain-text-explanation {
  color: #113c2b;
  font-size: 16px;
  line-height: 22px;
}

/* line 169, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .action-button-at-bottom {
  margin: 40px auto 0px auto;
  padding: 9px 35px 9px 35px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.42857;
  cursor: pointer;
  max-width: 300px;
  border-radius: 4px;
}

/* line 187, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .action-button-at-bottom.warning {
  background-color: #eb5c21;
}

/* line 191, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .action-button-at-bottom.info {
  background-color: #009a3d;
}

/* line 196, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .do-not-show {
  margin-top: 30px;
  font-weight: bolder;
  text-align: center;
}

/* line 204, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint .close-button {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  background-color: #2c2c2c;
  box-shadow: -0.669px 0.743px 1px 0px rgba(0, 0, 0, 0.102);
  width: 36px;
  height: 36px;
  padding: 6px 0px 0px 12px;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
}

/* line 230, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.warning .headline-container .big-headline {
  color: #EB5C21;
}

/* line 235, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.warning .headline-container .sub-headline {
  color: #EB5C21;
}

/* line 243, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.warning .visualization-container .illustration.warning {
  display: block;
}

/* line 248, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.warning .visualization-container .dont-do-this {
  display: block;
}

/* line 259, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.info .headline-container .big-headline {
  color: #009a3d;
}

/* line 264, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.info .headline-container .sub-headline {
  color: #009a3d;
}

/* line 272, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.info .visualization-container .illustration.info {
  display: block;
}

/* line 277, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.info .visualization-container .do-this {
  display: block;
}

/* line 287, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.must-confirm .close-button {
  display: none;
}

/* line 296, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.small-version {
  width: 472px;
}

/* line 300, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.small-version .plain-text-explanation {
  display: none;
}

/* line 305, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.small-version .warning-text-box {
  display: none;
}

/* line 310, ../../app/styles/includes/directives/_tm-version-hint.scss */
.version-hint-container .version-hint.small-version .do-not-show {
  display: none;
}

@media (max-width: 512px) {
  /* line 1, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container {
    padding: 0px 20px 0px 20px;
    overflow: hidden;
  }
  /* line 321, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container .version-hint-background {
    width: 200%;
    left: -20px;
  }
  /* line 327, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container .version-hint {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  /* line 335, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container .version-hint .visualization-container {
    width: 100%;
  }
  /* line 340, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container .version-hint .warning-text-box {
    border-radius: 0px;
    margin-left: -30px;
    margin-right: -30px;
    border-left: 0px;
    border-right: 0px;
  }
  /* line 349, ../../app/styles/includes/directives/_tm-version-hint.scss */
  .version-hint-container .version-hint .action-button-at-bottom {
    width: 100%;
  }
}

/* line 2, ../../app/styles/includes/directives/_search.scss */
#nav-form-area .cancel-search, #nav-form-area-mobile .cancel-search {
  right: 30px;
  display: none;
}

/* line 5, ../../app/styles/includes/directives/_search.scss */
#nav-form-area .cancel-search:hover, #nav-form-area-mobile .cancel-search:hover {
  cursor: pointer;
}

/* line 11, ../../app/styles/includes/directives/_search.scss */
#cancel-search-mobile {
  right: 30px;
  display: none;
}

/* line 14, ../../app/styles/includes/directives/_search.scss */
#cancel-search-mobile:hover {
  cursor: pointer;
}

/* line 19, ../../app/styles/includes/directives/_search.scss */
#search-result {
  box-shadow: 0px 1px 3px 0px black;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  top: 74px;
  padding: 0;
  background: rgba(255, 255, 255, 0.961);
  max-height: 300px;
  overflow: auto;
}

/* line 30, ../../app/styles/includes/directives/_search.scss */
#search-result ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 37, ../../app/styles/includes/directives/_search.scss */
#search-result ul.empty {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 41, ../../app/styles/includes/directives/_search.scss */
#search-result ul li {
  padding: 5px  26px  0px  26px;
  height: 26px;
}

/* line 44, ../../app/styles/includes/directives/_search.scss */
#search-result ul li:hover, #search-result ul li.active {
  background-color: #113c2b;
  color: white;
  cursor: pointer;
}

/* line 49, ../../app/styles/includes/directives/_search.scss */
#search-result ul li.suggest {
  padding: 1px  26px  0px  26px;
}

/* line 52, ../../app/styles/includes/directives/_search.scss */
#search-result ul li span {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  white-space: pre;
}

/* line 58, ../../app/styles/includes/directives/_search.scss */
#search-result ul li span.chunked {
  vertical-align: baseline;
}

/* line 65, ../../app/styles/includes/directives/_search.scss */
#search-result ul.suggests li span.s-part:not(.keyword) {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 16px;
}

/* line 69, ../../app/styles/includes/directives/_search.scss */
#search-result ul.suggests li span.s-part.keyword {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 16px;
}

/* line 77, ../../app/styles/includes/directives/_search.scss */
#search-result ul.last-suggests li span:not(.keyword) {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  line-height: 15px;
  font-size: 16px;
}

/* line 1, ../../app/styles/includes/directives/_rounded-checkbox.scss */
.rounded-checkbox {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 14px;
  right: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px  solid  #bbb;
  cursor: pointer;
}

/* line 12, ../../app/styles/includes/directives/_rounded-checkbox.scss */
.rounded-checkbox input {
  left: -10000px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  position: relative;
  z-index: 10;
}

/* line 20, ../../app/styles/includes/directives/_rounded-checkbox.scss */
.rounded-checkbox .faked-check {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 9;
  color: #009a3d;
  padding: 3px  0  0  0;
  font-size: 16px;
  text-align: center;
}

/* line 1, ../../app/styles/includes/directives/_recipe-image.scss */
.image-section {
  width: 60%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: inline-block;
  height: 100%;
  min-height: 100%;
}

/* line 13, ../../app/styles/includes/directives/_recipe-image.scss */
.image-section img {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

/* line 21, ../../app/styles/includes/directives/_recipe-image.scss */
.info-section {
  width: 40%;
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 30, ../../app/styles/includes/directives/_recipe-image.scss */
.reveal-image {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 42, ../../app/styles/includes/directives/_recipe-image.scss */
.bv-float-left {
  float: left;
}

/* line 46, ../../app/styles/includes/directives/_recipe-image.scss */
.bv-float-right {
  float: right;
}

/* line 1, ../../app/styles/includes/directives/_make-sticky.scss */
.main-view .element-sticky {
  position: fixed;
}

/* line 3, ../../app/styles/includes/directives/_custom-scrollbar.scss */
.custom-scrollbar .mCustomScrollBox .mCSB_container {
  margin-right: 0;
}

/* line 7, ../../app/styles/includes/directives/_custom-scrollbar.scss */
.custom-scrollbar .mCSB_scrollTools {
  opacity: 1;
}

/* line 9, ../../app/styles/includes/directives/_custom-scrollbar.scss */
.custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 10px  0;
}

/* line 11, ../../app/styles/includes/directives/_custom-scrollbar.scss */
.custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
  background: #2c2c2c !important;
  opacity: 0.2;
  width: 6px;
}

/* line 16, ../../app/styles/includes/directives/_custom-scrollbar.scss */
.custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background: none;
}

/* line 1, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-inner-wrapper {
  width: 876px;
  margin: 0 auto;
}

/* line 6, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper {
  padding: 70px  26px  60px  26px;
  background-color: #EDEDED;
  min-height: 100%;
}

/* line 10, ../../app/styles/includes/directives/_tos.scss */
#cookies {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 12, ../../app/styles/includes/directives/_tos.scss */
#cookies .show-more {
  display: none;
}

/* line 14, ../../app/styles/includes/directives/_tos.scss */
#cookies .show-more a {
  color: #FF574B;
}

/* line 18, ../../app/styles/includes/directives/_tos.scss */
#cookies h2 {
  font-size: 21px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  color: #009a3d;
  line-height: 19px;
  margin-bottom: 23px;
}

/* line 25, ../../app/styles/includes/directives/_tos.scss */
#cookies p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  margin-bottom: 22px;
}

/* line 29, ../../app/styles/includes/directives/_tos.scss */
#cookies ul {
  margin: 0  0  41px  60px;
  padding: 0;
  list-style-position: inside;
  overflow: hidden;
}

/* line 34, ../../app/styles/includes/directives/_tos.scss */
#cookies ul li {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}

/* line 37, ../../app/styles/includes/directives/_tos.scss */
#cookies ul li:last-child {
  margin-bottom: 0;
}

/* line 44, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper {
  /*  Mobile  tab  nav  */
  /*  Tabs  content  */
}

/* line 62, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .mobile p {
  font-size: 15px;
  margin-bottom: 7px;
  color: #113c2b;
  line-height: 15px;
  padding-top: 15px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 70, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .mobile #mobile-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

.tm-tos-wrapper #mobile-nav{
  list-style: none;
  padding: 0;
}

/* line 78, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content {
  box-shadow: 0px  1px  2px  silver;
  border-radius: 0px 4px 4px 4px;
  overflow: hidden;
  background: #fff;
}

/* line 83, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content > div {
  background: white;
  min-height: 300px;
  padding: 40px  30px  45px  30px;
}

/* line 88, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content ul {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 91, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content ul li {
  font-size: 16px;
  color: #113c2b;
  line-height: 22px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 98, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content h1 {
  font-size: 37px;
  color: #113c2b;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

/* line 103, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content .sub {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 24px;
  color: #009A3D;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 18px;
}

/* line 112, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content p {
  font-size: 16px;
  color: #113c2b;
  line-height: 22px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 118, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content .effective-hint {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding: 18px  20px  18px  20px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  background: #F3F5F4;
}

/* line 126, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content .effective-hint .effective {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #113c2b;
  font-size: 16px;
}

/* line 132, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .tab-content .effective-hint .prev-version {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 141, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.tm-tos-wrapper .nav .clearfix, .tm-tos-wrapper .nav .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.tm-tos-wrapper .nav .clearfix:before, .tm-tos-wrapper .nav .list-heading:before,
.tm-tos-wrapper .nav .clearfix:after,
.tm-tos-wrapper .nav .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.tm-tos-wrapper .nav .clearfix:after, .tm-tos-wrapper .nav .list-heading:after {
  clear: both;
}

/* line 147, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li {
  position: relative;
  display: block;
  background: #fff;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

/* line 154, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li:first-child {
  border-radius: 4px 0 0 0;
}

/* line 157, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li:last-child {
  border-radius: 0 4px 0 0;
}

/* line 160, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li > a {
  position: relative;
  display: block;
  padding: 25px 15px;
}

/* line 164, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li > a:hover, .tm-tos-wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}

/* line 171, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li.disabled > a {
  color: gray;
}

/* line 173, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav > li.disabled > a:hover, .tm-tos-wrapper .nav > li.disabled > a:focus {
  color: red;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 186, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 188, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-left: -1px;
}

/* line 194, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav-tabs > li > a {
  line-height: 18px;
  color: #113c2b;
  background-color: #f3f3f3;
  border: none;
  font-size: 16px;
  margin-right: 1px;
  margin-top: 1px;
  min-width: 170px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

/* line 208, ../../app/styles/includes/directives/_tos.scss */
.tm-tos-wrapper .nav-tabs > li.active > a, .tm-tos-wrapper .nav-tabs > li.active > a:hover, .tm-tos-wrapper .nav-tabs > li.active > a:focus {
  color: #113c2b;
  background-color: white;
  border-bottom: 1px solid silver;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: transparent;
  cursor: default;
}

@media (max-width: 929px) {
  /* line 231, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-inner-wrapper {
    width: 100%;
    margin: 0;
  }
  /* line 235, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-wrapper {
    padding: 70px  26px  60px  26px;
  }
}

@media (max-width: 628px) {
  /* line 242, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-inner-wrapper {
    width: 100%;
    margin: 0;
  }
  /* line 246, ../../app/styles/includes/directives/_tos.scss */
  #tm-tos-tabs {
    display: none;
  }
  /* line 249, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-wrapper {
    padding: 52px  22px  60px  22px;
  }
  /* line 254, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-wrapper .tab-content h1 {
    font-size: 28px;
    word-wrap:break-word;
    line-height: 32px;
    color: #113c2b;
    text-align: center;
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: bold;
  }
  /* line 263, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-wrapper .tab-content .effective-hint .prev-version {
    display: block;
  }
}

/*  Hide  Mobile  Nav  */
@media (min-width: 628px) {
  /* line 277, ../../app/styles/includes/directives/_tos.scss */
  .tm-tos-wrapper .mobile {
    display: none;
  }
}

/*  TOS  Modal  */
/* line 289, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .modal-dialog {
  max-width: 956px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: auto;
}

/* line 295, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .modal-header-buttons {
  position: absolute;
  right: 30px;
  font-size: 19px;
  top: 30px;
  z-index: 5;
  color: #aeaeae;
}

/* line 302, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .modal-header-buttons i:hover {
  cursor: pointer;
}

/* line 306, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .mobile {
  display: none;
}

/* line 309, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .modal-body {
  padding: 0;
}

/* line 312, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .tab-content {
  box-shadow: none;
}

/* line 315, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .modal-content {
  background: #343434;
}

/* line 318, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .tm-tos-wrapper .nav-tabs > li {
  margin-left: 0px;
}

/* line 321, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .tm-tos-wrapper {
  padding: 35px 10px 0px 10px;
}

/* line 324, ../../app/styles/includes/directives/_tos.scss */
#tos-modal .footer {
  margin: 30px  30px  30px  0px;
}

@media (max-width: 628px) {
  /* line 334, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .tm-tos-inner-wrapper {
    width: 100%;
    margin: 0;
  }
  /* line 338, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal #tm-tos-tabs {
    display: none;
  }
  /* line 341, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .tab-content {
    box-shadow: 0px  1px  2px  silver;
  }
  /* line 343, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .tab-content > div {
    padding: 40px  20px  45px  20px;
  }
  /* line 347, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .tm-tos-wrapper {
    padding: 52px  0px  15px  0px;
  }
  /* line 350, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .modal-header-buttons {
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 25px;
    z-index: 5;
    color: #aeaeae;
  }
  /* line 358, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal #close-tos-btn {
    width: 100%;
  }
  /* line 361, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .modal-content {
    border: none;
    box-shadow: none;
    background: none;
  }
  /* line 366, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .modal-dialog {
    padding: 0px  22px  22px  22px;
  }
  /* line 369, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .mobile {
    display: block;
  }
  /* line 372, ../../app/styles/includes/directives/_tos.scss */
  #tos-modal .footer {
    margin: 15px  0px  0px  0px;
  }
  /* line 376, ../../app/styles/includes/directives/_tos.scss */
  .modal {
    margin-top: 53px;
  }
  /* line 379, ../../app/styles/includes/directives/_tos.scss */
  .modal-backdrop {
    background: #ededed;
  }
  /* line 381, ../../app/styles/includes/directives/_tos.scss */
  .modal-backdrop.in {
    opacity: 1;
  }
}

/* line 1, ../../app/styles/includes/directives/_footer.scss */
.help-footer {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

/* line 6, ../../app/styles/includes/directives/_footer.scss */
.private + .help-footer {
  margin-top: -565px;
}

/* line 9, ../../app/styles/includes/directives/_footer.scss */
.public + .help-footer {
  margin-top: -269px;
}

/* line 15, ../../app/styles/includes/directives/_footer.scss */
.help-wrapper > .row {
  margin: 0px;
}

/* line 20, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 21, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer a, .vw-page-footer li {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

/* line 24, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .row {
  margin: 0;
}

/* line 28, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .vw-footer {
  background: white;
}

/* line 30, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .vw-footer .help-footer-left, .vw-page-footer .vw-footer .help-footer-right {
  padding-top: 10px;
}

/* line 32, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .vw-footer .help-footer-left img, .vw-page-footer .vw-footer .help-footer-right img {
  max-width: 100%;
  height: auto;
}

/* line 37, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .vw-footer .main-container {
  padding: 30px;
}

/* line 41, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .footer-bottom {
  width: 100%;
  height: auto;
  min-height: 40px;
  background: #212121;
}

/* line 46, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .footer-bottom .sub-footer-bottom {
  background: #444444;
  min-height: 20px;
  padding: 10px;
}

/* line 50, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .footer-bottom .sub-footer-bottom .vw-links li {
  display: inline;
}

/* line 52, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .footer-bottom .sub-footer-bottom .vw-links li span {
  color: #A4A4A8;
  text-transform: none;
}

/* line 56, ../../app/styles/includes/directives/_footer.scss */
.vw-page-footer .footer-bottom .sub-footer-bottom .vw-links li a {
  color: white;
  padding-left: 40px;
}

/* line 66, ../../app/styles/includes/directives/_footer.scss */
.col-1 .help-footer {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

/* line 71, ../../app/styles/includes/directives/_footer.scss */
.private + .col-1 .help-footer {
  margin-top: -565px;
}

/* line 74, ../../app/styles/includes/directives/_footer.scss */
.public + .col-1 .help-footer {
  margin-top: -198;
}

/* line 81, ../../app/styles/includes/directives/_footer.scss */
.col-1 .vw-page-footer .footer-bottom .sub-footer-bottom .vw-links li {
  display: block;
  padding-top: 10px;
  padding-left: 30px;
}

/* line 92, ../../app/styles/includes/directives/_footer.scss */
.col-2 .help-footer {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

/* line 97, ../../app/styles/includes/directives/_footer.scss */
.private + .col-2 .help-footer {
  margin-top: -565px;
}

/* line 100, ../../app/styles/includes/directives/_footer.scss */
.public + .col-2 .help-footer {
  margin-top: -47;
}

/* line 107, ../../app/styles/includes/directives/_footer.scss */
.col-2 .vw-page-footer .footer-bottom .sub-footer-bottom .vw-links li {
  padding-top: 10px;
  padding-left: 30px;
}

@media (max-width: 650px) {
  /* line 119, ../../app/styles/includes/directives/_footer.scss */
  .vw-page-footer .col-xs-2 {
    width: 77% !important;
  }
}

/* line 127, ../../app/styles/includes/directives/_footer.scss */
.screen-sm .vw-footer div.container.main-container {
  display: none;
}

/* line 130, ../../app/styles/includes/directives/_footer.scss */
.screen-sm .vw-footer .sub-footer-bottom {
  background: white;
}

/* line 135, ../../app/styles/includes/directives/_footer.scss */
.screen-sm .vw-footer .container.vw-links li a {
  color: #000;
  padding-left: 0px;
}

/* line 147, ../../app/styles/includes/directives/_footer.scss */
.col-1 .container.vw-links li a {
  color: #000;
  padding-left: 0px !important;
}

/* line 2, ../../app/styles/includes/directives/_tips.scss */
.tips-wrapper .icon-play:before {
  z-index: 5;
}

/* line 5, ../../app/styles/includes/directives/_tips.scss */
.tips-wrapper .tips-dark-layer {
  background: #000;
}

/* line 7, ../../app/styles/includes/directives/_tips.scss */
.tips-wrapper .tips-dark-layer img:hover {
  opacity: 0.7;
}

/* line 18, ../../app/styles/includes/directives/_tips.scss */
.col-2 .tips-wrapper .icon-play:before {
  top: 130px;
  left: 183px;
}

/* line 27, ../../app/styles/includes/directives/_tips.scss */
.col-3 .tips-wrapper .icon-play:before, .col-4 .tips-wrapper .icon-play:before {
  top: 168px;
  left: 260px;
}

/* line 36, ../../app/styles/includes/directives/_tips.scss */
.col-1 .tips-dark-layer img {
  max-width: 275px;
}

/* line 44, ../../app/styles/includes/directives/_tips.scss */
.col-3 .tips-dark-layer img, .col-4 .tips-dark-layer img, .col-5 .tips-dark-layer img {
  max-width: 576px;
}

@media (min-width: 645px) and (max-width: 945px) {
  /* line 52, ../../app/styles/includes/directives/_tips.scss */
  .tips-dark-layer img {
    max-width: 425.5px;
  }
}

/* line 1, ../../app/styles/includes/_backgrounds.scss */
body.bg-register,
body.bg-checkout,
body.bg-order-callback-declined,
body.bg-your-address {
  background: url(../images/backgrounds/BG_image_2.jpg) no-repeat center center fixed;
  background-size: cover;
}

/*  Order-callback  */
/* line 10, ../../app/styles/includes/_backgrounds.scss */
body.bg-order-callback-approved, .mobile-bg.bg-order-callback-approved {
  background: url(../images/order-callback/recipe-cards.png) no-repeat center center fixed;
  background-size: cover;
}

/* line 5, ../../app/styles/includes/content/_home.scss */
.home-container {
  position: relative;
  overflow: hidden;
}

/* line 8, ../../app/styles/includes/content/_home.scss */
.home-container p {
  font-size: 16px;
}

/* line 11, ../../app/styles/includes/content/_home.scss */
.home-container h1 {
  color: #113c2b;
  line-height: 44px;
}

/* line 14, ../../app/styles/includes/content/_home.scss */
.home-container h1 strong {
  display: inline-block;
  border-bottom: 5px solid #009a3d;
  padding-bottom: 5px;
}

/* line 19, ../../app/styles/includes/content/_home.scss */
.home-container h1 span {
  display: block;
}

/* line 23, ../../app/styles/includes/content/_home.scss */
.home-container h2 {
  font-size: 28px;
  line-height: 1;
}

/* line 26, ../../app/styles/includes/content/_home.scss */
.home-container h2 strong {
  display: inline-block;
}

/* line 29, ../../app/styles/includes/content/_home.scss */
.home-container h2 span {
  display: block;
  color: #113c2b;
}

/* line 34, ../../app/styles/includes/content/_home.scss */
.home-container section:not(.hero):not(.filler) {
  position: relative;
  height: 428px;
  width: 100%;
  z-index: 3;
}

/* line 39, ../../app/styles/includes/content/_home.scss */
.home-container section:not(.hero):not(.filler).alternative-background {
  background-color: #E7E5E6;
  z-index: 2;
}

/* line 44, ../../app/styles/includes/content/_home.scss */
.home-container section:not(.hero):not(.filler) .img:not(.full-width) {
  width: 1023px;
  margin: 0  auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

/* line 52, ../../app/styles/includes/content/_home.scss */
.home-container section:not(.hero):not(.filler) .img img {
  position: absolute;
  top: 0;
}

/* line 56, ../../app/styles/includes/content/_home.scss */
.home-container section:not(.hero):not(.filler) .img .img-wooden-countertop {
  bottom: 0;
}

/* line 62, ../../app/styles/includes/content/_home.scss */
.home-container .middled .text-wrapper {
  display: table;
  height: 100%;
}

/* line 65, ../../app/styles/includes/content/_home.scss */
.home-container .middled .text-wrapper:not(.full-width) {
  width: 1023px;
  margin: 0  auto;
}

/* line 69, ../../app/styles/includes/content/_home.scss */
.home-container .middled .text-wrapper .text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* line 76, ../../app/styles/includes/content/_home.scss */
.home-container .parallax {
  overflow: hidden;
  width: 100%;
  z-index: 1 !important;
  position: relative;
}

/* line 81, ../../app/styles/includes/content/_home.scss */
.home-container .parallax img {
  width: 110%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: -5%;
}

/* line 92, ../../app/styles/includes/content/_home.scss */
.home-container .hero {
  background: url("../images/home/img-wooden-countertop.png") repeat-x left bottom, url("../images/home/img-kitchenbackground.png") no-repeat center top;
  background-size: 1833px  137px,  1833px  661px;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 75px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 92, ../../app/styles/includes/content/_home.scss */
  .home-container .hero {
    background: url("../images/home/img-wooden-countertop@2x.png") repeat-x left bottom, url("../images/home/img-kitchenbackground@2x.png") no-repeat center top;
    background-size: 1833px  137px,  1833px  661px;
  }
}

/* line 103, ../../app/styles/includes/content/_home.scss */
.home-container .hero, .home-container .hero .text, .home-container .hero .image.right {
  height: 654px;
}

/* line 108, ../../app/styles/includes/content/_home.scss */
.home-container .hero .btn {
  margin-top: 10px;
  margin-left: 2px;
  padding-left: 26px;
  padding-right: 26px;
}

/* line 114, ../../app/styles/includes/content/_home.scss */
.home-container .hero .text {
  padding-left: 215px;
  position: relative;
  z-index: 3;
  -webkit-transition: padding  .3s  ease;
  transition: padding  .3s  ease;
  width: 50%;
}

/* line 120, ../../app/styles/includes/content/_home.scss */
.home-container .hero .text .welcome {
  margin: 20px  0;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

/* line 127, ../../app/styles/includes/content/_home.scss */
.home-container .hero .image.right {
  width: 917px;
  left: 50%;
  top: 0;
  margin-left: 60px;
  background: url("../images/home/img-public-header-tm-and-recipechip.png") no-repeat left bottom;
  background-size: 938px  528px;
  position: absolute;
  z-index: 1;
  -webkit-transition: margin  .3s  ease;
  transition: margin  .3s  ease;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 127, ../../app/styles/includes/content/_home.scss */
  .home-container .hero .image.right {
    background: url("../images/home/img-public-header-tm-and-recipechip@2x.png") no-repeat left bottom;
    background-size: 938px  528px;
  }
}

/* line 142, ../../app/styles/includes/content/_home.scss */
.home-container .hero .image.left {
  background: url("../images/home/img-cuttingboard-and-mushroom.png") no-repeat left bottom;
  background-size: 725px  283px;
  margin-left: 215px;
  height: 283px;
  width: 725px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: margin  .3s  ease;
  transition: margin  .3s  ease;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 142, ../../app/styles/includes/content/_home.scss */
  .home-container .hero .image.left {
    background: url("../images/home/img-cuttingboard-and-mushroom@2x.png") no-repeat left bottom;
    background-size: 725px  283px;
  }
}

/* line 159, ../../app/styles/includes/content/_home.scss */
.home-container .cooking-with-thermomix .text-wrapper {
  padding-left: 505px;
}

/* line 163, ../../app/styles/includes/content/_home.scss */
.home-container .cooking-with-thermomix .img img {
  margin-top: 50px;
  margin-left: 10px;
}

/* line 170, ../../app/styles/includes/content/_home.scss */
.home-container .success .text-wrapper {
  padding-right: 600px;
  padding-left: 60px;
}

/* line 175, ../../app/styles/includes/content/_home.scss */
.home-container .success .img img {
  left: auto;
  right: 0;
  margin-right: -525px;
  margin-top: 40px;
}

/* line 184, ../../app/styles/includes/content/_home.scss */
.home-container .inspiration .text-wrapper {
  padding-left: 750px;
  width: 1280px;
}

/* line 189, ../../app/styles/includes/content/_home.scss */
.home-container .inspiration .img img {
  left: 0;
  right: auto;
  margin-top: -125px;
}

/* line 197, ../../app/styles/includes/content/_home.scss */
.home-container .save-money .text-wrapper {
  padding-right: 600px;
  padding-left: 60px;
}

/* line 202, ../../app/styles/includes/content/_home.scss */
.home-container .save-money .img img {
  left: auto;
  right: 0;
  margin-top: -208px;
  margin-right: -433px;
}

/* line 211, ../../app/styles/includes/content/_home.scss */
.home-container .your-shopping-list .text-wrapper {
  padding-left: 692px;
  width: 1095px;
}

/* line 216, ../../app/styles/includes/content/_home.scss */
.home-container .your-shopping-list .img img {
  left: 0;
  right: auto;
  margin-top: -60px;
  margin-left: -100px;
}

/* line 224, ../../app/styles/includes/content/_home.scss */
.home-container .activate {
  height: 465px !important;
}

/* line 226, ../../app/styles/includes/content/_home.scss */
.home-container .activate .img-recipechip-mobile {
  display: none;
}

/* line 229, ../../app/styles/includes/content/_home.scss */
.home-container .activate .text-wrapper {
  padding-right: 600px;
  padding-left: 5px;
}

/* line 234, ../../app/styles/includes/content/_home.scss */
.home-container .activate .img img {
  left: auto;
  right: 0;
  margin-top: -300px;
  margin-right: -390px;
}

/* line 243, ../../app/styles/includes/content/_home.scss */
.home-container .all-your-recipes .text-wrapper {
  padding-left: 525px;
  padding-right: 60px;
}

/* line 248, ../../app/styles/includes/content/_home.scss */
.home-container .all-your-recipes .img img {
  left: 0;
  right: auto;
  margin-left: -250px;
  margin-top: -40px;
}

/* line 256, ../../app/styles/includes/content/_home.scss */
.home-container .filler {
  height: 100px;
}

@media (max-width: 1531px) {
  /* line 264, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text {
    padding-left: 176px;
  }
  /* line 267, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.right {
    margin-left: -31px;
  }
  /* line 270, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.left {
    margin-left: 176px;
  }
  /* line 275, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img img {
    margin-right: -388px;
  }
}

@media (max-width: 1230px) {
  /* line 285, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text {
    padding-left: 100px;
  }
  /* line 288, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.left {
    margin-left: 100px;
  }
  /* line 293, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .text-wrapper {
    width: auto;
    padding-left: 600px;
    padding-right: 100px;
  }
  /* line 300, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .text-wrapper {
    padding-left: 600px;
    padding-right: 100px;
  }
  /* line 304, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .img img {
    margin-left: -148px;
  }
  /* line 309, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .text-wrapper {
    padding-left: 428px;
    padding-right: 100px;
    width: 832px;
  }
  /* line 314, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .img img {
    margin-left: -260px;
  }
  /* line 319, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .text-wrapper {
    padding-left: 60px;
  }
  /* line 322, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img img {
    margin-right: -390px;
  }
  /* line 327, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .img img {
    margin-left: -245px;
  }
}

@media (max-width: 929px) {
  /* line 336, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero {
    padding-top: 35px;
  }
  /* line 338, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text-wrapper .text {
    padding-left: 60px;
  }
  /* line 341, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.right {
    margin-left: 30px;
    background: url("../images/home/img-public-header-929px.png") no-repeat left bottom;
    background-size: 655px  528px;
  }
}

@media (max-width: 929px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 929px) and (min--moz-device-pixel-ratio: 2), (max-width: 929px) and (-o-min-device-pixel-ratio: 4 / 2), (max-width: 929px) and (min-device-pixel-ratio: 2), (max-width: 929px) and (min-resolution: 192dpi), (max-width: 929px) and (min-resolution: 2dppx) {
  /* line 341, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.right {
    background: url("../images/home/img-public-header-929px@2x.png") no-repeat left bottom;
    background-size: 655px  528px;
  }
}

@media (max-width: 929px) {
  /* line 350, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image.left {
    margin-left: 0;
  }
  /* line 355, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .text-wrapper {
    padding-left: 450px;
    width: auto;
  }
  /* line 359, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .img img {
    width: 306px;
    margin-top: 90px;
    margin-left: 60px;
  }
  /* line 366, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success .img img {
    width: 777px;
    margin-top: 95px;
    margin-right: -276px;
  }
  /* line 373, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .text-wrapper {
    width: auto;
    padding-left: 450px;
  }
  /* line 377, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .img img {
    width: 552px;
    margin-top: -50px;
    margin-left: -127px;
  }
  /* line 384, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .save-money .text-wrapper {
    padding-right: 500px;
  }
  /* line 387, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .save-money .img img {
    width: 690px;
    margin-top: -115px;
    margin-right: -195px;
  }
  /* line 394, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .text-wrapper {
    padding-left: 275px;
    width: auto;
  }
  /* line 398, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .img img {
    width: 516px;
    margin-top: -30px;
    margin-left: -270px;
  }
  /* line 405, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .text-wrapper {
    padding-right: 530px;
  }
  /* line 408, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img img {
    width: 743px;
    margin-right: -230px;
    margin-top: -155px;
  }
  /* line 415, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .text-wrapper {
    padding-left: 460px;
    width: auto;
  }
  /* line 419, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .img img {
    margin-left: -300px;
    margin-top: -35px;
  }
}

@media (max-width: 628px) {
  /* line 429, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container section:not(.hero):not(.filler):not(.parallax) {
    height: auto;
  }
  /* line 431, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container section:not(.hero):not(.filler):not(.parallax) .img:not(.full-width) {
    width: auto;
    position: static;
  }
  /* line 434, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container section:not(.hero):not(.filler):not(.parallax) .img:not(.full-width) img {
    position: static;
  }
  /* line 439, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .parallax {
    height: 257px;
    margin: 0;
  }
  /* line 443, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container #parallax1 {
    margin: 30px  0;
  }
  /* line 446, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero {
    padding-top: 5px;
    height: 687px;
    background: url("../images/home/img-public-header-mobile.png") no-repeat left 33% bottom 13px, url("../images/home/img-wooden-countertop.png") repeat-x left -190px bottom -10px, url("../images/home/img-kitchenbackground-mobile.png") repeat-x center bottom 10px;
    background-size: 520px  258px,  1833px  137px,  628px  352px;
  }
}

@media (max-width: 628px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 628px) and (min--moz-device-pixel-ratio: 2), (max-width: 628px) and (-o-min-device-pixel-ratio: 4 / 2), (max-width: 628px) and (min-device-pixel-ratio: 2), (max-width: 628px) and (min-resolution: 192dpi), (max-width: 628px) and (min-resolution: 2dppx) {
  /* line 446, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero {
    background: url("../images/home/img-public-header-mobile@2x.png") no-repeat left 33% bottom 13px, url("../images/home/img-wooden-countertop@2x.png") repeat-x left -190px bottom -10px, url("../images/home/img-kitchenbackground-mobile@2x.png") repeat-x center bottom 10px;
    background-size: 520px  258px,  1833px  137px,  628px  352px;
  }
}

@media (max-width: 628px) {
  /* line 457, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text-wrapper .text {
    padding-left: 22px;
    padding-right: 22px;
    width: auto;
  }
  /* line 461, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text-wrapper .text h1 {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 465, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text-wrapper .text button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    font-size: 20px;
  }
  /* line 472, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .text-wrapper .text .welcome {
    margin: 15px  0;
    line-height: 24px;
  }
  /* line 478, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .hero .image {
    background: none !important;
  }
  /* line 483, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .text-wrapper {
    padding: 295px  22px  30px;
  }
  /* line 486, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .img {
    width: 268px !important;
    position: absolute !important;
  }
  /* line 489, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .cooking-with-thermomix .img img {
    width: 268px;
    margin: 60px  0  0;
  }
  /* line 496, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .middled .text-wrapper {
    display: block;
    width: auto;
    height: auto;
  }
  /* line 500, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .middled .text-wrapper .text {
    display: block;
  }
  /* line 505, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success {
    margin-bottom: 30px;
  }
  /* line 507, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success .text-wrapper {
    height: auto;
    padding: 0  22px;
    width: auto;
  }
  /* line 511, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success .text-wrapper .text {
    display: block;
  }
  /* line 515, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success .img {
    width: 437px !important;
    margin-left: 22px;
  }
  /* line 518, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .success .img img {
    width: 437px;
    margin-right: 0;
    margin-left: 22px;
    margin-top: 0;
  }
  /* line 527, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .text-wrapper {
    padding: 205px  22px  0;
  }
  /* line 531, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .inspiration .img img {
    width: 310px;
    margin-top: -75px;
    margin-left: -40px;
  }
  /* line 539, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .save-money .text-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }
  /* line 543, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .save-money .img {
    height: 401px;
  }
  /* line 545, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .save-money .img img {
    position: absolute !important;
    width: 388px;
    margin-top: 190px;
    margin-right: -130px;
  }
  /* line 554, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .text-wrapper {
    padding: 180px  22px  30px;
  }
  /* line 558, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .your-shopping-list .img img {
    width: 322px;
    margin-left: -140px;
    margin-top: -100px;
  }
  /* line 566, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img-recipechips-and-cookbook {
    display: none;
  }
  /* line 569, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img-recipechip-mobile {
    display: inline;
  }
  /* line 572, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .text-wrapper {
    padding: 10px  22px  0;
  }
  /* line 575, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img {
    width: 210px !important;
  }
  /* line 577, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .activate .img img {
    width: 210px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: 15px;
  }
  /* line 586, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .text-wrapper {
    padding: 250px  22px  0;
  }
  /* line 589, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .img {
    position: absolute !important;
    width: 364px !important;
  }
  /* line 592, ../../app/styles/includes/content/_home.scss */
  body .main-view .home-container .all-your-recipes .img img {
    width: 364px;
    margin-top: -2px;
    margin-left: -30px;
  }
}

/* line 602, ../../app/styles/includes/content/_home.scss */
.scroll-to-top {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  background-image: url("../images/up_button.png");
  background-size: cover;
  z-index: 5;
}

/*
*  BUNDLES
*/
/* line 4, ../../app/styles/includes/content/_images.scss */
.bundle, .intermediate-page .intermediate-page-image {
  /*  BASIC  BOOK  BUNDLE  */
}

/* line 5, ../../app/styles/includes/content/_images.scss */
.bundle .tm-recipe-chip-trigger-image, .intermediate-page .intermediate-page-image .tm-recipe-chip-trigger-image, .bundle .intermediate-page-image, .intermediate-page .intermediate-page-image .intermediate-page-image {
  width: 275px;
  height: auto;
}

/* line 8, ../../app/styles/includes/content/_images.scss */
.bundle .tm-recipe-chip-trigger-image.chip, .intermediate-page .intermediate-page-image .tm-recipe-chip-trigger-image.chip, .bundle .intermediate-page-image.chip, .intermediate-page .intermediate-page-image .intermediate-page-image.chip {
  height: 200px;
}

/* line 13, ../../app/styles/includes/content/_images.scss */
.bundle .layer-1, .intermediate-page .intermediate-page-image .layer-1 {
  position: absolute;
  z-index: 1;
}

/* line 17, ../../app/styles/includes/content/_images.scss */
.bundle .layer-2, .intermediate-page .intermediate-page-image .layer-2 {
  position: absolute;
  z-index: 2;
}

/* line 21, ../../app/styles/includes/content/_images.scss */
.bundle .layer-2.tm-chip, .intermediate-page .intermediate-page-image .layer-2.tm-chip {
  left: 45px;
  bottom: 25px;
}

/* line 26, ../../app/styles/includes/content/_images.scss */
.bundle .layer-3, .intermediate-page .intermediate-page-image .layer-3 {
  position: absolute;
  z-index: 3;
}

/* line 30, ../../app/styles/includes/content/_images.scss */
.bundle .layer-3.tm-chip, .intermediate-page .intermediate-page-image .layer-3.tm-chip {
  left: 45px;
  bottom: 25px;
}

/* line 1, ../../app/styles/includes/content/_overviews.scss */
#filter-group {
  margin-bottom: 40px;
}

/* line 5, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview {
  margin-bottom: 260px;
}

/* line 8, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .overview-count {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  color: #8C8C8C;
  margin-right: 26px;
  font-size: 16px;
  margin: 0;
  padding-right: 26px;
  display: table-cell;
  vertical-align: middle;
}

/* line 18, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .overview-information {
  text-align: right;
  display: table;
  height: 31px;
}

/* line 25, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .filter-group .filter-coll-type .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 28, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .filter-group .filter-coll-type .btn.white {
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  text-shadow: 1px  1px  0px  #f8f8f8;
  color: #555555;
  font-weight: bold;
  font-size: 13px;
  background: #E3E3E3;
  border: 1px  solid  #BBB;
  color: #333;
  text-shadow: 0 1px 0 white;
}

/* line 39, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .filter-group .filter-coll-type .btn.active {
  box-shadow: none;
  background: white;
}

/* line 46, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger, .tm-wrapper.overview .tm-collection-trigger, .tm-wrapper.overview .tm-recipe-chip-trigger {
  margin: -4px  22px  22px  -4px;
}

/* line 48, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger .not-owned, .tm-wrapper.overview .tm-collection-trigger .not-owned, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned {
  padding: 0  10px  10px  10px;
  position: relative;
  z-index: 10;
}

/* line 52, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger .not-owned div, .tm-wrapper.overview .tm-collection-trigger .not-owned div, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
  height: 13px;
  width: 32px;
  position: absolute;
  right: 26px;
  background-color: #9fbd30;
  border-radius: 0  0  2px  2px;
  box-shadow: 0  1px  2px  0  #000000;
}

/* line 61, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-left-first, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-recipe-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-left, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-right, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-recipe-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-right-last, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right-last, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-left-first, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-left-first, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-collection-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left-first, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-left, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-left, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-right, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-right, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-collection-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-right-last, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-right-last, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right-last, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right-last {
  text-align: center;
}

/* line 63, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-left:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-left:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned div.icon-tab-right-last:before, .tm-wrapper.overview .tm-recipe-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger .not-owned div.tm-category-tab-right-last:before, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon:before, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-left-first:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-left-first:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-left:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-left:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-left:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-left:before, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-right:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-right:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-collection-trigger .not-owned div.icon-tab-right-last:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.icon-tab-right-last:before, .tm-wrapper.overview .tm-collection-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger .not-owned div.tm-category-tab-right-last:before, .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger .not-owned div.tm-category-tab-right-last:before {
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  position: relative;
  top: -30px;
  color: #688714;
  font-size: 10px;
}

/* line 76, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div {
  height: 18px;
}

/* line 79, ../../app/styles/includes/content/_overviews.scss */
.tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.icon:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.icon-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-left-first:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.icon-tab-left:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-left:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.icon-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-right:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.icon-tab-right-last:before, .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-trigger:hover .not-owned div.tm-category-tab-right-last:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.icon:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.icon:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.icon-tab-left-first:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.icon-tab-left-first:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-left-first:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left-first:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-left-first:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-left-first:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-left-first:before,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-left-first:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.icon-tab-left:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.icon-tab-left:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-left:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-left:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-left:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.icon-tab-right:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.icon-tab-right:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-right:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-right:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-right:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder div.tm-category-tab-right:before,
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-right:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.icon-tab-right-last:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.icon-tab-right-last:before,
.tm-wrapper.overview .tm-collection-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-collection-trigger:hover .not-owned div.tm-category-tab-right-last:before,
.tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned .tm-category-tabs .tm-categories .tm-category div.tm-category-tab-right-last:before,
.tm-category-tabs .tm-categories .tm-category .tm-wrapper.overview .tm-recipe-chip-trigger:hover .not-owned div.tm-category-tab-right-last:before {
  top: 2px;
}

/* line 89, ../../app/styles/includes/content/_overviews.scss */
.list-heading .pull-left {
  width: 100%;
  padding-right: 80px;
}

/* line 93, ../../app/styles/includes/content/_overviews.scss */
.list-heading .pull-right {
  float: none;
  position: absolute;
  right: 0px;
}

/* line 98, ../../app/styles/includes/content/_overviews.scss */
.list-heading h2 {
  color: #C4C4C4;
  font-size: 28px;
  line-height: 1em;
  padding: 24px  30px  15px  30px;
  margin: 0px;
  vertical-align: baseline;
  box-shadow: inset  0  2px  2px  -2px  #ccc;
}

/* line 107, ../../app/styles/includes/content/_overviews.scss */
.list-heading h2 .icon, .list-heading h2 .icon-tab-left-first, .list-heading h2 .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .list-heading h2 .tm-category-tab-left-first, .list-heading h2 .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .list-heading h2 .tm-category-tab-left-first, .list-heading h2 .icon-tab-left, .list-heading h2 .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .list-heading h2 .tm-category-tab-left, .list-heading h2 .icon-tab-right, .list-heading h2 .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .list-heading h2 .tm-category-tab-right, .list-heading h2 .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .list-heading h2 .tm-category-tab-right, .list-heading h2 .icon-tab-right-last, .list-heading h2 .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .list-heading h2 .tm-category-tab-right-last {
  position: relative;
  top: 2px;
}

/* line 111, ../../app/styles/includes/content/_overviews.scss */
.list-heading h2.search-hint {
  text-transform: none;
  float: left;
}

/* line 114, ../../app/styles/includes/content/_overviews.scss */
.list-heading h2.search-hint span {
  color: #009a3d;
}

@media (max-width: 628px) {
  /* line 123, ../../app/styles/includes/content/_overviews.scss */
  .list-heading h2 {
    font-size: 18px;
    padding: 20px  30px  15px  30px;
  }
}

/* line 130, ../../app/styles/includes/content/_overviews.scss */
.search-reset {
  float: right;
  padding: 24px  30px  15px  30px;
  font-size: 20px;
  color: #a6a6a6;
}

/* line 137, ../../app/styles/includes/content/_overviews.scss */
.list-empty-message {
  color: #BFBFBF;
  font-size: 60px;
}

/* line 1, ../../app/styles/includes/content/_overview.scss */
.gradTest {
  width: 500px;
  height: 500px;
  position: absolute;
}

/* line 7, ../../app/styles/includes/content/_overview.scss */
.authenticated-home {
  padding-bottom: 20px;
}

/* line 9, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .tm-recipe-trigger {
  margin: 0 26px 0 0;
}

/* line 12, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

/* line 16, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .overlay-image {
  position: absolute;
  z-index: 12;
}

/* line 19, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .overlay-image.football {
  width: 186px;
  margin-left: -204px;
  margin-top: 40px;
  height: 321px;
  background-image: url(../images/dummy/auth_home/Ball.png);
  background-repeat: no-repeat;
}

/* line 27, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .overlay-image.scoop {
  height: 286px;
  width: 453px;
  top: -194px;
  right: 0px;
  background-image: url(../images/dummy/auth_home/scoop.png);
}

/* line 35, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .hero,
.authenticated-home .container .solo-side-kick,
.authenticated-home .container .single-recipe-container {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
}

/* line 40, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .side-kick-block {
  float: left;
  margin-left: 25px;
  display: inline-block;
}

/* line 44, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .side-kick-block .solo-side-kick:first-child {
  margin-bottom: 25px;
}

/* line 48, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .disabled {
  display: none;
}

/* line 51, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .sub-wrapper {
  padding-left: 204px;
  overflow: hidden;
}

/* line 55, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .previous, .authenticated-home .container .next {
  z-index: 13;
  height: 96px;
  background-color: #363636;
  width: 74px;
  position: absolute;
  background-image: none;
  opacity: 0.8;
}

/* line 63, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .previous:hover, .authenticated-home .container .next:hover {
  cursor: pointer;
}

/* line 67, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .previous {
  left: 0;
  border-radius: 0px  4px  4px  0px;
}

/* line 70, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .previous i {
  top: 35px;
  position: relative;
  left: 15px;
  color: #fff;
  font-size: 17px;
  -webkit-transform: rotate(-100grad);
  -moz-transform: rotate(-100grad);
  -ms-transform: rotate(-100grad);
}

/* line 81, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .next {
  right: 0;
  border-radius: 4px  0px  0px  4px;
}

/* line 84, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .next i {
  -webkit-transform: rotate(100grad);
  -moz-transform: rotate(100grad);
  -ms-transform: rotate(100grad);
  color: #fff;
  top: 36px;
  position: relative;
  left: 25px;
  font-size: 17px;
}

/* line 95, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .btn {
  background-color: #159953;
  color: #fff;
  margin-left: 12px;
}

/* line 99, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .btn.view-all {
  height: 28px;
}

/* line 103, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .view-all-mobile {
  display: none;
}

/* line 106, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .with-button {
  margin-top: 0;
}

/* line 110, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls .btn {
  margin-left: 0;
}

/* line 113, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls .short-description {
  margin-top: 26px;
  font-size: 20px  !important;
  line-height: 22px  !important;
  width: 605px;
  color: #113c2b !important;
  margin-left: 0  !important;
}

/* line 121, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls .long-description {
  padding-bottom: 20px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
}

/* line 128, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls span.prime, .authenticated-home .container .info-controls span.second {
  display: block;
  font-size: 40px;
  line-height: 44px;
  margin-top: 0;
}

/* line 134, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls span.second {
  color: #009a3d;
}

/* line 137, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls span.second .sub-second {
  display: inline-block;
}

/* line 140, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container .info-controls span.second .bottom-line {
  height: 5px;
  background-color: #009a3d;
}

/* line 147, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}

/* line 152, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container ul li {
  display: block;
  float: left;
}

/* line 157, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container h3 {
  margin-left: 204px;
  color: #009a3d;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 165, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe {
  background-color: #EEECED;
  overflow: hidden;
  position: relative;
  background: url("../images/home/img-wooden-countertop.png") repeat-x left bottom, url("../images/home/img-kitchenbackground.png") no-repeat center top;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
  height: 618px;
  width: 100%;
}

/* line 173, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe, .authenticated-home .container.head-recipe .text, .authenticated-home .container.head-recipe .image.right {
  height: 654px;
}

/* line 178, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe .image.right {
  width: 917px;
  right: 0;
  bottom: 0;
  margin-left: 60px;
  background: url("../images/overview/Chip.png") no-repeat right 520px bottom 130px, url("../images/overview/Mushroom.png") no-repeat right -150px bottom -10px, url("../images/overview/Book.png") no-repeat right bottom, url("../images/overview/Laptop.png") no-repeat right 100px bottom 15px;
  position: absolute;
  z-index: 1;
  -webkit-transition: margin  .3s  ease,  background-size  .3s  ease;
  transition: margin  .3s  ease,  background-size  .3s  ease;
}

/* line 188, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe .image.left {
  background: url("../images/home/img-cuttingboard-and-mushroom.png") no-repeat left bottom;
  height: 283px;
  position: absolute;
  bottom: 0;
  width: 530px;
  margin-left: 215px;
  z-index: 2;
  -webkit-transition: margin  .3s  ease,  background-size  .3s  ease;
  transition: margin  .3s  ease,  background-size  .3s  ease;
}

/* line 198, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe .info-controls {
  margin-left: 204px;
  position: relative;
  z-index: 4;
}

/* line 203, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.head-recipe .btn {
  background-color: #159953;
  color: white;
  max-width: 344px;
}

/* line 210, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.theme-recipe .slider-identifyer, .authenticated-home .container.new-recipe-collection .slider-identifyer, .authenticated-home .container.bestsellers-collection .slider-identifyer {
  position: relative;
}

/* line 213, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.theme-recipe h3, .authenticated-home .container.new-recipe-collection h3, .authenticated-home .container.bestsellers-collection h3 {
  margin-top: 0;
}

/* line 217, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.theme-recipe .sub-wrapper .hero, .authenticated-home .container.new-recipe-collection .sub-wrapper .hero, .authenticated-home .container.bestsellers-collection .sub-wrapper .hero {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  height: 545px;
  width: 577px;
  float: left;
  background-image: url(../images/dummy/hero.png);
}

/* line 224, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.theme-recipe .sub-wrapper li:first-child, .authenticated-home .container.new-recipe-collection .sub-wrapper li:first-child, .authenticated-home .container.bestsellers-collection .sub-wrapper li:first-child {
  margin-left: 0;
}

/* line 229, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion, .authenticated-home .container.staff-picks {
  padding-bottom: 24px;
}

/* line 234, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .tm-article-trigger, .authenticated-home .container.staff-picks .tm-article-trigger {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  float: left;
  margin: -4px -4px 26px 26px;
  background: white;
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}

/* line 235, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .tm-article-trigger:first-child, .authenticated-home .container.staff-picks .tm-article-trigger:first-child {
  margin-left: 0;
}

/* line 248, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .tm-article-trigger .tm-article-trigger-inner, .authenticated-home .container.staff-picks .tm-article-trigger .tm-article-trigger-inner {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  padding-bottom: 0px;
  z-index: 11;
  position: relative;
  width: 576px;
  height: 481px;
  float: left;
}

/* line 260, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .tm-article-trigger .tm-article-trigger-image, .authenticated-home .container.staff-picks .tm-article-trigger .tm-article-trigger-image {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px 4px 0 0;
  background-color: whitesmoke;
  display: block;
  position: relative;
  height: 371px;
  overflow: hidden;
}

/* line 267, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .tm-article-trigger .tm-article-trigger-image img, .authenticated-home .container.staff-picks .tm-article-trigger .tm-article-trigger-image img {
  width: 100%;
  height: 100%;
}

/* line 273, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion h3, .authenticated-home .container.staff-picks h3 {
  margin-top: 0;
}

/* line 276, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .slider-identifyer, .authenticated-home .container.staff-picks .slider-identifyer {
  position: relative;
}

/* line 279, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .sub-wrapper, .authenticated-home .container.staff-picks .sub-wrapper {
  height: auto;
}

/* line 282, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .hero, .authenticated-home .container.staff-picks .hero {
  height: 481px;
  width: 576px;
  background-color: #fff;
  float: left;
}

/* line 288, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .week-suggest, .authenticated-home .container.staff-picks .week-suggest {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  float: left;
  height: auto;
  width: auto;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
}

/* line 295, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .title, .authenticated-home .container.staff-picks .title {
  font-size: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  line-height: 50px;
  padding: 30px;
  color: #009a3d;
}

/* line 303, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .title > span, .authenticated-home .container.staff-picks .title > span {
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
}

/* line 309, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .description, .authenticated-home .container.staff-picks .description {
  max-width: 378px;
  max-height: 381px;
  padding-top: 50px;
  padding-left: 26px;
  padding: 50px  50px  50px  26px;
  float: left;
  font-family: Georgia;
  font-family: Georgia;
  font-size: 22px;
  color: #113c2b;
  line-height: 34px;
}

/* line 321, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .description .more, .authenticated-home .container.staff-picks .description .more, .authenticated-home .container.weekly-suggestion .description .author, .authenticated-home .container.staff-picks .description .author {
  display: block;
  margin-top: 25px;
}

/* line 324, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .description .more .icon-more, .authenticated-home .container.staff-picks .description .more .icon-more, .authenticated-home .container.weekly-suggestion .description .author .icon-more, .authenticated-home .container.staff-picks .description .author .icon-more {
  font-size: 15px;
  padding-left: 8px;
}

/* line 330, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion .description .author:before, .authenticated-home .container.staff-picks .description .author:before {
  content: url(../images/overview/quote.png);
  background-repeat: no-repeat;
  padding-right: 20px;
}

/* line 341, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.weekly-suggestion {
  /*  Custom  Code  */
}

/* line 345, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.new-recipe-collection {
  /*  Custom  section  code  */
  padding-bottom: 24px;
  padding-top: 50px;
}

/* line 352, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter.container {
  padding: 0;
  position: relative;
}

/* line 356, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .newsletter-controls {
  margin-left: 456px;
}

/* line 358, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .newsletter-controls .newsletter-headline {
  color: #009a3d;
  line-height: 30px;
  font-size: 25px;
  margin: 30px  0  0  0;
}

/* line 364, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .newsletter-controls .newsletter-description,
.authenticated-home .container.newsletter .newsletter-controls .newsletter-sub-description {
  margin: 0;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 16px;
  text-transform: none;
  color: #113c2b;
  line-height: 22px;
}

/* line 373, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .newsletter-controls .newsletter-sub-description {
  font-weight: bold;
  margin-top: -4px;
}

/* line 377, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .newsletter-controls .newsletter-submit-section {
  margin-top: 24px;
  margin-bottom: 30px;
}

/* line 382, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.newsletter .envelope {
  position: absolute;
  top: -15px;
  left: 216px;
}

/* line 388, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes {
  padding-top: 100px;
}

/* line 390, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes h3 {
  margin-top: 0;
}

/* line 393, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes .best-rated-recipes-wrapper {
  position: relative;
}

/* line 396, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes .sub-wrapper {
  height: 268px;
}

/* line 398, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes .sub-wrapper li:last-child {
  margin-right: 0;
}

/* line 401, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.best-rated-recipes .sub-wrapper .single-recipe-container {
  height: 260px;
  width: 275px;
  float: left;
  background-repeat: no-repeat;
}

/* line 413, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.share-the-love .share-the-love-wrapper {
  margin-left: 204px;
  margin-right: 204px;
  background-color: white;
  height: 312px;
}

/* line 418, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.share-the-love .share-the-love-wrapper > div {
  display: table-cell;
}

/* line 423, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.share-the-love .image-container > div {
  width: 578px;
  height: 312px;
  background-image: url(../images/dummy/love.png);
  background-position-x: 50%;
  overflow: hidden;
}

/* line 431, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.share-the-love .content-container {
  vertical-align: top;
}

/* line 433, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.share-the-love .content-container .info-controls {
  padding: 30px  26px  0  26px;
}

/* line 443, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-and-tricks.container h3 {
  margin-top: 0;
}

/* line 447, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-and-tricks .tips-and-tricks-wrapper {
  position: relative;
}

/* line 450, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-and-tricks .sub-wrapper {
  height: 268px;
}

/* line 452, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-and-tricks .sub-wrapper li:last-child {
  margin-right: 0;
}

/* line 455, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-and-tricks .sub-wrapper .single-recipe-container {
  height: 260px;
  width: 275px;
  float: left;
  background-repeat: no-repeat;
}

/* line 464, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .slider-identifyer {
  position: relative;
}

/* line 468, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .tip.tm-recipe-trigger {
  height: 241px;
}

/* line 471, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .tip.tm-recipe-trigger .tm-recipe-trigger-inner {
  padding-bottom: 0;
}

/* line 474, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .tip .title {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #009A3D;
  line-height: 18px;
  padding: 22px  14px  22px  14px;
}

/* line 482, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .play-icon {
  width: 71px;
  height: 71px;
  top: 41px;
  border-radius: 50%;
  left: 102px;
  position: absolute;
  opacity: 0.8;
  background-color: #113c2b;
}

/* line 491, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.tips-tricks .play-icon > i {
  font-size: 25px;
  position: absolute;
  top: 24px;
  left: 24px;
  color: white;
}

/* line 501, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories h3 {
  margin-top: 0;
}

/* line 504, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .categories-wrapper {
  position: relative;
}

/* line 508, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .tm-category {
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-radius: 16px  4px  4px  4px;
}

/* line 513, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .tm-category:hover {
  border-color: #d5d4d4;
  background-color: #d5d4d4;
}

/* line 518, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper {
  height: 248px;
}

/* line 520, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper li {
  margin-right: 22px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 525, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper li:last-child {
  margin-right: 0;
}

/* line 528, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container {
  height: 240px;
  width: 275px;
  float: left;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #EEECED;
  overflow: hidden;
}

/* line 536, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container:hover {
  background-color: #d5d4d4;
}

/* line 539, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container img {
  width: 100%;
}

/* line 542, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder {
  display: block;
  height: 70px;
  margin-top: 20px;
  position: relative;
  padding: 20px  10px  10px;
  border-radius: 0px  4px  0px  0px;
}

/* line 549, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .title, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .subtitle {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 18px;
}

/* line 555, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .title {
  text-transform: uppercase;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-weight: bold;
}

/* line 560, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .subtitle {
  font-style: italic;
  font-family: 'Georgia  Italic';
}

/* line 564, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tab, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:before, .tm-category-tabs .tm-categories .tm-category .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:before, .tm-category-tabs .tm-categories .tm-category .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right-last:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:before, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:before {
  font-family: icomoon;
  font-size: 20px;
  line-height: 20px;
}

/* line 569, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab {
  float: left;
  height: 20px;
}

/* line 573, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first {
  width: 12px;
  top: -20px;
  left: 0;
  position: absolute;
}

/* line 584, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-center {
  color: white;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0  11px;
  margin: 0  0  0  -1px;
  width: 78px;
  top: -20px;
  left: 12px;
  position: absolute;
  background: inherit;
}

/* line 598, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right {
  width: 44px;
  margin: 0  0  0  -1px;
  top: -20px;
  left: 90px;
  position: absolute;
}

/* line 615, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container:nth-child(even):not(.head-recipe) {
  background-color: #EEECED;
}

/* line 618, ../../app/styles/includes/content/_overview.scss */
.authenticated-home .container:nth-child(odd):not(.head-recipe) {
  background-color: #E5E3E4;
}

@media (max-width: 1531px) {
  /* line 625, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container {
    padding-top: 75px;
  }
  /* line 628, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper {
    padding-left: 75px;
  }
  /* line 630, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper .overlay-image.football {
    margin-left: -75px;
  }
  /* line 635, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .info-controls .short-description {
    margin-bottom: 11px;
  }
  /* line 639, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container h3 {
    margin-left: 75px;
  }
  /* line 642, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe {
    padding-top: 75px;
  }
  /* line 644, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.left {
    margin-left: 50px;
  }
  /* line 647, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls {
    margin-left: 75px;
  }
  /* line 651, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe {
    padding-top: 100px;
  }
  /* line 653, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe h3 {
    margin-left: 75px;
    margin-bottom: 15px;
  }
  /* line 659, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper {
    margin-left: 75px;
    margin-right: 75px;
  }
  /* line 664, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .image-container > div {
    width: 500px;
    overflow: hidden;
  }
}

@media (max-width: 1230px) {
  /* line 677, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper {
    padding-left: 100px;
  }
  /* line 679, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper .overlay-image.football {
    margin-left: -100px;
  }
  /* line 683, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container h3 {
    margin-left: 100px;
  }
  /* line 686, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe {
    padding-top: 100px;
  }
  /* line 688, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.left {
    margin-left: -150px;
  }
  /* line 691, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls {
    margin-left: 100px;
  }
  /* line 696, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe h3 {
    margin-left: 100px;
  }
  /* line 699, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe .sub-wrapper {
    padding-left: 100px;
  }
  /* line 703, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion {
    padding-top: 50px;
  }
  /* line 705, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion h3 {
    margin-bottom: 15px;
    margin-left: 100px;
  }
  /* line 709, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .sub-wrapper {
    padding-left: 100px;
  }
  /* line 713, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection {
    padding-top: 50px;
  }
  /* line 715, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection h3 {
    margin-left: 100px;
  }
  /* line 720, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .newsletter-controls {
    margin-left: 354px;
  }
  /* line 723, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .envelope {
    top: -15px;
    left: 130px;
  }
  /* line 729, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.best-rated-recipes h3 {
    margin-left: 100px;
  }
  /* line 735, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.bestsellers-collection.container h3 {
    margin-left: 100px;
  }
  /* line 741, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper {
    margin-left: 100px;
    margin-left: 100px;
  }
  /* line 746, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .image-container > div {
    width: 275px;
    overflow: hidden;
  }
  /* line 753, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.staff-picks h3 {
    margin-left: 100px;
  }
  /* line 759, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.tips-and-tricks.container h3 {
    margin-left: 100px;
  }
  /* line 765, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.container h3 {
    margin-left: 100px;
  }
}

@media (max-width: 929px) {
  /* line 776, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper {
    padding-left: 60px;
  }
  /* line 778, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .sub-wrapper .overlay-image.football {
    margin-left: -60px;
  }
  /* line 783, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .info-controls .short-description {
    width: 605px;
  }
  /* line 787, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe {
    padding-top: 60px;
  }
  /* line 789, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.left {
    margin-left: -40px;
    background: url("../images/home/img-cuttingboard-and-mushroom.png") no-repeat left bottom 20px;
    background-size: 529px;
    width: 387px;
  }
  /* line 795, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.right {
    background: url("../images/overview/Chip.png") no-repeat right 400px bottom 120px, url("../images/overview/Mushroom.png") no-repeat right -100px bottom, url("../images/overview/Book.png") no-repeat right 10px bottom 15px, url("../images/overview/Laptop.png") no-repeat right 80px bottom 35px;
    background-size: 102px,  400px,  275px,  737px;
  }
  /* line 799, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls {
    margin-left: 60px;
  }
  /* line 802, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .btn {
    max-width: 344px;
  }
  /* line 807, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .tm-article-trigger .description {
    clear: both;
  }
  /* line 811, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe {
    padding-top: 60px;
  }
  /* line 813, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe h3 {
    margin-left: 60px;
  }
  /* line 816, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.theme-recipe .sub-wrapper {
    padding-left: 60px;
  }
  /* line 821, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion h3 {
    margin-left: 60px;
  }
  /* line 824, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .sub-wrapper {
    padding-left: 60px;
  }
  /* line 829, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection h3 {
    margin-left: 60px;
  }
  /* line 832, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection .sub-wrapper {
    padding-left: 60px;
  }
  /* line 837, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.best-rated-recipes h3 {
    margin-left: 60px;
  }
  /* line 840, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.best-rated-recipes .sub-wrapper {
    padding-left: 60px;
  }
  /* line 846, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.bestsellers-collection.container h3 {
    margin-left: 60px;
  }
  /* line 850, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.bestsellers-collection .sub-wrapper {
    padding-left: 60px;
  }
  /* line 856, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper {
    height: auto;
    padding-bottom: 30px;
    margin-left: 60px;
    margin-left: 60px;
  }
  /* line 861, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper .image-container > div {
    background-repeat: no-repeat;
    width: 100%;
  }
  /* line 865, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper > div {
    width: auto;
    display: block;
  }
  /* line 872, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.staff-picks h3 {
    margin-left: 60px;
  }
  /* line 875, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.staff-picks .sub-wrapper {
    padding-left: 60px;
  }
  /* line 881, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.tips-and-tricks.container h3 {
    margin-left: 60px;
  }
  /* line 887, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.categories h3 {
    margin-left: 60px;
  }
  /* line 890, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.categories .sub-wrapper {
    padding-left: 60px;
  }
}

@media (max-width: 628px) {
  /* line 900, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container {
    padding-top: 30px;
  }
  /* line 902, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .previous, .authenticated-home .container .next {
    height: 48px;
    width: 37px;
  }
  /* line 907, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .next i {
    top: 15px;
    left: 10px;
    font-size: 11px;
  }
  /* line 914, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .previous i {
    top: 15px;
    left: 8px;
    font-size: 11px;
  }
  /* line 920, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .view-all-mobile {
    display: inline-block;
  }
  /* line 922, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .view-all-mobile > i {
    -webkit-transform: rotate(100grad);
    -moz-transform: rotate(100grad);
    -ms-transform: rotate(100grad);
    font-size: 8px;
    position: relative;
    top: -3px;
  }
  /* line 931, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container .view-all {
    display: none;
  }
  /* line 934, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection, .authenticated-home .container.weekly-suggestion, .authenticated-home .container.staff-picks, .authenticated-home .container.tips-tricks, .authenticated-home .container.categories {
    padding-top: 30px;
  }
  /* line 935, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection h3, .authenticated-home .container.weekly-suggestion h3, .authenticated-home .container.staff-picks h3, .authenticated-home .container.tips-tricks h3, .authenticated-home .container.categories h3 {
    margin-left: 10px;
    margin-top: 0;
    font-size: 18px;
  }
  /* line 940, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection .sub-wrapper, .authenticated-home .container.weekly-suggestion .sub-wrapper, .authenticated-home .container.staff-picks .sub-wrapper, .authenticated-home .container.tips-tricks .sub-wrapper, .authenticated-home .container.categories .sub-wrapper {
    padding-left: 10px;
  }
  /* line 946, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.new-recipe-collection .tm-collection-trigger, .authenticated-home .container.new-recipe-collection .tm-recipe-chip-trigger, .authenticated-home .container.new-recipe-collection .tm-recipe-chip-trigger {
    padding: 0px;
    width: 320px;
    margin: 0px  -4px  22px  0px;
  }
  /* line 954, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .tm-article-trigger, .authenticated-home .container.staff-picks .tm-article-trigger {
    width: 310px;
    margin: -4px  -4px  0px  0px;
  }
  /* line 958, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .tm-article-trigger .tm-article-trigger-inner, .authenticated-home .container.staff-picks .tm-article-trigger .tm-article-trigger-inner {
    width: 275px;
    height: 260px;
  }
  /* line 962, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .tm-article-trigger .tm-article-trigger-image, .authenticated-home .container.staff-picks .tm-article-trigger .tm-article-trigger-image {
    height: auto;
  }
  /* line 965, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .description, .authenticated-home .container.staff-picks .description {
    padding: 30px  50px  0px  33px;
    font-size: 17px;
    line-height: 28px;
  }
  /* line 970, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .title, .authenticated-home .container.staff-picks .title {
    padding: 20px;
    line-height: 40px;
    font-size: 18px;
  }
  /* line 974, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.weekly-suggestion .title > span, .authenticated-home .container.staff-picks .title > span {
    line-height: 19px;
  }
  /* line 980, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .scoop {
    display: none;
  }
  /* line 984, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper {
    height: auto;
    padding-bottom: 30px;
  }
  /* line 987, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper .image-container > div {
    width: 100%;
  }
  /* line 990, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.share-the-love .share-the-love-wrapper > div {
    width: auto;
    display: block;
  }
  /* line 996, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe {
    padding-top: 22px;
    height: 688px;
    background-size: 1466px,  502px;
    background: url("../images/home/img-wooden-countertop.png") repeat-x left bottom, url("../images/home/img-kitchenbackground-mobile.png") repeat-x left -330px bottom 20px;
  }
  /* line 1001, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls {
    margin: 0  22px;
  }
  /* line 1004, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls h2 * {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 1008, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls h2 .prime, .authenticated-home .container.head-recipe .info-controls h2 span.second {
    margin-top: 5px;
  }
  /* line 1012, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls .short-description {
    width: auto;
    margin-top: 15px;
  }
  /* line 1016, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls .long-description {
    width: auto;
  }
  /* line 1019, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .info-controls .btn {
    width: 100%;
    margin: 22px  0;
    font-size: 20px;
  }
  /* line 1025, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.left {
    display: none;
  }
  /* line 1028, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.head-recipe .image.right {
    background: url("../images/overview/Chip.png") no-repeat right 125px bottom 35px, url("../images/overview/Mushroom.png") no-repeat right -100px bottom 15px, url("../images/overview/Book.png") no-repeat right -15px bottom 20px, url("../images/overview/Laptop.png") no-repeat right 40px bottom 30px;
    background-size: 75px,  300px,  205px,  550px;
  }
  /* line 1034, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .envelope {
    width: 36%;
    bottom: -100px;
    right: 5px;
    left: auto;
    top: auto;
  }
  /* line 1041, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .newsletter-controls {
    margin: 0  30px;
  }
  /* line 1043, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .newsletter-controls .newsletter-headline {
    line-height: 26px;
  }
  /* line 1046, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .newsletter-controls h3 {
    display: inline;
  }
  /* line 1049, ../../app/styles/includes/content/_overview.scss */
  .authenticated-home .container.newsletter .newsletter-controls input {
    width: 100%;
    padding: 5px  10px;
  }
}


/* line 1, ../../app/styles/includes/content/_register.scss */
#salutation {
  width: auto;
}

/* line 5, ../../app/styles/includes/content/_register.scss */
#birth-day {
  width: 63px;
  margin-right: 12px;
  display: inline-block;
}

/* line 11, ../../app/styles/includes/content/_register.scss */
#birth-month {
  width: 169px;
  margin-right: 12px;
  display: inline-block;
}

/* line 17, ../../app/styles/includes/content/_register.scss */
#birth-year {
  width: 63px;
  display: inline-block;
}

/* line 22, ../../app/styles/includes/content/_register.scss */
#register-save {
  width: 100%;
  padding-right: 63px;
  padding-left: 63px;
  font-size: 20px;
}

/* line 29, ../../app/styles/includes/content/_register.scss */
#profile-skip-link {
  display: block;
  text-align: center;
}

/* line 34, ../../app/styles/includes/content/_register.scss */
.error-hint {
  display: none;
}

/* line 38, ../../app/styles/includes/content/_register.scss */
.show-error {
  display: block;
}

/* line 42, ../../app/styles/includes/content/_register.scss */
.content-wrapper {
  margin-bottom: 30px;
}

/* line 46, ../../app/styles/includes/content/_register.scss */
.skip-now {
  line-height: 3;
  margin-left: -30px;
}

/* line 51, ../../app/styles/includes/content/_register.scss */
#self-registration .content {
  padding: 30px;
  background: white;
}

/* line 56, ../../app/styles/includes/content/_register.scss */
#checkout-container .content .head-green, #checkout-container .content .head-green-std {
  font: normal  20px/17px  'Univers_Light';
  color: #009a3d;
  text-transform: none;
  padding-bottom: 30px;
}

/* line 61, ../../app/styles/includes/content/_register.scss */
#checkout-container .content .head-green.left, #checkout-container .content .left.head-green-std {
  float: left;
}

@media (max-width: 628px) {
  /* line 67, ../../app/styles/includes/content/_register.scss */
  #salutation {
    width: 100%;
  }
  /* line 70, ../../app/styles/includes/content/_register.scss */
  #register-save {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  /* line 78, ../../app/styles/includes/content/_register.scss */
  #birth-month {
    width: 100%;
  }
  /* line 81, ../../app/styles/includes/content/_register.scss */
  .skip-now {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
  }
  /* line 87, ../../app/styles/includes/content/_register.scss */
  #register-save {
    font-size: 16px;
  }
}

/* line 92, ../../app/styles/includes/content/_register.scss */
#register-confirm .icon-email {
  color: #009a3d;
  font-size: 40px;
  padding-bottom: 7px;
}

/* line 98, ../../app/styles/includes/content/_register.scss */
#register-confirm .head-green, #register-confirm .head-green-std {
  font-size: 27px;
  padding-bottom: 7px;
  word-break: break-word;
}

/* line 2, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .mobile-bg {
  position: absolute;
  height: 350px;
  width: 100%;
  top: 0px;
  left: 0px;
}

/* line 11, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-collection-item {
  box-shadow: 0px 0px 135px 90px rgba(238, 237, 237, 0.9);
  display: inline-block;
  margin: 0 26px 26px 0;
  width: 275px;
  height: 260px;
  background: none;
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  position: relative;
}

/* line 20, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-collection-item img {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  width: 275px;
  height: 260px;
}

/* line 26, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-collection-item .tm-order-collection-item-image {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  background-color: whitesmoke;
  display: block;
  position: relative;
  width: 275px;
  height: 260px;
  z-index: 11;
}

/* line 36, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-collection-items {
  width: 100%;
  text-align: center;
}

/* line 40, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .order-callback-info {
  width: 275px;
  margin: 0  auto;
}

/* line 43, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .order-callback-info .confirmation-info {
  font-size: 16px;
  color: #9BA49F;
  line-height: 18px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

/* line 52, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper {
  width: 100%;
  margin: 39px  auto;
}

/* line 57, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved {
  margin-bottom: 25px;
  text-align: center;
}

/* line 60, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon.icon-ok, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.icon-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .tm-category-tabs .tm-categories .tm-category .icon-ok.tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .icon-ok.tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.icon-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .tm-category-tabs .tm-categories .tm-category .icon-ok.tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.icon-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .tm-category-tabs .tm-categories .tm-category .icon-ok.tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .icon-ok.tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.icon-tab-right-last, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .tm-category-tabs .tm-categories .tm-category .icon-ok.tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .icon-ok.tm-category-tab-right-last {
  font-size: 28px;
  color: #009a3d;
  position: relative;
  z-index: 1;
}

/* line 66, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .sub {
  line-height: 28px;
  margin-top: -9px;
  position: relative;
  z-index: 1;
}

/* line 72, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved h1 {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

/* line 78, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  margin-bottom: 14px;
  text-align: center;
  padding: 30px;
  width: 388px;
  margin: 0  auto;
  background: #FFF;
}

/* line 87, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-right-last, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right-last {
  font-size: 26px;
  color: #e35320;
}

/* line 91, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined h1 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 26px;
  color: #e35320;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 24px;
  text-transform: inherit;
  position: relative;
  z-index: 1;
}

/* line 102, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined a.select-payment {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  margin-top: 26px;
  line-height: 32px;
  font-size: 21px;
  position: relative;
  z-index: 1;
}

/* line 110, ../../app/styles/includes/content/_order-callback.scss */
.tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .sub {
  margin: 0;
  position: relative;
  z-index: 1;
}

/* line 1, ../../app/styles/includes/content/_recipe-chips.scss */
.recipe-chip-wrapper {
  margin-left: -26px;
  width: 100%;
}

/* line 6, ../../app/styles/includes/content/_recipe-chips.scss */
.recipe-chip {
  width: 392px;
  float: left;
  padding: 7px;
  position: relative;
}

/* line 13, ../../app/styles/includes/content/_recipe-chips.scss */
.chip-bg {
  background: url(../images/chip-bg-laptop.png) no-repeat 30% 50%;
  min-height: 225px;
  width: 100%;
}

/* line 19, ../../app/styles/includes/content/_recipe-chips.scss */
.recipe-chip img {
  max-width: 100%;
  min-height: 337px;
}

/* line 24, ../../app/styles/includes/content/_recipe-chips.scss */
.recipe-count {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 14px;
  top: 80px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: 2px solid white;
  text-align: center;
  padding-top: 12px;
  font-weight: bold;
}

@media (max-width: 929px) {
  /* line 41, ../../app/styles/includes/content/_recipe-chips.scss */
  .recipe-chip {
    float: none;
    margin: 0  auto;
  }
}

/* line 6, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .status-info {
  padding: 30px;
  background: #f9f9f9;
}

/* line 9, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .status-info .info-container {
  text-align: center;
}

/* line 11, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .status-info .info-container i {
  color: #009a3d;
  font-size: 20px;
}

/* line 15, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .status-info .info-container span {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: #009a3d;
  padding-left: 11px;
  line-height: 24px;
}

/* line 24, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation.tm-wrapper {
  position: relative;
  padding-top: 13px;
}

/* line 28, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation a.back {
  position: absolute;
  font-size: 20px;
  top: 26px;
  left: 0px;
  z-index: 50;
}

/* line 35, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation header {
  text-align: center;
  padding: 30px  30px  25px  30px;
  margin: 0  auto;
  position: relative;
  max-width: 878px;
}

/* line 41, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation header h1 {
  font-size: 37px;
  color: #113c2b;
  line-height: 40px;
  margin-top: 27px;
  margin-bottom: 0px;
}

/* line 48, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation header .subtitle {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: #113c2b;
  line-height: 24px;
  margin-bottom: 12px;
}

/* line 55, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation header a {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #009a3d;
}

/* line 62, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation footer {
  text-align: center;
}

/* line 64, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation footer button, .recipechip-activation footer a {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 20px;
  background-color: #009a3d;
}

/* line 69, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation footer .button-inactive, .recipechip-activation footer .button-inactive:hover,
.recipechip-activation footer .btn-inactive, .recipechip-activation footer .btn-inactive:hover, .recipechip-activation footer .btn-active:active, .recipechip-activation footer .btn-active:focus {
  background: #dadada;
  cursor: default;
}

/* line 75, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
  margin: 0  auto;
  padding: 30px;
  min-height: 300px;
  margin-bottom: 70px;
  max-width: 878px;
  background: white;
}

/* line 84, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .validation-processing-error {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  background-color: #F2DEDE;
  border: 1px  solid  #E9CBCB;
  margin-bottom: 30px;
}

/* line 91, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .validation-processing-error i {
  font-size: 20px;
  color: #c60b46;
  line-height: 20px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 98, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .validation-processing-error .error-message {
  display: inline-block;
  color: #c60b46;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
  vertical-align: middle;
}

/* line 107, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .grey {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}

/* line 111, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .grey-sm:not(.last) {
  background: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
}

/* line 115, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-wrapper .grey-sm.last {
  background: #f9f9f9;
}

/* line 119, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.recipechip-activation .container-form-header-wrapper {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

/* line 127, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 135, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 139, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 {
  padding-top: 0px;
  padding-bottom: 25px;
}

/* line 142, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 div.offset-container {
  padding-top: 20px;
}

/* line 145, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 h3 {
  padding-top: 10px;
  padding-bottom: 0px;
}

/* line 149, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 i.step {
  left: 9px;
  top: 26px;
}

/* line 154, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 {
  padding-bottom: 30px;
}

/* line 156, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 .step-content img.cookkey {
  padding-top: 9px;
}

/* line 159, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 div.offset-container {
  padding-top: 7px;
}

/* line 162, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 h3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 166, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 i.step {
  left: 9px;
  top: 3px;
}

/* line 171, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 {
  padding-top: 24px;
  padding-bottom: 25px;
}

/* line 174, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 input[name="serialNumberInput"] {
  height: 37px;
  width: 276px;
}

/* line 179, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 h3 {
  padding-top: 0px;
  padding-bottom: 5px;
}

/* line 183, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 i.step {
  left: 9px;
  top: -4px;
}

/* line 188, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step input[name="serialNumberInput"] {
  margin-bottom: 5px;
}

/* line 191, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step .help-inline {
  white-space: nowrap;
}

/* line 194, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step .step-content {
  width: 375px;
  margin: 0  auto;
}

/* line 197, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step .step-content .offset-container {
  padding-left: 49px;
  text-align: left;
  position: relative;
}

/* line 202, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step .step-content i.step {
  position: absolute;
  left: 9px;
  top: 0px;
  color: #C8D1CE;
  font-size: 33px;
}

/* line 209, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step .step-content img.cookkey {
  display: block;
  padding-top: 15px;
}

/* line 214, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step b {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #113c2b;
  line-height: 16px;
}

/* line 220, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.container-form-activation-wrapper .activation-form .activation-step h3 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  color: #009a3d;
  font-size: 20px;
  width: 310px;
  margin: 0;
  text-transform: none;
  padding-bottom: 9px;
  line-height: 24px;
  text-align: left;
}

/* line 235, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container {
  text-align: center;
  position: relative;
  height: 286px;
  padding: 20px  0  0;
}

/* line 240, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container .icon, .animation-container .icon-tab-left-first, .animation-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .animation-container .tm-category-tab-left-first, .animation-container .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .animation-container .tm-category-tab-left-first, .animation-container .icon-tab-left, .animation-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .animation-container .tm-category-tab-left, .animation-container .icon-tab-right, .animation-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .animation-container .tm-category-tab-right, .animation-container .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .animation-container .tm-category-tab-right, .animation-container .icon-tab-right-last, .animation-container .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .animation-container .tm-category-tab-right-last {
  position: absolute;
  z-index: 7;
  font-size: 132px;
  left: 178px;
  top: 190px;
  color: #95c11c;
}

/* line 248, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container .fake-border {
  position: absolute;
  bottom: -1px;
  z-index: 6;
  height: 1px;
  background: #e1e1e1;
  width: 815px;
}

/* line 256, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container .desktop-sprite {
  background: url(../images/recipechip-activation/desktop.png);
  margin: 0  auto;
  width: 488px;
  height: 206px;
  position: absolute;
  z-index: 5;
  left: 254px;
  top: 31px;
}

/* line 266, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container .sprite-buffer {
  height: 0;
}

/* line 269, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.animation-container img {
  position: relative;
  z-index: 4;
}

/* line 275, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.serial-number-footer {
  text-align: center;
}

/* line 277, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.serial-number-footer button {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 279, ../../app/styles/includes/content/_recipe-chip-activation.scss */
.serial-number-footer button.button-inactive {
  background-color: #dadada;
}

/* line 2, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper {
  padding-left: 100px;
  overflow: hidden;
  padding-bottom: 52px;
  position: relative;
}

/* line 8, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper span.prime, .recipe-chip-overview-wrapper .background-color-wrapper .authenticated-home .container .info-controls span.second, .authenticated-home .container .info-controls .recipe-chip-overview-wrapper .background-color-wrapper span.second, .recipe-chip-overview-wrapper .background-color-wrapper span.second {
  display: block;
  font-size: 40px;
  line-height: 44px;
  margin-top: 0;
}

/* line 14, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper span.second {
  color: #009a3d;
}

/* line 17, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper span.second .sub-second {
  display: block;
  padding-bottom: 1px;
  border-bottom: 5px solid #009a3d;
}

/* line 22, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper span.second .bottom-line {
  height: 5px;
  background-color: #009a3d;
}

/* line 28, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper {
  width: 100%;
  margin: 0;
  max-width: none;
  padding-top: 86px;
}

/* line 34, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper {
  padding: 0;
  margin: 0;
  width: auto;
}

/* line 38, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 42, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview h2 {
  font-size: 40px;
  line-height: 1.125;
  margin-bottom: 25px;
  margin-top: 12px;
}

/* line 48, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .recipe-chip-bundle-anchor {
  font-size: 16px;
  color: #113c29;
  line-height: 22px;
  display: none;
}

/* line 54, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left {
  display: table-cell;
  width: 342px;
  min-width: 342px;
}

/* line 58, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left strong {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #113c2b;
  line-height: 24px;
}

/* line 64, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left .description-body,
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left .description-body p {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 22px;
}

/* line 70, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left p:last-child {
  margin-bottom: 0;
}

/* line 74, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .right {
  padding-top: 12px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 26px;
}

/* line 80, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .right .teaser {
  margin: auto;
  height: 592px;
  width: 1035px;
}

/* line 87, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .teaser-low-res {
  display: none;
  overflow: hidden;
}

/* line 93, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .container h3 {
  font-size: 24px;
}

/* line 97, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle {
  padding: 52px  0  0;
}

/* line 99, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle .previous, .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle .next {
  z-index: 10;
  height: 96px;
  width: 74px;
  position: absolute;
}

/* line 105, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle .disabled {
  visibility: hidden;
}

/* line 108, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle .previous {
  left: 0;
  background-image: url(../images/dummy/auth_home/prevPager.png);
}

/* line 112, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle .next {
  right: 0;
  background-image: url(../images/dummy/auth_home/nextPager.png);
}

/* line 116, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle h3:first-child {
  margin-bottom: 18px;
  margin-top: 0;
}

/* line 120, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul {
  list-style-type: none;
  height: 280px;
  overflow: hidden;
  padding: 0;
}

/* line 125, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li {
  height: 280px;
  width: 375px;
  margin-left: 26px;
  position: relative;
  float: left;
}

/* line 131, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li img {
  position: absolute;
}

/* line 134, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li .tm-chip {
  position: absolute;
  left: 110px;
  bottom: 10px;
  z-index: 12;
}

/* line 224, ../../app/styles/includes/_mixins.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li .tm-chip > span {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 151.53386px;
  height: 143.95717px;
  background-image: url(../images/recipe_chip.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 235, ../../app/styles/includes/_mixins.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li .tm-chip > img {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 118.53282px;
  position: absolute;
  width: 118.53282px;
  height: 118.53282px;
  top: 9px;
  left: 17px;
  z-index: 0;
}

/* line 142, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li:first-child {
  margin-left: 0;
}

/* line 150, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.background-color-wrapper:nth-child(odd) {
  background-color: #EEEDED;
}

/* line 154, ../../app/styles/includes/content/_recipe-chips-overview.scss */
.background-color-wrapper:nth-child(even) {
  background-color: #E4E4E4;
}

@media (max-width: 1230px) {
  /* line 162, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper:first-child {
    padding-bottom: 46px;
  }
  /* line 164, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper:first-child .tm-wrapper {
    padding-top: 88px;
  }
  /* line 168, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper {
    padding-left: 0;
  }
  /* line 170, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper {
    width: 100%;
    padding-top: 52px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
  }
  /* line 178, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview {
    display: block;
  }
  /* line 180, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left {
    display: block;
    width: auto;
  }
  /* line 183, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left .introduction {
    margin-bottom: 23px;
  }
  /* line 187, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .right {
    display: none;
  }
  /* line 189, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .right .teaser {
    height: auto;
    width: auto;
    margin: 30px  0;
  }
  /* line 196, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .teaser-low-res {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 200, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .teaser-low-res img {
    width: 100%;
  }
}

@media (max-width: 929px) {
  /* line 212, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 216, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper p {
    font-size: 16px;
  }
  /* line 221, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper .tm-inner-wrapper .recipe-chip-overview h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (max-width: 628px) {
  /* line 235, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .previous, .recipe-chip-overview-wrapper .background-color-wrapper .next {
    display: none !important;
  }
  /* line 238, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-wrapper {
    padding-top: 46px;
    padding-left: 22px;
    padding-right: 22px;
    overflow: initial;
  }
  /* line 245, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul {
    width: 100% !important;
    height: auto;
  }
  /* line 248, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li {
    width: 100%;
    margin-left: 0 !important;
    float: none !important;
    display: block;
    margin-top: 30px;
  }
  /* line 254, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li:first-child {
    margin-top: 0;
  }
  /* line 257, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li div {
    height: 0;
  }
  /* line 260, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle ul li img {
    position: relative;
    width: 75%;
  }
  /* line 266, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .recipe-chip-bundle h3:first-child {
    margin-bottom: 31px;
    margin-top: 0;
  }
  /* line 273, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .recipe-chip-bundle-anchor {
    display: block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #009a3d;
    padding-bottom: 28px;
  }
  /* line 283, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left {
    min-width: 0;
  }
  /* line 285, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .left strong {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 291, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .recipe-chip-overview .right {
    display: none;
  }
  /* line 295, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .teaser-low-res {
    display: block;
    position: relative;
    left: -9px;
    margin-top: 24px;
    margin-bottom: 26px;
    height: auto;
    width: auto;
    overflow: visible;
  }
  /* line 304, ../../app/styles/includes/content/_recipe-chips-overview.scss */
  .recipe-chip-overview-wrapper .background-color-wrapper .tm-inner-wrapper .teaser-low-res img {
    width: 100%;
  }
}

/* line 10, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .head-green, #register-tm5 .head-green-std {
  margin-top: 0px;
}

/* line 13, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 footer {
  text-align: left;
  width: 510px;
  margin: 0  auto;
  padding-left: 64px;
  background-color: initial;
}

/* line 19, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 footer button, #register-tm5 footer a {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 20px;
  width: 277px;
  background-color: #009a3d;
}

/* line 25, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 footer .button-inactive, #register-tm5 footer .button-inactive:hover,
#register-tm5 footer .btn-inactive, #register-tm5 footer .btn-inactive:hover, #register-tm5 footer .btn-active:active, #register-tm5 footer .btn-active:focus {
  background: #dadada;
  cursor: default;
}

/* line 31, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 38, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .tm5-register-serial-preview {
  padding: 0;
  position: relative;
}

/* line 41, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .tm5-register-serial-preview .tm5-register-placeholder-preview {
  position: absolute;
  top: 0px;
  right: -13px;
  padding-top: 0px;
  width: 150px;
  text-align: center;
}

/* line 48, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .tm5-register-serial-preview .tm5-register-placeholder-preview p {
  font-size: 14px;
  padding-top: 20px;
  line-height: 16px;
  text-align: left;
}

/* line 56, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .grey {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}

/* line 60, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .grey-sm:not(.last) {
  background: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
}

/* line 64, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .grey-sm.last {
  background: #f9f9f9;
}

/* line 67, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
}

/* line 71, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step h3 {
  white-space: nowrap;
}

/* line 74, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 79, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 div.offset-container {
  padding-top: 17px;
}

/* line 82, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 h3 {
  padding-top: 8px;
  padding-bottom: 23px;
  white-space: nowrap;
}

/* line 87, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 span.sub-title {
  max-width: 275px;
  padding-top: 24px;
}

/* line 90, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 span.sub-title p {
  font-size: 14px;
}

/* line 94, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.ordering-info.step-1 i.step {
  left: 24px;
  top: 21px;
}

/* line 99, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 {
  padding-bottom: 30px;
}

/* line 101, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 .step-content img.cookkey {
  padding-top: 9px;
}

/* line 104, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 input[name="activationCodeInput"] {
  height: 37px;
  width: 276px;
}

/* line 108, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 div.offset-container {
  padding-top: 4px;
}

/* line 111, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 h3 {
  padding-top: 0px;
  padding-bottom: 5px;
}

/* line 115, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 i.step {
  left: 24px;
  top: 0px;
}

/* line 119, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number-info.step-2 input {
  height: 36px;
  width: 277px;
}

/* line 124, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 127, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 input[name="serialNumberInput"] {
  height: 37px;
  width: 276px;
}

/* line 131, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 h3 {
  padding-top: 0px;
  padding-bottom: 2px;
}

/* line 135, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 i.step {
  left: 24px;
  top: -5px;
}

/* line 139, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 span.sub-title {
  padding-bottom: 16px;
}

/* line 142, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step.serial-number.step-3 input {
  height: 36px;
  width: 277px;
}

/* line 147, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step input[name="serialNumberInput"] {
  margin-bottom: 5px;
}

/* line 150, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step .help-inline {
  white-space: nowrap;
}

/* line 153, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step .step-content {
  width: 510px;
  margin: 0  auto;
}

/* line 156, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step .step-content .offset-container {
  padding-left: 64px;
  text-align: left;
  position: relative;
}

/* line 161, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step .step-content i.step {
  position: absolute;
  left: 25px;
  top: 0px;
  color: #C8D1CE;
  font-size: 33px;
}

/* line 168, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step .step-content img.cookkey {
  display: block;
  padding-top: 15px;
}

/* line 173, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step span.sub-title {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #113c2b;
  padding-bottom: 5px;
  display: block;
  line-height: 16px;
  text-align: left;
}

/* line 182, ../../app/styles/includes/content/_register-tm5.scss */
#register-tm5 .activation-form .activation-step h3 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  color: #009a3d;
  font-size: 20px;
  width: 345px;
  margin: 0;
  text-transform: none;
  padding-bottom: 9px;
  line-height: 24px;
  text-align: left;
}

/*  Responsive  media  queries  */
@media (max-width: 628px) {
  /* line 202, ../../app/styles/includes/content/_register-tm5.scss */
  #register-container.container-form .header {
    margin-top: 30px;
  }
  /* line 207, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 {
    padding: 20px  22px  20px  22px;
  }
  /* line 209, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .head-green, #register-tm5 .head-green-std {
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: lighter;
    padding-bottom: 2px;
    font-size: 20px;
    color: #009a3d;
    line-height: 24px;
  }
  /* line 216, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 footer {
    text-align: left;
    width: auto;
    margin: 0  auto;
    padding-left: 0;
  }
  /* line 221, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 footer button, #register-tm5 footer a {
    width: 100%;
  }
  /* line 225, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form {
    margin-bottom: 20px;
    background-color: #F9F9F9;
  }
  /* line 228, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .tm5-register-serial-preview {
    padding: 0;
  }
  /* line 230, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .tm5-register-serial-preview > img {
    width: 100%;
  }
  /* line 233, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .tm5-register-serial-preview .tm5-register-placeholder-preview {
    position: static;
    width: auto;
    padding-top: 0px;
  }
  /* line 237, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .tm5-register-serial-preview .tm5-register-placeholder-preview p {
    padding-top: 15px;
  }
  /* line 243, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step h3 {
    width: auto;
    white-space: normal;
    text-align: center;
  }
  /* line 248, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.ordering-info.step-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 251, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.ordering-info.step-1 div.offset-container {
    padding-left: 0;
    text-align: inherit;
    max-width: none;
    padding-top: 0px;
  }
  /* line 257, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.ordering-info.step-1 h3 {
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 6px;
  }
  /* line 262, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.ordering-info.step-1 span.sub-title {
    text-align: center;
    width: auto;
    max-width: none;
    padding-top: 28px;
  }
  /* line 268, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.ordering-info.step-1 i.step {
    position: static;
  }
  /* line 272, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number-info.step-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 277, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number-info.step-2 div.offset-container {
    padding-top: 0px;
  }
  /* line 280, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number-info.step-2 i.step {
    position: static;
  }
  /* line 283, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number-info.step-2 input {
    width: 100%;
  }
  /* line 287, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number.step-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 292, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number.step-3 i.step {
    position: static;
  }
  /* line 295, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number.step-3 span.sub-title {
    text-align: center;
  }
  /* line 298, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step.serial-number.step-3 input {
    width: 100%;
  }
  /* line 302, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step .help-inline {
    white-space: normal;
  }
  /* line 305, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step .step-content {
    width: auto;
  }
  /* line 307, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step .step-content .offset-container {
    padding-left: 0;
    text-align: center;
  }
  /* line 312, ../../app/styles/includes/content/_register-tm5.scss */
  #register-tm5 .activation-form .activation-step span.sub-title {
    text-align: center;
  }
}

/* line 5, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-chip-trigger {
  position: relative;
  height: auto;
  height: 231px;
}

/* line 16, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-chip-trigger-image {
  width: 275px;
  height: 231px;
}

/* line 19, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-chip-trigger-image > div {
  height: 100%;
  width: 100%;
}

/* line 23, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-chip-trigger-image img {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

/* line 30, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-category {
  overflow: hidden;
}

/* line 32, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-category h2 {
  font-size: 14px;
  margin: 26px 0 15px 26px;
}

/* line 37, ../../app/styles/includes/content/_recipe-chip-detail.scss */
.tm-recipe-category:first-child h2 {
  margin-top: 0px;
}

@media (max-width: 628px) {
  /* line 44, ../../app/styles/includes/content/_recipe-chip-detail.scss */
  .tm-recipe-category {
    overflow: visible;
  }
  /* line 46, ../../app/styles/includes/content/_recipe-chip-detail.scss */
  .tm-recipe-category h2 {
    font-size: 14px;
    margin: 52px 0 15px 0;
  }
}

/* line 3, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-step-groups {
  padding-left: 16px;
}

/* line 7, ../../app/styles/includes/content/_recipe-detail.scss */
.qv-image-section {
  height: 600px;
}

/* line 11, ../../app/styles/includes/content/_recipe-detail.scss */
.qv-recipe-image {
  height: 100%;
}

/* line 15, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .qv-image-section img {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

/* line 22, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tm-recipe-trigger {
  margin: 0;
}

@media (max-width: 628px) {
  /* line 27, ../../app/styles/includes/content/_recipe-detail.scss */
  .requires-tm5,
  .requires-tm31 {
    margin-bottom: -55px;
  }
}

/* line 33, ../../app/styles/includes/content/_recipe-detail.scss */
.requires-tm5,
.requires-tm31 {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 2px;
  background-color: #C3C3C4;
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
  font-size: 13px;
  color: white;
  line-height: 15px;
  margin-bottom: -80px;
  padding: 6px;
  border: 0;
}

/* line 48, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail {
  display: none;
}

/* line 51, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tabbed-content h4 {
  margin-bottom: 22px;
}

/* line 55, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail h3 {
  margin-bottom: 17px;
}

/* line 60, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .qv-image-section {
  width: 33%;
  max-width: none;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 71, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .qv-recipe-section {
  width: 100%;
  max-width: none;
  padding: 0  26px;
}

/* line 77, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .btn:not(.requires-tm5):not(.requires-tm31) {
  margin-bottom: 10px;
  padding: 6px  10px;
  font-size: 14px;
}

/* line 83, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .btn .icon, .recipe-detail .btn .icon-tab-left-first, .recipe-detail .btn .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .recipe-detail .btn .tm-category-tab-left-first, .recipe-detail .btn .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .btn .tm-category-tab-left-first, .recipe-detail .btn .icon-tab-left, .recipe-detail .btn .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .recipe-detail .btn .tm-category-tab-left, .recipe-detail .btn .icon-tab-right, .recipe-detail .btn .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .recipe-detail .btn .tm-category-tab-right, .recipe-detail .btn .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .btn .tm-category-tab-right, .recipe-detail .btn .icon-tab-right-last, .recipe-detail .btn .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .recipe-detail .btn .tm-category-tab-right-last {
  font-size: 18px;
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-right: 4px;
}

/* line 91, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail h3 {
  font-size: 36px;
}

/* line 95, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .headline-serif {
  font-size: 18px;
  color: #0f3c2b;
}

/* line 100, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail h4 {
  font-size: 20px;
  color: #b1b2b3;
}

/* line 105, ../../app/styles/includes/content/_recipe-detail.scss */
.ingredients {
  width: 40%;
  float: left;
  padding-right: 53px;
}

/* line 111, ../../app/styles/includes/content/_recipe-detail.scss */
.ingredient-subline {
  display: block;
  color: #b0b1b3;
}

/* line 116, ../../app/styles/includes/content/_recipe-detail.scss */
.ingredients .btn {
  width: 100%;
}

/* line 120, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation {
  width: 60%;
  float: right;
}

/* line 123, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation .preparation-step {
  display: table;
  width: 100%;
}

/* line 126, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation .preparation-step strong {
  white-space: nowrap;
}

/* line 129, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation .preparation-step > span {
  display: table-cell;
  vertical-align: top;
  margin-left: 20px;
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.preparation .clearfix, .preparation .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.preparation .clearfix:before, .preparation .list-heading:before,
.preparation .clearfix:after,
.preparation .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.preparation .clearfix:after, .preparation .list-heading:after {
  clear: both;
}

/* line 136, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation button.btn {
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
  font-size: 14px;
}

/* line 140, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation h3 {
  -webkit-transition: font-size  1s;
  transition: font-size  1s;
}

/* line 146, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation > h3:first-child div {
  display: inline-block;
  position: absolute;
  right: 30px;
}

/* line 151, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation p {
  font-size: inherit;
  color: #113c2b;
}

/* line 157, ../../app/styles/includes/content/_recipe-detail.scss */
.preparation .nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  /* line 162, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation .wrap-small {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  /* line 168, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation .wrap-small {
    white-space: normal;
  }
}

/* line 173, ../../app/styles/includes/content/_recipe-detail.scss */
.checkbox-list {
  list-style: none;
  padding: 0  0  0  15px;
  margin: 0  0  26px  0;
}

/* line 177, ../../app/styles/includes/content/_recipe-detail.scss */
.checkbox-list li {
  padding: 10px  30px  10px  0;
  border-bottom: 1px  solid  #ddd;
  position: relative;
  cursor: pointer;
}

/* line 182, ../../app/styles/includes/content/_recipe-detail.scss */
.checkbox-list li > span:first-child {
  font-size: 16px;
  color: #113c2b;
}

/* line 186, ../../app/styles/includes/content/_recipe-detail.scss */
.checkbox-list li:last-child {
  border-bottom: 0;
}

/* line 192, ../../app/styles/includes/content/_recipe-detail.scss */
.rounded-checkbox-select-all .icon-checkmark {
  background: white;
  border-radius: 50%;
  color: #009a3d;
}

/* line 198, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box {
  margin: 26px  0;
  clear: both;
}

/* line 202, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box .info-box-inner {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  border: 2px solid #d6d5d6;
  padding: 20px;
}

/* line 206, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box .info-box-inner > h4 {
  font-size: 16px;
  color: #113c2b;
  line-height: 18px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  margin-bottom: 13px;
}

/* line 213, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box .info-box-inner > p {
  font-size: 16px;
  color: #9ba49f;
}

/* line 218, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box div {
  width: 100%;
  text-align: left;
  font-family: Arial, "Helvetica    Neue", Helvetica, sans-serif;
  color: #113c2b;
}

/* line 223, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box div h5 {
  margin-bottom: 0;
  font-weight: bold;
}

/* line 230, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box h4 {
  margin-top: 0;
  color: #113c2b;
  text-transform: uppercase;
}

/* line 236, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box p {
  font-size: 12px;
  color: #b1b2b3;
}

/* line 241, ../../app/styles/includes/content/_recipe-detail.scss */
.info-box dd {
  margin-left: 5%;
}

/* line 245, ../../app/styles/includes/content/_recipe-detail.scss */
.step-by-step {
  margin-left: 0;
  margin-bottom: 52px;
  padding-left: 0;
}

/* line 251, ../../app/styles/includes/content/_recipe-detail.scss */
.step-by-step > li {
  position: relative;
  margin: 0  0  20px  0;
  padding: 20px  20px  20px  50px;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 162, ../../app/styles/includes/_mixins.scss */
.step-by-step > li .clearfix, .step-by-step > li .list-heading {
  *zoom: 1;
}

/* line 165, ../../app/styles/includes/_mixins.scss */
.step-by-step > li .clearfix:before, .step-by-step > li .list-heading:before,
.step-by-step > li .clearfix:after,
.step-by-step > li .list-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 171, ../../app/styles/includes/_mixins.scss */
.step-by-step > li .clearfix:after, .step-by-step > li .list-heading:after {
  clear: both;
}

/* line 260, ../../app/styles/includes/content/_recipe-detail.scss */
.step-by-step > li .icon, .step-by-step > li .icon-tab-left-first, .step-by-step > li .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .step-by-step > li .tm-category-tab-left-first, .step-by-step > li .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .step-by-step > li .tm-category-tab-left-first, .step-by-step > li .icon-tab-left, .step-by-step > li .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .step-by-step > li .tm-category-tab-left, .step-by-step > li .icon-tab-right, .step-by-step > li .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .step-by-step > li .tm-category-tab-right, .step-by-step > li .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .step-by-step > li .tm-category-tab-right, .step-by-step > li .icon-tab-right-last, .step-by-step > li .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .step-by-step > li .tm-category-tab-right-last {
  font-size: 1.1em;
}

/* line 265, ../../app/styles/includes/content/_recipe-detail.scss */
.step-by-step > li:before {
  content: attr(data-step-index) !important;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #cccccc;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

/* line 279, ../../app/styles/includes/content/_recipe-detail.scss */
.tips-variations {
  border-top: 3px solid #009a3d;
  border-bottom: 3px solid #009a3d;
  padding: 26px  0;
  margin: 26px  0;
  clear: both;
}

/* line 285, ../../app/styles/includes/content/_recipe-detail.scss */
.tips-variations p, .tips-variations span {
  font-size: 14px;
}

/* line 290, ../../app/styles/includes/content/_recipe-detail.scss */
.tips-variations h3 {
  margin-top: 0;
}

/* line 294, ../../app/styles/includes/content/_recipe-detail.scss */
.colored-bullets {
  list-style: none;
  margin-left: -5px;
  padding: 0  0  0  20px;
}

/* line 181, ../../app/styles/includes/_mixins.scss */
.colored-bullets li:before {
  display: inline-block;
  width: 1.5em;
  font-size: 1em;
  text-align: center;
  color: #b1b2b4;
  margin: 0  0  0  -1.6em;
  content: \2022 !important;
  line-height: 1.7;
}

/* line 298, ../../app/styles/includes/content/_recipe-detail.scss */
.also-delicious {
  background: #e2e2e2;
  margin: 26px -30px;
}

/* line 303, ../../app/styles/includes/content/_recipe-detail.scss */
.also-delicious-inner {
  padding: 26px 30px;
}

/* line 307, ../../app/styles/includes/content/_recipe-detail.scss */
.also-delicious-inner h3 {
  margin-top: 0;
}

/* line 311, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tm-categories {
  display: none;
}

/* line 315, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tm-category-tab-center {
  width: 25px;
  overflow: hidden;
  padding: 0  2px;
}

/* line 321, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tm-category-tab-center .icon, .recipe-detail .tm-category-tab-center .icon-tab-left-first, .recipe-detail .tm-category-tab-center .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .recipe-detail .tm-category-tab-center .tm-category-tab-left-first, .recipe-detail .tm-category-tab-center .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .tm-category-tab-center .tm-category-tab-left-first, .recipe-detail .tm-category-tab-center .icon-tab-left, .recipe-detail .tm-category-tab-center .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .recipe-detail .tm-category-tab-center .tm-category-tab-left, .recipe-detail .tm-category-tab-center .icon-tab-right, .recipe-detail .tm-category-tab-center .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .recipe-detail .tm-category-tab-center .tm-category-tab-right, .recipe-detail .tm-category-tab-center .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .tm-category-tab-center .tm-category-tab-right, .recipe-detail .tm-category-tab-center .icon-tab-right-last, .recipe-detail .tm-category-tab-center .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .recipe-detail .tm-category-tab-center .tm-category-tab-right-last {
  font-size: 25px;
  position: relative;
  bottom: -4px;
}

/* line 327, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .tm-category-tabs .tm-categories .tm-category:first-child {
  margin-left: 0;
}

/* line 331, ../../app/styles/includes/content/_recipe-detail.scss */
.detail-hide {
  visibility: hidden;
}

/* line 335, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .alert {
  margin: 0;
}

/* line 339, ../../app/styles/includes/content/_recipe-detail.scss */
.recipe-detail .qv-part-of-slider li {
  width: 100px;
  height: auto;
}

@media (max-width: 1231px) {
  /* line 345, ../../app/styles/includes/content/_recipe-detail.scss */
  .ingredients {
    width: 50%;
  }
  /* line 348, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation {
    width: 50%;
  }
  /* line 350, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation .preparation-step {
    display: block;
  }
  /* line 352, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation .preparation-step > span {
    display: block;
    margin-left: 0;
  }
  /* line 357, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation > h3:first-child div {
    position: relative;
    left: 0;
  }
}

@media (max-width: 929px) {
  /* line 369, ../../app/styles/includes/content/_recipe-detail.scss */
  .tabbed-content .btn:first-child {
    margin-bottom: 4px;
  }
  /* line 373, ../../app/styles/includes/content/_recipe-detail.scss */
  .qv-recipe h1 {
    padding-top: 18px;
  }
  /* line 376, ../../app/styles/includes/content/_recipe-detail.scss */
  .ingredients {
    width: 50%;
    padding-right: 26px;
  }
  /* line 380, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation {
    width: 50%;
  }
  /* line 382, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation > h3:first-child div {
    position: relative;
    left: 0;
    display: block;
    margin-top: 18px;
  }
  /* line 387, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation > h3:first-child div .btn {
    display: block;
    width: 100%;
  }
  /* line 392, ../../app/styles/includes/content/_recipe-detail.scss */
  .preparation .recipe-step-groups {
    padding-left: 0;
  }
  /* line 396, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail h3 {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  /* line 402, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-recipe {
    width: 100%;
  }
  /* line 405, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-image-section {
    width: 100%;
    float: none;
    z-index: 2;
  }
  /* line 410, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-recipe-section {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  /* line 415, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-image-section {
    position: relative;
  }
  /* line 418, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-categories {
    border-bottom: 1px  solid  #e4e2e3;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  /* line 426, ../../app/styles/includes/content/_recipe-detail.scss */
  .tabbed-content {
    background: #f5f3f4;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 26px 30px;
    position: relative;
  }
  /* line 433, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-category-tabs .tm-categories .tm-category {
    margin: 0  -34px  0  0;
  }
  /* line 436, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-category-tabs {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #ededed;
  }
  /* line 443, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center {
    padding: 2px  0  0  0;
    width: 25px;
    color: #7b7b7b;
  }
  /* line 448, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .ingredients-preparation {
    position: relative;
  }
  /* line 451, ../../app/styles/includes/content/_recipe-detail.scss */
  .ingredients, .preparation, .info-box, .tips-variations {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    float: none;
    background: #f5f3f4;
    display: none;
    padding: 10px  0  0  0;
  }
  /* line 464, ../../app/styles/includes/content/_recipe-detail.scss */
  .show-tab {
    position: relative;
    display: block;
    z-index: 20;
  }
  /* line 469, ../../app/styles/includes/content/_recipe-detail.scss */
  .active-tab {
    z-index: 20;
  }
  /* line 471, ../../app/styles/includes/content/_recipe-detail.scss */
  .active-tab .tm-category-tab-center {
    background: #f5f3f4;
  }
  /* line 474, ../../app/styles/includes/content/_recipe-detail.scss */
  .active-tab .tm-category-tab-left-first, .active-tab .tm-category-tab-right-last, .active-tab .tm-category-tab-right, .active-tab .tm-category-tab-left {
    color: #f5f3f4;
  }
  /* line 478, ../../app/styles/includes/content/_recipe-detail.scss */
  .dark-tab {
    z-index: 19;
  }
  /* line 480, ../../app/styles/includes/content/_recipe-detail.scss */
  .dark-tab .tm-category-tab-center {
    background: #cfcdce;
  }
  /* line 483, ../../app/styles/includes/content/_recipe-detail.scss */
  .dark-tab .tm-category-tab-left-first, .dark-tab .tm-category-tab-right-last, .dark-tab .tm-category-tab-right, .dark-tab .tm-category-tab-left {
    color: #cfcdce;
  }
  /* line 487, ../../app/styles/includes/content/_recipe-detail.scss */
  .middle-tab {
    z-index: 18;
  }
  /* line 489, ../../app/styles/includes/content/_recipe-detail.scss */
  .middle-tab .tm-category-tab-center {
    background: #dedcdd;
  }
  /* line 492, ../../app/styles/includes/content/_recipe-detail.scss */
  .middle-tab .tm-category-tab-left-first, .middle-tab .tm-category-tab-right-last, .middle-tab .tm-category-tab-right, .middle-tab .tm-category-tab-left {
    color: #dedcdd;
  }
  /* line 496, ../../app/styles/includes/content/_recipe-detail.scss */
  .light-tab {
    z-index: 17;
  }
  /* line 498, ../../app/styles/includes/content/_recipe-detail.scss */
  .light-tab .tm-category-tab-center {
    background: #e6e4e5;
  }
  /* line 501, ../../app/styles/includes/content/_recipe-detail.scss */
  .light-tab .tm-category-tab-left-first, .light-tab .tm-category-tab-right-last, .light-tab .tm-category-tab-right, .light-tab .tm-category-tab-left {
    color: #e6e4e5;
  }
}

@media (max-width: 320px) {
  /* line 508, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-image-section {
    z-index: 3;
  }
  /* line 511, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center {
    padding: 2px  0  0  0;
    width: 17px;
    color: #7b7b7b;
  }
  /* line 515, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .icon, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .icon-tab-left-first, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-left-first, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-left-first, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .icon-tab-left, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-left, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .icon-tab-right, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-right, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-right, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .icon-tab-right-last, .recipe-detail .tm-category-tabs .tm-categories .tm-category .tm-category-tab-center .tm-category-tab-right-last {
    font-size: 17px;
  }
  /* line 519, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-recipe-section {
    padding: 0  22px  23px  22px;
    overflow-x: visible;
  }
  /* line 523, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-recipe h1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 6px;
  }
  /* line 530, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-action-panel {
    top: -26px;
  }
  /* line 533, ../../app/styles/includes/content/_recipe-detail.scss */
  .recipe-detail .qv-recipe-gradient {
    top: -41px;
  }
}

/* line 1, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page {
  padding: 30px;
}

/* line 3, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .layer-1 img {
  width: 275px;
  height: 195px;
}

/* line 7, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .layer-2 img {
  width: 275px;
  height: 195px;
}

/* line 11, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .tm-chip {
  position: absolute;
  bottom: 0;
  left: 45px;
}

/* line 224, ../../app/styles/includes/_mixins.scss */
.intermediate-page .tm-chip > span {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 151.53386px;
  height: 143.95717px;
  background-image: url(../images/recipe_chip.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 235, ../../app/styles/includes/_mixins.scss */
.intermediate-page .tm-chip > img {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 118.53282px;
  position: absolute;
  width: 118.53282px;
  height: 118.53282px;
  top: 9px;
  left: 17px;
  z-index: 0;
}

/* line 16, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .tm-chip img {
  width: 118.53376px;
  height: 118.53376px;
}

/* line 21, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page section {
  display: table-row;
}

/* line 24, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .intermediate-slot-container {
  width: 275px;
  height: 231px;
}

/* line 28, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .intermediate-page-image {
  width: 275px;
  height: 210px;
  display: table-cell;
}

/* line 34, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .intermediate-page-image img {
  position: absolute;
  bottom: 0;
}

/* line 39, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page .intermediate-page-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 52px;
}

/* line 44, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page h1 {
  font-size: 20px;
  margin: 0  0  20px  0;
}

/* line 48, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

/* line 53, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page li {
  font-size: 16px;
  line-height: 25px;
  color: #B1B2B3;
  margin-left: 1em;
  padding-left: 15px;
}

/* line 59, ../../app/styles/includes/content/_intermediate-page.scss */
.intermediate-page li span {
  color: #113c2b;
}

@media (max-width: 929px) {
  /* line 66, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page {
    padding: 20px  22px  22px  22px;
  }
  /* line 68, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page section {
    display: block;
  }
  /* line 71, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page .intermediate-page-image {
    margin: 0  auto;
    display: block;
  }
  /* line 75, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page .intermediate-page-content {
    display: block;
    padding-left: 0;
  }
  /* line 79, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page h1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* line 83, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page ul {
    margin-bottom: 0;
  }
  /* line 86, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page li {
    margin-bottom: 10px;
    left: 20px;
  }
  /* line 90, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page a {
    margin-top: 5px;
  }
}

@media (max-width: 628px) {
  /* line 98, ../../app/styles/includes/content/_intermediate-page.scss */
  .intermediate-page a {
    white-space: normal;
  }
}

/* line 1, ../../app/styles/includes/content/_my-treasure.scss */
.headline-subheader {
  background: #eeeced;
  color: #c8c6c7;
  font-size: 28px;
  padding: 23px  0;
  position: relative;
  z-index: 1;
}

/* line 10, ../../app/styles/includes/content/_my-treasure.scss */
.loading-box {
  position: relative;
  height: 35px;
  margin: 0  26px  22px  0px;
}

/* line 2, ../../app/styles/includes/content/_shopping-list.scss */
#email-menu li {
  padding: 5px;
}

/* line 5, ../../app/styles/includes/content/_shopping-list.scss */
#email-menu > a {
  color: white;
}

/* line 8, ../../app/styles/includes/content/_shopping-list.scss */
#email-menu li > a:hover {
  color: white;
  background-color: green;
}

/* line 14, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-header {
  background: #2c2c2c;
  width: 100%;
  position: relative;
  height: 75px;
}

/* line 19, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-header h1 {
  color: #4f5150;
  text-align: center;
  margin-top: 0;
  padding-top: 17px;
}

/* line 27, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-list-back, .shopping-list-menu {
  position: absolute;
  left: 20px;
  top: 50%;
  color: white;
  font-size: 26px;
  height: 30px;
  margin-top: -18px;
}

/* line 37, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-list-menu {
  left: auto;
  right: 10px;
}

/* line 42, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-info-header {
  background: #e4e2e3;
  height: 65px;
  border-bottom: 1px  solid  #dcdadb;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  padding: 0  26px;
}

/* line 51, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-info-header p {
  padding-top: 19px;
  font-size: 16px;
}

/* line 57, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons {
  box-shadow: inset 1px 1px 1px rgba(20, 20, 20, 0.2);
  border-radius: 5px;
  background: #e0dedf;
  border: 1px  solid  #dbd9da;
  padding: 0;
  height: 32px;
  display: inline-block;
}

/* line 65, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 70, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons li {
  display: inline-block;
}

/* line 72, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons li a {
  display: block;
  padding: 6px  10px  5px  10px;
  color: #868485;
}

/* line 76, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons li a:hover {
  text-decoration: none;
}

/* line 80, ../../app/styles/includes/content/_shopping-list.scss */
.toggle-buttons li .toggle-button-active {
  box-shadow: 1px 1px 1px rgba(20, 20, 20, 0.2);
  background: #ededed;
  color: #535353;
  border-radius: 4px;
}

/* line 89, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content {
  max-width: 628px;
  margin: 0  auto;
}

/* line 94, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-wrapper {
  background: white;
  border-radius: 4px;
  padding: 10px  0  0  0;
  margin: 20px  0;
}

/* line 99, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-wrapper > div:last-child {
  box-shadow: none;
}

/* line 104, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-box {
  box-shadow: 0 4px 6px rgba(120, 120, 120, 0.2);
  background: white;
  padding: 10px  20px  15px  20px;
  margin-bottom: 10px;
  position: relative;
}

/* line 112, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-image-section {
  width: 119px;
  float: left;
  padding-top: 15px;
  margin-right: 15px;
  position: relative;
  min-height: 200px;
}

/* line 119, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-image-section img {
  box-shadow: 1px 1px 1px rgba(120, 120, 120, 0.2);
  max-width: 100%;
  border: 1px solid white;
}

/* line 124, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-image-section figcaption {
  color: #c2c2c2;
  text-align: center;
  display: block;
  margin-top: 5px;
}

/* line 132, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-add {
  margin: 20px  0  10px  0;
  height: auto;
  position: relative;
  padding: 0;
}

/* line 139, ../../app/styles/includes/content/_shopping-list.scss */
.is-readonly.form-control, .is-readonly.form-control .shopping-textarea {
  border: none;
  box-shadow: none;
  background: none;
  resize: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px  62px  4px  12px;
  -webkit-transition: max-height  0.4s;
  transition: max-height  0.4s;
  min-height: 52px;
}

/* line 151, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .shopping-add.form-control {
  width: auto;
  height: auto;
  margin: 0;
}

/* line 157, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item > .custom-wrapper {
  padding: 0;
}

/* line 161, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients {
  width: 100%;
  float: left;
}

/* line 166, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-image-section + .shopping-ingredients {
  width: 450px;
}

/* line 171, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .shopping-textarea {
  resize: none;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 10px  62px  4px  12px;
  -webkit-transition: max-height  0.4s;
  transition: max-height  0.4s;
  min-height: 52px;
}

/* line 179, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .shopping-textarea:focus {
  max-height: 600px;
  -webkit-transition: max-height  0.8s;
  transition: max-height  0.8s;
}

/* line 183, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .shopping-textarea:focus ~ button {
  opacity: 1;
  -webkit-transition: opacity  0.6s;
  transition: opacity  0.6s;
}

/* line 188, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity  0.3s;
  transition: opacity  0.3s;
}

/* line 195, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .shopping-ingredients-list .form-control {
  display: block;
}

/* line 200, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 204, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

/* line 209, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item:last-child {
  border-bottom: 1px solid white;
}

/* line 212, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item:hover {
  background: #f9f9f9;
  cursor: pointer;
}

/* line 216, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item > div {
  padding: 15px  0;
  display: block;
  padding-left: 11px;
  position: relative;
  overflow: hidden;
  /*.is-editing  {
      .display-view  {  display:  none;  }
      .edit-view  {  display:  block;  }
  }*/
}

/* line 222, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item > div.edit-view {
  display: none;
}

/* line 225, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item > div.inner-container {
  display: block;
}

/* line 232, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item > div label {
  font-weight: normal;
  cursor: pointer;
}

/* line 240, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item.is-editing > div.inner-container {
  display: none;
}

/* line 243, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item.is-editing > div.edit-view {
  display: block;
}

/* line 248, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item.scale-down > div {
  -webkit-transition: 1s;
  transition: 1s;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

/* line 254, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item.scale-up > div {
  -webkit-transition: 1s;
  transition: 1s;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 260, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item.tiny > div {
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

/* line 266, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item-done:hover {
  background: #E9E8E8;
}

/* line 269, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .list-item-done:last-child {
  border-bottom: 1px  solid  #E9E8E8;
}

/* line 273, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .form-control {
  width: 60px;
  height: 37px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

/* line 280, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list [type="checkbox"] {
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  opacity: 0;
  z-index: 10;
}

/* line 289, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-ingredients-list .shopping-checked .icon, .shopping-ingredients-list .shopping-checked .icon-tab-left-first, .shopping-ingredients-list .shopping-checked .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-ingredients-list .shopping-checked .tm-category-tab-left-first, .shopping-ingredients-list .shopping-checked .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-ingredients-list .shopping-checked .tm-category-tab-left-first, .shopping-ingredients-list .shopping-checked .icon-tab-left, .shopping-ingredients-list .shopping-checked .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-ingredients-list .shopping-checked .tm-category-tab-left, .shopping-ingredients-list .shopping-checked .icon-tab-right, .shopping-ingredients-list .shopping-checked .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-ingredients-list .shopping-checked .tm-category-tab-right, .shopping-ingredients-list .shopping-checked .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-ingredients-list .shopping-checked .tm-category-tab-right, .shopping-ingredients-list .shopping-checked .icon-tab-right-last, .shopping-ingredients-list .shopping-checked .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-ingredients-list .shopping-checked .tm-category-tab-right-last {
  color: #009a3d;
}

/* line 294, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 20;
  -webkit-transition: z-index  0  0.5s;
  transition: z-index  0  0.5s;
}

/* line 300, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions.opened {
  z-index: 22;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

/* line 304, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions.closing {
  z-index: 21;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

/* line 308, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions > ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 313, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-options {
  width: 40px;
  height: 40px;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px  solid  #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  text-align: center;
  cursor: pointer;
  float: right;
  overflow: hidden;
}

/* line 326, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-options .icon-triangle {
  font-size: 10px;
  margin-top: 16px;
  position: relative;
  top: 0;
  -webkit-transition: top  0.6s;
  transition: top  0.6s;
}

/* line 333, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-options .icon-ok {
  color: white;
  background: #009a3d;
  font-size: 20px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  position: relative;
  top: 50px;
  -webkit-transition: top  0.6s;
  transition: top  0.6s;
}

/* line 347, ../../app/styles/includes/content/_shopping-list.scss */
.content-collapsed .shopping-options .icon-triangle {
  top: -50px;
  -webkit-transition: top  0.6s;
  transition: top  0.6s;
}

/* line 351, ../../app/styles/includes/content/_shopping-list.scss */
.content-collapsed .shopping-options .icon-ok {
  top: -30px;
  -webkit-transition: top  0.6s;
  transition: top  0.6s;
}

/* line 357, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions .qv-action-sub {
  clear: both;
}

/* line 359, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-actions .qv-action-sub .icon, .shopping-actions .qv-action-sub .icon-tab-left-first, .shopping-actions .qv-action-sub .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-actions .qv-action-sub .tm-category-tab-left-first, .shopping-actions .qv-action-sub .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-actions .qv-action-sub .tm-category-tab-left-first, .shopping-actions .qv-action-sub .icon-tab-left, .shopping-actions .qv-action-sub .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-actions .qv-action-sub .tm-category-tab-left, .shopping-actions .qv-action-sub .icon-tab-right, .shopping-actions .qv-action-sub .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-actions .qv-action-sub .tm-category-tab-right, .shopping-actions .qv-action-sub .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-actions .qv-action-sub .tm-category-tab-right, .shopping-actions .qv-action-sub .icon-tab-right-last, .shopping-actions .qv-action-sub .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-actions .qv-action-sub .tm-category-tab-right-last {
  bottom: -1px;
}

/* line 364, ../../app/styles/includes/content/_shopping-list.scss */
.checkmark, .shopping-delete {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

/* line 371, ../../app/styles/includes/content/_shopping-list.scss */
.checkmark .icon, .shopping-delete .icon, .checkmark .icon-tab-left-first, .shopping-delete .icon-tab-left-first, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left-first, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left-first, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-left-first, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-left-first, .checkmark .icon-tab-left, .shopping-delete .icon-tab-left, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left, .checkmark .icon-tab-right, .shopping-delete .icon-tab-right, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-right, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-right, .checkmark .icon-tab-right-last, .shopping-delete .icon-tab-right-last, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right-last, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right-last {
  font-size: 22px;
  color: #e5e5e5;
  -webkit-transition: color  0.3s;
  transition: color  0.3s;
}

/* line 375, ../../app/styles/includes/content/_shopping-list.scss */
.checkmark .icon:hover, .shopping-delete .icon:hover, .checkmark .icon-tab-left-first:hover, .shopping-delete .icon-tab-left-first:hover, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:hover, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left-first:hover, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:hover, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left-first:hover, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-left-first:hover, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-left-first:hover, .checkmark .icon-tab-left:hover, .shopping-delete .icon-tab-left:hover, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:hover, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left:hover, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:hover, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left:hover, .checkmark .icon-tab-right:hover, .shopping-delete .icon-tab-right:hover, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:hover, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right:hover, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:hover, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right:hover, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-right:hover, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-right:hover, .checkmark .icon-tab-right-last:hover, .shopping-delete .icon-tab-right-last:hover, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:hover, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right-last:hover, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:hover, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right-last:hover, .checkmark .icon .shopping-checked, .shopping-delete .icon .shopping-checked, .checkmark .icon-tab-left-first .shopping-checked, .shopping-delete .icon-tab-left-first .shopping-checked, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first .shopping-checked, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left-first .shopping-checked, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first .shopping-checked, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left-first .shopping-checked, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first .shopping-checked, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-left-first .shopping-checked, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first .shopping-checked, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-left-first .shopping-checked, .checkmark .icon-tab-left .shopping-checked, .shopping-delete .icon-tab-left .shopping-checked, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left .shopping-checked, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-left .shopping-checked, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left .shopping-checked, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left .shopping-checked, .checkmark .icon-tab-right .shopping-checked, .shopping-delete .icon-tab-right .shopping-checked, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right .shopping-checked, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right .shopping-checked, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right .shopping-checked, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right .shopping-checked, .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right .shopping-checked, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .checkmark .tm-category-tab-right .shopping-checked, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right .shopping-checked, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-right .shopping-checked, .checkmark .icon-tab-right-last .shopping-checked, .shopping-delete .icon-tab-right-last .shopping-checked, .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last .shopping-checked, .tm-category-tabs .tm-categories .tm-category .checkmark .tm-category-tab-right-last .shopping-checked, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last .shopping-checked, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right-last .shopping-checked {
  color: #009a3d;
  -webkit-transition: color  0.6s;
  transition: color  0.6s;
}

/* line 382, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-delete {
  right: 30px;
}

/* line 385, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-delete .icon, .shopping-delete .icon-tab-left-first, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left-first, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-left-first, .shopping-delete .icon-tab-left, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-left, .shopping-delete .icon-tab-right, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right, .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-delete .tm-category-tab-right, .shopping-delete .icon-tab-right-last, .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-delete .tm-category-tab-right-last {
  margin-top: 2px;
  font-size: 18px;
}

/* line 392, ../../app/styles/includes/content/_shopping-list.scss */
.crossed-out-items-container .list-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px  solid  #e5e5e5;
}

/* line 397, ../../app/styles/includes/content/_shopping-list.scss */
.crossed-out-items-container .list-item:last-child {
  border-bottom: 1px  solid  #e5e5e5;
}

/* line 400, ../../app/styles/includes/content/_shopping-list.scss */
.crossed-out-items-container .list-item:hover {
  background: #DFDFDF;
  cursor: pointer;
}

/* line 407, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items {
  background: #e9e8e8;
  box-shadow: none;
  border: 1px  solid  #cfcfcf;
  border-radius: 4px;
  margin: 60px  0;
}

/* line 413, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-options, .shopping-checked-items .form-control {
  background: none;
  padding: 10px;
  font-weight: bold;
  color: #6b6b6b;
}

/* line 419, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-actions {
  top: 18px;
}

/* line 422, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-options {
  width: auto;
}

/* line 425, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-ingredients .checkmark .icon, .shopping-checked-items .shopping-ingredients .shopping-delete .icon, .shopping-checked-items .shopping-ingredients .checkmark .icon-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left-first, .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .checkmark .icon-tab-left, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left, .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-left, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left, .shopping-checked-items .shopping-ingredients .checkmark .icon-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right, .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .checkmark .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .checkmark .icon-tab-right-last, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right-last, .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .checkmark .tm-category-tab-right-last, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right-last {
  color: #009a3d;
}

/* line 428, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-ingredients .shopping-delete .icon, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right-last, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right-last {
  color: #a5a5a5;
}

/* line 430, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .shopping-ingredients .shopping-delete .icon:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left-first:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first:hover, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left-first:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-left:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left:hover, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-left:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right:hover, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right:hover, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .icon-tab-right-last:hover, .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last:hover, .tm-category-tabs .tm-categories .tm-category .shopping-checked-items .shopping-ingredients .shopping-delete .tm-category-tab-right-last:hover {
  color: red;
}

/* line 434, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items .green-stroke {
  max-width: 100%;
}

/* line 437, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-checked-items p {
  font-size: 14px;
  color: #cfcfcf;
}

/* line 443, ../../app/styles/includes/content/_shopping-list.scss */
.green-stroke {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  max-width: 0%;
  overflow: hidden;
}

/* line 450, ../../app/styles/includes/content/_shopping-list.scss */
.green-stroke img {
  max-width: 100%;
}

/* line 455, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-collapsable {
  padding-bottom: 45px;
  max-height: 5000px;
  -webkit-transition: all  3s  ease;
  transition: all  3s  ease;
}

/* line 463, ../../app/styles/includes/content/_shopping-list.scss */
.crossed-out-items-container {
  -webkit-transition: all  .3s  ease;
  transition: all  .3s  ease;
}

/* line 469, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-collapsable.content-collapsed-remove {
  overflow: hidden;
  padding-bottom: 0;
  height: 0px;
  -webkit-transition: all  .3s  ease;
  transition: all  .3s  ease;
}

/* line 478, ../../app/styles/includes/content/_shopping-list.scss */
.content-collapsed .shopping-content-collapsable {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all  1.2s  ease;
  transition: all  1.2s  ease;
  padding-bottom: 0;
}

/* line 487, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty {
  text-align: center;
  max-height: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  display: block;
}

/* line 494, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty .btn-sm, .shopping-content-empty .btn-group-sm > .btn {
  font-size: 20px;
  padding: 5px  20px;
  margin-top: 20px;
}

/* line 501, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty.ng-hide {
  display: block  !important;
  max-height: 0;
  opacity: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all  1s;
  transition: all  1s;
}

/* line 510, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty-inner {
  text-align: left;
  border: 1px  solid  #cfcfcf;
  border-radius: 4px;
  padding: 20px;
  margin-top: 60px;
}

/* line 516, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty-inner p {
  color: #113c2b;
  width: 55%;
  margin: 0;
}

/* line 521, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-content-empty-inner img {
  position: absolute;
  right: 40px;
  bottom: 35px;
}

/* line 528, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-list-back, .shopping-list-menu {
  cursor: pointer;
}

/* line 532, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-list-group {
  display: none;
}

@media (max-width: 628px) {
  /* line 537, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section + .shopping-ingredients {
    width: 70%;
  }
  /* line 540, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section {
    width: 25%;
    margin-right: 3%;
  }
  /* line 544, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-content-box {
    padding: 10px  26px  15px  26px;
    overflow: hidden;
  }
  /* line 548, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-toggle-view {
    margin-left: 26px;
  }
  /* line 552, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-info-header a {
    display: block;
  }
  /* line 555, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-info-header p {
    padding-top: 10px;
  }
}

@media (max-width: 628px) {
  /* line 562, ../../app/styles/includes/content/_shopping-list.scss */
  .qv-actions.shopping-actions {
    right: -154px;
  }
  /* line 565, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section + .shopping-ingredients {
    width: 72%;
  }
  /* line 568, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section figcaption {
    text-align: left;
  }
  /* line 571, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-ingredients-list .list-item > div {
    padding-left: 0;
  }
  /* line 574, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-header {
    display: table;
  }
  /* line 576, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-header h1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media (max-width: 380px) {
  /* line 588, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section + .shopping-ingredients {
    width: 100%;
  }
  /* line 591, ../../app/styles/includes/content/_shopping-list.scss */
  .shopping-image-section {
    display: none;
  }
}

/* line 597, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .icon-edit-simple {
  color: #B6B6B6;
}

/* line 601, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .is-editing > div {
  padding-right: 11px;
}

/* line 603, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .is-editing > div textarea {
  width: 100%;
  border: 1px solid #009a3d;
}

/* line 607, ../../app/styles/includes/content/_shopping-list.scss */
.shopping-extra-items .is-editing > div button {
  opacity: 1;
  top: 18px;
  bottom: initial;
  right: 14px;
  outline: 0;
}

/* line 1, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 3, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .content-wrapper, #shopping-list-email .content-wrapper {
  margin: 20px;
}

/* line 6, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .text-danger {
  font-size: 14px;
}

/* line 9, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .content-wrapper {
  min-height: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 12, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .content-wrapper .form-header {
  text-align: center;
}

/* line 16, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .mirror-image {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 23, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .header {
  text-align: center;
  margin-top: -10px;
  padding: 10px;
  background-color: #2c2c2c;
  position: relative;
}

/* line 29, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .header a {
  float: left;
  padding: 0.5em;
  position: absolute;
  left: -10px;
}

/* line 34, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .header a .icon.icon-back, #shopping-list-email .header a .icon-back.icon-tab-left-first, #shopping-list-email .header a .tm-category-tabs .tm-categories .tm-category .icon-back.tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .header a .icon-back.tm-category-tab-left-first, #shopping-list-email .header a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .icon-back.tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder #shopping-list-email .header a .icon-back.tm-category-tab-left-first, #shopping-list-email .header a .icon-back.icon-tab-left, #shopping-list-email .header a .tm-category-tabs .tm-categories .tm-category .icon-back.tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .header a .icon-back.tm-category-tab-left, #shopping-list-email .header a .icon-back.icon-tab-right, #shopping-list-email .header a .tm-category-tabs .tm-categories .tm-category .icon-back.tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .header a .icon-back.tm-category-tab-right, #shopping-list-email .header a .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .icon-back.tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder #shopping-list-email .header a .icon-back.tm-category-tab-right, #shopping-list-email .header a .icon-back.icon-tab-right-last, #shopping-list-email .header a .tm-category-tabs .tm-categories .tm-category .icon-back.tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .header a .icon-back.tm-category-tab-right-last {
  color: white;
}

/* line 37, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .header a i {
  font-size: 26px;
  padding: 0.5em;
}

/* line 42, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .header h1 {
  font-size: 30px;
  color: #4f5150;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 50, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .form-header p {
  font-size: 16px;
  padding: 8px;
}

/* line 55, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email form {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  color: #183d2e;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  border: 2px;
  -webkit-transition: border-color  1s;
  transition: border-color  1s;
}

/* line 63, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email form .form-control {
  border: 2px solid #cccccc;
}

/* line 66, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email form textarea:focus {
  border: 3px solid #183d2e;
}

/* line 70, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-opened {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  color: #2c2c2c;
  background-color: white;
}

/* line 75, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .error-text {
  font-size: medium;
  padding: 5px;
}

/* line 79, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .hint-text {
  color: #e4e2e3;
}

/* line 82, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview {
  margin-top: 20px;
  border-radius: 8px;
}

/* line 86, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-closed {
  border: 2px dotted #cccccc;
}

/* line 88, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-closed:hover {
  cursor: pointer;
  border: 2px dotted #009a3d;
  -webkit-transition: border-color  1s;
  transition: border-color  1s;
}

/* line 94, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-button {
  padding: 20px;
  padding-bottom: 0px;
  font-size: larger;
  color: #009a3d;
  cursor: pointer;
}

/* line 100, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-button .icon, #shopping-list-email .preview-button .icon-tab-left-first, #shopping-list-email .preview-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .preview-button .tm-category-tab-left-first, #shopping-list-email .preview-button .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder #shopping-list-email .preview-button .tm-category-tab-left-first, #shopping-list-email .preview-button .icon-tab-left, #shopping-list-email .preview-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .preview-button .tm-category-tab-left, #shopping-list-email .preview-button .icon-tab-right, #shopping-list-email .preview-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .preview-button .tm-category-tab-right, #shopping-list-email .preview-button .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder #shopping-list-email .preview-button .tm-category-tab-right, #shopping-list-email .preview-button .icon-tab-right-last, #shopping-list-email .preview-button .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category #shopping-list-email .preview-button .tm-category-tab-right-last {
  position: relative;
  top: 2px;
  padding: 6px;
}

/* line 106, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-button-closed {
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #e4e2e3;
}

/* line 111, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-content-inner {
  padding: 20px;
}

@media (min-width: 769px) {
  /* line 115, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .hint-text {
    display: block;
  }
  /* line 118, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .buttons {
    display: block;
    padding-left: 7px;
  }
  /* line 122, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .btn-cancel {
    float: left;
  }
  /* line 125, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .btn-default {
    float: right  !important;
  }
}

@media (max-width: 768px) {
  /* line 130, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .hint-text {
    display: inline;
  }
  /* line 133, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .btn-default {
    width: 30%;
  }
}

@media (max-width: 422px) {
  /* line 138, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .btn-cancel {
    margin-bottom: 10px;
  }
  /* line 142, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 147, ../../app/styles/includes/content/_shopping-list-email.scss */
  #shopping-list-email .btn-default {
    width: 100%  !important;
  }
}

/* line 151, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .description {
  margin-bottom: 20px;
}

/* line 154, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sender-message {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: dimgrey;
  box-sizing: border-box;
  color: #183d2e;
  background-color: white;
  padding: 20px;
}

/* line 164, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .message-tip {
  position: relative;
  top: -7px;
  left: 80px;
}

/* line 169, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sender-image {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 174, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .shopping-list {
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.175);
  color: #183d2e;
  background-color: white;
  padding: 20px;
  clear: left;
}

/* line 182, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .shopping-list .item-category:first-child {
  padding-bottom: 20px;
}

/* line 187, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .footer {
  padding: 20px;
  text-align: center;
  background-color: white;
  color: darkgrey;
  margin-top: 5px;
}

/* line 193, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .footer .black {
  color: #183d2e;
}

/* line 197, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-content-bottom {
  padding-right: 20px;
}

/* line 200, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .green {
  color: #009a3d;
}

/* line 203, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-checkbox {
  position: relative;
  width: 28px;
  height: 28px;
  background: white;
  top: 20px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 2px 0 black;
  -webkit-box-shadow: 0 0 2px 0 black;
  border-radius: 5px;
  cursor: pointer;
}

/* line 215, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .item-category {
  font-size: 23px;
  font-weight: bold;
  padding-top: 5px;
  font-size: 23px;
  text-transform: capitalize;
}

/* line 222, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email ul {
  list-style: none;
  padding: 0;
}

/* line 226, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email li {
  padding-bottom: 25px;
}

/* line 229, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .li-image {
  margin-right: 10px;
}

/* line 232, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sent-by {
  padding-top: 20px;
}

/* line 235, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sent-by-inner {
  padding: 20px;
}

/* line 238, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .logo {
  margin-bottom: 40px;
  font-size: 5vw;
}

/* line 242, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .preview-button {
  text-align: center;
}

/* line 245, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-arrow {
  position: relative;
  background: white;
  border: 1px solid #e4e2e3;
}

/* line 250, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-arrow:after, #shopping-list-email .sl-arrow:before {
  top: 86%;
  left: 9%;
  border: solid  transparent;
  content: "  ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}

/* line 263, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: white;
  border-width: 30px;
  margin-left: -30px;
}

/* line 269, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-arrow:before {
  border-color: rgba(228, 228, 228, 0);
  border-top-color: #e4e2e3;
  border-width: 33px;
  margin-left: -33px;
}

/* line 275, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-arrow-hider {
  position: absolute;
  background: white;
  width: 89%;
  height: 33px;
  bottom: 0px;
}

/* line 282, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email p.sl-note {
  position: relative;
  font-size: 14px;
  word-break: break-word;
}

/* line 288, ../../app/styles/includes/content/_shopping-list-email.scss */
.col-1 #shopping-list-email .sl-arrow:after, .col-1 #shopping-list-email .sl-arrow:before {
  top: 89%;
  left: 30%;
}

/* line 292, ../../app/styles/includes/content/_shopping-list-email.scss */
.col-1 #shopping-list-email .logo {
  width: 100%;
  font-size: 14vw;
}

/* line 298, ../../app/styles/includes/content/_shopping-list-email.scss */
#shopping-list-email .sl-list-content span {
  padding-left: 40px;
}

/* line 2, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .help-cat {
  position: absolute;
  top: 7px;
  left: 45px;
}

/* line 7, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .filter-close {
  margin-top: 3px;
  margin-left: -14px;
  font-size: 13px;
}

/* line 12, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .recipe-toggle {
  width: 108px;
  left: 15px;
}

/* line 16, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper p.not-active-2 {
  color: lightgray !important;
}

/* line 19, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper a.btn.btn-default {
  box-shadow: inset 1px 1px 1px rgba(20, 20, 20, 0.2) !important;
}

/* line 22, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper nav.shopping-toggle-view.toggle-buttons {
  margin-right: 16px;
}

/* line 25, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .navbar-default.sub_nav {
  background-color: none  !important;
  border: none;
}

/* line 28, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .navbar-default.sub_nav button#collapse_subnav {
  margin-left: 15px;
}

/* line 31, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .navbar-default.sub_nav span.icon-bar {
  background: #665c5c !important;
}

/* line 35, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper nav#sub_nav {
  background: none;
}

/* line 37, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper nav#sub_nav a {
  font-weight: bold;
  font-weight: bold;
  padding-left: 27px;
  padding-right: 25px;
}

/* line 44, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .nav_circle {
  width: 13px;
  height: 13px;
  background: lightgray;
  border: solid  2px  #ADA4AD;
  border-radius: 75px;
  margin-top: 3px;
  position: absolute;
  left: 8px;
}

/* line 54, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .nav_circle_active {
  width: 13px;
  height: 13px;
  background: #95c11c;
  border: solid 2px #95c11c;
  border-radius: 75px;
  margin-top: 3px;
  margin-left: -18px;
  position: absolute;
}

/* line 63, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .nav_circle_active nav.navbar.navbar-default.sub_nav {
  background: none;
  border: none;
}

/* line 67, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .nav_circle_active button.navbar-toggle {
  margin-left: 12px;
}

/* line 70, ../../app/styles/includes/content/_filter-bar.scss */
.filter-bar-template-wrapper .nav_circle_active .filter {
  min-width: 165px  !important;
}

@media (min-width: 768px) {
  /* line 78, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .sortby, .filter-bar-template-wrapper .total-time, .filter-bar-template-wrapper .mobile-filter-group {
    display: none;
  }
  /* line 81, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine, .filter-bar-template-wrapper .sortby, .filter-bar-template-wrapper .sortby {
    display: none  !important;
  }
  /* line 84, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.refine-list li {
    border-bottom: 1px solid lightgray !important;
  }
  /* line 87, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .sort_active_2 {
    border-left: 3px solid #009a3d;
    color: #009a3d !important;
    padding-left: 12px !important;
  }
  /* line 92, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .dropdown-right.col-md-6 {
    padding-left: 0px;
  }
  /* line 94, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .dropdown-right.col-md-6 span {
    padding-left: 15px;
  }
  /* line 97, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .dropdown-right.col-md-6 li span {
    padding-left: 15px;
  }
  /* line 101, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .dropdown-right.col-md-6 li:hover span {
    border-left: 3px solid #009a3d;
    color: #009a3d !important;
    padding-left: 12px !important;
  }
  /* line 108, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.box-3 {
    overflow: auto;
    height: 300px;
    width: 222px;
  }
  /* line 113, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .ttime li {
    padding: 14px;
  }
  /* line 118, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .sort li a {
    padding-left: 20px !important;
  }
  /* line 123, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box:after {
    border-bottom-color: white !important;
  }
  /* line 126, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu {
    background: white !important;
    width: 478px;
    height: 338px;
    margin-top: 20px;
    margin-left: -176px;
    padding: 0;
  }
  /* line 128, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu ul.ptime {
    padding: 0;
  }
  /* line 129, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu ul.ptime li {
    line-height: 24px;
  }
  /* line 134, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu p, .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu span {
    cursor: pointer;
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
  }
  /* line 146, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.dropdown-left {
    padding: 0;
    background: #f4f4f4 !important;
    height: 334px;
    min-height: 334px;
    border-right: 1px solid #bbb9b9;
  }
  /* line 153, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.dropdown-right {
    padding-top: 20px;
    overflow-y: auto;
    min-height: 100%;
    max-height: 330px !important;
    right: -237px;
    position: absolute;
    top: 0;
    width: 100%;
    background: white;
    display: none;
  }
  /* line 154, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.dropdown-right p.not-active {
    color: lightgray !important;
    padding-left: 15px;
  }
  /* line 158, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.dropdown-right .not-active-2 {
    color: #e3e3e3 !important;
    padding-left: 15px;
  }
  /* line 173, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu ul {
    list-style: none;
    line-height: 14px;
    text-decoration: none;
  }
  /* line 177, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu ul li a {
    color: #535353;
    text-decoration: none;
  }
  /* line 182, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .filter-left:nth-child(2) {
    border-top: 1px solid lightgray;
  }
  /* line 185, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.filter-left {
    width: 100%;
    height: 110px;
    padding: 22px;
    line-height: 10px;
    background: #f4f4f4;
    cursor: pointer;
    font-size: 14px;
  }
  /* line 195, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) .filter-left:first-child {
    background: white;
  }
  /* line 197, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) .filter-left:first-child .dropdown-right {
    z-index: 4;
    display: block;
  }
  /* line 202, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) p {
    color: #113c2b;
  }
  /* line 205, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) .filter-time-content, .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) .filter-portions-content, .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) .filter-tag-content {
    position: absolute;
    background: white;
  }
  /* line 210, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) div.filter-left:first-child,
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.filter-left:hover {
    width: 101%;
    height: 110px;
    padding: 22px;
    line-height: 10px;
    background: white;
    cursor: pointer;
    border: none !important;
  }
  /* line 219, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .dropdown-left:not(:hover) div.filter-left:first-child p,
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.filter-left:hover p {
    color: #009a3d;
  }
  /* line 224, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.filter-left:hover .dropdown-right {
    z-index: 5;
    display: block;
  }
  /* line 229, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu div.top-section {
    padding-bottom: 22px;
  }
  /* line 232, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper div.rounded-rectangle.row.arrow_box.dropdown-menu .box-1 {
    padding-top: 70px;
    padding-bottom: 9px;
  }
  /* line 237, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper b.caret {
    margin-top: -4px;
    margin-right: -2px;
    margin-left: 6px;
  }
  /* line 242, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .nmobile {
    position: absolute;
    z-index: 100;
    left: 11px;
  }
  /* line 247, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .sort_active {
    border-left: 3px solid #009a3d;
    color: #009a3d !important;
  }
  /* line 251, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.sort.arrow_box.filter_dd.dropdown-menu {
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: normal;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 16px;
    padding-left: 0px;
  }
  /* line 258, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.sort.arrow_box.filter_dd.dropdown-menu span {
    padding-left: 30px;
  }
  /* line 263, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box .lead {
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: normal;
    font-size: 27px;
    line-height: 28px;
    color: #646464;
  }
  /* line 269, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box .btn-success {
    background-color: #009a3d;
  }
  /* line 273, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper a.back.btn.btn-default {
    width: auto;
    height: 31px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: inset  0  0  5px  1px  #F0F0F0;
    border: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* line 283, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.sort.arrow_box.filter_dd.dropdown-menu:after, .filter-bar-template-wrapper ul.sort.arrow_box.filter_dd.dropdown-menu:before {
    left: 38%;
  }
  /* line 286, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.sort.filter_dd.dropdown-menu {
    margin-top: 20px  !important;
    margin-left: -13px;
    min-width: 182px;
    height: auto;
    border-radius: 4px;
    background: #f4f4f4;
  }
  /* line 293, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.sort.filter_dd.dropdown-menu li {
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    color: #535353;
    line-height: 26px;
  }
  /* line 301, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box {
    background: #f4f4f4;
    border: 2px solid #bec1bb;
    border-radius: 4px;
    padding: 30px;
  }
  /* line 307, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box:after, .filter-bar-template-wrapper .arrow_box:before {
    bottom: 100%;
    left: 47%;
    border: solid  transparent;
    content: "  ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 317, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f4f4f4;
    border-width: 9px;
    margin-left: 15px;
  }
  /* line 323, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #bec1bb;
    border-width: 12px;
    margin-left: 12px;
  }
  /* line 329, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-nav li a {
    padding: 6px;
    margin-right: 16px;
  }
  /* line 333, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper #filter-group {
    margin-bottom: 0px;
  }
  /* line 336, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper a.btn.btn-default {
    position: relative;
    border-radius: 4px;
    background-color: #E2E0E1  !important;
    box-shadow: 1px 1px 1px rgba(20, 20, 20, 0.2);
    min-width: 165px;
    width: auto;
    height: 31px;
    font-size: 13px;
    color: #606060  !important;
    margin-top: 0px;
    box-shadow: inset  1px  1px  3px  1px  #DBDBDB;
  }
  /* line 349, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper a.btn.btn-default .caret {
    border-top-color: #535353;
    margin-top: 9px;
    position: absolute;
    right: 14px;
  }
  /* line 355, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper a.btn.btn-default .dropdown-label {
    float: left;
    margin: 0  10px  0  5px;
  }
  /* line 360, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.filter_dd.dropdown-menu {
    margin-top: 20px  !important;
    margin-left: -95px;
    min-width: 352px;
    height: auto;
    border-radius: 4px;
    background: #f4f4f4;
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* line 373, ../../app/styles/includes/content/_filter-bar.scss */
  body {
    overflow-x: hidden;
  }
  /* line 378, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper span.ttime-head {
    padding-top: 10px;
    font-size: 17px;
    color: #525252;
    top: 18px;
    position: relative;
  }
  /* line 385, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group > div {
    display: none;
  }
  /* line 388, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group {
    color: #6A6A6A;
    position: absolute;
    left: 10000px;
    width: 100%;
    min-height: 100%;
    z-index: 4000;
    background-color: white;
    top: 0px;
  }
  /* line 389, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time li.ttime-active, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby li.ttime-active, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine li.ttime-active, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group li.ttime-active {
    color: #009a3d;
  }
  /* line 392, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time .refine-title, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby .refine-title, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine .refine-title, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group .refine-title {
    width: 100%;
    text-align: center;
  }
  /* line 395, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time .refine-title pan.ttime-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby .refine-title pan.ttime-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine .refine-title pan.ttime-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group .refine-title pan.ttime-head {
    top: 18px !important;
    position: relative;
    font-size: 18px !important;
  }
  /* line 401, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time button.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby button.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine button.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group button.btn.btn-dark {
    position: relative;
    top: 16px;
    left: 25px;
    background: #2C2C2C;
    color: white;
    border-color: #4B4949;
  }
  /* line 409, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time button.pull-right.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby button.pull-right.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine button.pull-right.btn.btn-dark, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group button.pull-right.btn.btn-dark {
    margin-right: 55px;
  }
  /* line 413, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time .gray-li, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby .gray-li, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine .gray-li, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group .gray-li {
    color: #bdbdbd !important;
  }
  /* line 416, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time ul li:hover, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby ul li:hover, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine ul li:hover, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group ul li:hover {
    cursor: pointer;
  }
  /* line 419, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .total-time .refine-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .sortby .refine-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .refine .refine-head, .filter-bar-template-wrapper .filter-options-pannel-wrapper .mobile-filter-group .refine-head {
    min-width: 100%;
    height: 80px;
    background: #2C2C2C;
  }
  /* line 432, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper span.nav_circle_active {
    right: 50px;
  }
  /* line 435, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .m-active-list {
    color: #009a3d;
    font-weight: bold;
    border-left: 3px solid #009a3d;
  }
  /* line 440, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .filter-options-pannel-wrapper .sub-head {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    background: #dddddd !important;
    color: #afafaf !important;
  }
  /* line 447, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.refine-list {
    list-style: none !important;
    padding: 0;
  }
  /* line 450, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.refine-list span.pull-right {
    padding-right: 5px;
  }
  /* line 454, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine-list ul {
    list-style: none !important;
    padding: 0;
  }
  /* line 458, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine-list li.ng-scope {
    padding: 18px;
    border-bottom: 1px  solid  #CECECE;
  }
  /* line 462, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine-list li.ng-scope:hover {
    background: #009a3d;
    color: white;
    font-weight: bold;
  }
  /* line 467, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper ul.refine-list li {
    background-color: white;
    width: 100%;
  }
  /* line 471, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine-head-list li {
    padding: 18px !important;
  }
  /* line 474, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .refine-head-list li:hover {
    background: #009a3d;
    color: white;
    font-weight: bold;
  }
  /* line 480, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper #sub_nav .navbar-toggle.pull-right {
    margin-right: 40px;
  }
  /* line 484, ../../app/styles/includes/content/_filter-bar.scss */
  .filter-bar-template-wrapper .nmobile {
    display: none  !important;
  }
}

/* line 492, ../../app/styles/includes/content/_filter-bar.scss */
.col-1 .filter-bar-template-wrapper .sub_collapse {
  display: none !important;
}

/* line 1, ../../app/styles/includes/content/_help-detail.scss */
.tm-content {
  padding-top: 23px;
}

/* line 6, ../../app/styles/includes/content/_help-detail.scss */
div.tm-support-block-text p, div.tm-support-block-text ul, div.tm-support-block-text li {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  font-size: 16px;
  word-break: break-all;
}

/* line 13, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents {
  padding: 0;
  line-height: 1.13;
}

/* line 18, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents h1, .tm-support-contents h2 {
  margin: 0  0  2px  0;
  line-height: 1.13;
  text-align: center;
  color: #113c2b;
}

/* line 25, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents h1 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 29, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents h2 {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  font-size: 20px;
}

/* line 33, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text {
  padding: 25px;
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
  background: #fff;
  min-height: 4em;
}

/* line 40, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-image,
.tm-support-contents .tm-support-block-text img,
.tm-support-contents .tm-support-block-text .tm-support-block-image-overlay {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 4px 4px 0 0;
}

/* line 45, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-image {
  overflow: hidden;
  position: relative;
}

/* line 48, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-image .tm-support-block-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.1);
}

/* line 57, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-image img {
  opacity: 0;
  z-index: 1;
}

/* line 62, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  color: #113c2b;
}

/* line 65, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents b, .tm-support-contents .tm-support-block-text .tm-support-block-contents strong, .tm-support-contents .tm-support-block-text .tm-support-block-contents span {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 68, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents ol, .tm-support-contents .tm-support-block-text .tm-support-block-contents ul {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  padding: 0  0  0  20px;
}

/* line 73, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents ul li {
  padding-left: 5px;
  margin: auto;
}

/* line 79, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents ol li {
  padding-left: 10px;
  margin: 16px  0;
}

/* line 84, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents .tm-support-block-number {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
  color: #113c2b;
  float: left;
}

/* line 89, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents .tm-support-block-title {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  color: #009a3d;
}

/* line 94, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-contents .tm-support-block-text .tm-support-block-contents .tm-support-block-text > :last-child {
  margin-bottom: 0;
}

/* line 102, ../../app/styles/includes/content/_help-detail.scss */
div.tm-page-actions {
  padding-top: 20px;
  font-size: 25px;
  padding-left: 30px;
}

/* line 106, ../../app/styles/includes/content/_help-detail.scss */
div.tm-page-actions a:hover {
  color: #113c2b;
}

/* line 111, ../../app/styles/includes/content/_help-detail.scss */
div.tm-content.ng-scope:last-child {
  padding-bottom: 75px;
}

/* line 115, ../../app/styles/includes/content/_help-detail.scss */
.tm-support .tm-support-contents .tm-support-block .tm-support-block-image, .tm-support .tm-support-contents .tm-support-block img, .tm-support .tm-support-contents .tm-support-block .tm-support-block-image-overlay {
  border-radius: 4px;
}

/* line 119, ../../app/styles/includes/content/_help-detail.scss */
.tm-support-block-contents, .tm-support-block-image {
  margin: 0  auto;
}

/* line 123, ../../app/styles/includes/content/_help-detail.scss */
footer.vw-footer.ng-scope {
  height: auto;
  background: white;
  position: relative;
  padding-top: 20px;
  border-bottom: 15px solid #113c2b;
  box-shadow: 0  0  3px  0  #ADADAD;
}

/* line 131, ../../app/styles/includes/content/_help-detail.scss */
footer.vw-footer.ng-scope p, footer.vw-footer.ng-scope li {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 134, ../../app/styles/includes/content/_help-detail.scss */
footer.vw-footer.ng-scope ul.help-mobile-nav {
  padding: 0;
}

/* line 139, ../../app/styles/includes/content/_help-detail.scss */
footer {
  background: #DEDEDE;
}

/* line 141, ../../app/styles/includes/content/_help-detail.scss */
footer ul span {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

/* line 145, ../../app/styles/includes/content/_help-detail.scss */
footer p, footer ul, footer li {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 149, ../../app/styles/includes/content/_help-detail.scss */
footer ul {
  list-style: none;
  padding-left: 44px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 154, ../../app/styles/includes/content/_help-detail.scss */
footer ul span {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 159, ../../app/styles/includes/content/_help-detail.scss */
footer ul li {
  line-height: 25px;
  white-space: nowrap;
}

/* line 162, ../../app/styles/includes/content/_help-detail.scss */
footer ul li a {
  color: #565252;
}

/* line 165, ../../app/styles/includes/content/_help-detail.scss */
footer ul li a:hover {
  text-decoration: none;
  color: #565252;
}

/* line 176, ../../app/styles/includes/content/_help-detail.scss */
.col-1 .tm-support-block-contents, .col-1 .tm-support-block-image {
  width: 275px;
}

/* line 180, ../../app/styles/includes/content/_help-detail.scss */
.col-1 .tm-support-block-image-overlay img {
  max-width: 275px;
}

/* line 187, ../../app/styles/includes/content/_help-detail.scss */
.col-3 .tm-support-block-contents, .col-3 .tm-support-block-image, .col-4 .tm-support-block-contents, .col-4 .tm-support-block-image, .col-5 .tm-support-block-contents, .col-5 .tm-support-block-image {
  width: 576px;
}

/* line 191, ../../app/styles/includes/content/_help-detail.scss */
.col-3 .tm-support-block-image-overlay img, .col-4 .tm-support-block-image-overlay img, .col-5 .tm-support-block-image-overlay img {
  max-width: 576px;
}

@media (min-width: 645px) and (max-width: 945px) {
  /* line 198, ../../app/styles/includes/content/_help-detail.scss */
  .tm-support-block-contents, .tm-support-block-image {
    width: 425.5px;
  }
  /* line 202, ../../app/styles/includes/content/_help-detail.scss */
  .tm-support-block-image-overlay img {
    max-width: 425.5px;
  }
}

/* line 2, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-header {
  background: url("../images/backgrounds/help_header_background.jpg");
  background-size: cover;
  min-height: auto;
}

/* line 7, ../../app/styles/includes/content/_help.scss */
.help-wrapper .icon-play:before {
  content: "\e657";
  position: relative;
  top: 86px;
  left: 106px;
  width: 100px;
  height: 100px;
  background: rgba(17, 60, 43, 0.7);
  padding: 30px;
  border-radius: 40px;
  color: white;
}

/* line 19, ../../app/styles/includes/content/_help.scss */
.help-wrapper .tm-support .tm-support-contents .tm-support-block .tm-support-block-image a:hover .tm-support-block-image-overlay {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container-content {
  padding-top: 3%;
}

/* line 24, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container-content h1 {
  padding-bottom: 30px;
  margin: 0;
}

/* line 29, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-picture {
  min-height: 250px;
  background: gray;
}

/* line 33, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions {
  padding: 20px    !important;
}

/* line 34, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions a:hover {
  color: #009a3d;
  text-decoration: none;
}

/* line 39, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions h1 {
  font-size: 14px !important;
  text-align: left !important;
  padding-bottom: 0 !important;
}

/* line 44, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions ul {
  list-style: none;
  padding: 0;
}

/* line 47, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions ul li {
  line-height: 45px;
  font-size: 16px;
  color: #009a3d;
  padding-left: 17px;
}

/* line 53, ../../app/styles/includes/content/_help.scss */
.help-wrapper .r-questions ul li:before {
  content: ">";
  padding-right: 17px;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  left: 20px;
}

/* line 63, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.alert.alert-info {
  background: white !important;
  padding: 0;
}

/* line 67, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.alert.alert-info p {
  font-size: 16px;
  color: #113c2b;
  padding: 20px !important;
}

/* line 72, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container.container h1 {
  font-size: 34px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 78, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container.container {
  padding-top: 1px;
}

/* line 80, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container.container h2 {
  font-size: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
}

/* line 87, ../../app/styles/includes/content/_help.scss */
.help-wrapper div.help-container.container h3 {
  font-size: 20px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
  text-transform: none;
  color: #009a3d;
}

/* line 95, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content h1 {
  color: white;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 37px;
  padding-top: 50px;
}

/* line 103, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-btn {
  margin-right: 10px;
}

/* line 106, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content a.btn.btn-default.navbar-btn i {
  padding-right: 10px;
  font-size: 23px;
  position: relative;
  top: 5px;
}

/* line 112, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content a.btn.btn-default.navbar-btn {
  padding-top: 0;
}

/* line 115, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content span.help-desktop {
  padding-left: 15px;
  color: white;
}

/* line 119, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-default {
  background: none;
  border: none;
}

/* line 123, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content a {
  background: #0f6140;
}

/* line 126, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content a:hover {
  background: #009a3d;
}

/* line 129, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-toggle {
  margin-right: 15px;
  padding: 9px    10px;
  border: none;
  border-radius: 4px;
  width: 100%;
  float: left;
}

/* line 136, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-toggle span {
  color: white;
}

/* line 139, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-toggle .help-cat {
  position: absolute;
  top: 13%;
  left: 0;
  margin-left: 39px;
  font-size: 18px;
  font-weight: normal;
}

/* line 148, ../../app/styles/includes/content/_help.scss */
.help-wrapper .help-content .navbar-default .navbar-toggle:hover, .help-wrapper .help-content .navbar-default .navbar-toggle:focus {
  background-color: #009a3d;
}

@media (max-width: 768px) {
  /* line 154, ../../app/styles/includes/content/_help.scss */
  .help-wrapper span.help-desktop {
    display: none;
  }
  /* line 157, ../../app/styles/includes/content/_help.scss */
  .help-wrapper div.navbar-header {
    padding-left: 14px;
    padding-right: 14px;
  }
  /* line 161, ../../app/styles/includes/content/_help.scss */
  .help-wrapper .navbar-default .navbar-collapse, .help-wrapper .navbar-default .navbar-form {
    border-color: transparent;
    border-top: none;
  }
  /* line 165, ../../app/styles/includes/content/_help.scss */
  .help-wrapper div#navbar-collapse-3 {
    overflow: hidden;
  }
  /* line 168, ../../app/styles/includes/content/_help.scss */
  .help-wrapper a.btn.btn-default.navbar-btn {
    text-align: left;
  }
  /* line 171, ../../app/styles/includes/content/_help.scss */
  .help-wrapper .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  /* line 175, ../../app/styles/includes/content/_help.scss */
  .help-wrapper .help-content a.btn.btn-default.navbar-btn {
    padding-top: 0;
    width: 100%;
    float: left;
  }
}

/* line 1, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper {
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: normal;
  padding-top: 175px;
}

/* line 2, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper h1 {
  font-size: 30px;
}

/* line 7, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .chrome-logo, .unsupported-browser-wrapper .safari-logo {
  width: 150px;
  top: 30px;
}

/* line 12, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .update-browser img {
  width: 72px;
  -webkit-transition: width 350ms;
  transition: width 350ms;
}

/* line 15, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .update-browser img:hover {
  cursor: pointer;
  width: 90px;
}

/* line 20, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .update-browser .col-xs-3, .unsupported-browser-wrapper .update-browser .col-xs-4, .unsupported-browser-wrapper .update-browser .col-xs-6 {
  text-align: center;
}

/* line 22, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .update-browser .col-xs-3 p, .unsupported-browser-wrapper .update-browser .col-xs-4 p, .unsupported-browser-wrapper .update-browser .col-xs-6 p {
  font-size: 14px;
  color: #009a3d;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: bold;
}

/* line 27, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .update-browser .col-xs-3 strong, .unsupported-browser-wrapper .update-browser .col-xs-4 strong, .unsupported-browser-wrapper .update-browser .col-xs-6 strong {
  color: #aaaaaa;
}

/* line 32, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .safari-mobile {
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}

/* line 36, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .safari-mobile p {
  font-family: Univers_Light;
}

/* line 40, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .browser-img {
  padding-top: 20px;
  height: 120px;
}

/* line 44, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .browser-version {
  padding-bottom: 30px;
}

/* line 47, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: white;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 53, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .container .text-content {
  padding: 30px;
  text-align: center;
}

/* line 56, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .container .text-content p {
  padding-top: 30px;
  font-family: 'Arial',  Helvetica,  sans-serif;
  font-weight: lighter;
}

/* line 63, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .unsupported-browser-content h1 {
  position: relative;
  z-index: 2;
  top: 31px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

/* line 72, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .unsupported-browser-image {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 53px;
}

/* line 77, ../../app/styles/includes/content/_unsupported-browser.scss */
.unsupported-browser-wrapper .unsupported-browser-image img {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* line 89, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-4 .unsupported-browser-wrapper .container, .col-5 .unsupported-browser-wrapper .container {
  width: 1000px;
}

/* line 93, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-4 .unsupported-browser-image, .col-5 .unsupported-browser-image {
  width: 1000px;
}

/* line 100, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-3 .unsupported-browser-wrapper .container {
  width: 700px;
}

/* line 104, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-3 .unsupported-browser-image {
  width: 700px;
}

/* line 110, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .appstore-svg {
  width: 80%;
  max-width: 250px;
}

/* line 115, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .unsupported-browser-wrapper .container {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 120, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .update-browser {
  height: 80px;
}

/* line 123, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .update-browser .col-xs-3 p {
  font-size: 10px;
}

/* line 127, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .update-browser img {
  width: 50px;
}

/* line 130, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .update-browser img:hover {
  width: 50px;
}

/* line 134, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .unsupported-browser-image {
  left: 0px;
}

/* line 136, ../../app/styles/includes/content/_unsupported-browser.scss */
.col-1 .unsupported-browser-image .tm-logo {
  width: 260px;
  max-width: 260px;
  top: 14px;
}

/* line 1, ../../app/styles/includes/responsive/_queries.scss */
.tm-show-on-1col,
.tm-show-on-2col,
.tm-show-on-3col,
.tm-show-on-4col,
.tm-show-on-5col {
  display: none;
}

/* line 5, ../../app/styles/includes/responsive/_responsive-5col.scss */
.tm-hide-on-5col {
  display: none;
}

/* line 9, ../../app/styles/includes/responsive/_responsive-5col.scss */
.tm-show-on-5col {
  display: block;
}

@media (max-width: 1531px) {
  /* line 5, ../../app/styles/includes/responsive/_responsive-4col.scss */
  .tm-hide-on-4col {
    display: none;
  }
  /* line 9, ../../app/styles/includes/responsive/_responsive-4col.scss */
  .tm-show-on-4col {
    display: block;
  }
}

@media (max-width: 1230px) {
  /* line 5, ../../app/styles/includes/responsive/_responsive-3col.scss */
  .tm-hide-on-3col {
    display: none;
  }
  /* line 9, ../../app/styles/includes/responsive/_responsive-3col.scss */
  .tm-show-on-3col {
    display: block;
  }
  /* line 15, ../../app/styles/includes/responsive/_responsive-3col.scss */
  .cart-collapse.pull-right {
    right: 12px;
    left: auto;
  }
  /* line 19, ../../app/styles/includes/responsive/_responsive-3col.scss */
  .cart-collapse .popover.bottom .arrow {
    right: 53px;
    left: auto;
  }
  /*  Order-callback  */
  /* line 27, ../../app/styles/includes/responsive/_responsive-3col.scss */
  .tm-order-callback-wrapper .tm-order-collection-item {
    margin: 0 26px 26px 0;
  }
  /*
  Recipe  activation
  */
}

@media (max-width: 929px) {
  /*  START  Browse  Collection  filter  group  */
  /* line 7, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .collections .collection-information {
    margin-top: 25px;
  }
  /*  Browse  Collection  filter  group  END  */
  /* line 14, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .tm-hide-on-2col {
    display: none;
  }
  /* line 18, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .tm-show-on-2col {
    display: block;
  }
  /*  FORM  WRAPPER  */
  /* line 31, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .container-form {
    margin: 0;
    width: 100%;
  }
  /* line 39, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right {
    float: right;
  }
  /* line 41, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li > ul.dropdown-menu {
    position: absolute;
    right: 0;
  }
  /*  Personal  Data  */
  /* line 62, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #register-container section.myThermomix div.content li.tm-list-item:first-child {
    padding-right: 0px;
    margin-left: 0px;
    margin: 0  auto;
    float: none;
    border-right: none;
  }
  /* line 69, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #register-container section.myThermomix div.content li.tm-list-item {
    padding-right: 0px;
    margin-left: 0px;
    margin: 0  auto;
    float: none;
    padding-left: 0;
    border-right: none;
  }
  /*  Order  callback  */
  /* line 93, ../../app/styles/includes/responsive/_responsive-2col.scss */
  .tm-wrapper.tm-order-callback-wrapper {
    overflow: visible;
  }
  /*  Payment  selection  */
  /* line 100, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method.content h3.head-green, #select-payment-method.content h3.head-green-std {
    padding-bottom: 20px;
  }
  /* line 104, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-card-meta {
    display: inline-block;
    padding-top: 6px;
  }
  /* line 108, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .header-card-holder, #select-payment-method .header-card-date {
    display: none;
  }
  /* line 113, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-option {
    padding-right: 0;
    text-align: left;
    display: block;
    padding-top: 5px;
  }
  /* line 119, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-holder {
    display: block;
    white-space: normal;
    line-height: 20px;
    padding-right: 0;
  }
  /* line 125, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-remove {
    display: inline-block;
    float: right;
    padding-right: 0;
    position: absolute;
    top: 10px;
    color: #C3003E;
    right: 10px;
  }
  /* line 133, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-remove i {
    display: block;
  }
  /* line 136, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-remove a {
    display: none;
  }
  /* line 140, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-date {
    display: block;
    line-height: 20px;
  }
  /* line 144, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-details {
    display: block;
    line-height: 20px;
    width: auto;
  }
  /* line 149, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-holder {
    display: block;
    height: 20px;
    white-space: nowrap;
    padding-right: 0;
  }
  /* line 155, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #select-payment-method .payment-selection .card-image {
    padding-left: 13px;
    float: left;
    display: block;
  }
  /*  Payment  selection  */
  /* line 175, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card {
    /*  must  not  have  same  name  as  in  _checkout.scss,  so  I  named  it  -resp2.  */
  }
  /* line 177, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .card-meta-font-resp2, #confirm-delete-card .confirm-dialog button, #confirm-delete-card .content .card-holder, #confirm-delete-card .content .card-date {
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    line-height: 16px;
  }
  /* line 183, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .confirm-dialog {
    background-color: #343434;
    padding: 20px;
    width: 279px;
    height: 237px;
    margin-top: -118.5px;
    margin-left: -139.5px;
  }
  /* line 194, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .confirm-dialog button {
    padding: 8px  10px  8px  10px;
    min-width: inherit;
  }
  /* line 200, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .title {
    padding-bottom: 20px;
    line-height: 24px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: lighter;
  }
  /* line 207, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content {
    padding: 20px;
    text-align: left;
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 2px;
    border: 1px solid #575757;
    background-color: #2a2a2a;
  }
  /* line 213, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content .card-option {
    padding-right: 0;
    display: block;
  }
  /* line 217, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content .card-image {
    float: left;
    padding-top: 5px;
    padding-right: 13px;
  }
  /* line 222, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content .card-details {
    display: block;
    float: none;
    width: auto;
  }
  /* line 227, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content .card-holder {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  /* line 233, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #confirm-delete-card .content .card-date {
    display: block;
    padding-left: 0;
  }
  /*  Recipe  activation  */
  /* line 262, ../../app/styles/includes/responsive/_responsive-2col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .help-inline {
    white-space: normal;
  }
}

@media (max-width: 628px) {
  /*  For  Mobile  sign  in  page  */
  /* line 7, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form.signin-form-container.modal-mode {
    top: 0px;
  }
  /* line 10, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form header.signInLabel h1 {
    font-size: 2.2em;
    margin-top: 30px;
  }
  /* line 14, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form div.container {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px  solid  #B1B1B1;
  }
  /* line 20, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form header.signInLabel {
    margin-bottom: 20px;
  }
  /* line 23, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form header.signInLabel h2 {
    display: none;
  }
  /* line 26, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form footer.footer {
    background-color: #ededed;
    border-top: 1px  solid  #B1B1B1;
  }
  /* line 30, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form footer div.help > div {
    border-top: 3px  solid  #EEE;
    width: 100pc;
  }
  /* line 34, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #signin-form footer div.help {
    display: block;
  }
  /* line 40, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-hide-on-1col {
    display: none;
  }
  /* line 44, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-show-on-1col {
    display: block;
  }
  /* line 48, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .has-nav-fixed-top {
    margin-top: 52px;
  }
  /* line 53, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header {
    padding: 8px 0 0 0;
    height: 52px;
  }
  /* line 58, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 15px;
  }
  /* line 64, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-brand {
    margin-top: 3px;
    font-size: 24.5px;
    width: 134px;
  }
  /* line 69, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right {
    float: right;
  }
  /* line 71, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li > ul.dropdown-menu {
    position: absolute;
    right: 0;
  }
  /* line 76, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li.tm-nav-cart {
    margin: -14px  0;
    height: 57px;
  }
  /* line 79, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li.tm-nav-cart.opened {
    width: 45px;
    margin-left: 10px;
  }
  /* line 84, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li.tm-nav-cart a span {
    font-size: 1.8em;
    top: 18px;
    left: 10px;
  }
  /* line 88, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-header .navbar-nav.tm-navbar-right > li.tm-nav-cart a span.tm-label {
    top: 0px;
    left: 30px;
    font-size: .7em;
  }
  /* line 98, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-header .container .navbar-collapse {
    top: 44px;
  }
  /* line 106, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .home-content-wrapper h1 {
    font-size: 30px;
  }
  /* line 109, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .home-content-wrapper p, .home-content-wrapper .btn {
    font-size: 15px;
  }
  /* line 114, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .home-content-wrapper .benefit.inverted .benefit-image {
    float: none;
  }
  /* line 123, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .cart-collapse.pull-right {
    right: 1px  !important;
    left: auto;
  }
  /* line 128, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .cart-collapse .popover.bottom .arrow {
    right: 35px;
    left: auto;
  }
  /* line 138, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .checkout-container .cart-content .cart-item ul li {
    display: inline;
  }
  /*  FORM  WRAPPER  */
  /* line 147, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form {
    margin: 29px  22px  0  22px;
    width: auto;
  }
  /* line 150, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper {
    margin: 0;
  }
  /* line 153, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li.tm-selected {
    width: 60%;
  }
  /* line 156, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li.next-to-last:before {
    left: 94%;
  }
  /* line 159, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li.next-to-last:after {
    left: 94%;
  }
  /* line 162, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li:not(.tm-selected) {
    width: 20%;
  }
  /* line 164, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li:not(.tm-selected) a span.step-title {
    display: none;
  }
  /* line 168, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .tm-steps > li:last-child > a {
    padding-right: 0;
    padding-left: 14px;
  }
  /* line 173, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .header h1 {
    font-size: 29px;
    line-height: 36px;
  }
  /* line 176, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .container-form-wrapper .header h1 i.icon-ok {
    margin-bottom: 5px;
    font-size: 2em;
    padding-bottom: 0;
    height: auto;
  }
}

@media (max-width: 628px) and (max-width: 628px) {
  /* line 188, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form.container-form-full-width {
    margin: 29px  0  0  0;
  }
  /* line 191, ../../app/styles/includes/responsive/_responsive-1col.scss */
  div.container-form .content-wrapper {
    border-radius: 0;
  }
}

@media (max-width: 628px) {
  /*  CHECKOUT  */
  /* line 199, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .tm-steps > li.tm-selected > a {
    padding-top: 15px;
    padding-left: 25px;
    line-height: normal;
  }
  /* line 203, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .tm-steps > li.tm-selected > a span {
    display: block;
  }
  /* line 207, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .action-primary-button a {
    width: 237px;
  }
  /* line 210, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .main-caption {
    clear: both;
  }
  /* line 213, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .content .head-green, #checkout-container .content .head-green-std {
    padding-bottom: 0px;
  }
  /* line 216, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .ssl-info {
    float: left;
    font-size: 10px;
    text-align: left;
    padding-bottom: 30px;
  }
  /* line 221, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .ssl-info span {
    position: static;
  }
  /* line 224, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .ssl-info i {
    font-size: 1.0em;
    vertical-align: middle;
    padding-right: 6px;
  }
  /* line 230, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #step-2 .order-overview {
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 0px;
    float: none;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    border-left: none;
    border-right: none;
  }
  /* line 239, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .action-back-button {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  /* line 243, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .action-back-button a {
    width: 237px;
  }
  /* line 247, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .content-wrapper section .content {
    padding: 20px  20px  30px  20px;
  }
  /* line 250, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .geotrust-container {
    text-align: center;
    padding-top: 20px;
    position: static;
  }
  /* line 255, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .content-inner .actions {
    display: block;
    padding: 0;
    position: static;
    width: 100%;
    height: 20px;
    text-align: left;
    float: left;
    margin-top: 10px;
  }
  /* line 266, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container .payment-orders-list .meta-container {
    padding-top: 20px;
  }
  /* line 272, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .popover {
    left: 0px  !important;
    max-width: 100%  !important;
  }
  /*  order  callback  */
  /* line 280, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-collection-item {
    box-shadow: none;
  }
  /* line 282, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-collection-item.first-child {
    box-shadow: 12px 12px 24px rgba(238, 237, 237, 0.9);
  }
  /* line 288, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper {
    margin: 0  auto;
  }
  /* line 293, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.approved .sub {
    margin-top: 0px;
  }
  /* line 297, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    padding: 17px;
    width: 100%;
    margin: 0  auto;
    background: white;
  }
  /* line 306, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined h2.sub {
    font-size: 20px;
    margin-bottom: 23px;
  }
  /* line 310, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined h1 {
    font-size: 26px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  /* line 315, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left-first, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-left-first, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left-first, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-left, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-left, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-category-tab-right, .authenticated-home .container.categories .sub-wrapper .single-recipe-container .folder .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .icon-tab-right-last, .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tabs .tm-categories .tm-category .tm-category-tab-right-last, .tm-category-tabs .tm-categories .tm-category .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined .tm-category-tab-right-last {
    font-size: 26px;
    color: #ededed;
  }
  /* line 319, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-order-callback-wrapper .tm-order-callback-inner-wrapper .tm-content-wrapper .header.declined a.select-payment {
    font-family: 'Arial',  Helvetica,  sans-serif;
    font-weight: lighter;
    margin-top: 20px;
    line-height: 34px;
    width: 240px;
    font-size: 20px;
  }
  /*  Order  callback  */
  /* line 335, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-wrapper.tm-order-callback-wrapper {
    width: 319px;
    max-width: 319px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 22px;
    overflow: visible;
  }
  /* line 342, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .tm-wrapper.tm-order-callback-wrapper .tm-order-collection-item {
    box-shadow: 0px 0px 135px 90px rgba(238, 237, 237, 0.9);
    margin: 0  20px  20px  0;
  }
  /* line 349, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .order-callback-info .confirmation-info {
    text-align: center;
    margin-bottom: 50px;
  }
  /* line 355, ../../app/styles/includes/responsive/_responsive-1col.scss */
  body.bg-order-callback-approved {
    background-position: -63px  265px;
    background-size: 120%;
  }
  /*  Special  Setup  Styles  because  some  steps  need  different  container  styles  (sections)  */
  /* line 361, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container.container-form {
    margin: 0;
  }
  /* line 363, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container.container-form section.step {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 1px silver;
    margin: 0px  22px  0px  22px;
    background-color: white;
  }
  /* line 370, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container.container-form .tm-setup {
    margin: 0px  22px  0px  22px;
  }
  /* line 374, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container.container-form section#step-2-1 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    margin: 0;
    background-color: white;
  }
  /* line 381, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container.container-form .content-wrapper {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background-color: transparent;
    overflow: visible;
  }
  /*  Personal  Data  */
  /* line 394, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix .actions {
    padding: 0  20px  20px  20px;
  }
  /* line 396, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix .actions a {
    padding: 10px  0px;
    font-size: 20px;
    width: 100%;
  }
  /* line 402, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix .actions .no-tm a {
    font-size: 14px;
  }
  /* line 407, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content {
    padding: 20px;
  }
  /* line 409, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content .content-inner {
    padding: 0;
    background-color: white;
    border-top: none;
    border-bottom: none;
    margin: 0;
  }
  /* line 416, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content > h3 {
    margin: 0;
  }
  /* line 419, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item {
    min-height: 181px;
    width: 100%;
    min-width: initial;
  }
  /* line 423, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content {
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* line 430, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content.tm-legacy {
    margin-bottom: 0;
  }
  /* line 434, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content .tm-selection .tm-center {
    margin: 0;
  }
  /* line 438, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content .tm-caption {
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 442, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content .tm-logo {
    min-height: 181px;
    height: 181px;
  }
  /* line 445, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #register-container section.myThermomix div.content li.tm-list-item .tm-list-item-content .tm-logo img {
    width: 194px;
  }
  /*  Payment  selection  */
  /* line 457, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .back-to-shpping-basket {
    margin-top: -13px;
  }
  /* line 459, ../../app/styles/includes/responsive/_responsive-1col.scss */
  .back-to-shpping-basket i {
    padding-right: 3px;
  }
  /* line 465, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container p.hint-selection {
    margin-top: 9px;
  }
  /* line 469, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #step-1-1 .footer {
    padding: 20px;
  }
  /* line 472, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #step-1-1 .actions {
    padding: 0  20px  14px  20px;
  }
  /* line 474, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #step-1-1 .actions .action-primary-button a {
    width: 100%;
  }
  /* line 478, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #step-1-1 .payment-caption-other {
    margin-top: 57px;
  }
  /* line 482, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #select-payment-method {
    padding: 20px  20px  20px  20px;
  }
  /* line 484, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #select-payment-method .content-inner {
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 5px;
    background: #f4f4f4;
    border: 1px solid #e1e1e1;
    padding: 15px  30px;
    margin: 0;
    position: relative;
  }
  /* line 492, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #checkout-container #select-payment-method .payment-other {
    padding: 15px  15px  15px  30px;
  }
  /*
  Recipe  activation
  */
  /* line 506, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation a.back {
    position: absolute;
    top: 26px;
    font-size: 20px;
    left: 26px;
  }
  /* line 512, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation header {
    padding: 18px  22px  25px  22px;
  }
  /* line 514, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation header h1 {
    font-size: 29px;
    line-height: 33px;
  }
  /* line 518, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation header .subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  /* line 523, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation footer {
    text-align: center;
  }
  /* line 525, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation footer button {
    width: 100%;
    white-space: normal;
  }
  /* line 530, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation.tm-wrapper {
    width: 100%;
    margin: 0;
    padding-top: 0;
    max-width: inherit;
  }
  /* line 536, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper {
    /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
    /*  Firefox  1-3.6  */
    /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
    border-radius: 0;
    box-shadow: none;
    padding: 22px;
  }
  /* line 540, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .validation-processing-error {
    text-align: center;
  }
  /* line 542, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .validation-processing-error span {
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
  /* line 548, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-header-wrapper {
    padding: 20px  10px  20px  10px;
    margin-bottom: 23px;
  }
  /* line 552, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper {
    margin-bottom: 20px;
  }
  /* line 555, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step {
    text-align: center;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
  /* line 561, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 {
    padding-top: 0px;
    padding-bottom: 15px;
    height: auto;
  }
  /* line 565, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 div.offset-container {
    padding-top: 20px;
  }
  /* line 568, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 h3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 572, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.ordering-info.step-1 i.step {
    left: 9px;
    top: 20px;
  }
  /* line 577, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 {
    height: auto;
  }
  /* line 579, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 .step-content img.cookkey {
    padding-top: 9px;
  }
  /* line 582, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 div.offset-container {
    padding-top: 0px;
  }
  /* line 585, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 h3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 589, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number-info.step-2 i.step {
    left: 9px;
    top: 3px;
  }
  /* line 594, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 {
    height: auto;
    padding-top: 16px;
  }
  /* line 597, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 input[name="serialNumberInput"] {
    height: 38px;
    width: 100%;
  }
  /* line 601, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 h3 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  /* line 605, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step.serial-number.step-3 i.step {
    left: 9px;
    top: -4px;
  }
  /* line 610, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .help-inline {
    white-space: normal;
  }
  /* line 613, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .step-content {
    width: auto;
  }
  /* line 615, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .step-content .offset-container {
    padding-left: 0;
    text-align: center;
  }
  /* line 619, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .step-content i.step {
    position: static;
    font-size: 35px;
    padding-bottom: 0px;
  }
  /* line 624, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step .step-content img.cookkey {
    margin: 0  auto;
  }
  /* line 628, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step b {
    text-align: center;
  }
  /* line 631, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #recipechip-activation .container-form-wrapper .container-form-activation-wrapper .activation-form .activation-step h3 {
    text-align: center;
    width: auto;
  }
  /*
  Directive  `search`
  */
  /* line 644, ../../app/styles/includes/responsive/_responsive-1col.scss */
  #search-result {
    top: 54px;
  }
}

@media (min-width: 1230px) {
  /* line 3, ../../app/styles/includes/responsive/_responsive-4col-inverse.scss */
  .cart-collapse.pull-right {
    right: 63px;
    left: auto;
  }
  /* line 7, ../../app/styles/includes/responsive/_responsive-4col-inverse.scss */
  .cart-collapse .popover.bottom .arrow {
    right: 40px;
    left: auto;
  }
}

@media (min-width: 628px) {
  /*
  Special  offset  for  the  collection  details
  */
  /* line 5, ../../app/styles/includes/responsive/_responsive-2col-inverse.scss */
  .collection-details .offset-1 {
    margin-left: 301px;
  }
}

@media (max-width: 1200px) {
  /* line 1, ../../app/styles/includes/responsive/responsive-lg.scss */
  .cart-container {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* line 4, ../../app/styles/includes/responsive/responsive-md.scss */
  .cart-content .cart-item .actions {
    padding-right: 80px;
  }
  /* line 10, ../../app/styles/includes/responsive/responsive-md.scss */
  .cart-container {
    font-size: 16px;
  }
  /*  Cart  Checkout  */
  /* line 16, ../../app/styles/includes/responsive/responsive-md.scss */
  .cart-container .cart-content {
    margin-left: 26px;
    margin-right: 26px;
  }
  /* line 20, ../../app/styles/includes/responsive/responsive-md.scss */
  .cart-container .cart-footer {
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 50px;
  }
  /* line 25, ../../app/styles/includes/responsive/responsive-md.scss */
  .cart-container .cart-footer .add-to-cart-wrapper a {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 4, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-content .cart-item .price {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  /* line 9, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-content .cart-item .actions {
    position: absolute;
    left: 135px;
    bottom: 0;
  }
  /* line 14, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-content .cart-item .actions .remove {
    padding-right: 15px;
    float: left;
  }
  /* line 18, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-content .cart-item .actions .wishlist {
    float: left;
  }
  /* line 24, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-container {
    font-size: 16px;
  }
  /* line 27, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-container .cart-footer .add-to-cart-wrapper a {
    width: 100%;
  }
  /* line 30, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-container .cart-footer .add-to-cart-wrapper {
    display: inline-block;
    padding-top: 25px;
    width: 100%;
    float: none;
  }
  /* line 36, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-container .cart-footer .payments {
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 41, ../../app/styles/includes/responsive/responsive-sm.scss */
  .cart-container .cart-footer .payments span {
    display: block;
  }
}

@media (max-width: 480px) {
  /* line 3, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-content .cart-item .actions {
    padding-right: 0px;
  }
  /* line 9, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container {
    font-size: 16px;
    margin-top: 30px;
  }
  /* line 14, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .empty-cart-message p {
    margin-top: 2px;
  }
  /* line 19, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container h2 {
    font-size: 30px;
    line-height: 32px;
  }
  /* line 24, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .col-info .right {
    float: left;
    padding-left: 0;
  }
  /* line 28, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .attributes {
    padding-top: 25px;
  }
  /* line 31, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .col-info {
    float: left;
  }
  /* line 34, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .actions > div {
    float: left;
  }
  /* line 37, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .actions .remove {
    padding-right: 20px;
  }
  /* line 41, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-footer .add-to-cart-wrapper a {
    width: 100%;
    font-size: 20px;
  }
  /* line 45, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-footer .add-to-cart-wrapper {
    display: inline-block;
    padding-top: 25px;
    width: 100%;
    float: none;
  }
  /* line 51, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-footer .payments {
    float: none;
    text-align: center;
  }
  /* line 55, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-item .price {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  /* line 60, ../../app/styles/includes/responsive/responsive-xs.scss */
  .cart-container .cart-footer .payments img {
    width: 42px;
  }
}

/* line 3, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-hide-on-5col {
  display: none;
}

/* line 7, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-show-on-5col {
  display: block;
}

/* line 11, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-collection-wrapper, .tm-recipe-chip-wrapper {
  padding: 52px 0 40px 0;
  width: 1553px;
  max-width: 1553px;
  margin: 0  auto;
}

/* line 18, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-collection-recipes, .tm-recipe-chip-recipes {
  margin-left: 323px;
}

/* line 22, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.alert {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  border: 1px  solid  #D0D5D4;
  background-color: #E0E2E1;
  margin: 0 26px 26px 26px;
  padding: 18px  30px;
  overflow: hidden;
  position: relative;
}

/* line 28, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.alert > img {
  float: left;
  margin: 0  40px  0  0;
}

/* line 32, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.alert > div {
  font-size: 16px;
  color: #113c2b;
  line-height: 100%;
}

/* line 36, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.alert > div p, .alert > div a {
  font-size: 16px;
  line-height: 18px;
}

/* line 40, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.alert > div a {
  color: #009a3d;
  position: absolute;
  bottom: 18px;
}

/* line 50, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-collection-details,
.tm-collection-actions {
  float: left;
}

/* line 55, ../../app/styles/includes/content/collection/_responsive-5col.scss */
.tm-collection-owned {
  /*  Safari  3-4,  iOS  1-3.2,  Android  1.6-  */
  /*  Firefox  1-3.6  */
  /*  Opera  10.5,  IE  9,  Safari  5,  Chrome,  Firefox  4,  iOS  4,  Android  2.1+  */
  border-radius: 5px;
  border: 1px  solid  #D0D5D4;
  background-color: #E0E2E1;
  float: left;
  color: #113c2b;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 10px  0;
  line-height: 25px;
}

@media (max-width: 1627px) {
  /* line 3, ../../app/styles/includes/content/collection/_responsive-4col.scss */
  .tm-hide-on-4col {
    display: none;
  }
  /* line 7, ../../app/styles/includes/content/collection/_responsive-4col.scss */
  .tm-show-on-4col {
    display: block;
  }
  /* line 11, ../../app/styles/includes/content/collection/_responsive-4col.scss */
  .tm-collection-wrapper, .tm-recipe-chip-wrapper {
    width: 1252px;
    max-width: 1252px;
  }
}

@media (max-width: 1326px) {
  /* line 3, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .tm-hide-on-3col {
    display: none;
  }
  /* line 7, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .tm-show-on-3col {
    display: block;
  }
  /* line 11, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .tm-collection-wrapper, .tm-recipe-chip-wrapper {
    width: 951px;
    max-width: 951px;
  }
  /* line 17, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .tm-collection-recipes .alert > img, .tm-recipe-chip-recipes .alert > img {
    float: none;
    margin-bottom: 15px;
  }
  /* line 22, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .tm-collection-recipes .alert > div p, .tm-recipe-chip-recipes .alert > div p {
    margin-bottom: 36px;
  }
  /* line 29, ../../app/styles/includes/content/collection/_responsive-3col.scss */
  .cart-collapse.pull-right {
    right: 12px;
    left: auto;
  }
}

@media (max-width: 1025px) {
  /* line 3, ../../app/styles/includes/content/collection/_responsive-2col.scss */
  .tm-hide-on-2col {
    display: none;
  }
  /* line 7, ../../app/styles/includes/content/collection/_responsive-2col.scss */
  .tm-show-on-2col {
    display: block;
  }
  /* line 11, ../../app/styles/includes/content/collection/_responsive-2col.scss */
  .tm-collection-wrapper, .tm-recipe-chip-wrapper {
    width: 650px;
    max-width: 650px;
  }
  /* line 17, ../../app/styles/includes/content/collection/_responsive-2col.scss */
  .tm-collection-recipes .alert > img, .tm-recipe-chip-recipes .alert > img {
    float: none;
    margin-bottom: 15px;
  }
  /* line 22, ../../app/styles/includes/content/collection/_responsive-2col.scss */
  .tm-collection-recipes .alert > div p, .tm-recipe-chip-recipes .alert > div p {
    margin-top: 16px;
  }
}

@media (max-width: 724px) {
  /* line 3, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-hide-on-1col {
    display: none;
  }
  /* line 7, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-show-on-1col {
    display: block;
  }
  /* line 11, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-wrapper, .tm-recipe-chip-wrapper {
    padding: 44px  0  40px  0;
    width: 275px;
    max-width: 275px;
    width: 275px;
    min-width: 275px;
  }
  /* line 17, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-recipes, .tm-recipe-chip-recipes {
    margin-left: 0;
  }
  /* line 19, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-recipes .tm-recipe-trigger, .tm-recipe-chip-recipes .tm-recipe-trigger {
    margin-left: 0;
  }
  /* line 24, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-details, .tm-collection-actions {
    float: none;
  }
  /* line 28, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-actions {
    margin-bottom: 16px;
    position: relative;
    height: 24px;
    width: 275px;
    max-width: 275px;
    width: 275px;
    min-width: 275px;
  }
  /* line 34, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-actions a {
    position: absolute;
    top: 0;
    font-size: 22px;
  }
  /* line 38, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-actions a.tm-collection-action-back {
    left: 0;
  }
  /* line 41, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-actions a.tm-collection-action-menu {
    right: 0;
  }
  /* line 44, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-actions a.tm-collection-action-own-favourite {
    right: 34px;
  }
  /* line 50, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-details {
    margin-left: 0;
  }
  /* line 54, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-action-menu-container .dropdown-menu {
    right: -3px;
    left: auto;
  }
  /* line 59, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-trigger-mini {
    display: block;
    z-index: 1100;
    top: 12px;
    left: auto;
    margin-left: 0;
    opacity: 0;
    cursor: pointer;
    transition: opacity  0.6s;
    -webkit-transition: opacity  0.6s;
  }
  /* line 70, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-trigger-mini.affix-top {
    pointer-events: none;
    position: absolute;
  }
  /* line 74, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-trigger-mini.affix {
    opacity: 1;
    transition: opacity  0.4s;
    -webkit-transition: opacity  0.4s;
  }
  /* line 81, ../../app/styles/includes/content/collection/_responsive-1col.scss */
  .tm-collection-info-bar.affix {
    position: relative;
    top: 0;
  }
}

.passwordreset-icon {
    height: 35px;
    color: #009a3d;
    line-height: 26px;
    background: url(../images/icon-check-successheadline.png) center center no-repeat;
}

.activation-icon {
    height: 35px;
    color: #009a3d;
    line-height: 26px;
    background: url(../images/icon-letter.png) center center no-repeat;
}

.activation-icon-error {
    height: 35px;
    color: #009a3d;
    line-height: 26px;
    background: url(../images/icon-activation-error.png) center center no-repeat;
}

.message-success {

    margin-top: 10px;
    font-size: 26px;
    width: 100%;
    color: #009a3d;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
     padding-bottom: .75em;
}

.message-subinfo {
    width: 100%;
    font-size: 20px;
    color: #113c2b;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

.message-error {

    margin-top: 10px;
    font-size: 26px;
    width: 100%;
    color: #E35320;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    padding-bottom: .75em;
}
