@charset "UTF-8";
/*

*/
/*
*= require chosen
*/
/* -------------------------------------
 * Fonts
 * ------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Lato&display=swap" rel="stylesheet");
/* -------------------------------------
 * Colors
 * ------------------------------------- */
/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.has-success {
  border: solid 2px !important;
  border-color: green !important; }

/* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.has-error {
  border: solid 2px !important;
  border-color: red !important; }

/* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-ghost {
  color: #cb840a;
  border: 1px solid #cb840a;
  padding: 8 24;
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  box-shadow: 2px 2px 3px #cb840a; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-ghost:hover {
  opacity: 1; }

/* line 83, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-danger {
  background-color: #FFDFE8;
  border-color: #FEC1D2;
  padding: 6 12;
  font-size: 14px;
  color: #414543;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608; }

/* line 93, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-danger:hover {
  background-color: #29624A;
  border-color: #21573F; }

/* line 98, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-green {
  background-color: #CB840A;
  border-color: #A16608;
  padding: 6 12;
  font-size: 14px;
  color: #FBF4ED;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608; }

/* line 108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-green:hover {
  color: #554A3E !important; }

/* line 112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-orange {
  background-color: #CB840A;
  padding: 6 12;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608; }

/* line 121, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-orange:hover {
  background-color: #DB7705;
  border-color: #CB840A; }

/* line 126, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-light {
  background-color: #554A3E;
  color: #fbf4ed;
  padding: 6 12;
  font-size: 14px;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px; }

/* line 135, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-light:hover {
  background-color: #fbf4ed; }

/* line 139, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-success {
  background-color: #CB840A;
  border-color: #A16608;
  color: #ffffff;
  height: 30px;
  font-size: 12px; }

/* line 147, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-success:hover {
  background-color: #554A3E !important; }

/* line 151, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-primary {
  background-color: #CB840A;
  padding: 6 12;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608; }

/* line 160, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-primary:active:hover {
  background-color: #DB7705;
  border-color: #CB840A; }

/* line 165, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-primary:hover {
  background-color: #554A3E; }

/* line 169, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-info {
  background-color: #CB840A;
  border-color: #fbf4ed;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608;
  padding: 6 12;
  font-size: 14px; }

/* line 178, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-info:hover {
  background-color: #811074; }

/* line 182, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-default {
  background-color: #CB840A;
  padding: 6 12;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px; }

/* line 191, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.btn-default :hover {
  background-color: white !important; }

/* line 195, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #66101F;
  background-color: #554A3E !important; }

/* line 202, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #66101F; }

/* line 205, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #66101F;
  background-color: #554A3E !important; }

/* line 210, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.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: #66101F;
  background-color: #554A3E !important; }

/* line 218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/config/_variables.scss */
#subscription_modal .btn.active {
  color: #333 !important;
  background-color: gray !important; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 54, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 67, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 89, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent; }

/* line 98, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 110, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 118, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 127, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 136, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 145, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 154, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

/* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 174, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 185, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 204, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 212, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 221, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto; }

/* line 229, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 252, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 266, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible; }

/* line 277, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 290, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 302, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 311, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 322, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal; }

/* line 334, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 346, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 356, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/* line 367, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 376, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 387, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 396, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto; }

/* line 405, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 416, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 421, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 23, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  /* line 38, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group; }

  /* line 48, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important; }

  /* line 57, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 72, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none; }

  /* line 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000; }

  /* line 85, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 88, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }

  /* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg"); }
/* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a"; }

/* line 38, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b"; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

/* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212"; }

/* line 42, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601"; }

/* line 43, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709"; }

/* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f"; }

/* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001"; }

/* line 46, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002"; }

/* line 47, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003"; }

/* line 48, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005"; }

/* line 49, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006"; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007"; }

/* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008"; }

/* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009"; }

/* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010"; }

/* line 54, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011"; }

/* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012"; }

/* line 56, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013"; }

/* line 57, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014"; }

/* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015"; }

/* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016"; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017"; }

/* line 61, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018"; }

/* line 62, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019"; }

/* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020"; }

/* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021"; }

/* line 65, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022"; }

/* line 66, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023"; }

/* line 67, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024"; }

/* line 68, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025"; }

/* line 69, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026"; }

/* line 70, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027"; }

/* line 71, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028"; }

/* line 72, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029"; }

/* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030"; }

/* line 74, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031"; }

/* line 75, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032"; }

/* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033"; }

/* line 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034"; }

/* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035"; }

/* line 79, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036"; }

/* line 80, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037"; }

/* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038"; }

/* line 82, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039"; }

/* line 83, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040"; }

/* line 84, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041"; }

/* line 85, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042"; }

/* line 86, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043"; }

/* line 87, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044"; }

/* line 88, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045"; }

/* line 89, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046"; }

/* line 90, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047"; }

/* line 91, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048"; }

/* line 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049"; }

/* line 93, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050"; }

/* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051"; }

/* line 95, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052"; }

/* line 96, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053"; }

/* line 97, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054"; }

/* line 98, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055"; }

/* line 99, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056"; }

/* line 100, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057"; }

/* line 101, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058"; }

/* line 102, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059"; }

/* line 103, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060"; }

/* line 104, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062"; }

/* line 105, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063"; }

/* line 106, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064"; }

/* line 107, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065"; }

/* line 108, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066"; }

/* line 109, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067"; }

/* line 110, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068"; }

/* line 111, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069"; }

/* line 112, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070"; }

/* line 113, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071"; }

/* line 114, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072"; }

/* line 115, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073"; }

/* line 116, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074"; }

/* line 117, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075"; }

/* line 118, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076"; }

/* line 119, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077"; }

/* line 120, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078"; }

/* line 121, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 122, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 123, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081"; }

/* line 124, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082"; }

/* line 125, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083"; }

/* line 126, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084"; }

/* line 127, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085"; }

/* line 128, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086"; }

/* line 129, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087"; }

/* line 130, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088"; }

/* line 131, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089"; }

/* line 132, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090"; }

/* line 133, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091"; }

/* line 134, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092"; }

/* line 135, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093"; }

/* line 136, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094"; }

/* line 137, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095"; }

/* line 138, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096"; }

/* line 139, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097"; }

/* line 140, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }

/* line 141, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102"; }

/* line 142, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103"; }

/* line 143, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104"; }

/* line 144, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105"; }

/* line 145, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106"; }

/* line 146, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107"; }

/* line 147, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108"; }

/* line 148, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 149, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110"; }

/* line 150, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111"; }

/* line 151, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112"; }

/* line 152, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 153, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 154, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115"; }

/* line 155, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116"; }

/* line 156, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117"; }

/* line 157, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118"; }

/* line 158, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119"; }

/* line 159, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }

/* line 160, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121"; }

/* line 161, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122"; }

/* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123"; }

/* line 163, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124"; }

/* line 164, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125"; }

/* line 165, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126"; }

/* line 166, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127"; }

/* line 167, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128"; }

/* line 168, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129"; }

/* line 169, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130"; }

/* line 170, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

/* line 171, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

/* line 172, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

/* line 173, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

/* line 174, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135"; }

/* line 175, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136"; }

/* line 176, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137"; }

/* line 177, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138"; }

/* line 178, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139"; }

/* line 179, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140"; }

/* line 180, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141"; }

/* line 181, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142"; }

/* line 182, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143"; }

/* line 183, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144"; }

/* line 184, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145"; }

/* line 185, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146"; }

/* line 186, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148"; }

/* line 187, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149"; }

/* line 188, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150"; }

/* line 189, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

/* line 190, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

/* line 191, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153"; }

/* line 192, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

/* line 194, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

/* line 195, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157"; }

/* line 196, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158"; }

/* line 197, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159"; }

/* line 198, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160"; }

/* line 199, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161"; }

/* line 200, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162"; }

/* line 201, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163"; }

/* line 202, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164"; }

/* line 203, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165"; }

/* line 204, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166"; }

/* line 205, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167"; }

/* line 206, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168"; }

/* line 207, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169"; }

/* line 208, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170"; }

/* line 209, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171"; }

/* line 210, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172"; }

/* line 211, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173"; }

/* line 212, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174"; }

/* line 213, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175"; }

/* line 214, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176"; }

/* line 215, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177"; }

/* line 216, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178"; }

/* line 217, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179"; }

/* line 218, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180"; }

/* line 219, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181"; }

/* line 220, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182"; }

/* line 221, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183"; }

/* line 222, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184"; }

/* line 223, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185"; }

/* line 224, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186"; }

/* line 225, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187"; }

/* line 226, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188"; }

/* line 227, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189"; }

/* line 228, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190"; }

/* line 229, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191"; }

/* line 230, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192"; }

/* line 231, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193"; }

/* line 232, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194"; }

/* line 233, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195"; }

/* line 234, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197"; }

/* line 235, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198"; }

/* line 236, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199"; }

/* line 237, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/* line 238, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201"; }

/* line 239, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202"; }

/* line 240, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203"; }

/* line 241, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204"; }

/* line 242, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205"; }

/* line 243, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206"; }

/* line 252, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209"; }

/* line 253, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210"; }

/* line 254, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211"; }

/* line 255, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212"; }

/* line 256, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213"; }

/* line 257, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214"; }

/* line 258, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215"; }

/* line 259, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216"; }

/* line 260, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa"; }

/* line 261, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218"; }

/* line 262, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219"; }

/* line 263, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff"; }

/* line 264, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221"; }

/* line 265, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b"; }

/* line 266, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223"; }

/* line 267, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224"; }

/* line 268, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225"; }

/* line 269, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226"; }

/* line 270, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227"; }

/* line 271, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227"; }

/* line 272, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227"; }

/* line 273, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5"; }

/* line 274, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5"; }

/* line 275, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd"; }

/* line 276, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd"; }

/* line 277, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230"; }

/* line 278, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231"; }

/* line 279, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

/* line 280, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233"; }

/* line 281, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234"; }

/* line 282, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235"; }

/* line 283, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }

/* line 284, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237"; }

/* line 285, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238"; }

/* line 286, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239"; }

/* line 287, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240"; }

/* line 288, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241"; }

/* line 289, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242"; }

/* line 290, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243"; }

/* line 291, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244"; }

/* line 292, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }

/* line 293, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

/* line 294, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247"; }

/* line 295, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }

/* line 296, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249"; }

/* line 297, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250"; }

/* line 298, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251"; }

/* line 299, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }

/* line 300, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253"; }

/* line 301, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254"; }

/* line 302, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255"; }

/* line 303, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256"; }

/* line 304, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257"; }

/* line 305, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258"; }

/* line 306, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259"; }

/* line 307, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260"; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Lato", sans-serif, "Farsan", cursive, "Source Sans Pro", "sans-serif";
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  background-color: #fbf4ed; }

/* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 48, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #fbf4ed;
  text-decoration: none; }
  /* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: #edceae;
    text-decoration: underline; }
  /* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 69, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0; }

/* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle; }

/* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 86, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 2px; }

/* line 93, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fbf4ed;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 106, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 113, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 125, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 141, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 159, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif, "Farsan", cursive, "Raleway", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  /* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #777777; }

/* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  /* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  /* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

/* line 47, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px; }

/* line 48, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px; }

/* line 49, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px; }

/* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px; }

/* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px; }

/* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px; }

/* line 62, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
    .lead {
      font-size: 24px; } }

/* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%; }

/* line 83, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 90, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 91, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 93, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 97, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 98, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 99, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 102, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #fbf4ed; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #f2dbc3; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

/* line 119, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #fbf4ed; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f2dbc3; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 138, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

/* line 149, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  /* line 153, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 167, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 173, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 177, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

/* line 185, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px; }

/* line 189, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.4; }

/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 196, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0; }

/* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
/* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 211, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 218, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 229, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

/* line 235, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%; }

/* line 241, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  /* line 250, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 257, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #777777; }
    /* line 265, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

/* line 274, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  /* line 286, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  /* line 287, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

/* line 294, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

/* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

/* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/* line 66, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:before, .container:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 1170px; } }

/* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:after {
    clear: both; }

/* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:after {
    clear: both; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%; }

/* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%; }

  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 40, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

/* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left; }

/* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  /* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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.4;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 57, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 62, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #fbf4ed; }

/* line 75, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 88, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd; }
  /* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 #ddd; }
  /* line 101, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 114, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 125, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 135, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 143, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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: #f5f5f5; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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: #f2dede; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

/* line 171, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    /* line 171, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      /* line 183, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table {
        margin-bottom: 0; }
        /* line 191, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 200, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered {
        border: 0; }
        /* line 208, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 212, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 225, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 47, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 70, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 83, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555; }

/* line 114, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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 57, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 103, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  /* line 107, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control:-ms-input-placeholder {
    color: #999; }
  /* line 108, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-webkit-input-placeholder {
    color: #999; }
  /* line 136, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 146, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  /* line 153, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

/* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 174, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  /* line 197, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  /* line 202, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
/* line 215, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 224, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 231, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 239, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

/* line 248, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 254, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 264, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 276, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

/* line 285, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 295, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

/* line 307, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  /* line 315, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

/* line 71, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

/* line 79, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.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: 33px;
  line-height: 33px; }

/* line 84, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.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,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 333, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }
/* line 340, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
/* line 344, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
/* line 348, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

/* line 71, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

/* line 79, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.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: 49px;
  line-height: 49px; }

/* line 84, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.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,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 359, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }
/* line 366, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
/* line 370, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
/* line 374, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

/* line 388, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative; }
  /* line 393, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .has-feedback .form-control {
    padding-right: 45px; }

/* line 398, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

/* line 410, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

/* line 417, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
/* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
/* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
/* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
/* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
/* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
/* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
/* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
/* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
/* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 439, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px; }
/* line 442, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 453, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 478, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 485, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 492, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 496, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 500, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  /* line 508, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 512, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 519, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 526, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  /* line 530, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 537, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/* line 559, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 569, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
/* line 575, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  /* line 582, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 593, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  /* line 603, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  /* line 611, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  /* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 46, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 68, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

/* line 71, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #fbf4ed;
  border-color: #f6e7d8; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #dfa870; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #ebc9a6; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #ebc9a6; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #ebc9a6;
      border-color: #dfa870; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #fbf4ed;
    border-color: #f6e7d8; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary .badge {
    color: #fbf4ed;
    background-color: #fff; }

/* line 75, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #fbf4ed;
  border-color: #f6e7d8; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #dfa870; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #ebc9a6; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #f2dbc3;
    border-color: #ebc9a6; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #ebc9a6;
      border-color: #dfa870; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #fbf4ed;
    border-color: #f6e7d8; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success .badge {
    color: #fbf4ed;
    background-color: #fff; }

/* line 79, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #554A3E;
  border-color: #463d33; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #383028;
    border-color: black; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #383028;
    border-color: #231e19; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #383028;
    border-color: #231e19; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #231e19;
      border-color: black; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #554A3E;
    border-color: #463d33; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info .badge {
    color: #554A3E;
    background-color: #fff; }

/* line 83, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #EA812E;
  border-color: #e77317; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d06815;
    border-color: #73390c; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:hover {
    color: #fff;
    background-color: #d06815;
    border-color: #b05712; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d06815;
    border-color: #b05712; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #b05712;
      border-color: #73390c; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #EA812E;
    border-color: #e77317; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning .badge {
    color: #EA812E;
    background-color: #fff; }

/* line 87, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #554A3E;
  border-color: #463d33; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #383028;
    border-color: black; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #383028;
    border-color: #231e19; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #383028;
    border-color: #231e19; }
    /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #231e19;
      border-color: black; }
  /* line 37, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #554A3E;
    border-color: #463d33; }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger .badge {
    color: #554A3E;
    background-color: #fff; }

/* line 96, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #fbf4ed;
  font-weight: normal;
  border-radius: 0; }
  /* line 101, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 109, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 115, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: #edceae;
    text-decoration: underline;
    background-color: transparent; }
  /* line 123, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

/* line 135, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

/* line 139, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

/* line 143, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

/* line 151, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 157, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 165, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 13, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none; }
  /* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
  .collapse.in {
    display: block; }

/* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row; }

/* line 28, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  /* line 54, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 65, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap; }

/* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

/* line 88, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fbf4ed; }

/* line 103, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
/* line 110, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 123, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block; }
/* line 128, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0; }

/* line 137, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 147, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

/* line 153, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #777777;
  white-space: nowrap; }

/* line 163, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 173, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 186, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  /* line 207, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 212, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:after {
    clear: both; }
  /* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  /* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

/* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 56, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 69, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

/* line 72, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 86, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 105, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 109, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 116, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 120, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 127, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 131, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 136, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 145, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
/* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }
/* line 157, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 172, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 175, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 179, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 184, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 188, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 201, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  /* line 206, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  /* line 212, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  /* line 216, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

/* line 237, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  /* line 13, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    /* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group .form-control:focus {
      z-index: 3; }

/* line 58, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  /* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 68, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  /* line 89, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: 14px;
    border-radius: 2px; }
  /* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: 20px;
    border-radius: 2px; }
  /* line 101, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 108, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 117, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 120, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 129, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 135, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  /* line 144, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn {
    position: relative; }
    /* line 146, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    /* line 150, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  /* line 159, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  /* line 165, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:after {
    clear: both; }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      /* line 23, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    /* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li.disabled > a {
      color: #777777; }
      /* line 34, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 46, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #fbf4ed; }
  /* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 66, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  /* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 84, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      /* line 89, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    /* line 96, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fbf4ed;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 118, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 122, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li > a {
    border-radius: 2px; }
  /* line 125, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 131, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fbf4ed; }

/* line 144, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 146, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

/* line 160, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  /* line 163, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    /* line 165, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  /* line 171, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    /* line 177, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      /* line 180, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

/* line 190, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  /* line 199, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 #ddd; }
  @media (min-width: 768px) {
    /* line 206, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    /* line 210, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #fbf4ed; } }

/* line 224, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 227, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 237, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
      border-radius: 2px; } }

/* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
/* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left; } }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  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 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 68, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 75, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

/* line 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    /* line 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

/* line 108, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    /* line 108, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

/* line 128, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 128, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 138, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    /* line 138, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 150, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 154, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 163, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  /* line 170, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  /* line 175, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    /* line 180, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

/* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  /* line 206, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle:focus {
    outline: 0; }
  /* line 211, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 217, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 193, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 232, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7px -15px; }
  /* line 235, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    /* line 243, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 251, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 255, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        /* line 257, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 232, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 270, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 272, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

/* line 286, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    /* line 478, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 485, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 492, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
      display: inline-block; }
    /* line 496, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      /* line 500, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    /* line 508, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group > .form-control {
      width: 100%; }
    /* line 512, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 519, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      /* line 526, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    /* line 530, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    /* line 537, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    /* line 298, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
      margin-bottom: 5px; }
      /* line 302, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    /* line 286, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

/* line 327, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 332, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 343, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  /* line 346, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  /* line 349, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

/* line 359, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    /* line 359, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  /* line 379, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important; }

  /* line 382, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    /* line 386, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
/* line 397, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 401, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777; }
    /* line 403, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 410, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777; }
  /* line 415, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    /* line 418, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  /* line 425, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  /* line 433, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  /* line 442, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    /* line 444, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    /* line 448, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  /* line 453, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 462, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #555; }
  @media (max-width: 767px) {
    /* line 473, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      /* line 475, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    /* line 482, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #555;
      background-color: #e7e7e7; }
    /* line 490, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #ccc;
      background-color: transparent; } }
  /* line 506, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777; }
    /* line 508, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333; }
  /* line 513, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .btn-link {
    color: #777; }
    /* line 515, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    /* line 521, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

/* line 531, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  /* line 535, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    /* line 537, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  /* line 544, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  /* line 549, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    /* line 552, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  /* line 559, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  /* line 567, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  /* line 577, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    /* line 579, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    /* line 583, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  /* line 588, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 596, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #fff; }
  @media (max-width: 767px) {
    /* line 607, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 610, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    /* line 613, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      /* line 615, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    /* line 622, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #fff;
      background-color: #090909; }
    /* line 630, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #444;
      background-color: transparent; } }
  /* line 641, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    /* line 643, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  /* line 648, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    /* line 650, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    /* line 656, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  /* line 13, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block; }
    /* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  /* line 25, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > .active {
    color: #777777; }

/* line 4, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px; }
  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #fbf4ed;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    /* line 25, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    /* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  /* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #edceae;
    background-color: #eeeeee;
    border-color: #ddd; }
  /* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: 3;
    color: #fff;
    background-color: #fbf4ed;
    border-color: #fbf4ed;
    cursor: default; }
  /* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }
/* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }
/* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:after {
    clear: both; }
  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    /* line 23, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  /* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 38, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
  .label:empty {
    display: none; }
  /* line 25, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
  .btn .label {
    position: relative;
    top: -1px; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

/* line 48, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #fbf4ed; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #f2dbc3; }

/* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #fbf4ed; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #f2dbc3; }

/* line 56, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #554A3E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #383028; }

/* line 60, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #EA812E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d06815; }

/* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #554A3E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #383028; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .badge:empty {
    display: none; }
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .btn .badge {
    position: relative;
    top: -1px; }
  /* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  /* line 41, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #fbf4ed;
    background-color: #fff; }
  /* line 47, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

/* line 62, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  /* line 13, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  /* line 28, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px; }
  /* line 35, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      /* line 43, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      /* line 49, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.4;
  background-color: #fbf4ed;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  /* line 17, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

/* line 34, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fbf4ed; }

/* line 9, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px; }
  /* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  /* line 23, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
  .alert .alert-link {
    font-weight: bold; }
  /* line 28, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p + p {
    margin-top: 5px; }

/* line 42, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  /* line 47, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  /* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success hr {
    border-top-color: #c9e2b3; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success .alert-link {
    color: #2b542c; }

/* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  /* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info hr {
    border-top-color: #a6e1ec; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info .alert-link {
    color: #245269; }

/* line 67, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  /* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning .alert-link {
    color: #66512c; }

/* line 71, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  /* line 8, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
/* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #fbf4ed;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 54, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #fbf4ed; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-success {
    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: -o-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 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #554A3E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-info {
    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: -o-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 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #EA812E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-warning {
    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: -o-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 85, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #554A3E; }
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-danger {
    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: -o-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 1, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px; }
  /* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
  .media:first-child {
    margin-top: 0; }

/* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

/* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px; }

/* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
  .media-object.img-thumbnail {
    max-width: none; }

/* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

/* line 34, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px; }

/* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

/* line 46, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle; }

/* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom; }

/* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  /* line 31, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  /* line 34, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

/* line 46, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555; }
  /* line 50, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  /* line 55, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

/* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 70, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  /* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  /* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
/* line 87, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fbf4ed;
  border-color: #fbf4ed; }
  /* line 96, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  /* line 101, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

/* line 4, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

/* line 4, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

/* line 4, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

/* line 4, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  /* line 24, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

/* line 123, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 127, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:after {
    clear: both; }

/* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  /* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

/* line 49, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

/* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  /* line 67, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  /* line 74, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  /* line 82, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
/* line 89, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 96, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 100, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 110, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  /* line 115, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
/* line 121, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  /* line 127, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    /* line 131, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    /* line 135, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }
/* line 143, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  /* line 149, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    /* line 153, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    /* line 157, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }
/* line 164, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
/* line 170, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
/* line 174, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 181, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 185, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 194, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  /* line 203, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
/* line 210, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 222, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px; }
  /* line 226, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    /* line 230, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 235, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 238, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  /* line 244, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 246, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

/* line 254, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

/* line 257, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #fbf4ed; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #fbf4ed;
    border-color: #fbf4ed; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fbf4ed; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading .badge {
      color: #fbf4ed;
      background-color: #fff; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fbf4ed; }

/* line 260, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

/* line 263, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

/* line 266, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

/* line 269, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1; }
  /* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

/* line 5, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

/* line 28, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 2px; }

/* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 2px; }

/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  /* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  /* line 32, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  /* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 38, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

/* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  /* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 74, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 79, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:after {
    clear: both; }

/* line 85, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 90, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.4; }

/* line 97, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 103, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:after {
    clear: both; }
  /* line 110, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 115, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 119, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 125, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 136, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 140, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 145, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 149, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px; } }
/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", sans-serif, "Farsan", cursive, "Source Sans Pro", "sans-serif";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 20, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 21, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 26, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px; }

/* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 52, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 66, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
/* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
/* line 80, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
/* line 87, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
/* line 94, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", sans-serif, "Farsan", cursive, "Source Sans Pro", "sans-serif";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  /* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 28, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 29, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0; }

/* line 42, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 51, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 61, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 70, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 77, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
/* line 85, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
/* line 100, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 107, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
/* line 116, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 123, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 22, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      /* line 16, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        /* line 34, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        /* line 39, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        /* line 44, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  /* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 63, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 70, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 76, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 81, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 84, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 93, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  /* line 109, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-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 112, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-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 119, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 128, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  /* line 138, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  /* line 143, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  /* line 148, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  /* line 158, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 163, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 174, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_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 185, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  /* line 207, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

/* line 218, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 229, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 240, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  /* line 249, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  /* line 253, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  /* line 260, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 267, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 14, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 19, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important; }

/* line 53, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }

  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }

  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 54, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 59, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 64, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }

  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }

  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }

  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }

  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }

  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }

  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 111, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 116, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 121, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }
/* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }

  /* line 10, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }

  /* line 11, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 12, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
/* line 155, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 155, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 162, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 169, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 169, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 18, /var/www/lb_4.2/shared/bundle/ruby/2.1.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
/* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

/* line 45, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
/* line 57, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline; }

/* increased font size for icon-large */
/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center; }

/* line 70, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em; }

/* line 74, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center; }

/* line 84, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

/* line 88, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-muted {
  color: #eeeeee; }

/* line 91, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-light {
  color: #fbf4ed; }

/* line 94, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-dark {
  color: #333333; }

/* line 97, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-2x {
  font-size: 2em; }

/* line 107, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 113, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-3x {
  font-size: 3em; }

/* line 116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 122, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-4x {
  font-size: 4em; }

/* line 125, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 131, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-5x {
  font-size: 5em; }

/* line 134, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* line 140, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.pull-right {
  float: right; }

/* line 143, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.pull-left {
  float: left; }

/* line 146, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

/* line 150, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 157, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
/* line 170, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
/* line 186, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

/* line 192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

/* line 198, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

/* line 208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

/* line 214, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

/* line 218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

/* line 224, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

/* line 228, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

/* line 234, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

/* line 238, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 245, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

/* line 253, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

/* line 264, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
/* line 269, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
/* line 317, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

/* line 325, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

/* line 333, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

/* line 341, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 348, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 357, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-glass:before {
  content: "\f000"; }

/* line 360, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-music:before {
  content: "\f001"; }

/* line 363, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-search:before {
  content: "\f002"; }

/* line 366, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-envelope:before {
  content: "\f003"; }

/* line 369, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-heart:before {
  content: "\f004"; }

/* line 372, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-star:before {
  content: "\f005"; }

/* line 375, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-star-empty:before {
  content: "\f006"; }

/* line 378, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-user:before {
  content: "\f007"; }

/* line 381, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-film:before {
  content: "\f008"; }

/* line 384, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-th-large:before {
  content: "\f009"; }

/* line 387, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-th:before {
  content: "\f00a"; }

/* line 390, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-th-list:before {
  content: "\f00b"; }

/* line 393, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ok:before {
  content: "\f00c"; }

/* line 396, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-remove:before {
  content: "\f00d"; }

/* line 399, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-zoom-in:before {
  content: "\f00e"; }

/* line 402, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-zoom-out:before {
  content: "\f010"; }

/* line 405, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-off:before {
  content: "\f011"; }

/* line 408, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-signal:before {
  content: "\f012"; }

/* line 411, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cog:before {
  content: "\f013"; }

/* line 414, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-trash:before {
  content: "\f014"; }

/* line 417, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-home:before {
  content: "\f015"; }

/* line 420, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-file:before {
  content: "\f016"; }

/* line 423, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-time:before {
  content: "\f017"; }

/* line 426, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-road:before {
  content: "\f018"; }

/* line 429, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-download-alt:before {
  content: "\f019"; }

/* line 432, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-download:before {
  content: "\f01a"; }

/* line 435, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-upload:before {
  content: "\f01b"; }

/* line 438, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-inbox:before {
  content: "\f01c"; }

/* line 441, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-play-circle:before {
  content: "\f01d"; }

/* line 444, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e"; }

/* F020 doesn't work in Safari. all shifted one down */
/* line 449, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-refresh:before {
  content: "\f021"; }

/* line 452, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-list-alt:before {
  content: "\f022"; }

/* line 455, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-lock:before {
  content: "\f023"; }

/* line 458, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-flag:before {
  content: "\f024"; }

/* line 461, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-headphones:before {
  content: "\f025"; }

/* line 464, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-volume-off:before {
  content: "\f026"; }

/* line 467, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-volume-down:before {
  content: "\f027"; }

/* line 470, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-volume-up:before {
  content: "\f028"; }

/* line 473, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-qrcode:before {
  content: "\f029"; }

/* line 476, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-barcode:before {
  content: "\f02a"; }

/* line 479, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-tag:before {
  content: "\f02b"; }

/* line 482, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-tags:before {
  content: "\f02c"; }

/* line 485, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-book:before {
  content: "\f02d"; }

/* line 488, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bookmark:before {
  content: "\f02e"; }

/* line 491, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-print:before {
  content: "\f02f"; }

/* line 494, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-camera:before {
  content: "\f030"; }

/* line 497, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-font:before {
  content: "\f031"; }

/* line 500, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bold:before {
  content: "\f032"; }

/* line 503, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-italic:before {
  content: "\f033"; }

/* line 506, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-text-height:before {
  content: "\f034"; }

/* line 509, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-text-width:before {
  content: "\f035"; }

/* line 512, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-align-left:before {
  content: "\f036"; }

/* line 515, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-align-center:before {
  content: "\f037"; }

/* line 518, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-align-right:before {
  content: "\f038"; }

/* line 521, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-align-justify:before {
  content: "\f039"; }

/* line 524, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-list:before {
  content: "\f03a"; }

/* line 527, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-indent-left:before {
  content: "\f03b"; }

/* line 530, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-indent-right:before {
  content: "\f03c"; }

/* line 533, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-facetime-video:before {
  content: "\f03d"; }

/* line 536, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-picture:before {
  content: "\f03e"; }

/* line 539, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-pencil:before {
  content: "\f040"; }

/* line 542, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-map-marker:before {
  content: "\f041"; }

/* line 545, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-adjust:before {
  content: "\f042"; }

/* line 548, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-tint:before {
  content: "\f043"; }

/* line 551, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-edit:before {
  content: "\f044"; }

/* line 554, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-share:before {
  content: "\f045"; }

/* line 557, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-check:before {
  content: "\f046"; }

/* line 560, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-move:before {
  content: "\f047"; }

/* line 563, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-step-backward:before {
  content: "\f048"; }

/* line 566, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fast-backward:before {
  content: "\f049"; }

/* line 569, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-backward:before {
  content: "\f04a"; }

/* line 572, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-play:before {
  content: "\f04b"; }

/* line 575, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-pause:before {
  content: "\f04c"; }

/* line 578, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-stop:before {
  content: "\f04d"; }

/* line 581, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-forward:before {
  content: "\f04e"; }

/* line 584, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fast-forward:before {
  content: "\f050"; }

/* line 587, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-step-forward:before {
  content: "\f051"; }

/* line 590, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-eject:before {
  content: "\f052"; }

/* line 593, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-left:before {
  content: "\f053"; }

/* line 596, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-right:before {
  content: "\f054"; }

/* line 599, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-plus-sign:before {
  content: "\f055"; }

/* line 602, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-minus-sign:before {
  content: "\f056"; }

/* line 605, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-remove-sign:before {
  content: "\f057"; }

/* line 608, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ok-sign:before {
  content: "\f058"; }

/* line 611, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-question-sign:before {
  content: "\f059"; }

/* line 614, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-info-sign:before {
  content: "\f05a"; }

/* line 617, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-screenshot:before {
  content: "\f05b"; }

/* line 620, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-remove-circle:before {
  content: "\f05c"; }

/* line 623, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ok-circle:before {
  content: "\f05d"; }

/* line 626, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ban-circle:before {
  content: "\f05e"; }

/* line 629, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-arrow-left:before {
  content: "\f060"; }

/* line 632, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-arrow-right:before {
  content: "\f061"; }

/* line 635, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-arrow-up:before {
  content: "\f062"; }

/* line 638, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-arrow-down:before {
  content: "\f063"; }

/* line 641, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064"; }

/* line 645, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-resize-full:before {
  content: "\f065"; }

/* line 648, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-resize-small:before {
  content: "\f066"; }

/* line 651, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-plus:before {
  content: "\f067"; }

/* line 654, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-minus:before {
  content: "\f068"; }

/* line 657, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-asterisk:before {
  content: "\f069"; }

/* line 660, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-exclamation-sign:before {
  content: "\f06a"; }

/* line 663, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-gift:before {
  content: "\f06b"; }

/* line 666, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-leaf:before {
  content: "\f06c"; }

/* line 669, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fire:before {
  content: "\f06d"; }

/* line 672, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-eye-open:before {
  content: "\f06e"; }

/* line 675, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-eye-close:before {
  content: "\f070"; }

/* line 678, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-warning-sign:before {
  content: "\f071"; }

/* line 681, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-plane:before {
  content: "\f072"; }

/* line 684, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-calendar:before {
  content: "\f073"; }

/* line 687, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-random:before {
  content: "\f074"; }

/* line 690, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-comment:before {
  content: "\f075"; }

/* line 693, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-magnet:before {
  content: "\f076"; }

/* line 696, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-up:before {
  content: "\f077"; }

/* line 699, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-down:before {
  content: "\f078"; }

/* line 702, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-retweet:before {
  content: "\f079"; }

/* line 705, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-shopping-cart:before {
  content: "\f07a"; }

/* line 708, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-folder-close:before {
  content: "\f07b"; }

/* line 711, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-folder-open:before {
  content: "\f07c"; }

/* line 714, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-resize-vertical:before {
  content: "\f07d"; }

/* line 717, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-resize-horizontal:before {
  content: "\f07e"; }

/* line 720, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bar-chart:before {
  content: "\f080"; }

/* line 723, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-twitter-sign:before {
  content: "\f081"; }

/* line 726, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-facebook-sign:before {
  content: "\f082"; }

/* line 729, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-camera-retro:before {
  content: "\f083"; }

/* line 732, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-key:before {
  content: "\f084"; }

/* line 735, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cogs:before {
  content: "\f085"; }

/* line 738, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-comments:before {
  content: "\f086"; }

/* line 741, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-thumbs-up:before {
  content: "\f087"; }

/* line 744, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-thumbs-down:before {
  content: "\f088"; }

/* line 747, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-star-half:before {
  content: "\f089"; }

/* line 750, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-heart-empty:before {
  content: "\f08a"; }

/* line 753, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-signout:before {
  content: "\f08b"; }

/* line 756, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-linkedin-sign:before {
  content: "\f08c"; }

/* line 759, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-pushpin:before {
  content: "\f08d"; }

/* line 762, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-external-link:before {
  content: "\f08e"; }

/* line 765, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-signin:before {
  content: "\f090"; }

/* line 768, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-trophy:before {
  content: "\f091"; }

/* line 771, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-github-sign:before {
  content: "\f092"; }

/* line 774, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-upload-alt:before {
  content: "\f093"; }

/* line 777, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-lemon:before {
  content: "\f094"; }

/* line 780, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-phone:before {
  content: "\f095"; }

/* line 783, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-check-empty:before {
  content: "\f096"; }

/* line 786, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bookmark-empty:before {
  content: "\f097"; }

/* line 789, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-phone-sign:before {
  content: "\f098"; }

/* line 792, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-twitter:before {
  content: "\f099"; }

/* line 795, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-facebook:before {
  content: "\f09a"; }

/* line 798, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-github:before {
  content: "\f09b"; }

/* line 801, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-unlock:before {
  content: "\f09c"; }

/* line 804, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-credit-card:before {
  content: "\f09d"; }

/* line 807, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rss:before {
  content: "\f09e"; }

/* line 810, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hdd:before {
  content: "\f0a0"; }

/* line 813, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bullhorn:before {
  content: "\f0a1"; }

/* line 816, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bell:before {
  content: "\f0a2"; }

/* line 819, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-certificate:before {
  content: "\f0a3"; }

/* line 822, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hand-right:before {
  content: "\f0a4"; }

/* line 825, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hand-left:before {
  content: "\f0a5"; }

/* line 828, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hand-up:before {
  content: "\f0a6"; }

/* line 831, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hand-down:before {
  content: "\f0a7"; }

/* line 834, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle-arrow-left:before {
  content: "\f0a8"; }

/* line 837, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle-arrow-right:before {
  content: "\f0a9"; }

/* line 840, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle-arrow-up:before {
  content: "\f0aa"; }

/* line 843, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle-arrow-down:before {
  content: "\f0ab"; }

/* line 846, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-globe:before {
  content: "\f0ac"; }

/* line 849, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-wrench:before {
  content: "\f0ad"; }

/* line 852, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-tasks:before {
  content: "\f0ae"; }

/* line 855, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-filter:before {
  content: "\f0b0"; }

/* line 858, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-briefcase:before {
  content: "\f0b1"; }

/* line 861, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fullscreen:before {
  content: "\f0b2"; }

/* line 864, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-group:before {
  content: "\f0c0"; }

/* line 867, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-link:before {
  content: "\f0c1"; }

/* line 870, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cloud:before {
  content: "\f0c2"; }

/* line 873, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-beaker:before {
  content: "\f0c3"; }

/* line 876, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cut:before {
  content: "\f0c4"; }

/* line 879, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-copy:before {
  content: "\f0c5"; }

/* line 882, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-paper-clip:before {
  content: "\f0c6"; }

/* line 885, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-save:before {
  content: "\f0c7"; }

/* line 888, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-sign-blank:before {
  content: "\f0c8"; }

/* line 891, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-reorder:before {
  content: "\f0c9"; }

/* line 894, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-list-ul:before {
  content: "\f0ca"; }

/* line 897, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-list-ol:before {
  content: "\f0cb"; }

/* line 900, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-strikethrough:before {
  content: "\f0cc"; }

/* line 903, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-underline:before {
  content: "\f0cd"; }

/* line 906, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-table:before {
  content: "\f0ce"; }

/* line 909, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-magic:before {
  content: "\f0d0"; }

/* line 912, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-truck:before {
  content: "\f0d1"; }

/* line 915, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-pinterest:before {
  content: "\f0d2"; }

/* line 918, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-pinterest-sign:before {
  content: "\f0d3"; }

/* line 921, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-google-plus-sign:before {
  content: "\f0d4"; }

/* line 924, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-google-plus:before {
  content: "\f0d5"; }

/* line 927, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-money:before {
  content: "\f0d6"; }

/* line 930, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-caret-down:before {
  content: "\f0d7"; }

/* line 933, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-caret-up:before {
  content: "\f0d8"; }

/* line 936, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-caret-left:before {
  content: "\f0d9"; }

/* line 939, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-caret-right:before {
  content: "\f0da"; }

/* line 942, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-columns:before {
  content: "\f0db"; }

/* line 945, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-sort:before {
  content: "\f0dc"; }

/* line 948, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-sort-down:before {
  content: "\f0dd"; }

/* line 951, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-sort-up:before {
  content: "\f0de"; }

/* line 954, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-envelope-alt:before {
  content: "\f0e0"; }

/* line 957, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-linkedin:before {
  content: "\f0e1"; }

/* line 960, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2"; }

/* line 964, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-legal:before {
  content: "\f0e3"; }

/* line 967, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-dashboard:before {
  content: "\f0e4"; }

/* line 970, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-comment-alt:before {
  content: "\f0e5"; }

/* line 973, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-comments-alt:before {
  content: "\f0e6"; }

/* line 976, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bolt:before {
  content: "\f0e7"; }

/* line 979, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-sitemap:before {
  content: "\f0e8"; }

/* line 982, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-umbrella:before {
  content: "\f0e9"; }

/* line 985, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-paste:before {
  content: "\f0ea"; }

/* line 988, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-lightbulb:before {
  content: "\f0eb"; }

/* line 991, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-exchange:before {
  content: "\f0ec"; }

/* line 994, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cloud-download:before {
  content: "\f0ed"; }

/* line 997, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-cloud-upload:before {
  content: "\f0ee"; }

/* line 1000, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-user-md:before {
  content: "\f0f0"; }

/* line 1003, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-stethoscope:before {
  content: "\f0f1"; }

/* line 1006, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-suitcase:before {
  content: "\f0f2"; }

/* line 1009, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bell-alt:before {
  content: "\f0f3"; }

/* line 1012, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-coffee:before {
  content: "\f0f4"; }

/* line 1015, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-food:before {
  content: "\f0f5"; }

/* line 1018, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-file-alt:before {
  content: "\f0f6"; }

/* line 1021, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-building:before {
  content: "\f0f7"; }

/* line 1024, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-hospital:before {
  content: "\f0f8"; }

/* line 1027, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ambulance:before {
  content: "\f0f9"; }

/* line 1030, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-medkit:before {
  content: "\f0fa"; }

/* line 1033, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fighter-jet:before {
  content: "\f0fb"; }

/* line 1036, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-beer:before {
  content: "\f0fc"; }

/* line 1039, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-h-sign:before {
  content: "\f0fd"; }

/* line 1042, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-plus-sign-alt:before {
  content: "\f0fe"; }

/* line 1045, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-double-angle-left:before {
  content: "\f100"; }

/* line 1048, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-double-angle-right:before {
  content: "\f101"; }

/* line 1051, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-double-angle-up:before {
  content: "\f102"; }

/* line 1054, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-double-angle-down:before {
  content: "\f103"; }

/* line 1057, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-angle-left:before {
  content: "\f104"; }

/* line 1060, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-angle-right:before {
  content: "\f105"; }

/* line 1063, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-angle-up:before {
  content: "\f106"; }

/* line 1066, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-angle-down:before {
  content: "\f107"; }

/* line 1069, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-desktop:before {
  content: "\f108"; }

/* line 1072, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-laptop:before {
  content: "\f109"; }

/* line 1075, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-tablet:before {
  content: "\f10a"; }

/* line 1078, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-mobile-phone:before {
  content: "\f10b"; }

/* line 1081, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle-blank:before {
  content: "\f10c"; }

/* line 1084, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-quote-left:before {
  content: "\f10d"; }

/* line 1087, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-quote-right:before {
  content: "\f10e"; }

/* line 1090, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-spinner:before {
  content: "\f110"; }

/* line 1093, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-circle:before {
  content: "\f111"; }

/* line 1096, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112"; }

/* line 1100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-folder-close-alt:before {
  content: "\f114"; }

/* line 1103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-folder-open-alt:before {
  content: "\f115"; }

/* line 1106, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-expand-alt:before {
  content: "\f116"; }

/* line 1109, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-collapse-alt:before {
  content: "\f117"; }

/* line 1112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-smile:before {
  content: "\f118"; }

/* line 1115, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-frown:before {
  content: "\f119"; }

/* line 1118, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-meh:before {
  content: "\f11a"; }

/* line 1121, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-gamepad:before {
  content: "\f11b"; }

/* line 1124, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-keyboard:before {
  content: "\f11c"; }

/* line 1127, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-flag-alt:before {
  content: "\f11d"; }

/* line 1130, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-flag-checkered:before {
  content: "\f11e"; }

/* line 1133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-terminal:before {
  content: "\f120"; }

/* line 1136, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-code:before {
  content: "\f121"; }

/* line 1139, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-reply-all:before {
  content: "\f122"; }

/* line 1142, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-mail-reply-all:before {
  content: "\f122"; }

/* line 1145, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

/* line 1149, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-location-arrow:before {
  content: "\f124"; }

/* line 1152, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-crop:before {
  content: "\f125"; }

/* line 1155, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-code-fork:before {
  content: "\f126"; }

/* line 1158, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-unlink:before {
  content: "\f127"; }

/* line 1161, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-question:before {
  content: "\f128"; }

/* line 1164, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-info:before {
  content: "\f129"; }

/* line 1167, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-exclamation:before {
  content: "\f12a"; }

/* line 1170, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-superscript:before {
  content: "\f12b"; }

/* line 1173, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-subscript:before {
  content: "\f12c"; }

/* line 1176, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-eraser:before {
  content: "\f12d"; }

/* line 1179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-puzzle-piece:before {
  content: "\f12e"; }

/* line 1182, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-microphone:before {
  content: "\f130"; }

/* line 1185, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-microphone-off:before {
  content: "\f131"; }

/* line 1188, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-shield:before {
  content: "\f132"; }

/* line 1191, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-calendar-empty:before {
  content: "\f133"; }

/* line 1194, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-fire-extinguisher:before {
  content: "\f134"; }

/* line 1197, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rocket:before {
  content: "\f135"; }

/* line 1200, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-maxcdn:before {
  content: "\f136"; }

/* line 1203, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-sign-left:before {
  content: "\f137"; }

/* line 1206, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-sign-right:before {
  content: "\f138"; }

/* line 1209, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-sign-up:before {
  content: "\f139"; }

/* line 1212, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-chevron-sign-down:before {
  content: "\f13a"; }

/* line 1215, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-html5:before {
  content: "\f13b"; }

/* line 1218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-css3:before {
  content: "\f13c"; }

/* line 1221, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-anchor:before {
  content: "\f13d"; }

/* line 1224, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-unlock-alt:before {
  content: "\f13e"; }

/* line 1227, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-bullseye:before {
  content: "\f140"; }

/* line 1230, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ellipsis-horizontal:before {
  content: "\f141"; }

/* line 1233, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ellipsis-vertical:before {
  content: "\f142"; }

/* line 1236, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-rss-sign:before {
  content: "\f143"; }

/* line 1239, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-play-sign:before {
  content: "\f144"; }

/* line 1242, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-ticket:before {
  content: "\f145"; }

/* line 1245, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-minus-sign-alt:before {
  content: "\f146"; }

/* line 1248, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-check-minus:before {
  content: "\f147"; }

/* line 1251, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-level-up:before {
  content: "\f148"; }

/* line 1254, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-level-down:before {
  content: "\f149"; }

/* line 1257, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-check-sign:before {
  content: "\f14a"; }

/* line 1260, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-edit-sign:before {
  content: "\f14b"; }

/* line 1263, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-external-link-sign:before {
  content: "\f14c"; }

/* line 1266, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/font-awesome.css */
.icon-share-sign:before {
  content: "\f14d"; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.close {
  opacity: 1 !important; }

/* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.coloured_a {
  color: orange; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

/* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.video_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.red_bg {
  background-color: #554A3E;
  color: #fbf4ed;
  font-weight: bold;
  font-size: 14px; }

/* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.button_home {
  background-color: #fbf4ed;
  padding: 10px;
  border-radius: 5px !important; }

/* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.small_txt {
  font-size: 13px; }

/* line 41, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.first_item_bg {
  background-color: #fbf4ed !important;
  padding: 0px;
  margin: 5px;
  max-width: 290px;
  border-radius: 3px !important;
  box-shadow: 2px 2px 3px #7C8084;
  color: #554A3E;
  text-align: center;
  height: 330px; }

/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.first_item_padding_member {
  padding: 65 25 65 25; }

/* line 57, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.first_item_padding_none_member {
  padding: 20 25 20 25; }

/* line 61, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.link_div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #28CCB4; }

/* line 70, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.vertical_center {
  padding: 100 0; }

/* line 74, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.tab_font {
  font-size: 20px;
  padding: 0 10 0 10; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.welcome_title {
  font-size: 25px;
  color: #DCD7D7;
  line-height: 40px;
  text-align: center; }

/* line 86, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.welcome-left {
  text-align: left !important;
  margin-left: 20px;
  color: #554A3E;
  font-size: 55px; }

/* line 93, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.welcome-left2 {
  text-align: left !important;
  margin-left: 20px;
  color: #F26529;
  font-size: 55px; }

/* line 100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.welcome-right {
  text-align: right !important;
  margin-right: 20px;
  color: #554A3E;
  font-size: 25px; }

/* line 107, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.first_item_message {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'Kaushan Script', cursive; }

/* line 113, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.second_item_message {
  margin-top: 10px;
  font-size: 20px; }

/* line 118, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.third_item_message {
  margin-bottom: 10px;
  font-size: 15px; }

/* line 122, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.small-image {
  width: 400px; }

/* line 126, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.avatar {
  max-width: 100px;
  border-radius: 50% !important; }

/* line 130, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.testimonial_bg {
  padding: 50 20 50 20;
  background-color: #D6F8EA;
  background-size: cover;
  text-align: center; }

/* line 137, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.red_star {
  color: #B73412; }

/* line 140, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.contact_bg {
  background-color: #DCD7D7;
  background-size: cover; }

/* line 145, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_div {
  padding: 50 20 30 20;
  background-color: #FC8925;
  color: white; }

/* line 151, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.small_top_padded {
  margin-top: 15px; }

/* line 155, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_20 {
  padding: 20px; }

/* line 159, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_50 {
  padding: 50px; }

/* line 163, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_100 {
  padding: 100px; }

/* line 167, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_top_div {
  margin-top: 50; }

/* line 171, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.top_padded {
  padding: 50 0 0 0 !important; }

/* line 175, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.title_white {
  color: white; }

/* line 179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.Producer_title_bg {
  background-color: #6AB5B1;
  color: white; }

/* line 184, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
#card_position_relative {
  position: relative; }

/* line 188, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
#producer-title {
  position: absolute;
  top: 30px;
  right: 50px;
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  padding: 20px; }

/* line 197, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.padded_producer {
  padding: 40px;
  max-height: 300px;
  max-width: 600px; }

/* line 203, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.rounded_pics {
  border-radius: 100px !important;
  max-width: 120px; }

/* line 208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.title_riks {
  font-style: italic;
  font-size: 20px;
  font-weight: bold; }

/* line 214, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.ulcircle {
  list-style-type: circle; }

/* line 218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.max_image_width {
  max-width: 400px; }

/* line 222, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.margin_down {
  margin-bottom: 20px; }

/* line 225, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.description_scroll {
  max-height: 200px;
  overflow-y: scroll;
  text-align: justify; }

/* line 231, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.description_scroll_300 {
  padding: 0px 60px 0px 60px;
  height: 300px !important;
  overflow-y: scroll;
  text-align: justify; }

/* line 238, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_pages.scss */
.description_bg {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-height: 300px;
  overflow-y: scroll;
  text-align: justify;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_count {
  font-size: 4em;
  top: 12%;
  position: absolute;
  left: 0px;
  color: #414543;
  right: 0px; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_max_height {
  max-height: 450px !important; }

/* line 12, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_count_bg {
  /*
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #414543;
    opacity: 0.6;
    border-radius: 50% !important;
  */
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background-color: #414543;
  opacity: 0.6;
  border-radius: 50% !important;
  font-size: 53px;
  top: 8%;
  left: 35%;
  bottom: 0px !important;
  margin: 0px 0px;
  color: white;
  padding: 13px 0px; }

/* line 38, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_info_name {
  text-align: left;
  max-width: 80%;
  margin: 0px;
  padding-left: 0px;
  height: 42px;
  overflow: hidden; }

/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_info_name a {
  font-size: 0.7em; }

/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.basket_info_name {
  text-align: left;
  max-width: 80%;
  margin: 0px;
  padding-left: 0px;
  height: 48px !important;
  overflow: hidden; }

/* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.basket_info_name a {
  font-size: 0.7em; }

/* line 62, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.addtocart a {
  padding: 7px 15px;
  background-color: #554A3E;
  color: white;
  font-size: 24px;
  font-weight: bold;
  width: 295px;
  margin: 0 auto; }

/* line 71, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.addtocart a:hover {
  text-decoration: none; }

/* line 75, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.no_top_margin {
  margin-top: 0px; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.top_margin_90 {
  margin-top: 90px; }

/* line 83, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.topmargin90 {
  margin-top: 90px !important; }

/* line 87, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.top_margin_70 {
  margin-top: 70px; }

/* line 91, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.top_margin_50 {
  margin-top: 50px; }

/* line 95, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.left_margin-30 {
  margin-left: -30px; }

/* line 99, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.add_button_upper {
  margin-top: -30px; }

/* line 103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.menu_drop_item_size {
  font-size: 12px;
  text-align: left !important; }

/* line 108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.menu_drop {
  margin-top: -15px !important;
  padding: 0 !important; }

/* line 113, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.quality_item {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #7C8084;
  background-color: #CB840A; }

/* line 123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
#price_div {
  height: 30px; }

/* line 127, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
#price_seperation {
  text-align: center;
  margin: auto;
  width: 90%;
  border-top: 2px solid #7C8084;
  opacity: 0.6;
  padding: 0px; }

/* line 136, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.i_bg {
  background-color: #fbf4ed;
  height: 30px;
  width: 30px;
  margin-right: -10px;
  padding: 5px 5px;
  border-color: #554A3E !important;
  border: 2px solid #554A3E;
  border-radius: 100px !important;
  line-height: 30px;
  text-align: center; }

/* line 149, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.margin_top_item_name {
  margin-top: 5px; }

/* line 153, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.weight_info {
  text-align: left !important;
  margin-top: 5px;
  font-size: 12px; }

/* line 159, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.btn-weight_info {
  background-color: #CB840A;
  padding: 6 !important;
  border-radius: 3% !important;
  text-align: left !important;
  margin-top: 5px;
  font-size: 13px;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 169, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_price_info {
  text-align: right;
  font-family: 'Lato', cursive;
  color: black !important;
  font-size: 13px;
  height: 20px;
  line-height: 20px; }

/* line 178, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.weight_bg_height {
  height: 30px !important; }

/* line 182, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_bg {
  background-color: #ffffff !important;
  padding: 0px;
  margin: 5px;
  max-width: 290px;
  height: 360px;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.item_show_bg {
  background-color: #ffffff !important;
  padding: 0px;
  margin: 5px;
  max-width: 80%;
  min-height: 360px;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 202, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.padded_top_item_show {
  padding-top: 60px; }

/* line 206, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.padded_top_item_show_180 {
  padding-top: 180px; }

/* line 210, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.margin_left_20 {
  margin-left: 20px; }

/* line 214, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.origin_and_weight_height {
  height: 42px; }

/* line 218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.add_button {
  background-color: #CB840A;
  margin-right: 60px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  color: white;
  border-radius: 3px !important;
  box-shadow: 2px 2px 3px #7C8084;
  cursor: pointer; }

/* line 232, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.minus_button {
  background-color: #E6C48C !important; }

/* line 237, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.add_recipe {
  background-color: #CB840A;
  padding: 6 12;
  font-size: 12px;
  color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608;
  cursor: pointer; }

/* line 247, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.question_button {
  background-color: #FFDFDF;
  color: black;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle !important;
  font-size: 30px;
  border-radius: 50px !important;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 261, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.pull-button_right {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px !important;
  position: absolute;
  right: 0px !important; }

/* line 269, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.add_button_lg {
  background-color: #CB840A;
  margin: 0px 20px 0px 20px;
  width: 160px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  color: white;
  border-radius: 20px !important;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 282, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_items.scss */
.promotional-text {
  text-align: center;
  width: 100%;
  height: 32px;
  background-color: #CB840A;
  font-size: 20px;
  top: 0%;
  color: white; }

/* Main class */
/* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.language_menu {
  cursor: pointer;
  font-size: 13px;
  color: #fbf4ed !important;
  padding: 0px 3px;
  text-decoration: none; }

/* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.language_menu a:hover {
  color: #554a3e !important;
  background-color: #554a3e !important;
  text-decoration: none; }

/* line 15, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.device_menu_margin {
  margin-left: 10px; }

/* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.green_confirm {
  color: #cb840a !important; }

/* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.user_navbar {
  height: 53;
  width: 52; }

/* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.fivecolum a {
  color: #fbf4ed;
  text-decoration: none !important; }

/* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.fivecolum a:hover {
  color: #CB840A; }

/* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.fivebottons {
  background: #554A3E;
  border-radius: 8px !important;
  text-align: center;
  font-size: 24px;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.31);
  border: 0px;
  padding: 22px 0px 16px 0px;
  line-height: 28px; }

/* line 45, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.fivebottons img {
  padding-bottom: 15px; }

/* line 49, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.fiveselected {
  background-color: #cb840a; }

/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.cabin_font {
  font-family: 'Lato', sans-serif;
  font-size: 11px; }

/* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.margin_left {
  margin-left: 20px; }

/* line 62, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.menu_how_it_works {
  font-size: 16px; }

/* line 65, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.glyphicon-chevron-down {
  font-size: 10px;
  color: #cb840a;
  margin-left: 5px;
  line-height: auto;
  height: auto; }

/* line 73, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover; }

/* line 91, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
video#vid {
  width: 100%;
  height: auto;
  background-size: cover; }

/* line 97, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.padding_right {
  padding-right: 15px; }

/* line 101, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.price_caddy {
  color: #fbf4ed !important;
  font-size: 16px;
  display: inline-block;
  font-family: 'Lato', sans-serif; }

/* line 108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.delivery {
  color: #FD6E4B;
  text-align: center;
  font-size: 15px;
  font-weight: bold; }

/* line 123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar1-rm {
  background: white;
  transition: all 0.3s ease;
  display: flex;
  /*height: 55px;*/
  padding: 0px 0px;
  align-items: center;
  justify-content: space-between; }

/* line 133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar1-rm-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4;
  width: 100%; }

/* line 141, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar2-rm {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
  background: #fbf4ed;
  color: black;
  transition: all 0.3s ease;
  display: flex;
  /*height: 50px;*/
  padding: 0px 30px;
  align-items: center;
  justify-content: space-between; }

/* Optional class to fix the navbar on top */
/* line 154, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar2-rm-fixed {
  position: fixed;
  left: 0px;
  top: 120px;
  z-index: 3;
  width: 100%; }

/* line 162, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar3-rm {
  background: #fbf4ed;
  transition: all 0.3s ease;
  display: flex;
  height: 60px;
  padding: 0px 30px;
  align-items: center; }

/* Optional class to fix the navbar on top */
/* line 172, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar3-rm-fixed {
  position: fixed;
  left: 0px;
  /*top: 55px;*/
  z-index: 2;
  width: 100%; }

/* line 180, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar4-rm {
  background: #554A3E;
  transition: all 0.3s ease;
  display: flex;
  height: auto;
  /*padding: 0px 30px;*/
  text-align: center !important;
  justify-content: space-between;
  color: #fbf4ed; }

/* Optional class to fix the navbar on top */
/* line 192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar4-rm-fixed {
  position: fixed;
  left: 10%;
  margin-top: -10px;
  z-index: 1;
  width: 80%;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #554A3E; }

/* line 202, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.center_nav {
  color: white !important;
  margin: auto !important; }

/* Navbar logo */
/* line 208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-brand img {
  width: 150px; }

/* Navbar right section (with form, links, button) */
/* line 213, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-right {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* Navbar item */
/* line 220, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-item {
  flex: 0 1 auto;
  cursor: pointer;
  padding: 0 20px; }

/* Navbar standard link */
/* line 227, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-link {
  color: #616668;
  font-size: 14px; }

/* line 231, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-link:hover {
  color: #da552f;
  text-decoration: none; }

/* Navbar right button */
/* line 237, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-button {
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 20em;
  line-height: 40px;
  background-color: #75BCCF;
  color: white;
  font-size: 14px;
  border: 2px solid #75BCCF; }

/* line 247, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-button:hover {
  color: white;
  background: #75BCCF;
  border-color: #32899F; }

/* line 253, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.center_div {
  margin: 0 auto; }

/* line 257, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.categories_menu {
  font-size: 15px;
  margin-top: -5px; }

/* Navbar search form */
/* line 263, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-search {
  flex: 0 1 300px;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
  position: relative; }

/* line 270, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-search-btn {
  line-height: 40px;
  color: #E6E6E6;
  border: none;
  background: transparent;
  position: absolute;
  right: 14px;
  top: -2px;
  z-index: 1; }

/* line 280, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-search-input {
  flex: 0 1 300px;
  transition: all 0.15s ease;
  line-height: 40px;
  font-weight: lighter;
  color: #666666;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  outline: none; }

/* line 292, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-search-input:focus {
  border: 1px solid #CCCCCC; }

/* Navbar dropdown menu */
/* line 297, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-dropdown-menu {
  background-color: #FBF4ED;
  margin-top: 0px;
  box-shadow: 2px 2px 3px #CB840A;
  border-color: #CB840A; }

/* line 303, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-dropdown-menu li > a {
  transition: color 0.3s ease;
  font-weight: lighter !important;
  color: #999999 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  padding: 10px 20px; }

/* line 311, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-rm-dropdown-menu li > a:hover {
  background: transparent !important;
  color: black !important; }

/* line 328, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.cart-info {
  width: 180px;
  height: 45px;
  background-color: transparent;
  padding: 0px 7px; }

/* line 335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.cart-icon-price-holder {
  display: flex; }

/* line 339, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.items-in-cart-total-price {
  margin: 5px;
  margin-top: 15px; }

/* line 344, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search_in_out {
  width: 68% !important;
  color: #554A3e;
  background-color: #FBF4ED; }

/* line 355, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search-btn-xs {
  margin: 0px !important; }

/* line 359, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search_xs {
  width: 75% !important;
  color: white;
  background-color: white; }

/* line 365, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search-box {
  border: none !important;
  border-radius: 8px 0px 0px 8px !important;
  margin-left: -4px;
  max-width: 220px !important; }

/* line 372, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search-btn {
  background-color: #554a3e;
  border-radius: 0px 8px 8px 0px !important;
  padding: 6 12;
  z-index: 3;
  font-size: 12px; }

/* line 380, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.filter-box {
  display: inline-flex;
  text-align: center;
  padding: 3px 2px;
  background-color: #fbf4ed;
  border-radius: 6px !important; }

/* line 387, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.organic-string {
  margin: 0 8px 2px;
  font-size: 12px; }

/* line 392, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.filter-box li p {
  float: left; }

/* line 395, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.nav > li > a {
  padding: 9px 9px 9px 9px; }

/* line 399, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.caddy-confirmer {
  padding: 3px 35px;
  display: inline-block;
  position: absolute;
  background-color: #FFFDFD;
  z-index: 9999;
  text-align: center;
  left: 50px;
  top: 39px;
  min-height: 30px;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #7C8084;
  font-weight: 800;
  font-size: 15px !important;
  color: #cb840a; }

/* line 416, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.caddy-link a {
  color: #cb840a !important;
  text-decoration: none; }

/* line 421, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.caddy-link a:hover {
  color: #880D77 !important; }

/* line 425, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar {
  margin-bottom: -13px; }

/* line 428, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.startup {
  min-height: 138px !important; }

/* line 432, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.current_order_mobile {
  font-size: 12px;
  color: black; }

/* line 436, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.caddy_logo {
  background-image: url("/assets/images_2017/label_bleu_caddy.png");
  width: 41px; }

/* Navbar search form */
/* line 442, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.search-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

/* line 448, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-wagon-search {
  flex: 0 1 300px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 30px;
  position: relative;
  width: 565px; }
  @media (max-width: 767px) {
    /* line 448, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
    .navbar-wagon-search {
      display: none; } }

/* line 461, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-wagon-search-btn {
  line-height: 46px;
  color: #E6E6E6;
  border: none;
  background: transparent;
  position: absolute;
  top: -7px;
  right: 7px;
  color: #cb840a;
  z-index: 1; }
  @media (max-width: 767px) {
    /* line 461, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
    .navbar-wagon-search-btn {
      display: none; } }

@media (max-width: 767px) {
  /* line 477, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
  #explore-btn {
    display: none; } }

/* line 483, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-wagon-search-input {
  width: 330px;
  transition: all 0.15s ease;
  line-height: 35px;
  font-weight: lighter;
  color: #666666;
  border: 1px solid #E6E6E6;
  border-top-left-radius: 20em;
  border-bottom-left-radius: 20em;
  padding: 0 10px;
  font-size: 14px;
  outline: none; }

/* line 496, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_navbar.scss */
.navbar-wagon-search-input:focus {
  border: 1px solid #CCCCCC; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer_rm {
  margin-top: -10px;
  background-color: #554a3e;
  color: #fbf4ed !important;
  z-index: 3; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer_rm a {
  color: #fbf4ed !important; }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.picture_right_margin {
  margin-right: 15px; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer_copyright_rm {
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 1.875em; }

/* line 23, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer-new {
  margin-top: 10px; }

/* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer-new h1 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin: 12px 0px; }

/* line 32, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.subscribe-title {
  text-align: center;
  text-transform: uppercase;
  padding: 30px;
  margin: 0px;
  font-size: 18px;
  font-weight: bold; }

/* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.footer-new h3 {
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  margin: 5px;
  font-size: 18px;
  font-weight: bold; }

/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.social-icons {
  font-size: 36px !important;
  padding: 0px 10px;
  margin-bottom: 5px 0px 15px 0px;
  color: #2f2f2f; }

/* line 57, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.textbox-footer {
  border: 1px solid #b7b7b7;
  outline: 0;
  -webkit-border-radius: 5px  !important;
  -moz-border-radius: 5px  !important;
  border-radius: 5px;
  height: 45px;
  width: 170px;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  font-style: italic; }

/* line 72, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.right_align {
  text-align: right;
  margin-right: 10px; }

/* line 77, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.dlbutton {
  background: #FFE0E1;
  color: #3C373A;
  text-align: center;
  display: block;
  height: 45px;
  width: 170px;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-border-radius: 5px  !important;
  -moz-border-radius: 5px  !important;
  border-radius: 5px;
  padding: 14px 30px;
  font-weight: bold;
  font-size: 18px;
  border: 0px;
  -webkit-font-smoothing: antialiased; }

/* line 96, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.copyrights {
  text-transform: uppercase;
  padding: 10px 0px;
  letter-spacing: 1px;
  font-size: 12px !important; }

/* line 103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_footer.scss */
.center-img {
  margin: 0px auto;
  margin-bottom: 10px;
  padding: 10px 0px 0px 10px; }

/*
  End new footer css
*/
/* CSS Document */
/* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.fruit_menu_margin_20 {
  margin-left: 20 !important; }

/* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.link_over:hover {
  opacity: 0.5;
  filter: alpha(opacity=100); }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dp-nav-next a {
  color: #fbf4ed !important; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dp-nav-prev a {
  color: #fbf4ed !important; }

/* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.small_item_origin {
  font-size: 10px !important; }

/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.radius_25 {
  padding: 20px;
  border-radius: 8px !important;
  border: 0px; }

/* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.small-text-contact {
  margin-top: -13px;
  font-size: 10px;
  color: #FBF4ED; }

/* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.pics200 {
  width: 200px; }

/* line 41, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.small-text {
  margin-top: -20px;
  font-size: 10px;
  color: #FBF4ED; }

/* line 48, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.pref-box {
  background-color: #554A3E;
  color: #FBF4ED;
  padding: 10px 20px;
  border-radius: 8px !important; }

/* line 55, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.colour_black {
  color: black !important; }

/* line 59, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.black_opacity_bg {
  background: #554a3e;
  color: white !important; }

/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.modal_margin_top {
  margin-top: 50px !important; }

/* line 68, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.modal_padded {
  padding: 10px !important; }

/* line 72, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.border_typeform {
  border: 1px solid #7C8084;
  margin-bottom: 20px; }

/* line 77, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home-margin_top {
  margin-top: 90px; }

/* line 81, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.middle_date {
  padding-top: 80px; }

/* line 85, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.orange {
  color: #cb840a !important; }

/* line 89, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.beige {
  color: #FBF4ED !important; }

/* line 93, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.beige a {
  color: #FBF4ED !important;
  text-decoration: underline; }

/* line 98, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.black a {
  color: #554A3E !important;
  text-decoration: underline; }

/* line 103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.min-height-120 {
  min-height: 120px !important; }

/* line 108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.handed-font {
  font-family: 'Kaushan Script', cursive !important; }

/* line 112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/* line 118, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.top_banner {
  margin-top: 0px !important;
  background-color: #CB840A; }

/* line 123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.box-shadow {
  width: 400px;
  box-shadow: 2px 2px 3px #afa082; }

/* line 128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.box-shadow_mobile {
  width: 200px;
  box-shadow: 2px 2px 3px #afa082; }

/* line 133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bottom_banner {
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 0;
  z-index: 0; }

/* line 140, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.flex-box {
  width: 100%;
  display: flex;
  justify-content: space-around; }

/* line 146, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sub-title_bg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  background-color: black;
  align-items: bottom;
  opacity: 0.6;
  width: 220px;
  border-radius: 8px !important; }

/* line 158, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sub-title_hover {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  background-color: black;
  align-items: bottom;
  opacity: 0.6;
  width: 220px;
  border-radius: 8px !important; }

/* line 170, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sub-title_hover a:hover {
  background-color: green !important;
  opacity: 0.6; }

/* line 175, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.top_modal_margin {
  margin-top: 30px;
  text-align: center; }

/* line 180, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.menu_modal {
  text-align: left !important; }

/* line 184, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.top_menu_modal {
  margin-top: 40px; }

/* line 188, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.top-menu-bg {
  border-radius: 25px !important; }

/* line 192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.user_menu_link {
  font-size: 10px !important;
  font-family: 'Lato', sans-serif; }

/* line 197, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.flex_menu {
  display: flex; }

/* line 201, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_pic {
  cursor: pointer;
  text-align: center;
  height: 150px; }

/* line 207, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic {
  max-width: 300px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 216, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.pic_50 {
  width: 50px;
  padding: 0;
  display: block;
  margin: auto 0 auto auto; }

/* line 225, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.small_ic_25 {
  max-width: 25px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 232, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_150 {
  max-width: 150px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 241, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_200 {
  max-width: 200px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 250, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_800 {
  max-width: 800px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 259, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_400 {
  max-width: 400px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 268, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.icon_80 {
  width: 80px;
  padding: 20;
  margin: 0 auto;
  font-size: 30px; }

/* line 275, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_400_left {
  max-width: 400px;
  margin-left: -10px; }

/* line 280, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.up {
  background-image: url("/images/pictos/kraft_background.png");
  background-color: #fbf4ed;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%; }

/* line 298, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.home_pic_300 {
  max-width: 400px;
  margin-left: -10px;
  padding: 0;
  display: block;
  margin: 0 auto; }

/* line 307, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.main_bg {
  background-image: url(/images/pictos/bg-paper.jpg);
  background-repeat: repeat-y;
  background-color: #fbf4ed;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%; }

/* line 318, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_blue {
  background-color: #554A3E !important;
  color: white !important;
  padding: 5px; }

/* line 324, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_grey {
  background-color: #ECEAE6 !important; }

/* line 328, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.ul_circle {
  list-style: circle !important; }

/* line 332, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.txt_underline {
  text-decoration: underline !important; }

/* line 336, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.mycaddy_confirm {
  padding: 0px !important; }

/* line 340, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.no_padding {
  padding: 0px !important; }

/* line 343, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg1 {
  background-color: #CB840A !important;
  color: white !important; }

/* line 348, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg2 {
  background-color: #554A3E;
  color: white; }

/* line 353, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg3 {
  background-color: #DCD7D7; }

/* line 357, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg4 {
  background-color: #fbf4ed !important; }

/* line 361, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_bvr {
  background-color: #fbf4ed;
  padding: 20 20;
  border-radius: 10px !important; }

/* line 367, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_card {
  background-color: #fbf4ed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  padding: 20 20;
  border-radius: 10px !important; }

/* line 375, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.red_txt {
  color: red; }

/* line 379, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.padded_bottom {
  padding-bottom: 30px; }

/* line 383, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.padded_top {
  padding-top: 30px; }

/* line 387, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.padded_right {
  padding-right: 30px; }

/* line 391, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.padded_left {
  padding-left: 30px; }

/* line 395, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.marged_bottom {
  margin-bottom: 20px; }

/* line 399, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_white {
  background-color: white; }

/* line 403, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bg_beige {
  background-color: #fbf4ed !important; }

/* line 407, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.border_right {
  border-right: 1px solid #7C8084; }

/* line 411, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.border_top {
  padding-top: 30px;
  border-top: 1px solid #7C8084; }

/* line 416, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.red_txt {
  color: red; }

/* line 419, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.no_bg {
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none; }

/* line 425, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
body {
  font-size: 16px;
  background-position: left top;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif; }

/* line 432, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
ul > li > a, ul > li > p, .search-btn, .caddy-confirmer, h3, td {
  font-family: 'Lato', sans-serif; }

/* line 436, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
* {
  border-radius: 0px !important;
  box-sizing: border-box; }

/* line 440, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle; }

/* line 444, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.nomargin {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important; }

/* line 449, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.topmargin {
  margin: 50 0 0 0 !important;
  padding: 50 0 0 0 !important; }

/* line 454, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.topmargin0 {
  margin: 0 0 0 0 !important;
  padding: 50 0 0 0 !important; }

/* line 459, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bottommargin {
  margin: 0 0 0 0 !important;
  padding: 50 0 0 0 !important; }

/* line 464, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.general_bg {
  background-color: #C4DCAC; }

/* line 468, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 472, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.pageshadow {
  padding-top: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24); }

/* line 480, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.header {
  margin: 18px 0px; }

/* line 483, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.itemname {
  color: #554A3E;
  font-size: 19px; }

/* line 487, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.navbar-toggle {
  background-color: #554A3E;
  color: white; }

/* line 491, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.icon-bar {
  background-color: white;
  color: white; }

/* line 495, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.decriptionbox {
  padding: 8px;
  font-size: 15px;
  color: #554a3e;
  background-color: #fbf4ed;
  margin: 10px 0px;
  border-radius: 10px !important; }

/* line 505, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.decriptionbox_item_show {
  text-align: left;
  padding: 8px;
  font-size: 15px;
  color: #554a3e;
  background-color: #fbf4ed;
  margin: auto;
  max-width: 80%;
  border-radius: 10px !important; }

/* line 516, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.decriptionbox_color1 {
  border: 1px solid #DCD7D7;
  padding: 8px;
  font-size: 15px;
  color: white;
  background-color: #CB840A;
  margin: 10px 0px; }

/* line 524, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.decriptionbox_color2 {
  border: 1px solid #DCD7D7;
  padding: 8px;
  font-size: 15px;
  color: #554a3e;
  background-color: #D6F8EA;
  margin: 10px 0px; }

/* line 532, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.decriptionbox_color3 {
  border: 1px solid #DCD7D7;
  padding: 8px;
  font-size: 15px;
  color: #554a3e;
  background-color: #28CCB4;
  margin: 10px 0px; }

/* line 540, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.detalsbg {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.24); }

/* line 545, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.secondlevel {
  padding-left: 10px; }

/* line 548, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.secondlevel a {
  border: none;
  color: #8d8d8d !important;
  font-size: 13px; }

/* line 553, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thirdlevel {
  padding-left: 20px; }

/* line 556, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thirdlevel a {
  font-size: 12px;
  border: none;
  color: #8d8d8d !important; }

/* line 561, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.badge {
  background-color: white;
  color: #666; }

/* line 565, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-play {
  color: #554A3E;
  padding-right: 2px;
  font-size: 11px; }

/* line 570, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-chevron-right {
  color: #554a3e;
  padding-right: 2px;
  font-size: 11px; }

/* line 575, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.mainnav > li > a {
  font-size: 17px;
  color: white;
  font-weight: bold; }

/* line 580, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.mainnav > li > a:hover, .mainnav > li > a:focus {
  font-size: 17px;
  color: #7C8084;
  font-weight: bold; }

/* line 586, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.logo_front {
  width: 200px;
  /*margin-top: 15px;*/
  margin-left: -40px; }

/* line 591, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.topmenu > li > a {
  font-size: 12px; }

/* line 599, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.blackbg {
  background-color: #dcd7d7;
  border-radius: 0px;
  color: white;
  padding: 8px;
  padding: 5px 15px; }

/* line 606, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.blackbg a:hover {
  background-color: #3F0;
  border-radius: 0px;
  color: white; }

/* line 611, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filter {
  font-size: 25px;
  line-height: 46px; }

/* line 615, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filtertop {
  font-size: 16px;
  background: none;
  border-radius: 0px;
  color: #554a3e; }

/* line 621, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filtertop a:hover {
  background-color: #3F0;
  border-radius: 0px;
  color: white; }

/* line 626, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.secondbreadcrum {
  color: #554a3e; }

/* line 629, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.secondbreadcrum li {
  margin: 8px 0px; }

/* line 632, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.secondbreadcrum li a {
  padding: 4px 6px; }

/* line 635, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.fontbold {
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  color: #dcd7d7; }

/* line 641, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sep {
  font-size: 18px;
  color: #d1d1d1;
  padding: 0px 10px; }

/* line 646, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-remove {
  font-size: 16px;
  color: white; }

/* line 651, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-pencil {
  font-size: 16px;
  color: #cb840a; }

/* line 656, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-remove-sign {
  font-size: 25px;
  color: #554a3e;
  padding: 9px 0px; }

/* line 661, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.popcross {
  /*Line-height: 38px;*/
  padding-right: 8px; }

/* line 665, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cancle {
  background-color: #E0E0E0;
  padding: 7px;
  border-radius: 22px !important;
  cursor: pointer; }

/* line 671, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thumbnail {
  border-radius: 2px !important;
  padding: 8px 0px 0px 0px;
  box-shadow: 0 4px 4px -2px #7C8084; }

/* line 676, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thumbnail p {
  color: #554a3e; }

/* line 679, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.footer_item {
  background-color: #fbf4ed;
  margin-top: 50px;
  border-radius: 8px !important;
  padding: 10px 0px 10px 0px;
  height: 62px; }

/* line 687, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewdetailsbg {
  background-color: #fbf4ed;
  color: white;
  padding: 10px 0px; }

/* line 692, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewdetailsbg a {
  color: white;
  font-size: 12px;
  padding-bottom: 10px;
  cursor: pointer; }

/* line 698, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewdetailsbgsep {
  border-right: 1px solid white; }

/* line 701, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewdetailsbg a:hover {
  color: #dcd7d7; }

/* line 704, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewdetailsbg h4 {
  font-size: 24px;
  margin: 10px 0px 0px 0px; }

/* line 708, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.carticonsbg {
  border-radius: 0px;
  background-color: #ececec;
  color: #554A3E; }

/* line 713, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.region {
  color: #554A3E;
  font-family: 'Kaushan Script', cursive;
  font-weight: 700;
  font-size: 12px;
  text-align: center; }

/* line 720, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thumbnail .caption {
  padding: 0px 18px; }

/* line 724, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.youchoose {
  -webkit-box-shadow: inset 145px 148px 9px -144px #d36101;
  -moz-box-shadow: inset 145px 148px 9px -144px #d36101;
  box-shadow: inset 145px 148px 9px -144px #d36101;
  background-color: #ff9e02;
  color: white;
  margin-bottom: 15px;
  position: relative; }

/* line 734, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.youchoose h1 {
  line-height: 48px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 2px dotted white; }

/* line 740, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.elementbox {
  padding: 20px; }

/* line 743, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.discover {
  -webkit-box-shadow: inset 145px 148px 9px -144px #c62b19;
  -moz-box-shadow: inset 145px 148px 9px -144px #c62b19;
  box-shadow: inset 145px 148px 9px -144px #c62b19;
  background-color: #e85b40; }

/* line 749, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.doubleline {
  background-image: url(/images/image_2015/doubleline.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  margin: 10px 0px;
  color: #554A3E; }

/* line 756, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filterdropdown {
  border: 1px solid #554A3E; }

/* line 759, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filterdropdown a {
  font-size: 15px;
  height: 39px;
  color: #dcd7d7; }

/* line 764, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.searchmargin {
  margin-right: -48px; }

/* line 767, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#custom-search-input {
  margin: 0;
  margin-top: 16px;
  padding: 0; }

/* line 772, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#custom-search-input .search-query {
  /*padding: 22px;*/
  height: 30px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  color: #554A3E;
  margin-bottom: 0; }

/* line 779, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -43px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  color: #554A3E; }

/* line 791, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.glyphicon-search {
  font-size: 20px; }

/* line 794, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.search-query:focus + button {
  z-index: 3; }

/* line 797, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.orangebox {
  border: 0px solid #F1DCC0;
  background-color: transparent; }

/* line 801, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.alert {
  border-radius: 0px;
  padding: 5px;
  margin: 15px 0px; }

/* line 806, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.alert-danger {
  color: white;
  border: 1px solid #7F1C49;
  background-color: #CB840A; }

/* line 811, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.grayborder {
  border: 1px solid #e0e0e0; }

/* line 814, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tablebg {
  background-color: white;
  font-size: 15px; }

/* line 818, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

/* line 821, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartaccordian {
  border-bottom: 1px solid #554A3E;
  margin-bottom: 15px; }

/* line 825, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.closeopenarrow {
  font-size: 18px; }

/* line 828, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-default > .accordiontab {
  background-color: #554A3E !important; }

/* line 831, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.thumbnailmargin {
  margin-left: 20px; }

/* line 834, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.canclemargin {
  margin-right: 20px; }

/* line 837, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.accordiontab h4 {
  color: white;
  padding: 0px;
  margin: 0px; }

/* line 842, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-title > a:hover {
  color: white;
  text-decoration: none !important; }

/* line 846, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greentable {
  background-color: #F5F5F5;
  font-size: 15px; }

/* line 850, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greentable > tbody > tr:nth-child(odd) > td, .greentable > tbody > tr:nth-child(odd) > th {
  background-color: #F5F5F5; }

/* line 853, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel, .list-group-item {
  border-radius: 0px;
  border: 0px; }

/* line 857, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.list-group-item {
  color: #554a3e !important;
  background: transparent; }

/* line 861, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-default {
  border-radius: 0px !important;
  border: 0px solid #7C8084; }

/* line 865, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-heading {
  border-radius: 0px !important;
  border-bottom: 0px solid #7C8084; }

/* line 869, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-info {
  border-radius: 0px !important; }

/* line 872, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-info h3 {
  padding: 0px;
  margin: 0px; }

/* line 876, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-info > .panel-heading {
  color: #1F2B24 !important;
  background-color: transparent;
  border-bottom: 2px solid #554A3E !important;
  margin-bottom: 18px; }

/* line 882, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-heading a:hover {
  color: #dcd7d7; }

/* line 885, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.list-group {
  margin-bottom: 0px;
  border-bottom: 1px solid #d1d1d1; }

/* line 889, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.itemsbar {
  background-color: #DCD7D7;
  padding: 0px 34px;
  color: #554a3e;
  margin: 10px 0px; }

/* line 895, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.nonmember {
  background-color: #F19C64;
  padding: 0px 34px;
  color: #554a3e;
  margin: 20px 0px; }

/* line 901, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.total {
  background-color: #dcd7d7;
  padding: 0px 34px;
  color: #554a3e;
  margin: 20px 0px; }

/* line 908, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.total-config {
  border: 2px solid #554A3E;
  background-color: #554A3E;
  color: #fbf4ed !important;
  padding: 0px 34px;
  color: #554a3e;
  margin: 20px 0px;
  border-radius: 5px !important;
  box-shadow: 2px 2px 3px #554A3E; }

/* line 920, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.button-config {
  text-align: center;
  margin: 40px 0px; }

/* line 924, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.memberbutton {
  font-size: 15px;
  margin: 10px 0px;
  border-radius: 5px !important;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 930, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.step4text {
  color: #CB840A;
  font-size: 18px; }

/* line 934, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.btn {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 939, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none; }

/* line 942, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greenbutton {
  border-radius: 8px !important;
  background: #554A3E;
  color: #FBF4ED;
  font-size: 20px;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 949, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greenbutton:hover, .greenbutton:focus, .greenbutton:active, .greenbutton.active, .open > .dropdown-toggle.greenbutton {
  color: #CB840A !important; }

/* line 952, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greenbutton:active, .greenbutton.active {
  box-shadow: none; }

/* line 955, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.blackbutton {
  border-radius: 8px !important;
  background: #CB840A;
  color: #FBF4ED;
  font-size: 20px;
  padding: 6 12;
  box-shadow: 2px 2px 3px #A16608; }

/* line 963, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.blackbutton:hover, .blackbutton:focus, .blackbutton:active, .blackbutton.active, .open > .dropdown-toggle.blackbutton {
  color: #554A3E; }

/* line 966, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.blackbutton:active, .blackbutton.active {
  background: #CB840A;
  box-shadow: none; }

/* line 970, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bluebutton {
  background: #dcd7d7;
  color: white;
  font-size: 20px;
  box-shadow: 2px 2px 3px #7C8084; }

/* line 976, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bluebutton:hover, .bluebutton:focus, .bluebutton:active, .bluebutton.active, .open > .dropdown-toggle.bluebutton {
  background: #dcd7d7; }

/* line 979, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bluebutton:active, .bluebutton.active {
  background: #dcd7d7;
  box-shadow: none; }

/* line 983, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a {
  padding: 10px 12px 10px;
  margin-right: 2px;
  background: #e0e0e0;
  position: relative;
  width: 48%;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  display: inline-block; }

/* line 994, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:hover {
  color: #1F2B24;
  text-decoration: none; }

/* line 998, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:before {
  width: 0;
  height: 0;
  border-top: 21px inset transparent;
  border-bottom: 21px inset transparent;
  border-left: 21px solid white;
  position: absolute;
  content: "";
  top: 0;
  left: 0; }

/* line 1009, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:after {
  width: 0;
  height: 0;
  border-top: 21px inset transparent;
  border-bottom: 21px inset transparent;
  border-left: 21px solid #e0e0e0;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2; }

/* line 1021, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:first-child:before, .wizard a:last-child:after {
  border: none; }

/* line 1024, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 1029, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 1034, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px; }

/* line 1039, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard a:first-child .badge {
  margin-left: 0; }

/* line 1042, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard .current {
  background: #554A3E;
  color: white; }

/* line 1046, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard .current:after {
  border-left-color: #554A3E; }

/*WIZARD 2*/
/* line 1050, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 {
  margin: 15px 0px; }

/* line 1053, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a {
  padding: 23px 12px 23px;
  margin-right: 1px;
  background: #e0e0e0;
  position: relative;
  width: 16.29%;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  display: inline-block; }

/* line 1064, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:hover {
  color: #1F2B24;
  text-decoration: none; }

/* line 1068, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:before {
  width: 0;
  height: 0;
  border-top: 32px inset transparent;
  border-bottom: 32px inset transparent;
  border-left: 20px solid white;
  position: absolute;
  content: "";
  top: 0;
  left: 0; }

/* line 1079, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:after {
  width: 0;
  height: 0;
  border-top: 32px inset transparent;
  border-bottom: 32px inset transparent;
  border-left: 20px solid #e0e0e0;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2; }

/* line 1091, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:first-child:before, .wizard2 a:last-child:after {
  border: none; }

/* line 1094, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 1099, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 1104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px; }

/* line 1109, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a:first-child .badge {
  margin-left: 0; }

/* line 1112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 .current {
  background: #554A3E;
  color: white; }

/* line 1116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 .current:after {
  border-left-color: #554A3E; }

/* line 1119, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparant; }

/* line 1123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.meattitle {
  MARGIN-TOP: -44PX; }

/* line 1126, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cancle2 {
  background-color: #E0E0E0;
  padding: 7px;
  border-radius: 22px !important;
  cursor: pointer; }

/* line 1132, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tableborder {
  border: 1px solid #E0E0E0; }

/* line 1135, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tableborder th {
  background-color: #e0e0e0;
  font-size: 22px; }

/* line 1139, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

/* line 1143, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-title {
  font-size: 24px;
  color: inherit; }

/* line 1147, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greentest {
  color: #554a3e !important;
  font-weight: bold; }

/* line 1151, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.mainnav > li > a:hover {
  color: #554A3E;
  background-color: #1F2B24; }

/* line 1155, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu {
  font-size: 16px;
  padding: 6px 0px;
  margin-top: 0px; }

/* line 1160, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu a:hover {
  color: #7C8084 !important; }

/* line 1163, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenusep {
  color: #554A3E;
  font-size: 26px;
  border-left: 1px solid white; }

/* line 1168, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu td, .cartmenu h3 {
  color: #554a3e; }

/* line 1171, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu td {
  color: #554a3e;
  font-size: 14px;
  vertical-align: middle !important; }

/* line 1176, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu h3 {
  margin-top: 0px; }

/* line 1179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartmenu tr {
  vertical-align: middle; }

/* line 1182, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.viewcart a {
  padding: 3px 15px;
  background-color: #554A3E;
  color: white;
  font-size: 18px;
  font-weight: bold; }

/* line 1189, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.productshadow {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.24); }

/* line 1192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.loginpanel {
  height: 34px;
  background-color: #554A3E;
  color: white;
  font-size: 18px;
  /* line-height: 50px;*/
  text-align: center;
  padding-top: 5px; }

/* line 1201, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#loginform {
  padding: 20px; }

/* line 1204, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#loginform .input-group-addon {
  border-radius: 0px;
  background-color: white;
  border-right: 0px; }

/* line 1209, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cancelbutton, .cancelbutton:hover {
  background-color: #222222;
  color: white;
  border-radius: 0px;
  border-color: #222222;
  margin-top: 9px;
  padding: 3px 19px; }

/* line 1217, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.loginbutton, .loginbutton:hover {
  background-color: #554A3E;
  color: white;
  border-radius: 8px;
  border-color: #554A3E;
  margin-top: 9px;
  padding: 3px 19px; }

/* line 1225, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-control:focus {
  border-color: #C8C8C8;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1230, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-menu {
  width: auto;
  min-width: 300px !important;
  padding-left: 20px;
  border-radius: 8px;
  background-color: white !important; }

/* line 1237, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-menu > li.kopie > a {
  padding-left: 5px; }

/* line 1240, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu {
  position: relative; }

/* line 1243, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  background-color: #554a3e; }

/* line 1253, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #dcd7d7;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0; }

/* line 1265, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #000000; }

/* line 1268, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline; }

/* line 1271, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-menu li a {
  font-weight: normal !important; }

/* line 1274, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.kg {
  padding: 0px 4px;
  border-radius: 0px;
  border: 1px soid #d1d1d1 !important; }

/* line 1279, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.kgbox {
  min-height: 32px; }

/* line 1282, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.kgbox h4 {
  line-height: 32px; }

/* line 1285, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.kgbox .dropdown-menu > li > a {
  color: #1F2B24; }

/* line 1288, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.kgbox .dropdown-menu > li > a:hover {
  color: #554a3e !important; }

/* line 1292, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_amount_on_confirmation {
  min-height: 60px;
  min-line-height: 60px;
  vertical-align: center;
  font-size: 15px;
  color: black !important; }

/* line 1300, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_on_confirmation {
  min-height: 60px;
  min-line-height: 60px;
  vertical-align: center;
  font-size: 15px;
  color: black !important; }

/* line 1308, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.seperation_line {
  border-top: 1px solid #CB840A;
  width: 100%; }

/* line 1313, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.line_of_seperation {
  max-width: 60%;
  height: 20px;
  border: 0;
  border-top: 1px solid #554a3e;
  margin: 1em 0; }

/* line 1321, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.full_width {
  display: block;
  width: 100%; }

/* line 1326, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.div_bg {
  background-color: #DCD7D7;
  padding-top: 10px; }

/* line 1332, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.plus_minus_confirmation {
  width: 25px;
  height: 25px; }

/* line 1336, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartplus, .cartplus:hover, .cartplus:hover {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.3333333;
  border-radius: 2px;
  /* float: right; */
  margin-left: 2px;
  color: white;
  background-color: #554A3E;
  border-color: #554A3E;
  font-weight: normal; }

/* line 1348, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.btn-info:active:focus, .btn-info:active:hover {
  color: white;
  background-color: #554A3E;
  border-color: #554A3E; }

/* line 1353, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.textcartitem {
  width: 25px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 11px; }

/* line 1360, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartminus, .cartminus:hover, .cartminus:hover {
  background-color: #554A3E !important;
  border-color: #554A3E !important; }

/* line 1364, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartminus:active:focus, .cartminus:active:hover {
  color: white;
  background-color: #554A3E !important;
  border-color: #554A3E !important; }

/* line 1369, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.forgotbutton {
  font-size: 18px;
  background-color: #554A3E;
  color: white; }

/* line 1374, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.panel-login {
  border: 1px solid #d1d1d1;
  border-radius: 4px; }

/* line 1378, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.discovergreytext {
  color: #554a3e;
  font-size: 12px; }

/* line 1382, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"] {
  display: none; }

/* line 1385, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px; }

/* line 1388, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none; }

/* line 1391, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block; }

/* line 1394, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block; }

/* line 1397, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none; }

/* line 1400, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbutton {
  padding: 5px 5px !important;
  margin-right: 5px; }

/* line 1404, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.discoveritems {
  border-radius: 0px; }

/* line 1407, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.infoicon {
  color: #554A3E;
  padding: 2px 5px 0px 6px;
  font-size: 19px;
  margin-top: 10px;
  cursor: pointer; }

/* line 1414, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.small_infoicon {
  color: #554A3E;
  padding: 2px 5px 0px 6px;
  font-size: 10px;
  cursor: pointer; }

/* line 1422, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both; }

/* line 1427, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  width: 0.8em;
  height: 0.8em;
  float: left;
  margin-right: .3em; }

/* line 1438, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.radio .cr {
  border-radius: 50%; }

/* line 1441, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%; }

/* line 1448, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.radio .cr .cr-icon {
  margin-left: 0.04em; }

/* line 1452, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in; }

/* line 1457, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

/* line 1461, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

/* line 1464, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownwidth {
  width: 100%;
  text-align: left; }

/* line 1468, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label, .radio label {
  font-size: 16px;
  font-weight: 100;
  padding-left: 0px; }

/* line 1474, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.producttitle {
  font-size: 23px;
  padding: 0px; }

/* line 1478, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.organiclable {
  font-size: 20px;
  font-weight: lighter;
  font-weight: normal;
  text-align: left !important;
  line-height: 19px; }

/* line 1485, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.discoverbg {
  background-image: url(/images/image_2015/discoverbg.jpg); }

/* line 1488, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.transgreen {
  background-image: url(/images/image_2015/trasgreen.png);
  height: 71px;
  line-height: 73px;
  padding-right: 0px;
  color: white; }

/* line 1495, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.editbutton {
  font-size: 13px;
  padding: 4px 8px;
  margin-right: -15px; }

/* line 1500, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.hrstyle {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/* line 1506, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.control-label {
  text-align: left !important;
  font-weight: normal; }

/* line 1510, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.form-control {
  border: 1px solid #a4a4a4;
  border-radius: 0px; }

/* line 1514, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
a {
  color: #554a3e; }

/* line 1517, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartbg {
  background: url(/images/image_2015/cartbg.jpg);
  background-repeat: repeat-x;
  height: 20px; }

/* line 1522, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.categoriesheading {
  height: 50px;
  background-color: #CB840A;
  color: white;
  font-size: 22px;
  padding: 0px 24px 0px 14px;
  line-height: 50px; }

/* line 1530, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.graytext {
  color: #554a3e; }

/* line 1533, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.itemborder {
  border: 1px solid #dfe0e2; }

/* line 1536, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cart h4 {
  color: #000000;
  margin-top: 10px; }

/* line 1540, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.topengmenu {
  float: right; }

/* line 1543, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.paddingzero {
  right: 0px; }

/* line 1547, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.btn-padding {
  padding: 20px; }

/* line 1551, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sidebar-nav {
  display: none; }

/* line 1554, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#divlogin {
  border: 1px solid white;
  top: 35px;
  width: 310px;
  right: 60px; }

/* line 1560, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.topengbutton {
  padding: 5px 8px !important; }

/* line 1563, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.register a {
  color: #554a3e;
  text-decoration: underline;
  padding-bottom: 8px;
  font-size: 14px; }

/* line 1569, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.registerbtn {
  background: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #858185);
  background-image: -moz-linear-gradient(top, #e0e0e0, #858185);
  background-image: -ms-linear-gradient(top, #e0e0e0, #858185);
  background-image: -o-linear-gradient(top, #e0e0e0, #858185);
  background-image: linear-gradient(to bottom, #e0e0e0, #858185);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px !important;
  -webkit-box-shadow: 0px 1px 3px #2e2e2e;
  -moz-box-shadow: 0px 1px 3px #2e2e2e;
  box-shadow: 0px 1px 3px #2e2e2e;
  color: #030303;
  padding: 10px 20px 10px 20px;
  text-decoration: none; }

/* line 1586, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.registerbtn:hover {
  background: #e3e3e3;
  background-image: -webkit-linear-gradient(top, #e3e3e3, #dcd7d7);
  background-image: -moz-linear-gradient(top, #e3e3e3, #dcd7d7);
  background-image: -ms-linear-gradient(top, #e3e3e3, #dcd7d7);
  background-image: -o-linear-gradient(top, #e3e3e3, #dcd7d7);
  background-image: linear-gradient(to bottom, #e3e3e3, #dcd7d7);
  text-decoration: none; }

/* line 1595, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.avoide {
  background-color: #554A3E;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px;
  color: white;
  padding: 4px 27px 3px 9px;
  background-image: url(/images/public_images_2017/avoideicon_white_28.png);
  background-repeat: no-repeat;
  text-transform: inherit;
  background-position: right; }

/* line 1606, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.like {
  background-color: #CB840A;
  border-radius: 8px !important;
  box-shadow: 2px 2px 3px #A16608;
  color: white;
  padding: 4px 7px 3px 25px;
  background-image: url(/images/public_images_2017/likeicon_white_28.png);
  background-repeat: no-repeat;
  text-transform: inherit; }

/* line 1616, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.popupdiv {
  background-color: #554a3e;
  opacity: 0.8;
  z-index: 99999;
  position: absolute;
  width: 90%;
  max-width: 100%;
  top: 0;
  padding: 10px;
  color: white !important;
  font-weight: normal;
  height: 450px; }

/* line 1629, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.popupdiv2 {
  width: 95%;
  height: 505px; }

/* line 1633, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.colorwhite {
  color: white !important; }

/* line 1637, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.colordark {
  color: #35452B !important; }

/* line 1640, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.modal-header, .modal-body {
  border-bottom: 0px;
  padding: 0px 22px; }

/* line 1644, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.lapopup {
  color: white;
  background-color: #554A3E;
  width: 680px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 20px !important; }

/* line 1652, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.popupbutton {
  background-color: #554A3E;
  color: white;
  border-radius: 20px !important;
  border: 2px solid white;
  font-size: 18px;
  padding: 9px 20px;
  margin-bottom: 20px; }

/* line 1661, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.twobox {
  background-color: #edeae6;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 20px; }

/* line 1667, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.closebutton {
  background-color: #554A3E;
  border-radius: 20px !important;
  font-size: 20px;
  padding: 5px 11px !important;
  border: 2px solid white; }

/* line 1674, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wrongamount {
  border: 1px solid #953B39;
  box-shadow: 0 0 6px #D59392 !important; }

/* line 1679, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.navbar-fixed-top {
  position: fixed;
  top: 0;
  z-index: 3;
  padding: auto;
  background-color: #333;
  width: 1230px;
  left: auto;
  right: auto;
  margin-top: -18px;
  margin-bottom: -18px;
  height: 72px; }

/* need to check */
/* line 1695, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
a:hover {
  color: #554A3E;
  text-decoration: none; }

/* line 1699, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greenbg {
  background-color: #554A3E;
  color: white; }

/* line 1704, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.mainnav li a {
  font-size: 17px;
  /*color:white;*/
  font-weight: bold; }

/* line 1709, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.filer {
  font-size: 25px;
  line-height: 46px; }

/* line 1714, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tooltip:hover:before {
  border: solid;
  border-color: #dcd7d7 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99; }

/* line 1724, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tooltip:hover:after {
  background: #dcd7d7;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: white;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px; }

/* line 1737, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.tooltip {
  display: inline;
  position: relative; }

/* line 1741, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.popup-quality {
  font-weight: bold;
  line-height: 2.5;
  color: white;
  text-align: center; }

/* line 1747, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.region, #region {
  background: #3c9bcb; }

/* line 1750, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.bio, .popup-quality.bio {
  background: #7b7320; }

/* line 1753, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.bio-saison, .popup-quality.bio-saison {
  background: #cc6d3d; }

/* line 1756, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.Hors_saison, .popup-quality.Hors_saison {
  background: #AAAAAA; }

/* line 1759, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.bio-co2, .popup-quality.bio-co2 {
  background: #ff877f; }

/* line 1762, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.quality.saison, .quality.bio-saison, .popup-quality.saison, .popup-quality.bio-saison {
  background: #cc6d3d; }

/* line 1765, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.uppercase {
  text-transform: uppercase; }

/* line 1768, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#MainMenu ul li label {
  width: 40%;
  float: left;
  color: #332E2E;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal; }

/* line 1776, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.login-options label {
  line-height: 50px;
  text-align: left; }

/* line 1780, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.login-options fieldset ol li {
  text-decoration: none;
  list-style: none; }

/* line 1784, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#flash-messages {
  width: 98%;
  z-index: 9999;
  /* position: fixed; */
  position: absolute;
  top: 280px;
  left: 10px;
  min-height: 30px;
  display: none; }

/* line 1794, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.row-append-text {
  margin-bottom: 20px; }

/* line 1797, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#dvLoading, #os_confirm_dvLoading {
  background: white none repeat scroll 0 0;
  border: 3px solid #777777;
  color: #3c9bcb;
  display: table-cell;
  font-size: 5em;
  font-weight: bold;
  left: 50%;
  margin: -45px 0 0 -200px;
  min-height: 70px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 400px;
  z-index: 99901; }

/* line 1813, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
ol, ul {
  text-decoration: none;
  list-style: none; }

/* line 1817, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#alert {
  border-radius: 0px;
  padding: 5px;
  margin: 15px 0px; }

/* line 1822, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.btn_padding {
  padding: 5px 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 1829, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.alert-cold-products {
  border-radius: 0;
  margin: 15px 0;
  padding: 5px; }

/* line 1835, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.cartbutton {
  padding-top: 7px; }

/* line 1838, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.greentable > tbody > tr:nth-child(2n+1) > td, .greentable > tbody > tr:nth-child(2n+1) > th {
  background-color: #F5F5F5; }

/* line 1841, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

/* line 1847, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#message-on-failure {
  position: absolute;
  z-index: 999;
  display: none; }

/* line 1852, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
tr.strikeout, tr.strikeout td {
  background: url("/../images/image_2015/strike.png") 0 50% repeat-x; }

/* line 1856, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label::after, .radio label::after {
  clear: both;
  content: "";
  display: table; }

/* line 1862, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none; }

/* line 1866, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.label_coordinates {
  width: 100%;
  line-height: 30px; }

/* line 1871, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.organiclable_configure_basket {
  font-size: 18px;
  font-weight: lighter; }

/* line 1875, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.col-md-6 .checkbox label {
  line-height: 30px;
  width: auto; }

/* line 1880, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.col-md-3 .checkbox label {
  width: auto; }

/* line 1884, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.label_configure_basket {
  float: none !important;
  max-width: 100%;
  line-height: 0px !important; }

/* line 1890, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.step1_instruction {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 120; }

/* line 1898, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.full_opacity {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* Just to keep it at the very top */ }

/* line 1914, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#twobox {
  color: white;
  background-color: #D7CFB7;
  margin: 0px auto 30px;
  border-radius: 20px !important;
  padding: 20px;
  font-size: 14px; }

/* line 1923, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.headerbg {
  background-color: #dcd7d7; }

/*****************************************
 ******************************************** CSS written by LBB Team *******************************************
 *****************************************/
/******* View cart *********/
/* line 1931, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#increment, #decrement {
  display: inline-block; }

/* line 1935, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.confirmed_item_quantity_increment {
  text-align: center; }

/* line 1939, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#divcartitems .cartplus, .cartminus, #increment {
  padding: 5px !important; }

/* line 1943, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#divcartitems .viewcart a:hover {
  color: white;
  text-decoration: none; }

/************ Delete Modal , Login Modal & Update Password Modal **************/
/* line 1951, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#deleteConfirmModal .modal-header,
#loginModal .modal-header,
#update-password .modal-header {
  background-color: #554A3E;
  text-align: center; }

/* line 1957, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#deleteConfirmModal .modal-body, .modal-header,
#loginModal .modal-body, .modal-header {
  padding: 12px !important; }

/* line 1961, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#deleteConfirmModal .modal-footer .btn {
  text-transform: none; }

/* line 1964, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#deleteConfirmModal .modal-footer .btn-default {
  background-color: #1F2B24;
  color: white; }

/* line 1968, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#deleteConfirmModal .modal-footer .btn-primary {
  background-color: #554A3E;
  border: none; }

/* line 1972, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#update-password .modal-body {
  padding-top: 16px; }

/************ Configure Basket ***************/
/* line 1977, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.wizard2 a {
  font-size: 13px; }

/* line 1980, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#number_of_persons_all {
  padding: 6px 12px !important; }

/* line 1983, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.modal-dialog {
  margin: 0px auto; }

/* line 1987, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_quantity, .kg {
  width: 100% !important; }

/* line 1990, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.trans_label {
  display: none; }

/* line 1993, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.divsection2 {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #1F2B24;
  color: white;
  margin: 0px 14px 40px 14px;
  min-height: 96%;
  padding: 15px; }

/* line 2004, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.divsection1 {
  display: none;
  height: 430px;
  width: 90%;
  background-color: #554a3e;
  color: white !important;
  font-weight: normal;
  max-width: 100%;
  opacity: 0.8;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 99999;
  font-size: 15px; }

/* line 2020, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sidemenuicon {
  display: block;
  position: fixed;
  border-radius: 25px !important;
  z-index: 6000;
  background: #554a3e none repeat scroll 0% 0%;
  padding: 5px 9px;
  font-size: 22px;
  cursor: pointer;
  color: #fbf4ed; }

/* line 2032, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.sidebar-wrapper {
  display: none;
  border-radius: 25px !important; }

/*
  CSS to handle submenus
*/
/* line 2040, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 2044, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown:hover > .dropdown-menu {
  display: block; }

/* line 2047, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu.pull-left {
  float: none; }

/* line 2051, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* line 2059, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.priceperson {
  background-color: #2e2e2e;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px !important; }

/* line 2067, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.gateway_pay {
  width: 303px; }

/* line 2071, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.diplay_inline {
  display: inline !important; }

/*
  New footer css
*/
/*********PAUL - 145 *********/
/* line 2081, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

/* all links */
/* line 2088, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav > li > a {
  color: #333;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 500; }

/* nested links */
/* line 2097, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 15px; }

/* line 2104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.categoryactive {
  /** written by LBB Team ******/
  color: #CB840A !important;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #A16608 !important;
  font-weight: 700; }

/* active & hover links */
/* line 2112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #CB840A;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #A16608; }

/* all active links */
/* line 2121, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700; }

/* nested active links */
/* line 2127, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500; }

/* hide inactive nested list */
/* line 2134, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav ul.nav {
  display: block; }

/* show active nested list */
/* line 2138, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block; }

@media (max-width: 790px) {
  /* line 2142, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
  .bs-docs-sidebar {
    display: none; } }
/* line 2148, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.notifier-alert {
  position: fixed;
  top: 14%;
  width: 90%;
  z-index: 1111;
  margin: 0px auto;
  left: 0;
  right: 0; }

/* line 2157, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.alert-dismissible .close {
  right: 5px;
  top: 6px; }

/* line 2162, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.alert-success {
  padding: 10px;
  font-size: 18px;
  font-family: 'Walter Turncoat', cursive;
  font-size: 25px; }

/* Links inside the dropdown */
/* line 2172, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a {
  font-size: 13px;
  color: #cd394f !important;
  padding: 5px 10px;
  text-decoration: none;
  display: block; }

/* line 2179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a:hover {
  color: #000;
  padding: 5px 10px;
  background-color: #fff !important;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
/* line 2187, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a:hover {
  background-color: #000; }

/* Show the dropdown menu on hover */
/* line 2191, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri:hover .dropdownsri-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
/* line 2195, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri:hover .dropbtnsri {
  background-color: #ccc; }

/* Dropdown Button */
/* line 2199, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropbtnsri {
  background-color: transparent;
  color: #fbf4ed;
  padding: 4px;
  font-size: 15px;
  border: none;
  cursor: pointer; }

/* The container <div> - needed to position the dropdown content */
/* line 2208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
/* line 2222, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content {
  display: none;
  z-index: 5000;
  position: absolute;
  background-color: #fff !important;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 6px;
  border: 1px solid #fbf4ed; }

/* line 2233, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 122px;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1; }

/* Links inside the dropdown */
/* line 2246, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a {
  font-size: 13px;
  color: #cf3d27 !important;
  padding: 5px 10px;
  text-decoration: none;
  display: block; }

/* line 2253, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a:hover {
  color: #000 !important;
  padding: 5px 10px;
  background-color: #fbf4ed !important;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
/* line 2261, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri-content a:hover {
  background-color: #000; }

/* Show the dropdown menu on hover */
/* line 2265, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri:hover .dropdownsri-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
/* line 2269, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.dropdownsri:hover .dropbtnsri {
  background-color: #ccc; }

/* line 2272, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label.btn span {
  font-size: 14px;
  text-transform: none; }

/* line 2276, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #706e6e;
  display: inline; }

/* line 2280, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="radio"] ~ i.fa.fa-check-circle-o {
  display: none; }

/* line 2283, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none; }

/* line 2286, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
  color: #cf3d27;
  display: inline; }

/* line 2290, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label:hover input[type="radio"] ~ i.fa {
  color: #191919; }

/* line 2293, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #706e6e;
  display: inline; }

/* line 2297, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none; }

/* line 2300, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none; }

/* line 2303, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #cf3d27;
  display: inline; }

/* line 2307, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
label:hover input[type="checkbox"] ~ i.fa {
  color: #191919; }

/* line 2310, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
div[data-toggle="buttons"] label.active {
  color: #cf3d27;
  font-weight: bold; }

/* line 2314, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #706e6e;
  border-radius: 3px;
  color: #706e6e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 2335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
div[data-toggle="buttons"] label:hover {
  color: #191919; }

/* line 2338, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 2345, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.no-titlebar {
  border: 1px solid green; }
  /* line 2347, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
  .no-titlebar .ui-dialog-titlebar {
    display: none; }
  /* line 2350, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
  .no-titlebar button {
    background-color: #5DA474; }

/* line 2354, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#dialog {
  display: none;
  padding: 28px;
  overflow-y: hidden; }

/* line 2359, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
#coupon {
  width: 42%;
  margin-right: 8px;
  float: left; }

/* line 2364, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.promo_section {
  margin: inherit; }

/* line 2369, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_description .modal-content, .item_description .thumbnail {
  background-color: #FBF4ED;
  color: #554A3E; }
/* line 2373, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_description .thumbnail, .item_description hr {
  border: none;
  box-shadow: none; }
/* line 2377, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_description .decriptionbox {
  background-color: #FBF4ED;
  color: #554A3E;
  border: none; }
/* line 2382, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_description .caption, .item_description .graytext, .item_description .thumbnail p, .item_description h2, .item_description .greentest, .item_description a {
  color: #554A3E !important; }
/* line 2385, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.item_description .modal-footer {
  border: none; }

/* line 2389, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_label_custom_2017.scss */
.configure-baskets .glyphicon {
  top: 5px; }

@media (min-width: 1200px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .title-bg {
    margin: 0px 100px 0px 100px; }

  /* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .faq-section {
    max-width: 700px !important; }

  /* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .register a {
    color: black;
    text-decoration: underline;
    padding-bottom: 8px;
    font-size: 14px; }

  /* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .marginright {
    margin-right: 20px; }

  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .marginleft {
    margin-left: 20px; }

  /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .notice {
    line-height: 30px; }

  /* line 23, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .tablerows {
    padding-top: 9px; }

  /* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .paddingzero {
    padding: 0px; }

  /* line 29, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .container {
    padding: 0px; }

  /*.cancle2{ margin-top:4px;}
  */
  /* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartwidth {
    width: 580px !important; }

  /* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .tablebg {
    font-size: 15px; }

  /* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .fivecolum {
    width: 20%; }

  /* line 45, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .pageshadow {
    width: 1230px;
    margin: 0 auto; }

  /* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartmenusep {
    color: #554A3E;
    font-size: 26px;
    border-left: 1px solid white; }

  /* line 55, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartmenu td, .cartmenu h3 {
    color: black; }

  /* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartmenu td {
    color: black;
    font-size: 14px;
    vertical-align: middle !important; }

  /* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartmenu tr {
    vertical-align: middle; }

  /* line 66, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1200.scss */
  .cartmenu h3 {
    margin-top: 0px; } }
@media (max-width: 1024px) {
  /* line 3, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .banner_vertical_price {
    right: 230px; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .banner_vertical_4 {
    right: 40px !important; }

  /* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .navbar3-rm-fixed {
    top: 110px; }

  /* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .navbar-nav > li > a {
    line-height: 10px; }

  /* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .navbar-default {
    height: 40px; }

  /* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .categories_menu {
    font-size: 12px; }

  /* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .bs-docs-sidebar .nav > li > a {
    font-size: 12px; }

  /*menu*/
  /* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .sidebar-wrapper {
    display: block; }

  /* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .sidebar-nav {
    display: block; }

  /* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .headerhide {
    display: none; }

  /* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .hideinmobile, .mainnavehide {
    display: none; }

  /* line 44, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menu_xs_bg {
    background-color: #fbf4ed !important;
    border-radius: 25px !important; }

  /* line 49, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menu1links {
    background-color: none;
    padding: 10px 27px;
    font-size: 15px;
    padding: 5px;
    list-style: none;
    color: #777777 !important; }

  /* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menu1links a {
    color: #777777; }

  /* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menu1links a:hover {
    color: #777777 !important; }

  /* line 68, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menushoplinks {
    padding: 5px 0px;
    font-size: 15px;
    list-style: none;
    color: #777777 !important; }

  /* line 76, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menushoplinks a {
    color: #777777; }

  /* line 81, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menuhide {
    display: none; }

  /* line 84, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .menuhidemargin {
    margin-top: 10px; }

  /* line 87, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  body {
    margin-top: 5px;
    margin-bottom: 5px; }

  /* line 90, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  .hide123 {
    position: fixed;
    top: 0;
    z-index: 3;
    padding: 6px;
    right: 1px;
    min-width: 252px;
    min-height: 62px;
    left: auto;
    margin-top: -1px; }

  /* line 102, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  #wrapper.toggled {
    padding-left: 0; }

  /* line 105, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  #wrapper.toggled {
    padding-left: 270px; }

  /* line 109, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 0; }

  /* line 113, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  #page-content-wrapper {
    padding: 0px;
    position: relative; }

  /* line 118, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_1024.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }
@media (min-width: 992px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .section-content {
    margin-top: -113px; }

  /* line 7, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .static2-container {
    padding-top: 40px !important; }

  /* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .div-block-6 {
    margin-top: 20px !important;
    padding-top: 40px !important;
    border-top: 5px solid #50ac85 !important; }

  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .faq-section {
    max-width: 500px !important;
    margin-left: auto !important; }

  /* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .marginright {
    margin-right: 20px; }

  /* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .cartwidth {
    width: 580px !important; }

  /* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .fivecolum {
    width: 20%; }

  /* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .marginleft {
    margin-left: 20px; }

  /* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .sidemenuicon {
    display: none; }

  /* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .gateway_pay {
    width: 190px !important; }

  /* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .navbar4-rm {
    height: 50px;
    padding: 0px 5px;
    text-align: right !important; }

  /* Optional class to fix the navbar on top */
  /* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .navbar4-rm-fixed {
    left: auto; }

  /* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_992.scss */
  .center_nav {
    margin: 0px; } }
@media (min-width: 768px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .faq-section {
    max-width: 500px !important;
    margin-left: 20px !important;
    text-align: left !important; }

  /* line 7, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .marginright {
    margin-right: 20px; }

  /* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .marginleft {
    margin-left: 20px; }

  /* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .paddingzero {
    padding: 0px; }

  /* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .cartwidth {
    width: 580px !important; }

  /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_768.scss */
  .sidemenuicon {
    right: 80px;
    top: 15px;
    padding: 5px 9px;
    font-size: 14px; } }
@media (max-width: 767px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .item_show_bg {
    max-width: 100%; }

  /* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .faq-section {
    padding: 0px 10px 0px 10px; }

  /* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .top-margin-modal-xs {
    margin-top: 50px; }

  /* line 12, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .modal-title {
    font-size: 16px !important; }

  /* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .modal-body {
    padding: 0 !important; }

  /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .top_margin_50 {
    margin-top: 0px; }

  /* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .top_margin_90 {
    margin-top: 20px; }

  /* line 28, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .thumbnail .caption {
    padding: 0px !important; }

  /* line 32, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .modify_cancel-fixed {
    right: 10px !important;
    bottom: 10px !important;
    width: 50% !important; }

  /* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .welcome-left {
    margin-left: 10px;
    font-size: 35px; }

  /* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .welcome-left2 {
    margin-left: 10px;
    font-size: 35px; }

  /* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .welcome-right {
    margin-right: 10px; }

  /* line 51, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .border_top_device {
    border-top: 2px solid #fff; }

  /* line 55, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .border_bottom_device {
    border-bottom: 2px solid #fff; }

  /* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .first_item_padding_member {
    padding: 10 20 10 20; }

  /* line 62, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .first_item_padding_none_member {
    padding: 10 20 10 20; }

  /* line 66, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .first_shop_pic {
    max-height: 300px !important; }

  /* line 70, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .hideonscrollformobile-version {
    position: fixed !important; }

  /* line 74, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .max_image_width {
    max-width: 200px; }

  /* line 77, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .detailinmobile {
    margin: 12px 12px 0px 0px;
    position: fixed;
    top: 0px;
    z-index: 4000;
    height: 400px;
    overflow-y: scroll; }

  /* line 86, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .headerbg {
    background-color: #554A3E; }

  /* line 90, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .trans_header {
    display: none; }

  /* line 94, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .trans_label {
    width: 60px;
    display: block;
    float: left; }

  /* line 100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .descpopup {
    min-height: 100%; }

  /* line 104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard a:before {
    border-top: 19px inset transparent;
    border-bottom: 18px inset transparent;
    border-left: 20px solid white; }

  /* line 110, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard a:after {
    border-top: 19px inset transparent;
    border-bottom: 18px inset transparent;
    border-left: 20px solid #efefef; }

  /* line 116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .searchmargin {
    margin-right: 0px; }

  /* line 120, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .item_quantity {
    margin-bottom: 4px; }

  /* line 124, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard a {
    margin-bottom: 3px; }

  /* line 128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .modal-dialog {
    width: 300px !important;
    margin: 0px auto; }

  /* line 133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .kg {
    padding: 0px 4px !important; }

  /* line 137, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .lapopup {
    width: 310px; }

  /* line 141, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .popupbutton {
    background-color: #CBCC77;
    color: white;
    border-radius: 20px !important;
    border: 2px solid white;
    font-size: 11px;
    padding: 9px 20px;
    margin-bottom: 20px; }

  /* line 151, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  #divcartitems {
    width: 330px !important;
    font-size: 11px; }

  /* line 156, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  #divcartitems .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    font-size: 12px; }

  /* line 161, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  #divlogin {
    margin-left: 4px;
    top: 100px; }

  /* line 166, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .longbutton {
    font-size: 12px !important;
    padding: 8px !important;
    margin: 0px !important;
    height: 35px !important; }

  /* line 173, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .topmenu > li > a {
    background-image: none;
    font-size: 16px;
    padding: 0px 5px;
    border-bottom: 1px solid #729429;
    margin: 8px; }

  /* line 181, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .registermenu {
    background: #CBCC77;
    width: 297px; }

  /*
   .topengmenu {
  position: absolute;
  left: 105px;
  top: 25px;
  }*/
  /* line 193, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .menu1 {
    float: left !important;
    padding: 4px 10px; }

  /* line 198, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .menu2 {
    float: left !important;
    padding: 4px 12px; }

  /* line 203, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .lockicon {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 19px;
    padding: 2px 9px; }

  /* line 211, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  body {
    margin-top: 5px;
    margin-bottom: 5px; }

  /* line 216, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .paddingzero {
    padding: 0px;
    left: 0px; }

  /* line 221, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .paddingdis2 {
    padding: 15px; }

  /* line 225, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .dropdown-menu > li > a {
    color: #1F2B24; }

  /* line 229, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .input-group {
    border: 0px !important; }

  /* line 233, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .forgotbutton {
    position: absolute;
    /*width:253px !important;
    left: -252px;
    top: 60px; */
    margin-bottom: 40px;
    font-size: 13px; }

  /* line 242, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .passwordinput {
    width: 253px !important; }

  /* line 246, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard a {
    width: 45%; }

  /* line 251, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard2 a {
    width: 47.29%;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 10px; }

  /* line 258, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard2 a:after {
    width: 0;
    height: 0;
    border-top: 31px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 21px solid #efefef;
    position: absolute; }

  /* line 268, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .wizard2 a:before {
    width: 0;
    height: 0;
    border-top: 31px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 20px solid white;
    position: absolute;
    content: "";
    top: 0;
    left: 0; }

  /* line 280, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .checkbox label, .radio label, .control-label, .organiclable {
    font-size: 13px; }

  /* line 283, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.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, .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 35px;
    padding: 5px;
    font-size: 13px;
    line-height: 1.33333;
    border-radius: 6px; }

  /* line 291, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .xspull-left {
    float: left !important; }

  /* line 294, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  body {
    font-size: 12px; }

  /* line 298, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .title {
    font-size: 23px; }

  /* line 302, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .memberbutton {
    margin: 0px; }

  /* line 306, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .total, .nonmember, .itemsbar {
    padding: 0px 8px;
    margin: 0px; }

  /* line 311, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .total h3, .nonmember h3, .itemsbar h3 {
    font-size: 15px; }

  /* line 315, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .organicalign {
    text-align: left; }

  /* line 319, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .greentable {
    font-size: 13px; }

  /* line 323, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .accordiontab h4 {
    font-size: 15px; }

  /* line 327, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .tablebg, .alert {
    font-size: 13px; }

  /* line 331, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  hr {
    margin-top: 8px;
    margin-bottom: 8px; }

  /* line 336, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cancle2 {
    font-size: 10px;
    color: #F00;
    position: absolute;
    top: -42px;
    right: 16px; }

  /* line 344, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .panel-info h3 {
    padding: 0px;
    margin: 0px;
    font-size: 15px; }

  /* line 350, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .logosize {
    width: 283px; }

  /* line 354, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .itemname {
    font-size: 15px; }

  /* line 358, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cart {
    margin-top: 2px;
    margin-bottom: 2px; }

  /* line 363, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .btn-info:active:focus, .btn-info:active:hover {
    color: white;
    background-color: #CBCC77;
    border-color: #CBCC77; }

  /* line 369, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .textcartitem {
    width: 25px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px; }

  /* line 377, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cartminus, .cartminus:hover, .cartminus:hover {
    background-color: red;
    border-color: red; }

  /* line 382, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cartminus:active:focus, .cartminus:active:hover {
    color: white;
    background-color: red;
    border-color: red; }

  /* line 388, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .greenbutton, .bluebutton, .blackbutton {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 4px 10px !important;
    height: 36px; }

  /* line 395, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .h3 {
    font-size: 20px; }

  /* line 399, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .h1, .h2, .h3, .h4, .h5 {
    margin-top: 8px;
    margin-bottom: 8px; }

  /* line 404, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .editbutton {
    position: absolute;
    right: 15px;
    top: -14px;
    width: 55px; }

  /* line 411, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cartwidth {
    width: 100%; }

  /* line 415, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .cartmenusep {
    color: #CBCC77;
    font-size: 26px;
    border-left: 1px solid white; }

  /* line 421, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .filersep {
    display: none !important; }

  /* line 425, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .smview {
    right: -30px; }

  /* line 429, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .sidemenuicon {
    right: 80px;
    top: 15px;
    padding: 5px 9px;
    font-size: 22px; }

  /* line 436, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .filter-box {
    font-size: 10px;
    padding: 3px 2px; }

  /* line 441, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .description_scroll_300 {
    padding: 0px 20px 0px 20px;
    height: 300px !important;
    overflow-y: scroll;
    text-align: justify; }

  /* line 448, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .add_button_lg {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 15px; }

  /* line 454, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  #coupon {
    width: 70px;
    margin-bottom: 2px; }

  /* line 458, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_767.scss */
  .promo_section {
    margin: inherit;
    padding: 0px; } }
@media (max-width: 550px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_550.scss */
  .title-bg {
    margin: 0px 100px 0px 100px; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_550.scss */
  .item_bg {
    max-width: 90% !important;
    left: 20; }

  /* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_550.scss */
  .navbar3-rm {
    padding-top: 10px;
    height: 50px; }

  /* line 15, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_550.scss */
  .organic-string {
    font-size: 10px; }

  /* line 19, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_550.scss */
  .search-btn {
    display: none;
    font-size: 10px; } }
@media (max-width: 500px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .title-bg {
    margin: 0px 60px 0px 60px;
    font-size: 25px; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .organic-string {
    margin: 0px; }

  /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .navbar3-rm {
    padding-top: 50px; }

  /* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .welcome-left {
    margin-left: 5px;
    font-size: 25px; }

  /* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .welcome-left2 {
    margin-left: 5px;
    font-size: 25px; }

  /* line 23, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .welcome-right {
    margin-right: 5px;
    font-size: 20px; }

  /* line 28, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_500.scss */
  .height-xs {
    height: 100% !important; } }
@media (max-width: 480px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .interval_button {
    font-size: 14px !important;
    letter-spacing: 0px !important; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .greenbutton, .bluebutton, .blackbutton {
    font-size: 18px; }

  /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home_pic {
    padding: 10 0 10 0; }

  /* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home_pic_150 {
    padding: 10 0 10 0; }

  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home_pic_300 {
    max-width: 250px;
    padding: 10 0 10 0; }

  /* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home_pic_400 {
    max-width: 300px;
    padding: 10 0 10 0; }

  /* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home_pic_400_left {
    max-width: 300px;
    padding: 10 0 10 0; }

  /* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .first_item_padding_member {
    padding: 10 40 10 40; }

  /* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .first_item_padding_none_member {
    padding: 10 40 10 40; }

  /* line 41, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .margin_top {
    margin-top: 0px !important;
    margin: 0 0 0 0; }

  /* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .home-margin_top {
    margin-top: 30px; }

  /* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .h3 {
    font-size: 16px !important; }

  /* line 54, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .h1, .h2, .h3, .h4, .h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }

  /* line 59, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .step4text {
    font-size: 13px; }

  /* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .small-image {
    width: 250px; }

  /* line 67, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .navbar3-rm {
    flex-wrap: wrap;
    height: 50px;
    padding-top: 0px !important;
    margin: 0px; }

  /* line 74, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .right_align {
    text-align: center; }

  /* line 78, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .sidemenuicon {
    right: 30px !important;
    top: 15px;
    padding: 5px 9px;
    font-size: 22px; }

  /* line 84, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_480.scss */
  .search-box {
    max-width: 180px !important; } }
@media (max-width: 400px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .title-bg {
    margin: 0px 30px 0px 30px; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .heading-3 {
    font-size: 30px !important; }

  /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .fivecolum a {
    font-size: 15px !important; }

  /* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .fivebottons {
    padding: 3px 0px 3px 0px; }

  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .dropdown-menu {
    min-width: 260px !important; }

  /* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .greenbutton, .bluebutton, .blackbutton {
    font-size: 15px; }

  /* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .btn {
    font-size: 12;
    letter-spacing: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

  /* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .btn-success {
    font-size: 10;
    margin: 5px; }

  /* line 38, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .h1 {
    font-size: 20px; }

  /* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .h3 {
    font-size: 12px !important; }

  /* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .max_image_width {
    max-width: 100px; }

  /* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .fivebottons {
    font-size: 20px; }

  /* line 54, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .sidemenuicon {
    top: 15px;
    padding: 5px 9px;
    font-size: 15px !important; }

  /* line 60, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .organic-string {
    margin: 0px;
    font-size: 10px; }

  /* line 65, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_400.scss */
  .tab_font {
    font-size: 15px;
    padding: 0 5 0 5; } }
@media (max-width: 350px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .greenbutton, .bluebutton, .blackbutton {
    font-size: 15px; }

  /* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .interval_button {
    font-size: 8px !important;
    letter-spacing: 0px !important; }

  /* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .dropdown-menu > li > a {
    padding: 1px 5px !important; }

  /* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .dropdown-menu {
    min-width: 240px !important; }

  /* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .blackbutton_font_xs {
    font-size: 15px !important; }

  /* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .blackbutton_small_font {
    font-size: 10px !important; }

  /* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .btn {
    font-size: 12; }

  /* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .btn-success {
    padding: 0px;
    margin: 0px; }

  /* line 35, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .fivebottons {
    font-size: 17px; }

  /* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_350.scss */
  .sidemenuicon {
    right: 30px !important;
    top: 10px !important;
    padding: 5px 9px;
    font-size: 12px; } }
@media (max-width: 320px) {
  /* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
  .btn {
    font-size: 10; }

  /* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
  .btn-success {
    padding: 8px;
    margin: 0px; }

  /* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
  .fivebottons {
    font-size: 15px; }

  /* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
  .organic-string {
    font-size: 8px !important; } }
/* line 19, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

/* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
.section-content {
  margin-top: -113px;
  padding-bottom: 50px; }

/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
.map-image {
  max-width: 310px; }

/* line 56, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_320.scss */
.static2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/recipe.scss */
.pictures-recipe {
  margin: 0;
  padding: 40px;
  max-width: 100px !important;
  border-radius: 50px !important; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_menu {
  position: relative; }

/* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_1 {
  position: absolute;
  top: 25px;
  left: 0px; }

/* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_2 {
  position: absolute;
  top: 35px;
  left: 100px; }

/* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_3 {
  position: absolute;
  top: 25px;
  right: 150px; }

/* line 28, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_4 {
  position: absolute;
  top: 20px;
  right: 70px; }

/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_5 {
  position: absolute;
  top: 30px;
  right: 0px; }

/* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_6 {
  position: absolute;
  top: 25px;
  right: 0px; }

/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_vertical_price {
  position: absolute;
  top: 35px;
  right: 220px; }

/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_margin {
  position: absolute;
  height: 50%; }

/* line 61, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner_header {
  text-align: center;
  height: 100vh;
  max-width: 100%;
  /* if you have a 70px navbar => height: calc(100vh - 70px); */
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center; }

/* line 73, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner {
  text-align: center;
  height: 100vh;
  max-width: 100%;
  /* if you have a 70px navbar => height: calc(100vh - 70px); */
  background-size: cover !important;
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center; }

/* line 84, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner h1 {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2); }

/* line 89, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px; }

/* line 95, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.topbanner {
  text-align: center;
  height: 300px;
  width: 100%;
  /* if you have a 70px navbar => height: calc(100vh - 70px); */
  background-size: cover !important;
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center; }

/* line 106, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.topbanner h1 {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2); }

/* line 111, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.topbanner p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px; }

/* line 116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.smallbanner {
  text-align: center;
  border-radius: 2px;
  height: 200px;
  width: 90%;
  /* if you have a 70px navbar => height: calc(100vh - 70px); */
  background-size: cover !important;
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center; }

/* line 128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.smallbanner h1 {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2); }

/* line 133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.smallbanner p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px; }

/* line 139, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
.banner {
  color: white;
  text-align: center;
  height: 60vh;
  background-size: cover !important;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  /* line 150, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_banner.scss */
  .banner #click-to-scroll {
    color: white;
    font-size: 35px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.padding-images {
  padding-bottom: 10px;
  padding-top: 10px; }

/* line 6, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.dark-white-text {
  color: #CCCCCC !important;
  border-color: #2d2d2d !important; }

/* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card {
  height: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-size: cover !important;
  color: white;
  position: relative; }

/* line 19, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.colored-card {
  height: 350px;
  border-radius: 20px !important;
  padding: 10px;
  margin: 5px;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-color: #D6E5E5;
  color: #414543; }

/* line 30, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.divided_card {
  width: 400px;
  height: 300px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-size: cover !important;
  color: white;
  position: relative; }

/* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.big-card {
  height: 600px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-size: cover !important;
  color: white;
  position: relative; }

/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-user {
  position: absolute;
  right: 10px;
  top: 10px; }

/* line 51, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  text-transform: uppercase; }

/* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-description {
  position: absolute;
  bottom: 40px;
  left: 40px; }

/* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-description h2 {
  font-size: 24px; }

/* line 66, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-description p {
  font-size: 13px; }

/* line 69, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: black;
  opacity: 0; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_card.scss */
.card-link:hover {
  opacity: 0.1; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.drop_padded {
  padding: 10px 0px 10px 0px; }

/* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.buttonwidth {
  width: 100% !important; }

/* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.min_width_btn {
  min-width: auto;
  margin: 5; }

/* line 12, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.vertical_centered {
  height: 40px;
  line-height: 40px;
  white-space: nowrap; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.cart_header {
  font-size: 18px;
  font-weight: bold; }

/* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.padding_40 {
  padding: 40px 10px 40px 10px  !important; }

/* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.confirmation-fixed {
  position: fixed;
  right: 50px;
  top: 55px;
  z-index: 5; }

/* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.modify_cancel-fixed {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5; }

/* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.border_item {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: gray; }

/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.cart_amount {
  background-color: transparent;
  font-size: 20px;
  width: 25px;
  text-align: center;
  border: none; }

/* line 54, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_confirmation.scss */
.right_pull {
  margin-right: 5px;
  text-align: right; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .gateway_pay {
    width: 190px !important; }

  /* line 7, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .wizard2 a {
    width: 32%;
    margin-bottom: 3px; }

  /* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .wizard a {
    width: 49%;
    margin-bottom: 3px; }

  /* line 15, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .item_info_name {
    margin: 0px;
    padding-left: 5px;
    height: 36px;
    font-weight: bold;
    overflow: hidden; }

  /* line 23, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .basket_info_name {
    margin: 0px;
    padding-left: 5px;
    height: 36px;
    font-weight: bold;
    overflow: hidden; }

  /* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .item_info_name a {
    font-size: 0.7em; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_media_only_screen.scss */
  .gateway_pay {
    width: 300px !important; } }
/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.white-txt {
  color: white !important; }

/* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs {
  background: #ECDBDB;
  display: flex;
  padding: 0 10px 0 10px; }

/* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs a {
  color: gray; }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8; }

/* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs h3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0; }

/* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs p {
  opacity: 0.5;
  margin-bottom: 0; }

/* line 29, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs_white {
  background: gray;
  display: flex;
  padding: 0px 0px 0 0px; }

/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs_white a {
  color: gray; }

/* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs_white a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8; }

/* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs_white h3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0; }

/* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tabs_white p {
  opacity: 0.5;
  margin-bottom: 0; }

/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tab {
  background: #ECDBDB;
  flex: 0 0 33%;
  text-align: center;
  padding: 20px 0; }

/* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tab:first-child {
  border-radius: 10px 0 0 0; }

/* line 61, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tab:last-child {
  border-radius: 0 10px 0 0; }

/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tab.active {
  background: white;
  color: black; }

/* line 69, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_tab.scss */
.contact_tab_white {
  background-color: white !important; }

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#wrapper.toggled {
  padding-left: 270px; }

/* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#sidebar-wrapper {
  z-index: 100;
  position: fixed;
  left: 270px;
  top: 50px;
  max-height: 100%;
  width: 0;
  margin-left: -270px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf4ed+0,e1e1e1+99,e1e1e1+99,6d6d6d+100 */
  background: #fbf4ed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fbf4ed 0%, #e1e1e1 99%, #e1e1e1 99%, #6d6d6d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbf4ed 0%, #e1e1e1 99%, #e1e1e1 99%, #6d6d6d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf4ed 0%, #e1e1e1 99%, #e1e1e1 99%, #6d6d6d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf4ed', endColorstr='#6d6d6d',GradientType=1 );
  /* IE6-9 */ }

/* line 43, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 270px !important; }

/* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#page-content-wrapper {
  width: 100%;
  /*position: absolute;*/ }

/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
#wrapper.toggled #page-content-wrapper {
  position: fixed !important;
  margin-right: -270px; }

/* Sidebar Styles */
/* line 60, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/simple-sidebar.scss */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 270px;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_my_account_pages.scss */
.preference_title {
  line-height: 30px;
  color: #414543 !important; }

/* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_my_account_pages.scss */
.bottom_border {
  border: 2px solid #CB840A; }

/* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_my_account_pages.scss */
.border_box {
  border: solid 1px;
  border-color: #414543;
  padding: 30px; }

/* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_my_account_pages.scss */
.modified_order {
  padding-top: 5px;
  font-size: 10px;
  display: none; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_preloader.scss */
#resultLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* line 15, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_preloader.scss */
#resultLoading .bg {
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

/* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_preloader.scss */
#resultLoading > .imagewrapper {
  width: 250px;
  height: 75px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  z-index: 10;
  color: #fbf4ed; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.title-bg {
  background-color: #FBF4ED;
  opacity: 0.8;
  padding: 10;
  color: black !important; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.value_font {
  font-size: 14px;
  font-family: Arial,sans-serif; }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.charte-image {
  max-width: 80%;
  margin-top: 15px; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.heading-4.charte {
  margin-top: 30px; }

/* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.heading-4 {
  color: #50ac85; }

/* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.heading-4_2 {
  color: #fe8900; }

/* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #fff; }

/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 0; }

/* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-link-block {
  padding: 0px 5px 0px 5px;
  margin-bottom: 10px; }

/* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-link-block.w--current {
  text-decoration: underline;
  text-decoration-color: #38a4f8 !important; }

/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-link-block:hover {
  color: black; }

/* line 61, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.jumptarget::before {
  content: "";
  display: block;
  height: 150px;
  /* fixed header height*/
  margin: -150px 0 0;
  /* negative fixed header height */ }

/* line 73, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-wrapper {
  position: fixed;
  top: 200px;
  right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(41, 41, 41, 0.31); }

/* line 104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-menu-container {
  margin: auto;
  padding: 10px; }

/* line 117, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 132, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-container {
  padding-top: 10px; }

/* line 136, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-question {
  font-size: 22px;
  font-weight: 600; }

/* line 142, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-answer {
  padding-bottom: 20px;
  border-bottom: 1px solid #38a4f8;
  font-family: 'Open Sans', sans-serif; }

/* line 148, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-answer.no-line {
  border-bottom-style: none; }

/* line 152, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-section-title {
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #38a4f8; }

/* line 159, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.faq-image.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #38a4f8; }

/* line 163, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.card {
  height: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-size: cover !important;
  color: white;
  position: relative; }

/* line 171, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.jbrowse-modal {
  width: 100%;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0 !important;
  height: 100%; }

/* line 179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.bg-white {
  background-size: cover !important;
  background-color: white !important;
  width: 100vw !important;
  margin-left: -15px; }

/* line 190, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.image-3 {
  margin-bottom: 15px; }

/* line 194, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.map-image {
  width: 100%;
  min-height: 50px;
  margin-bottom: 7px; }

/* line 200, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.section {
  height: 435px; }

/* line 204, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.section.skewed-colors {
  height: auto; }

/* line 208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.sekwed-colors {
  height: 316px;
  margin-top: -1px;
  margin-bottom: -60px;
  background-image: url("/assets/images_2018/skewed-colors.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

/* line 218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.div-block {
  height: 175px;
  background-image: -webkit-linear-gradient(270deg, #50ac85, #50ac85);
  background-image: linear-gradient(180deg, #50ac85, #50ac85); }

/* line 224, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

/* line 254, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 270, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.btn-padded {
  margin: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 276, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.heading-3 {
  color: #fff;
  font-weight: 400; }

/* line 281, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.heading-4 {
  color: #50ac85; }

/* line 285, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff; }

/* line 290, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px !important; }

/* line 296, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-container:before,
.static-container:after {
  content: " ";
  display: table; }

/* line 301, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-container:after {
  clear: both; }

/* line 304, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-container .static-row {
  margin-left: -10px;
  margin-right: -10px; }

/* line 308, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-row:before,
.static-row:after {
  content: " ";
  display: table; }

/* line 313, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-row:after {
  clear: both; }

/* line 316, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-row .static-row {
  margin-left: 0;
  margin-right: 0; }

/* line 321, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.hero-video {
  display: block;
  width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 330, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-embed:before,
.static-embed:after {
  content: " ";
  display: table; }

/* line 335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-embed:after {
  clear: both; }

/* line 338, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-video {
  width: 100%;
  position: relative;
  padding: 0; }

/* line 343, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-video iframe,
.static-video object,
.static-video embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 352, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.feature-number {
  margin-right: 10px;
  font-family: 'Patua One', sans-serif;
  color: #fe8900;
  font-size: 54px;
  line-height: 47px; }

/* line 360, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.feature-title {
  font-family: 'Patua One', sans-serif;
  color: #b66200;
  font-size: 12px;
  line-height: 15px; }

/* line 367, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.feature-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 379, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.feature-image {
  display: block;
  width: 140px;
  margin: 35px auto; }

/* line 393, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.bottom-image {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

/* line 404, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.paragraph-2 {
  font-family: Raleway, sans-serif;
  color: #292929;
  font-size: 13px;
  line-height: 18px; }

/* line 411, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2017/_static.scss */
.static-column {
  padding-right: 0px;
  padding-left: 0px; }

/* CSS Document */
/* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-orange {
  font-size: 30px !important;
  color: orange; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-orange:hover {
  color: black; }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-green {
  font-size: 30px !important;
  color: #25D366; }

/* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-green:hover {
  color: black; }

/* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-blue {
  font-size: 30px !important;
  color: #1b95e0; }

/* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-blue:hover {
  color: black; }

/* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-ligth-blue {
  font-size: 30px !important;
  color: #84a2bc; }

/* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.fa-blue:hover {
  color: black; }

/* line 40, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.home-alert {
  margin-top: 10px;
  padding: 10 10;
  background-color: #cb840a;
  border-color: #cb840a;
  color: #fbf4ed;
  border-radius: 10px !important;
  text-align: center;
  margin: auto;
  margin-top: 10px !important;
  max-width: 70%; }

/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.promo-alert {
  margin-top: 10px;
  background-color: #cb840a;
  border-color: #cb840a;
  color: #fbf4ed;
  border-radius: 10px !important;
  text-align: center;
  margin: auto;
  max-width: 90%; }

/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.alert-success {
  margin-top: 90px;
  background-color: #999999;
  border-color: #999999;
  color: #fbf4ed;
  border-radius: 10px !important; }

/* line 72, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.banner_pic {
  position: relative; }

/* line 76, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.banner_txt {
  position: absolute;
  left: 30px;
  top: 30px; }

/* line 82, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.producer_bg1 {
  background-image: url(/images/pictos/faq-background.jpg);
  background-size: 100% 100%;
  min-height: 500px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important;
  position: relative; }

/* line 99, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.producer_bg2 {
  background-image: url(/images/pictos/kraft_background.png);
  background-repeat: repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important; }

/* line 110, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.producer_card {
  background-color: #fbf4ed;
  border-radius: 10px !important;
  padding: 5 30 30 30;
  height: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 90%; }

/* line 124, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.producer_pics {
  border-radius: 100px !important;
  width: 100px;
  height: 100px; }

/* line 130, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
ol {
  counter-reset: item;
  margin: 0;
  padding-left: 0; }

/* line 135, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
ol > li {
  counter-increment: item;
  list-style: none inside;
  margin: 40px 0;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.3; }

/* line 143, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
ol > li:before {
  content: counter(item);
  margin-right: 20px;
  padding: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  background: #55403e;
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-weight: 100;
  float: left; }

/* line 160, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.bg_paper {
  background-image: url(/images/pictos/bg-paper.jpg);
  background-repeat: repeat;
  background-color: #fbf4ed;
  min-height: 5px; }

/* line 166, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.promo_pic {
  max-width: 100% !important; }

/* line 169, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.li_flex {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important; }

/* line 175, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.top-margin30 {
  margin-top: 30px !important; }

/* line 179, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.center-button {
  margin: auto !important;
  text-align: center !important; }

/* line 184, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.home_bg1 {
  background-image: url(/images/pictos/bg_desktop_home1.jpg);
  background-size: 100% 100%;
  min-height: 2000px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important;
  position: relative; }

/* line 202, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.home_bg2 {
  background-image: url(/images/pictos/square_background.png);
  background-size: 100% 100%;
  height: 2000px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important; }

/* line 213, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.home_bg3 {
  margin: -20px !important;
  position: relative; }

/* line 219, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.extra-top-margin {
  margin-top: 15px; }

/* line 222, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home1 {
  position: absolute;
  top: 150px;
  left: 100px;
  max-width: 600px; }

/* line 229, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home2 {
  position: absolute;
  top: 650px;
  left: 400px;
  text-align: right !important;
  max-width: 300px; }

/* line 237, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home3 {
  position: absolute;
  top: 825px;
  right: 500px;
  max-width: 300px; }

/* line 244, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home4 {
  position: absolute;
  top: 1000px;
  left: 400px;
  text-align: right !important;
  max-width: 300px; }

/* line 252, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home5 {
  position: absolute;
  top: 1175px;
  right: 400px;
  max-width: 300px; }

/* line 259, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home6 {
  position: absolute;
  top: 1350px;
  left: 300px;
  text-align: right !important;
  max-width: 400px; }

/* line 267, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home7 {
  position: absolute;
  top: 1525px;
  right: 500px;
  max-width: 300px; }

/* line 274, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_home8 {
  position: absolute;
  top: 1700px;
  left: 350px;
  text-align: right !important;
  max-width: 350px; }

/* line 282, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur3 {
  margin-left: 340px;
  margin-top: -20px;
  max-width: 300px; }

/* line 288, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur4 {
  margin-left: -240px;
  margin-top: -20px;
  max-width: 210px; }

/* line 294, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur5 {
  margin-left: 320px;
  margin-top: -20px;
  max-width: 300px; }

/* line 300, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur6 {
  margin-left: -320px;
  margin-top: -20px;
  max-width: 300px; }

/* line 306, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur7 {
  margin-left: 415px;
  margin-top: -20px;
  max-width: 300px; }

/* line 312, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pos_connecteur8 {
  margin-left: -240px;
  margin-top: -20px;
  max-width: 300px; }

/* line 319, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.connecteur_margin {
  margin-left: 300px;
  margin-top: -100px;
  width: 200px; }

/* line 325, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.how_pic_150 {
  max-height: 70%;
  max-width: 70%; }

/* line 330, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.followus {
  margin-right: 100px; }

/* line 335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.howitworks_bg1 {
  background-image: url(/images/images2020/how_it_works_bg1.jpg);
  background-size: 100% 100%;
  min-height: 2000px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important;
  position: relative; }

/* line 352, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.howitworks_bg2 {
  background-image: url(/images/pictos/kraft_background.png);
  background-repeat: repeat;
  height: 100%;
  margin: -20px !important; }

/* line 372, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.howitworks_bg3 {
  background-image: url(/images/images2020/how_it_works_bg2.png);
  background-size: 100% 100%;
  height: 1650px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important;
  position: relative; }

/* line 390, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_how_it_works1 {
  position: absolute;
  top: 150px;
  left: 100px;
  max-width: 400px; }

/* line 397, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_how_it_works2 {
  position: absolute;
  text-align: right !important;
  top: 600px;
  max-width: 80%; }

/* line 404, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.position_how_it_works3 {
  position: absolute;
  top: 1100px;
  max-width: 700px; }

/* line 410, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pen_position {
  position: absolute;
  top: 500px;
  right: 150px;
  max-width: 300px;
  z-index: 5; }

/* line 418, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.cursive-header {
  font-family: 'Kaushan Script', cursive; }

/* line 422, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.businesscard {
  background-color: #fbf4ed;
  border-radius: 10px !important;
  padding: 5 30 30 30;
  height: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 520px; }

/* line 436, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.welcomecard {
  background-color: #fbf4ed;
  border-radius: 10px !important;
  padding: 5 30 30 30;
  height: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 350px; }

/* line 450, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.margin-bottom_100 {
  margin-bottom: 100px !important; }

/* line 454, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.padding_bottom_30 {
  padding-bottom: 30px; }

/* line 458, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.testinonialcard {
  background-color: #fbf4ed;
  border-radius: 10px !important;
  padding: 5 30 30 30;
  height: 300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 520px; }

/* line 472, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.pricecard {
  background-color: #fbf4ed;
  text-align: center;
  border-radius: 10px !important;
  padding: 5 30 30 30;
  height: 360px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 70%; }

/* line 487, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.margin-top-50 {
  margin-top: 50px; }

/* line 491, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.margin-top-100 {
  margin-top: 100px; }

/* line 495, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.producer_pic {
  height: 200px;
  width: 200px; }

/* line 501, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.gd {
  font-size: 20px !important; }

/* line 507, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.supplier_carousel {
  max-width: 600px; }

/* line 511, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.howworks_pic_400_left {
  max-width: 400px;
  margin-left: -10px; }

/* line 516, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.padded_button {
  padding-top: 30px; }

/* line 521, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
.faq_bg1 {
  background-image: url(/images/pictos/faq-background.jpg);
  background-size: 100% 100%;
  min-height: 5000px;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: cover !important;
  margin: -20px !important;
  position: relative; }

@media (max-width: 1750px) {
  /* line 543, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur3 {
    margin-left: 300px;
    max-width: 140px; }

  /* line 548, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur4 {
    margin-left: -185px;
    max-width: 180px; }

  /* line 553, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur5 {
    margin-left: 310px;
    max-width: 265px; }

  /* line 558, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur6 {
    margin-left: -260px;
    max-width: 260px; }

  /* line 563, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur7 {
    margin-left: 400px;
    max-width: 150px; }

  /* line 568, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur8 {
    margin-left: -170px;
    max-width: 170px; } }
@media (max-width: 1650px) {
  /* line 576, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur3 {
    margin-left: 300px;
    max-width: 90px; }

  /* line 581, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur4 {
    margin-left: -125px;
    max-width: 130px; }

  /* line 586, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur5 {
    margin-left: 300px;
    max-width: 215px; }

  /* line 591, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur6 {
    margin-left: -200px;
    max-width: 210px; }

  /* line 596, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur7 {
    margin-left: 400px;
    max-width: 100px; }

  /* line 601, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur8 {
    margin-left: -110px;
    max-width: 120px; } }
@media (max-width: 1500px) {
  /* line 609, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur3 {
    max-width: 0px; }

  /* line 613, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur4 {
    max-width: 0px; }

  /* line 617, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur5 {
    max-width: 5px; }

  /* line 621, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur6 {
    max-width: 0px; }

  /* line 625, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur7 {
    max-width: 0px; }

  /* line 629, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pos_connecteur8 {
    max-width: 0px; } }
@media (max-width: 1350px) {
  /* line 635, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .welcomecard {
    height: 450px; }

  /* line 639, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home1 {
    top: 100px;
    left: 100px; }

  /* line 644, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    left: 550px; }

  /* line 648, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    right: 150px; }

  /* line 651, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    left: 550px; }

  /* line 655, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    right: 50px; }

  /* line 659, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    left: 450px; }

  /* line 663, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    right: 150px; }

  /* line 666, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    left: 500px; }

  /* line 670, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pricecard {
    height: auto; } }
@media (max-width: 1200px) {
  /* line 680, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg1 {
    min-height: 1800px; }

  /* line 683, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .gd {
    font-size: 15px !important; }

  /* line 686, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 950px;
    max-width: 600px; }

  /* line 690, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 300px;
    max-width: 450px; }

  /* line 695, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .supplier_carousel {
    max-width: 500px; } }
@media (max-width: 991px) {
  /* line 708, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .welcomecard {
    height: 500px; }

  /* line 712, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .home_bg1 {
    min-height: 1300px; }

  /* line 716, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home1 {
    top: 0px;
    left: 100px; }

  /* line 721, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    top: 440px;
    left: 400px; }

  /* line 726, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    top: 615px;
    right: 270px; }

  /* line 731, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    top: 750px;
    left: 450px; }

  /* line 736, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    top: 850px;
    right: 430px; }

  /* line 741, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    top: 990px;
    left: 450px; }

  /* line 746, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    top: 1100px;
    right: 500px; }

  /* line 751, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    top: 1200px;
    left: 350px; }

  /* line 757, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .testinonialcard {
    min-height: 500px; }

  /* line 761, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg1 {
    min-height: 1100px; }

  /* line 765, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works1 {
    top: 50px;
    left: 100px; }

  /* line 770, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works2 {
    top: 380px; }

  /* line 774, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 600px;
    max-width: 550px; }

  /* line 779, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howworks_pic_400_left {
    width: 45px; }

  /* line 784, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .padded_top {
    padding-top: 10px; }

  /* line 788, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .h2how {
    font-size: 25px !important; }

  /* line 792, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 380px;
    max-width: 330px; }

  /* line 797, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pen_position {
    top: 600px;
    right: 50px;
    max-width: 200px;
    z-index: 5; } }
@media (max-width: 860px) {
  /* line 810, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .welcomecard {
    height: 520px;
    max-width: 90%; }

  /* line 815, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    max-width: 200px; }

  /* line 819, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    max-width: 200px; }

  /* line 823, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    max-width: 200px; }

  /* line 827, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    max-width: 200px; }

  /* line 831, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    max-width: 200px; }

  /* line 835, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    max-width: 200px; }

  /* line 839, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    left: 450px;
    max-width: 200px; } }
@media only screen and (device-width: 768px) {
  /* line 848, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .ipad_margin {
    margin: 0 30 !important; } }
@media (max-width: 767px) {
  /* line 855, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg1 {
    background-image: url(/images/images2020/how_it_works_bg1_xs.jpg);
    min-height: 1200px; }

  /* line 870, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works1_2 {
    position: absolute;
    left: 55px;
    top: 340px;
    max-width: 90%; }

  /* line 877, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works2 {
    top: 500px;
    right: 85px; }

  /* line 889, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 650px;
    max-width: 75%;
    right: 10; }

  /* line 895, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 240px;
    max-width: 90%; }

  /* line 900, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg3 {
    background-image: url(/images/pictos/square_background_xs.jpg);
    height: 1200px; }

  /* line 908, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pen_position {
    right: 10px;
    max-width: 150px; }

  /* line 913, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .home_bg1 {
    background-image: url(/images/pictos/bg_mobile_home1.jpg);
    min-height: 1500px; }

  /* line 918, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .btn-small {
    width: 400px !important; }

  /* line 922, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .btn-ghost {
    text-align: center; }

  /* line 927, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .testinonialcard {
    min-height: 180px; }

  /* line 931, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    top: 450px;
    left: 200px; }

  /* line 936, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    top: 600px;
    right: 250px; }

  /* line 941, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    left: 180px; }

  /* line 946, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    top: 900px;
    right: 115px; }

  /* line 951, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    top: 1065px;
    left: 180px; }

  /* line 956, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    top: 1200px;
    right: 115px; }

  /* line 961, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    top: 1320px;
    left: 180px; } }
@media (max-width: 650px) {
  /* line 969, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .welcomecard {
    height: 400px; }

  /* line 973, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works2 {
    max-width: 50%;
    top: 500px; }

  /* line 978, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 750px; }

  /* line 981, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    right: 50px; } }
@media (max-width: 600px) {
  /* line 990, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works1_2 {
    top: 260px; }

  /* line 998, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 260px;
    max-width: 90%; }

  /* line 1003, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .welcomecard {
    height: 320px;
    max-width: 80%; }

  /* line 1008, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pricecard {
    max-width: 90%; }

  /* line 1012, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .pen_position {
    right: -25px;
    max-width: 150px; }

  /* line 1017, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howworks_pic_400_left {
    width: 25px; }

  /* line 1021, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg1 {
    min-height: 1450px; } }
@media (max-width: 450px) {
  /* line 1029, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .home_bg1 {
    margin: -10px !important; }

  /* line 1033, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .btn-ghost {
    max-width: 90%; }

  /* line 1039, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    right: 0px;
    max-width: 120px;
    text-align: left !important; }

  /* line 1045, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    right: 100px;
    text-align: right !important; }

  /* line 1050, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    left: 20px; }

  /* line 1055, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    right: 0px; }

  /* line 1059, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    left: 20px; }

  /* line 1063, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    right: 0px; }

  /* line 1067, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    left: 20px; }

  /* line 1071, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 800px; }

  /* line 1074, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 290px; }

  /* line 1078, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .extra-top-margin {
    margin-top: 60px; } }
@media (max-width: 400px) {
  /* line 1085, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 800px; }

  /* line 1088, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 320px; } }
@media (max-width: 380px) {
  /* line 1095, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works2 {
    top: 450px; }

  /* line 1099, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 370px; } }
@media (max-width: 350px) {
  /* line 1108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .home_bg1 {
    margin: -35px !important; }

  /* line 1112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .btn-ghost {
    max-width: 200px; }

  /* line 1116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    max-width: 100px; }

  /* line 1122, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home3 {
    max-width: 100px;
    right: 60px; }

  /* line 1128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    max-width: 100px;
    left: 75px; }

  /* line 1135, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    max-width: 100px;
    right: 60px; }

  /* line 1140, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    max-width: 100px;
    left: 75px;
    top: 1000px; }

  /* line 1146, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home7 {
    max-width: 100px;
    right: 33px; }

  /* line 1151, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    max-width: 100px;
    left: 75px;
    top: 1250px; }

  /* line 1156, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 870px; }

  /* line 1159, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .extra-top-margin {
    margin-top: 250px; }

  /* line 1162, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .followus {
    margin-right: 35px; } }
@media (max-width: 300px) {
  /* line 1169, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works1 {
    left: 90px; }

  /* line 1172, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works1_2 {
    max-width: 75%;
    left: 40px; }

  /* line 1176, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works2 {
    top: 510px;
    max-width: 60%; }

  /* line 1180, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_how_it_works3 {
    top: 900px;
    max-width: 70%;
    right: 40px; }

  /* line 1185, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .extra-top-margin {
    margin-top: 350px; }

  /* line 1188, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .h2how {
    font-size: 17px !important; }

  /* line 1191, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .businesscard {
    height: 420px; }

  /* line 1195, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .howitworks_bg2 {
    margin: -15%; } }
@media (max-width: 280px) {
  /* line 1202, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .btn-ghost {
    max-width: 180px; }

  /* line 1206, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home2 {
    left: 185px; }

  /* line 1210, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home4 {
    left: 28px; }

  /* line 1214, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home5 {
    right: 75px; }

  /* line 1218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home6 {
    left: 28px; }

  /* line 1222, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/static.scss */
  .position_home8 {
    left: 28px; } }
/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.modal-header {
  background-color: #cb840a; }

/* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.bio_pic_200 {
  width: 70px; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.close_button {
  font-size: 20px;
  min-height: 30px;
  min-line-height: 30px;
  vertical-align: center; }

/* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.producer_badge {
  width: 50px;
  height: 50px;
  border-radius: 50% !important; }

/* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.know_more {
  text-decoration: underline; }

/* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/item2020.scss */
.underline {
  text-decoration: underline; }

/* CSS Document */
/* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/config_cart_2021.scss */
.menu_list_size {
  margin: 5px 0px;
  font-size: 12px; }

/* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/config_cart_2021.scss */
.menu_list_size {
  text-decoration: none !important;
  font-size: 12px; }

/* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/css_2020/config_cart_2021.scss */
.option-box {
  height: 70px; }

/* line 3, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative; }
  /* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:before, .create-recipe h1:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 35px;
    height: 2px;
    left: 20px;
    transform: translateX(-50%); }
  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:before {
    top: -10px; }
  /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:after {
    bottom: -10px; }
/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .nested-flex-box {
  display: flex; }
/* line 29, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient {
  flex: 1 0 auto;
  margin-right: 5px; }
/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient a {
  max-width: 325px;
  height: 36px; }
/* line 38, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-numbers a {
  height: 36px; }
/* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient abbr {
  margin-top: 4px; }
/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-numbers {
  flex: 0 0 18%; }
/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-delete {
  flex: 0 0 3%; }
/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-delete .fa {
  font-size: 22px;
  padding-left: 5px;
  margin-top: 6px; }
/* line 59, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .simple_form h4 {
  margin-bottom: 5px; }
/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .simple_form textarea {
  resize: none; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
.show-item-list {
  padding: 70px 20px; }
  /* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
  .show-item-list h2 {
    margin-bottom: 40px;
    color: black;
    position: relative; }
    /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:before, .show-item-list h2:after {
      content: "";
      position: absolute;
      background-color: black;
      width: 35px;
      height: 2px;
      left: 0px; }
    /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:before {
      top: -10px; }
    /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:after {
      bottom: -10px; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_attachinary.scss */
.attachinary_container {
  margin-top: 20px; }

/* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_attachinary.scss */
.attachinary_container ul {
  padding-left: 0px; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_attachinary.scss */
.attachinary_container ul li {
  position: relative;
  display: inline-block; }

/* line 14, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_attachinary.scss */
.attachinary_container ul li a {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.55); }

/* line 3, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative; }
  /* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:before, .create-recipe h1:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 35px;
    height: 2px;
    left: 20px;
    transform: translateX(-50%); }
  /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:before {
    top: -10px; }
  /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
  .create-recipe h1:after {
    bottom: -10px; }
/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .nested-flex-box {
  display: flex; }
/* line 29, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient {
  flex: 1 0 auto;
  margin-right: 5px; }
/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient a {
  max-width: 325px;
  height: 36px; }
/* line 38, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-numbers a {
  height: 36px; }
/* line 42, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-ingredient abbr {
  margin-top: 4px; }
/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-numbers {
  flex: 0 0 18%; }
/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-delete {
  flex: 0 0 3%; }
/* line 53, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe #flex-item-delete .fa {
  font-size: 22px;
  padding-left: 5px;
  margin-top: 6px; }
/* line 59, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .simple_form h4 {
  margin-bottom: 5px; }
/* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_create-recipe.scss */
.create-recipe .simple_form textarea {
  resize: none; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product_container {
  padding: 60px 0; }
  /* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
  .product_container h2 {
    margin-bottom: 40px;
    color: black;
    position: relative; }
    /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
    .product_container h2:before, .product_container h2:after {
      content: "";
      position: absolute;
      background-color: black;
      width: 35px;
      height: 2px;
      left: 50%;
      transform: translateX(-50%); }
    /* line 18, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
    .product_container h2:before {
      top: -10px; }
    /* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
    .product_container h2:after {
      bottom: -10px; }
  /* line 26, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
  .product_container a {
    color: #333;
    text-decoration: none; }

/* line 33, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.edit-button {
  position: absolute;
  left: -104px;
  z-index: 30;
  bottom: 9px; }
  /* line 39, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
  .edit-button a {
    color: white; }

/* Body design */
/* line 48, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-body {
  max-height: 240px;
  flex-grow: 1;
  text-align: left;
  margin-left: 20px;
  position: relative; }

/* line 57, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-body p {
  opacity: 0.7; }

/* line 62, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.category-recipe {
  padding: 2px 5px;
  background-color: #855A5C;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 2px; }

/* Product image */
/* line 72, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-image {
  height: 240px;
  width: 240px;
  min-width: 240px;
  position: relative;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  flex-grow: 1; }

/* Upvote design */
/* line 88, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-upvote {
  padding-right: 20px;
  text-align: center;
  transition: all 0.15s ease;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px; }

/* line 96, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-count {
  margin: 2px 0 0; }

/* line 99, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-arrow {
  transition: all 0.15s ease;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 9px solid black;
  border-radius: 2px;
  margin: auto; }

/* Controls design */
/* line 112, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-controls {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0px; }

/* line 118, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-controls a {
  padding: 0 20px;
  font-size: 17px;
  color: #E6E6E6; }

/* line 123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-controls a:hover {
  color: #D3473C !important; }

/* line 126, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-controls-hidden a {
  color: transparent;
  font-size: 15px;
  transition: all 0.15s ease;
  border-color: transparent; }

/* Hover effects */
/* line 134, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product:hover {
  background: #f7f7fa;
  cursor: pointer; }

/* line 138, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-upvote:hover {
  color: #5898f1;
  cursor: pointer; }

/* line 142, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product:hover .product-upvote {
  transform: scale(1.2); }

/* line 143, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product:hover .product-controls-hidden a {
  color: #E6E6E6; }

/* line 144, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_products.scss */
.product-upvote:hover .product-arrow {
  border-bottom: 9px solid #5898f1; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
.show-item-list {
  padding: 70px 20px; }
  /* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
  .show-item-list h2 {
    margin-bottom: 40px;
    color: black;
    position: relative; }
    /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:before, .show-item-list h2:after {
      content: "";
      position: absolute;
      background-color: black;
      width: 35px;
      height: 2px;
      left: 0px; }
    /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:before {
      top: -10px; }
    /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_ingredient-list.scss */
    .show-item-list h2:after {
      bottom: -10px; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
.show-comments {
  padding: 30px 20px; }
  /* line 4, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
  .show-comments h2 {
    margin-bottom: 40px;
    color: black;
    position: relative; }
    /* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
    .show-comments h2:before, .show-comments h2:after {
      content: "";
      position: absolute;
      background-color: black;
      width: 35px;
      height: 2px;
      left: 0px; }
    /* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
    .show-comments h2:before {
      top: -10px; }
    /* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
    .show-comments h2:after {
      bottom: -10px; }
  /* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
  .show-comments td {
    line-height: 50px !important; }

/* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
.buttons-inline {
  display: flex;
  align-items: center;
  width: 100%; }
  /* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
  .buttons-inline .recipe-add-ingredient {
    flex: 0 0 40px;
    margin-right: 10px;
    background-color: #A5AA52;
    color: white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 900; }
  /* line 48, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
  .buttons-inline .recipe-remove-ingredient {
    flex: 0 0 40px;
    margin-right: 10px;
    background-color: #A5AA52;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 900; }
    /* line 58, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
    .buttons-inline .recipe-remove-ingredient a {
      color: white;
      text-decoration: none; }
  /* line 64, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
  .buttons-inline .recipe-counter-ingredient {
    flex: 0 0 40px; }

/* line 70, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_comments-show.scss */
.fixed-width {
  width: 300px; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
#cards-recipe-container {
  background: #8A8E91;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #8A8E91, #8A8E91);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #8A8E91, #8A8E91);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 60px 0 120px; }
  /* line 7, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  #cards-recipe-container h2 {
    margin-bottom: 40px;
    color: white;
    position: relative; }
    /* line 12, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    #cards-recipe-container h2:before, #cards-recipe-container h2:after {
      content: "";
      position: absolute;
      background-color: white;
      width: 35px;
      height: 2px;
      left: 50%;
      transform: translateX(-50%); }
    /* line 21, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    #cards-recipe-container h2:before {
      top: -10px; }
    /* line 24, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    #cards-recipe-container h2:after {
      bottom: -10px; }
  /* line 29, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  #cards-recipe-container a {
    color: #333;
    text-decoration: none; }

/* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
.card-body {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  min-height: 280px;
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 20px; }
  /* line 47, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  .card-body:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
    /* line 49, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    .card-body:hover:after {
      background-color: #A5AA52; }
  /* line 54, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  .card-body:after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #855A5C;
    border-radius: 2px 0 0 2px; }
  /* line 66, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  .card-body .photo-recipe {
    height: 240px;
    width: 240px;
    min-width: 240px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    flex-grow: 1; }
  /* line 80, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
  .card-body .content-recipe {
    max-height: 240px;
    flex-grow: 1;
    text-align: left;
    margin-left: 20px;
    position: relative; }
    /* line 87, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    .card-body .content-recipe .category-recipe {
      padding: 2px 5px;
      background-color: #855A5C;
      color: white;
      text-transform: uppercase;
      font-size: 10px;
      border-radius: 2px; }
    /* line 96, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    .card-body .content-recipe p {
      opacity: 0.7; }
    /* line 100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    .card-body .content-recipe .avatar-recipe {
      position: absolute;
      bottom: 0;
      left: 0; }
      /* line 104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
      .card-body .content-recipe .avatar-recipe img {
        border-radius: 50%;
        margin-right: 5px; }
    /* line 110, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
    .card-body .content-recipe .card-likes {
      position: absolute;
      bottom: 10px;
      right: 0;
      opacity: 0.7; }
      /* line 116, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
      .card-body .content-recipe .card-likes i:nth-child(2) {
        margin-left: 10px; }
      /* line 120, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_cards.scss */
      .card-body .content-recipe .card-likes .fa {
        color: #855A5C;
        opacity: 1;
        margin-right: 5px; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0; }

/* line 10, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 30%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: rgba(112, 128, 144, 0.2); }

/* Table column sizing
================================== */
/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable--2cols > .Rtable-cell {
  width: 50%; }

/* line 28, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable--3cols > .Rtable-cell {
  width: 33.33%; }

/* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable--4cols > .Rtable-cell {
  width: 25%; }

/* line 34, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable--5cols > .Rtable-cell {
  width: 20%; }

/* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_tables.scss */
.Rtable--6cols > .Rtable-cell {
  width: 16.6%; }

/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_newsletter.scss */
.newsletter-form {
  padding: 40px 0;
  text-align: center; }
  /* line 5, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_newsletter.scss */
  .newsletter-form h2 {
    margin-top: 0px; }
  /* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_newsletter.scss */
  .newsletter-form p {
    margin-bottom: 30px; }
  /* line 11, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_newsletter.scss */
  .newsletter-form #email {
    width: 350px; }

/* line 17, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/components/_newsletter.scss */
.background-grey {
  background-color: #fbf4ed;
  color: white;
  padding: 40px 0; }

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
/* line 22, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
/* line 84, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
/* line 146, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
/* line 208, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
/* line 270, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
/* line 350, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
/* line 399, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
/* line 455, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
/* line 511, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
/* line 592, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
/* line 665, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
/* line 729, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4; }
  50% {
    transform: scale(1.1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.4; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.4; }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.4; } }
/*
==============================================
floating
==============================================
*/
/* line 776, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
/* line 817, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
/* line 858, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
/* line 927, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
/* line 996, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
/* line 1065, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_animation_cheat_sheet.css */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/* line 1, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-image: none; }

/* line 20, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000; }

/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0; }

/* line 37, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none; }

/* line 56, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px; }

/* line 65, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
  background-image: none; }

/* line 76, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none; }

/* line 86, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  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 103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 3px 0;
  font-family: "Lato", sans-serif, "Farsan", cursive, "Source Sans Pro", "sans-serif";
  font-size: 16px; }

/* line 110, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC; }

/* line 128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px; }

/* line 133, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 142, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white; }

/* line 149, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/vendor/_chosen-bootstrap.scss */
select.form-control + .chosen-container-single span {
  font-family: "Lato", sans-serif, "Farsan", cursive, "Source Sans Pro", "sans-serif";
  font-size: 16px; }

/* line 2, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner.green_title, .round_corner_with_border.green_title, .round_corner_title.green_title {
  padding: 4px 8px 4px 12px;
  background: #6eb336;
  color: white;
  font-weight: 700; }

/* line 8, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.rectangle.green_title {
  padding: 4px 8px 4px 12px;
  background: #6eb336;
  color: white;
  font-weight: 700; }

/* line 13, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner.blue_title, .round_corner_with_border.blue_title, .round_corner_title.blue_title {
  padding: 4px 12px 4px 12px;
  background: #38bde9;
  color: white;
  font-weight: 700; }

/* line 19, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.rectangle.blue_title {
  padding: 4px 12px 4px 12px;
  background: #38bde9;
  color: white;
  font-weight: 700; }

/* line 25, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.rectangle.orange_title {
  padding: 4px 8px 4px 12px;
  background: #ff9700;
  color: white;
  font-weight: 700; }

/* line 31, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner.orange_title, .round_corner_with_border.orange_title, .round_corner_title.orange_title {
  padding: 4px 8px 4px 12px;
  background: #ff9700;
  color: white;
  font-weight: 700; }

/* line 36, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner.green_light_with_title, .round_corner_with_border.green_light_with_title, .round_corner_title.green_light_with_title {
  background: #d3ead0; }

/* line 38, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner.blue_light_with_title, .round_corner_with_border.blue_light_with_title, .round_corner_title.blue_light_with_title {
  background: #e5ecf9; }

/* line 41, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation {
  float: left;
  text-align: center;
  margin-left: 5px;
  padding: 3px 10px 3px 10px;
  color: white;
  font-weight: 700; }

/* line 48, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation.blue {
  background: #38bde9; }

/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation.orange {
  background: #ff9700; }

/* line 52, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation.green {
  background: #6eb336; }

/* line 55, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation_bottom {
  float: left;
  padding: 3px 10px 3px 10px;
  color: white;
  font-weight: 700; }

/* line 60, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_navigation_bottom.green {
  background: #6eb336; }

/* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_with_border {
  padding: 8px; }

/* line 65, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_with_border.background_white {
  background: white;
  border: 0;
  zoom: 1; }

/* line 70, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_orange_line_out {
  background-color: #ff9700;
  padding: 2px; }

/* line 74, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.round_corner_blue_line_out {
  background-color: #38bde9;
  padding: 2px; }

/* line 79, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors {
  color: #cc0000;
  /*margin: 0.5em 0 0 25%;*/ }

/* line 83, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors ul.errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square; }

/* line 87, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors ul.errors li {
  padding: 0;
  border: none;
  display: list-item; }

/* line 91, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.string input, p.inline-errors.password input, p.inline-errors.numeric input, p.inline-errors.text textarea {
  width: 74%; }

/* line 93, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.hidden {
  display: none; }

/* line 95, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.boolean label {
  padding-left: 25%;
  width: auto; }

/* line 98, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.boolean label input {
  margin: 0 0.5em 0 0.2em; }

/* line 100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.radio fieldset ol, p.inline-errors.check_boxes fieldset ol {
  margin-bottom: -0.6em; }

/* line 102, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.radio fieldset ol li, p.inline-errors.check_boxes fieldset ol li {
  margin: 0.1em 0 0.5em 0; }

/* line 104, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.radio fieldset ol li label, p.inline-errors.check_boxes fieldset ol li label {
  float: none;
  width: 100%; }

/* line 107, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.radio fieldset ol li label input, p.inline-errors.check_boxes fieldset ol li label input {
  margin-right: 0.2em; }

/* line 109, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.date fieldset ol li, p.inline-errors.time fieldset ol li, p.inline-errors.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 .3em 0 0; }

/* line 113, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.date fieldset ol li label, p.inline-errors.time fieldset ol li label, p.inline-errors.datetime fieldset ol li label {
  display: none; }

/* line 115, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
p.inline-errors.date fieldset ol li label input, p.inline-errors.time fieldset ol li label input, p.inline-errors.datetime fieldset ol li label input {
  display: inline;
  margin: 0;
  padding: 0; }

/* line 120, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-helper-clearfix {
  display: inline-block; }

/* line 122, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 129, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
* html .ui-helper-clearfix {
  height: 1%; }

/* line 132, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-helper-clearfix {
  display: block; }

/* line 135, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 144, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-disabled {
  cursor: default !important; }

/* line 147, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* line 153, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 160, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em; }

/* line 163, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 165, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

/* line 169, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-content {
  border: 1px solid #fbf4ed;
  background: #fbf4ed url(../images/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

/* line 173, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-content a {
  color: #222222; }

/* line 176, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-header {
  border: 1px solid #CB840A;
  background: #CB840A;
  color: #FBF4ED;
  font-weight: bold; }

/* line 181, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-header a {
  color: #FBF4ED; }

/* line 184, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #554A3E;
  background: #554A3E;
  font-weight: normal;
  color: #fbf4ed; }

/* line 190, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-default a {
  color: #fbf4ed;
  text-decoration: none; }

/* line 193, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-default a:link, .ui-state-default a:visited {
  color: #fbf4ed;
  text-decoration: none; }

/* line 197, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ff9700;
  background: #ff9700 url(../images/jqueryui/ui-bg_glass_75_ff9700_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fbf4ed; }

/* line 203, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-hover a {
  color: #fbf4ed;
  text-decoration: none; }

/* line 206, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-hover a:hover {
  color: #fbf4ed;
  text-decoration: none; }

/* line 210, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #CB840A;
  background: #CB840A;
  font-weight: normal;
  color: #fbf4ed; }

/* line 216, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-active a {
  color: #fbf4ed;
  text-decoration: none; }

/* line 219, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-active a:link, .ui-state-active a:visited {
  color: #fbf4ed;
  text-decoration: none; }

/* line 223, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget :active {
  outline: none; }

/* line 226, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

/* line 231, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

/* line 234, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/jqueryui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
  color: #cd0a0a; }

/* line 239, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

/* line 242, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 245, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* line 250, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* line 255, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/jqueryui/ui-icons_222222_256x240.png); }

/* line 260, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-content .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_222222_256x240.png); }

/* line 263, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-header .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_ff9700_256x240.png); }

/* line 266, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_ffffff_256x240.png); }

/* line 269, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-highlight .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_2e83ff_256x240.png); }

/* line 272, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../images/jqueryui/ui-icons_cd0a0a_256x240.png); }

/* line 275, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 278, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 281, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 284, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 287, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 290, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 293, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 296, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 299, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 302, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 305, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 308, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 311, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 314, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 317, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 320, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 323, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 326, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 329, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 332, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 338, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 341, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 344, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 347, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 350, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 353, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 356, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 359, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 362, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 365, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 368, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 371, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 374, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 377, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 380, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 383, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 386, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 389, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 392, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 395, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 398, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 401, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 404, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 407, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 410, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 413, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 416, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 419, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 422, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 425, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 428, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 431, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 434, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 437, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 440, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 443, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 446, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 449, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 452, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 455, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 458, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 461, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 464, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 467, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 470, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 473, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 476, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 479, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 482, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 485, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 488, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 491, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 494, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 497, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 500, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 503, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 506, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 509, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 512, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 515, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 518, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 521, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 524, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 527, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 530, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 533, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 536, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 539, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 542, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 545, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 548, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 551, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 554, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 557, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 560, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 563, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 566, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 569, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 572, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 575, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 578, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 581, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 584, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 587, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 590, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 593, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 596, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 599, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 602, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 605, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 608, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 611, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 614, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 617, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 620, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 623, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 626, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 629, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 632, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 635, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 638, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 641, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 644, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 647, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 650, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 653, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-radio-off {
  background-position: -96px -144px; }

/* line 656, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-radio-on {
  background-position: -112px -144px; }

/* line 659, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 662, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 665, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 668, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 671, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 674, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 677, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 680, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 683, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 686, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 689, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 692, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 695, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 698, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 701, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 704, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 707, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 710, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 713, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 716, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 719, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 722, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 725, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 728, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 731, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 734, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 737, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 740, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 743, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 746, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 749, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 752, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 755, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 758, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 761, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 764, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 767, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 770, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 773, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 776, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 779, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 782, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 785, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 788, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 791, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* line 794, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

/* line 799, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

/* line 804, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 809, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 814, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

/* line 822, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 830, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 838, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 846, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 851, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-overlay {
  background: #fbf4ed url(../images/jqueryui/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

/* line 856, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #6eb336 url(../images/jqueryui/ui-bg_inset-soft_0_6eb336_1x100.png) 50% bottom repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/* line 866, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable {
  position: relative; }

/* line 869, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

/* line 875, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 878, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 885, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 892, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 899, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 906, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 913, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 920, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 927, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 934, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-selectable-helper {
  border: 1px dotted black; }

/* line 937, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

/* line 942, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-li-fix {
  display: inline; }

/* line 944, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

/* line 946, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

/* line 950, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion a {
  zoom: 1; }

/* line 953, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

/* line 956, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* line 961, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

/* line 971, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-accordion .ui-accordion-content-active {
  display: block; }

/* line 974, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* line 978, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-autocomplete-loading {
  background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; }

/* line 981, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
* html .ui-autocomplete {
  width: 1px; }

/* line 984, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block; }

/* line 989, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-menu .ui-menu {
  margin-top: -3px; }

/* line 991, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

/* line 998, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

/* line 1004, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* line 1008, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* line 1019, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-icon-only {
  width: 2.2em; }

/* line 1022, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
button.ui-button-icon-only {
  width: 2.4em; }

/* line 1025, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-icons-only {
  width: 3.4em; }

/* line 1028, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
button.ui-button-icons-only {
  width: 3.7em; }

/* line 1031, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

/* line 1035, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

/* line 1038, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

/* line 1042, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-text-icon .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 1045, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* line 1050, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
input.ui-button {
  padding: .4em 1em; }

/* line 1053, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

/* line 1058, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* line 1062, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 1065, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* line 1068, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-buttonset {
  margin-right: 7px; }

/* line 1070, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* line 1074, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 1078, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

/* line 1083, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

/* line 1086, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

/* line 1089, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

/* line 1097, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

/* line 1100, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

/* line 1102, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

/* line 1108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

/* line 1114, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible; }

/* line 1122, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

/* line 1128, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 1131, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 1134, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

/* line 1140, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* line 1148, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-horizontal {
  height: .8em; }

/* line 1150, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 1153, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 1156, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 1158, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 1161, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 1164, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 1168, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 1171, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 1173, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 1176, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* line 1180, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

/* line 1183, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

/* line 1192, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 1196, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

/* line 1199, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  cursor: text; }

/* line 1201, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

/* line 1203, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-nav li a {
  cursor: pointer; }

/* line 1205, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* line 1207, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 1212, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-tabs .ui-tabs-hide {
  display: none !important; }

/* line 1215, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }

/* line 1218, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 1221, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 1226, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 1228, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 1230, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 1232, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 1234, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 1236, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 1243, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 1247, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 1250, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

/* line 1252, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

/* line 1254, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 1259, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 1264, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 1267, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 1272, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 1279, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 1286, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* line 1288, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 1291, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 1293, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 1297, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 1300, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 1303, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 1306, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 1308, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 1311, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* line 1315, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 1317, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 1320, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 1323, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 1326, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 1329, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 1331, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 1333, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

/* line 1335, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 1337, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 1341, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px; }

/* line 1352, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-progressbar {
  height: 2em;
  text-align: left; }

/* line 1355, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datepicker.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  background: url(../images/blue_progressbar.png); }

/* line 3, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar {
  background: #fff;
  border-collapse: separate;
  border-spacing: 2px;
  min-width: 100%; }

/* line 9, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar th {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 3px 5px; }

/* line 16, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td {
  border: 1px solid #CB840A;
  background: #CB840A;
  font-weight: normal;
  color: #fbf4ed;
  /*
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;*/ }

/* line 27, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.weekend {
  opacity: 0.30;
  cursor: auto; }

/*
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}*/
/*
table.jCalendar td.today {
	border: 1px solid #6eb336;
	background: #6eb336 url(../images/jqueryui/ui-bg_glass_65_6eb336_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #fbf4ed;
	/*background: #666;
	color: #fff;
}*/
/* line 46, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.selected {
  background: #f66;
  color: #fff; }

/* line 50, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff; }

/* line 54, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  border: 1px solid #554A3E;
  background: #554A3E;
  font-weight: normal;
  color: #CB840A;
  /*background: #fff;
  color: #000;*/ }

/* line 63, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar tr.selectedWeek td {
  border: 1px solid #CB840A;
  background: #CB840A;
  font-weight: normal;
  color: #fbf4ed;
  /*background: #f66;
  color: #fff;*/ }

/* line 71, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  /*background: #bbb;
  color: #888;*/ }

/* line 75, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888; }

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
/* line 86, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup {
  border: 1px solid #554A3E;
  background: #554A3E;
  color: #FBF4Ed;
  font-family: 'Lato', sans-serif, 'Farsan', cursive, "Source Sans Pro", "sans-serif";
  font-size: 1.1em;
  width: 17em;
  padding: .2em .2em 0;
  /*
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;*/ }

/* line 103, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div#dp-popup {
  position: absolute;
  z-index: 99999;
  margin-top: 30px; }

/* line 108, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup h2 {
  border: 1px solid #554a3E;
  background: #554a3E;
  color: #FBF4ED;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  /*
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;*/ }

/* line 123, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block; }

/* line 129, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
a#dp-close:hover {
  text-decoration: underline; }

/* line 132, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup a {
  text-decoration: none;
  padding: 3px 2px 0; }

/* line 136, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 60px;
  font-weight: bold;
  font-size: 1.1em;
  color: #FE941E !important; }

/* line 145, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-prev a {
  float: left; }

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
/* line 149, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer; }

/* line 152, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default; }

/* line 155, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 60px;
  font-weight: bold;
  font-size: 1.1em;
  color: #FE941E !important; }

/* line 164, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup div.dp-nav-next a {
  float: right; }

/* line 167, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa; }

/* line 171, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup td {
  cursor: pointer; }

/* line 174, /var/www/lb_4.2/releases/20210505115800/app/assets/stylesheets/datePicker_new.css */
div.dp-popup td.disabled {
  cursor: default;
  opacity: 0.30; }

/*
 *= require jquery.ui.all
*/
/*
 *= require jquery.ui.all
*/
