.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Comfortaa';
  src: url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.eot');
  src: url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.woff') format('woff'), url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.ttf') format('truetype'), url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.svg#Comfortaa') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Comfortaa';
    src: url('//static.leslibraires.fr/fonts/Comfortaa/comfortaa-regular-webfont.svg#Comfortaa') format('svg');
  }
}
@font-face {
  font-family: 'Droid';
  src: url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.eot');
  src: url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.woff') format('woff'), url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.ttf') format('truetype'), url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.svg#Droid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Droid';
    src: url('//static.leslibraires.fr/fonts/Droid/DroidSans-webfont.svg#Droid') format('svg');
  }
}
@font-face {
  font-family: "Flaticon";
  src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/social_shares/flaticon.eot');
  src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/social_shares/flaticon.eot#iefix') format("embedded-opentype"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/social_shares/flaticon.woff') format("woff"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/social_shares/flaticon.ttf') format("truetype"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/social_shares/flaticon.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 32px;
  font-style: normal;
}
.flaticon-chain:before {
  content: "\e000";
}
.flaticon-earth:before {
  content: "\e001";
}
.flaticon-facebook:before {
  content: "\e002";
}
.flaticon-forward:before {
  content: "\e003";
}
.flaticon-google-plus:before {
  content: "\e004";
}
.flaticon-pinterest:before {
  content: "\e005";
}
.flaticon-plussign15:before {
  content: "\e006";
}
.flaticon-soundcloud8:before {
  content: "\e007";
}
.flaticon-twitter:before {
  content: "\e008";
}
.flaticon-wordpress:before {
  content: "\e009";
}
.flaticon-youtube:before {
  content: "\e00a";
}
@font-face {
  font-family: 'icomoon';
  src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/icomoon/icomoon.eot?4g4v9m');
  src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/icomoon/icomoon.eot?4g4v9m#iefix') format('embedded-opentype'), url('//static.leslibraires.fr/websites/design_2013_12/fonts/icomoon/icomoon.ttf?4g4v9m') format('truetype'), url('//static.leslibraires.fr/websites/design_2013_12/fonts/icomoon/icomoon.woff?4g4v9m') format('woff'), url('//static.leslibraires.fr/websites/design_2013_12/fonts/icomoon/icomoon.svg?4g4v9m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProductTypes";
  src: url('/static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.eot');
  src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.eot?#iefix') format("embedded-opentype"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.woff') format("woff"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.ttf') format("truetype"), url('//static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.svg#Flaticon') format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ProductTypes";
    src: url('//static.leslibraires.fr/websites/design_2013_12/fonts/product_types/Flaticon.svg#Flaticon') format("svg");
  }
}
body {
  font-family: "Comfortaa", sans-serif;
  background-image: none;
}
p {
  font-family: "Comfortaa", sans-serif;
}
section {
  margin-bottom: 10px;
}
ol,
ul {
  padding-left: 0;
  list-style: none;
  padding: 0;
}
a {
  color: #00658f;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00354a;
}
.alert-link:hover {
  text-decoration: underline;
}
.ntbls {
  width: 100%;
  margin-bottom: 20px;
}
.ntbls > thead > tr > th,
.ntbls > tbody > tr > th,
.ntbls > tfoot > tr > th,
.ntbls > thead > tr > td,
.ntbls > tbody > tr > td,
.ntbls > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.ntbls > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.ntbls > caption + thead > tr:first-child > th,
.ntbls > colgroup + thead > tr:first-child > th,
.ntbls > thead:first-child > tr:first-child > th,
.ntbls > caption + thead > tr:first-child > td,
.ntbls > colgroup + thead > tr:first-child > td,
.ntbls > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ntbls > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.ntbls .table {
  background-color: #ffffff;
}
.ntbls > thead > tr > .active,
.ntbls > tbody > tr > .active,
.ntbls > tfoot > tr > .active,
.ntbls > thead > .active > td,
.ntbls > tbody > .active > td,
.ntbls > tfoot > .active > td,
.ntbls > thead > .active > th,
.ntbls > tbody > .active > th,
.ntbls > tfoot > .active > th {
  background-color: #f5f5f5;
}
.ntbls > thead > tr > .success,
.ntbls > tbody > tr > .success,
.ntbls > tfoot > tr > .success,
.ntbls > thead > .success > td,
.ntbls > tbody > .success > td,
.ntbls > tfoot > .success > td,
.ntbls > thead > .success > th,
.ntbls > tbody > .success > th,
.ntbls > tfoot > .success > th {
  background-color: #dff0d8;
}
.ntbls > thead > tr > .danger,
.ntbls > tbody > tr > .danger,
.ntbls > tfoot > tr > .danger,
.ntbls > thead > .danger > td,
.ntbls > tbody > .danger > td,
.ntbls > tfoot > .danger > td,
.ntbls > thead > .danger > th,
.ntbls > tbody > .danger > th,
.ntbls > tfoot > .danger > th {
  background-color: #f2dede;
}
.ntbls > thead > tr > .warning,
.ntbls > tbody > tr > .warning,
.ntbls > tfoot > tr > .warning,
.ntbls > thead > .warning > td,
.ntbls > tbody > .warning > td,
.ntbls > tfoot > .warning > td,
.ntbls > thead > .warning > th,
.ntbls > tbody > .warning > th,
.ntbls > tfoot > .warning > th {
  background-color: #fcf8e3;
}
#main {
  padding: 0 0 20px 0;
}
#main .container {
  background-color: #ffffff;
  padding-top: 10px;
}
.browserupgrade p {
  margin-bottom: 5px;
  font-size: 12pt;
}
.browserupgrade > div {
  color: #a94442;
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.browserupgrade a {
  color: #843534;
  font-weight: 700;
  text-decoration: none;
}
.browserupgrade a:hover {
  text-decoration: underline;
}
.alert > .media {
  margin-top: 0px;
}
header {
  background-image: -webkit-linear-gradient(bottom, #b3b3b3 0, #f5f5f5 7px);
  background-image: linear-gradient(to top, #b3b3b3 0, #f5f5f5 7px);
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding-top: 10px;
}
header a {
  display: block;
}
#bottom-header [class*="col-"],
.bottom-header [class*="col-"] {
  margin: 0;
}
.website-tabs {
  padding-top: 5px;
  margin-bottom: 0;
}
.website-tabs li {
  display: inline-block;
  border: 1px solid #999999;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
  background-color: #ebebeb;
  margin-right: 5px;
}
.website-tabs li.active {
  background-color: #ffffff;
}
.website-tabs a {
  padding: 10px 12px;
}
.sticker {
  text-transform: uppercase;
}
.sticker span {
  float: left;
  font-size: 2.5em;
  margin-right: 20px;
}
.sticker strong {
  font-size: 1.3em;
}
#logo {
  border-bottom: 2px;
}
#logo img {
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cart {
  width: 100%;
}
@media (max-width: 991px) {
  #header-search {
    width: 100%;
    margin-bottom: 5px;
  }
}
#header-search {
  float: right;
  background-color: #00354a;
  display: inline-block;
  padding: 5px;
}
#header-search * {
  border: 0;
  padding: 3px 6px;
  line-height: normal;
}
#header-search input {
  width: 300px;
}
#header-search input:focus {
  outline: none;
}
#header-search button {
  padding: 3px 10px;
  color: #00354a;
  background-color: white;
}
#header-search button:hover,
#header-search button:focus {
  color: #00658f;
}
#header-search a {
  margin-left: 15px;
  color: #ffffff;
  float: right !important;
}
#header-search a:hover,
#header-search a:focus {
  color: #00658f;
}
footer .title {
  font-size: 24px;
  margin: 20px 0 10px 0;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}
#top-footer {
  background-color: #00658f;
  color: #ffffff;
}
#top-footer a {
  color: #ffffff;
}
#top-footer a:hover {
  color: #00354a;
}
#bottom-footer {
  background-color: #00354a;
  color: #ffffff;
}
#bottom-footer a {
  color: #ffffff;
}
#bottom-footer a:hover {
  color: #00658f;
}
#bottom-footer ul {
  margin: 0;
  text-align: center;
}
#bottom-footer li {
  display: inline-block;
}
#bottom-footer li + li:before {
  content: "|";
  margin: 0 .2em;
}
.icon-more:before,
.icon-less:before,
.icon-back:before,
.icon-next:before,
.icon-prev:before,
.icon-help:before,
.icon-cart:before,
.icon-search:before,
.icon-home:before,
.icon-globe:before,
.icon-calendar:before,
.icon-book:before,
.icon-trash:before,
.icon-download:before,
.icon-star:before,
.icon-star-empty:before,
.icon-box-checked:before,
.icon-box-unchecked:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.icon-more:empty:before,
.icon-less:empty:before,
.icon-back:empty:before,
.icon-next:empty:before,
.icon-prev:empty:before,
.icon-help:empty:before,
.icon-cart:empty:before,
.icon-search:empty:before,
.icon-home:empty:before,
.icon-globe:empty:before,
.icon-calendar:empty:before,
.icon-book:empty:before,
.icon-trash:empty:before,
.icon-download:empty:before,
.icon-star:empty:before,
.icon-star-empty:empty:before,
.icon-box-checked:empty:before,
.icon-box-unchecked:empty:before {
  margin-right: 0;
}
.icon-more:before {
  content: "\f054";
}
.icon-less:before {
  content: "\f053";
}
.icon-back:before {
  content: "\f053";
}
.icon-prev:before {
  content: "\f060";
}
.icon-next:before {
  content: "\f061";
}
.icon-help:before {
  content: "\f059";
}
.icon-search:before {
  content: "\f002";
}
.icon-cart:before {
  content: "\f07a";
}
.icon-box-checked:before {
  content: "\f046";
}
.icon-box-unchecked:before {
  content: "\f096";
}
.icon-home:before {
  content: "\f015";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-book:before {
  content: "\f02d";
}
.icon-trash:before {
  content: "\f014";
}
.icon-download:before {
  content: "\f019";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-right-triangle:before {
  content: "\2023";
}
.icon-star,
.icon-star-empty {
  font-size: 1.2em;
}
.icon-more {
  border-bottom: 2px solid #00354a;
}
.read-more {
  border-bottom: 2px solid #00354a;
  border-bottom: 0px;
}
.read-more:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.read-more:empty:before {
  margin-right: 0;
}
.missing {
  font-family: ProductTypes;
  line-height: 200%;
  text-align: center;
  background-color: #ffffff;
}
.missing-profile:before {
  content: "\f108";
}
.missing-book:before {
  content: "\f100";
}
.missing-abook:before {
  content: "\f100";
}
.missing-ebook:before {
  content: "\f102";
}
.missing-comics:before {
  content: "\f100";
}
.missing-foreignbook:before {
  content: "\f100";
}
.missing-secondhandbook:before {
  content: "\f100";
}
.missing-giftcard:before {
  content: "\f104";
}
.missing-device:before {
  content: "\f101";
}
.missing-toy:before {
  content: "\f10a";
}
.missing-music:before {
  content: "\f106";
}
.missing-video:before {
  content: "\f10b";
}
.missing-winespirit:before {
  content: "\f10c";
}
.missing-stationery:before {
  content: "\f109";
}
.missing-map:before {
  content: "\f105";
}
.missing-poster:before {
  content: "\f107";
}
.missing-figurine:before {
  content: "\f103";
}
.tt-dropdown-menu {
  background-color: #ffffff;
  padding: 5px;
}
.tt-dropdown-menu p {
  margin: 0;
}
.tt-suggestion {
  padding: 5px;
}
.tt-cursor {
  color: #fb913b;
  cursor: pointer;
}
.select2-container.shipping {
  margin-left: 15px;
}
.sidepanel-group {
  margin-bottom: 20px;
}
.sidepanel-group:last-child {
  margin-bottom: 0;
}
.sidepanel {
  margin-bottom: 0;
}
.sidepanel li a {
  display: block;
}
.sidepanel li a:before {
  margin-right: 5px;
}
.sidepanel .badge + a {
  padding-right: 45px;
}
.sidepanel:last-child {
  margin-bottom: 0;
}
.sidepanel-title {
  background-color: #00354a;
  color: #ffffff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-transform: uppercase;
  padding: 5px 10px;
}
.sidepanel-title a {
  color: #ffffff;
}
.sidepanel-title a:hover {
  color: #00658f;
}
.sidepanel-title a {
  display: block;
}
.sidepanel-only-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sidepanel-body {
  background-color: #00658f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 10px;
  border-top: none;
}
.sidepanel-body a {
  color: #ffffff;
}
.sidepanel-body a:hover {
  color: #00354a;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e6e6e6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00354a;
  border-color: #00354a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #f6f6f6;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tab-nav {
  border-bottom: 3px solid #00354a;
  margin-bottom: 0;
}
.tab-nav > li {
  display: inline-block;
  margin-bottom: -1px;
}
.tab-nav > li a {
  display: block;
  padding: 5px 10px;
  margin-right: 2px;
  border: 1px solid #00354a;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #f2f2f2;
  color: #00658f;
}
.tab-nav > li a:hover,
.tab-nav > li a:focus {
  background-color: #e6e6e6;
  color: #00354a;
}
.tab-nav > li.active > a,
.tab-nav > li.active > a:hover,
.tab-nav > li.active > a:focus {
  color: #ffffff;
  background-color: #00354a;
  cursor: default;
}
.tab-content {
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.imgwrapper {
  display: inline-block;
  padding: 5px 8px 8px 5px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.image {
  text-align: center;
}
.image a {
  display: block;
}
.image a img {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
.image a:hover img {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
img {
  max-width: 100%;
  max-height: 100%;
}
#map_canvas img {
  max-height: none;
}
.ribbon:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 106px;
  height: 106px;
  border: 30px solid #00354a;
  border-top: 0;
  border-left: 0;
  content: "";
}
.ribbon:after {
  position: absolute;
  left: 0;
  top: 76px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #00658f;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.8);
}
.ribbon-ebook:after {
  content: "E-BOOK";
}
.ribbon-abook:after {
  content: "AUDIO";
}
.original-price {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
}
.price {
  color: #fb913b;
}
.price:after {
  content: "\00A0€";
}
.noVAT:after {
  content: "\00A0€\00A0HT";
}
.discount {
  color: #ffffff;
  background-color: #fb913b;
  margin: 0 2px;
  padding: 0 2px;
}
.discount:before {
  content: "-";
}
.discount:after {
  content: "%";
}
.delay {
  border: 1px solid black;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
}
.delay.short {
  background-color: #21b24b;
}
.delay.medium {
  background-color: #f8931f;
}
.delay.future {
  background-color: #4863a0;
}
.delay.unknown {
  background-color: #ed1b24;
}
.all-offers th {
  text-align: center;
}
.all-offers .price {
  display: block;
  text-align: center;
}
.all-offers .condition {
  margin-top: 10px;
  text-align: center;
}
.all-offers .shipping {
  list-style: disc inside;
}
.ebook-ressources {
  margin: 5px 0px;
  padding: 5px;
}
.ebook-ressources dl,
.ebook-ressources p {
  margin: 0;
}
.ebook-ressources dt {
  font-weight: normal;
}
.usage-restricted {
  color: #8a6d3b;
}
.usage-prohibited {
  color: #a94442;
}
#product-offers .offer-price {
  font-size: 18px;
}
.offer_attributes {
  margin-bottom: 0px;
}
.offer_attributes dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offer_attributes dd {
  margin-left: 180px;
}
.offer_attributes dd:before,
.offer_attributes dd:after {
  content: " ";
  display: table;
}
.offer_attributes dd:after {
  clear: both;
}
.offer_attributes dd:before,
.offer_attributes dd:after {
  content: " ";
  display: table;
}
.offer_attributes dd:after {
  clear: both;
}
.price-condition {
  display: inline-block;
}
.all-offers .offer-price {
  font-size: 18px;
  text-align: center;
}
.all-offers .offer-price span {
  display: block;
}
.review p {
  margin: 0;
}
.review .more {
  display: none;
}
.review .more.collapsed {
  display: inline;
}
.rating {
  color: #fb913b;
}
.offer span span {
  margin-right: 5px;
}
.offer form {
  float: right;
}
.offer .form-offer-ajax {
  display: none;
  float: none;
  margin-top: 3px;
}
.offer .form-offer-ajax button {
  width: 100%;
}
#product-images .modal-dialog {
  width: 800px;
}
.product-share {
  text-align: center;
}
.btn-emph {
  color: #ffffff;
  background-color: #fb913b;
  border-color: #cc5e04;
}
.btn-emph:hover,
.btn-emph:focus,
.btn-emph:active,
.btn-emph.active,
.open .dropdown-toggle.btn-emph {
  color: #ffffff;
  background-color: #fa7b13;
  border-color: #904203;
}
.btn-emph:active,
.btn-emph.active,
.open .dropdown-toggle.btn-emph {
  background-image: none;
}
.btn-emph.disabled,
.btn-emph[disabled],
fieldset[disabled] .btn-emph,
.btn-emph.disabled:hover,
.btn-emph[disabled]:hover,
fieldset[disabled] .btn-emph:hover,
.btn-emph.disabled:focus,
.btn-emph[disabled]:focus,
fieldset[disabled] .btn-emph:focus,
.btn-emph.disabled:active,
.btn-emph[disabled]:active,
fieldset[disabled] .btn-emph:active,
.btn-emph.disabled.active,
.btn-emph[disabled].active,
fieldset[disabled] .btn-emph.active {
  background-color: #fb913b;
  border-color: #cc5e04;
}
.btn-emph .badge {
  color: #fb913b;
  background-color: #fff;
}
.btn-first {
  color: #ffffff;
  background-color: #00354a;
  border-color: #000000;
}
.btn-first:hover,
.btn-first:focus,
.btn-first:active,
.btn-first.active,
.open .dropdown-toggle.btn-first {
  color: #ffffff;
  background-color: #001821;
  border-color: #000000;
}
.btn-first:active,
.btn-first.active,
.open .dropdown-toggle.btn-first {
  background-image: none;
}
.btn-first.disabled,
.btn-first[disabled],
fieldset[disabled] .btn-first,
.btn-first.disabled:hover,
.btn-first[disabled]:hover,
fieldset[disabled] .btn-first:hover,
.btn-first.disabled:focus,
.btn-first[disabled]:focus,
fieldset[disabled] .btn-first:focus,
.btn-first.disabled:active,
.btn-first[disabled]:active,
fieldset[disabled] .btn-first:active,
.btn-first.disabled.active,
.btn-first[disabled].active,
fieldset[disabled] .btn-first.active {
  background-color: #00354a;
  border-color: #000000;
}
.btn-first .badge {
  color: #00354a;
  background-color: #fff;
}
.btn-second {
  color: #ffffff;
  background-color: #00658f;
  border-color: #001d29;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active,
.open .dropdown-toggle.btn-second {
  color: #ffffff;
  background-color: #004866;
  border-color: #000000;
}
.btn-second:active,
.btn-second.active,
.open .dropdown-toggle.btn-second {
  background-image: none;
}
.btn-second.disabled,
.btn-second[disabled],
fieldset[disabled] .btn-second,
.btn-second.disabled:hover,
.btn-second[disabled]:hover,
fieldset[disabled] .btn-second:hover,
.btn-second.disabled:focus,
.btn-second[disabled]:focus,
fieldset[disabled] .btn-second:focus,
.btn-second.disabled:active,
.btn-second[disabled]:active,
fieldset[disabled] .btn-second:active,
.btn-second.disabled.active,
.btn-second[disabled].active,
fieldset[disabled] .btn-second.active {
  background-color: #00658f;
  border-color: #001d29;
}
.btn-second .badge {
  color: #00658f;
  background-color: #fff;
}
.btn-short {
  color: #ffffff;
  background-color: #21b24b;
  border-color: #115c27;
}
.btn-short:hover,
.btn-short:focus,
.btn-short:active,
.btn-short.active,
.open .dropdown-toggle.btn-short {
  color: #ffffff;
  background-color: #1b903c;
  border-color: #072811;
}
.btn-short:active,
.btn-short.active,
.open .dropdown-toggle.btn-short {
  background-image: none;
}
.btn-short.disabled,
.btn-short[disabled],
fieldset[disabled] .btn-short,
.btn-short.disabled:hover,
.btn-short[disabled]:hover,
fieldset[disabled] .btn-short:hover,
.btn-short.disabled:focus,
.btn-short[disabled]:focus,
fieldset[disabled] .btn-short:focus,
.btn-short.disabled:active,
.btn-short[disabled]:active,
fieldset[disabled] .btn-short:active,
.btn-short.disabled.active,
.btn-short[disabled].active,
fieldset[disabled] .btn-short.active {
  background-color: #21b24b;
  border-color: #115c27;
}
.btn-short .badge {
  color: #21b24b;
  background-color: #fff;
}
.btn-medium {
  color: #ffffff;
  background-color: #f8931f;
  border-color: #ac5e05;
}
.btn-medium:hover,
.btn-medium:focus,
.btn-medium:active,
.btn-medium.active,
.open .dropdown-toggle.btn-medium {
  color: #ffffff;
  background-color: #e77f07;
  border-color: #703e04;
}
.btn-medium:active,
.btn-medium.active,
.open .dropdown-toggle.btn-medium {
  background-image: none;
}
.btn-medium.disabled,
.btn-medium[disabled],
fieldset[disabled] .btn-medium,
.btn-medium.disabled:hover,
.btn-medium[disabled]:hover,
fieldset[disabled] .btn-medium:hover,
.btn-medium.disabled:focus,
.btn-medium[disabled]:focus,
fieldset[disabled] .btn-medium:focus,
.btn-medium.disabled:active,
.btn-medium[disabled]:active,
fieldset[disabled] .btn-medium:active,
.btn-medium.disabled.active,
.btn-medium[disabled].active,
fieldset[disabled] .btn-medium.active {
  background-color: #f8931f;
  border-color: #ac5e05;
}
.btn-medium .badge {
  color: #f8931f;
  background-color: #fff;
}
.btn-future {
  color: #ffffff;
  background-color: #4863a0;
  border-color: #28375a;
}
.btn-future:hover,
.btn-future:focus,
.btn-future:active,
.btn-future.active,
.open .dropdown-toggle.btn-future {
  color: #ffffff;
  background-color: #3b5284;
  border-color: #151d2f;
}
.btn-future:active,
.btn-future.active,
.open .dropdown-toggle.btn-future {
  background-image: none;
}
.btn-future.disabled,
.btn-future[disabled],
fieldset[disabled] .btn-future,
.btn-future.disabled:hover,
.btn-future[disabled]:hover,
fieldset[disabled] .btn-future:hover,
.btn-future.disabled:focus,
.btn-future[disabled]:focus,
fieldset[disabled] .btn-future:focus,
.btn-future.disabled:active,
.btn-future[disabled]:active,
fieldset[disabled] .btn-future:active,
.btn-future.disabled.active,
.btn-future[disabled].active,
fieldset[disabled] .btn-future.active {
  background-color: #4863a0;
  border-color: #28375a;
}
.btn-future .badge {
  color: #4863a0;
  background-color: #fff;
}
.btn {
  border-radius: 0;
}
.btn-a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #ffffff;
  background-color: #00354a;
  border-color: #000000;
}
.btn-a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-a:hover,
.btn-a:focus {
  color: #333333;
  text-decoration: none;
}
.btn-a:active,
.btn-a.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);
}
.btn-a.disabled,
.btn-a[disabled],
fieldset[disabled] .btn-a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-a:hover,
.btn-a:focus,
.btn-a:active,
.btn-a.active,
.open .dropdown-toggle.btn-a {
  color: #ffffff;
  background-color: #001821;
  border-color: #000000;
}
.btn-a:active,
.btn-a.active,
.open .dropdown-toggle.btn-a {
  background-image: none;
}
.btn-a.disabled,
.btn-a[disabled],
fieldset[disabled] .btn-a,
.btn-a.disabled:hover,
.btn-a[disabled]:hover,
fieldset[disabled] .btn-a:hover,
.btn-a.disabled:focus,
.btn-a[disabled]:focus,
fieldset[disabled] .btn-a:focus,
.btn-a.disabled:active,
.btn-a[disabled]:active,
fieldset[disabled] .btn-a:active,
.btn-a.disabled.active,
.btn-a[disabled].active,
fieldset[disabled] .btn-a.active {
  background-color: #00354a;
  border-color: #000000;
}
.btn-a .badge {
  color: #00354a;
  background-color: #fff;
}
.btn-little-cart {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  color: #428bca;
}
.btn-little-cart:hover,
.btn-little-cart:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #00354a;
}
.ppanel li {
  display: inline-block;
  width: 16.66%;
  min-width: 165px;
  padding: 0px 5px 5px 5px;
}
.ppanel li .image * {
  height: 100%;
}
.ppanel a {
  display: block;
}
.ppanel-product .image {
  height: 180px;
}
.ppanel-product .details {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.ppanel-product .offer {
  position: absolute;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 5px, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 5px, #ffffff 100%);
  background-repeat: repeat-x;
}
.ppanel-video .image {
  height: 124px;
}
.ppanel-video li .details {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.ppanel-video li .details:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.online-viewer {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}
.google-viewer {
  margin-bottom: 40px;
}
.sm2_link {
  display: block;
  width: 400px;
  padding: 5px;
  background-color: #00354a;
  color: #ffffff;
  content: "\f04b";
}
.sm2_link a {
  color: #ffffff;
}
.sm2_link a:hover {
  color: #00658f;
}
.sm2_link:hover:before {
  color: #00658f;
}
.sm2_link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.sm2_loading {
  content: "\f021";
}
.sm2_playing {
  content: "\f04c";
}
.sm2_paused {
  content: "\f04b";
}
.dewey-table td {
  vertical-align: top;
}
.dewey-table td:last-child {
  width: 100%;
}
.dewey-table td:first-child {
  min-width: 1em;
}
.dewey-more {
  cursor: pointer;
}
.dewey-more:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
}
.dewey-more.collapsed:before {
  content: "\f067";
}
.share {
  display: inline-block;
  font-size: 2.5em;
}
.share:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.facebook:before {
  content: "\f230";
}
.twitter:before {
  content: "\f099";
}
.google-plus:before {
  content: "\f0d5";
}
.pinterest:before {
  content: "\f0d2";
}
.email:before {
  content: "\f0e0";
}
.wishlist:before {
  content: "\f022";
}
.youtube:before {
  content: "\f16a";
}
.instagram:before {
  content: "\f16d";
}
.soundcloud:before {
  content: "\f1be";
}
.carousel {
  position: relative;
  margin-bottom: 10px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 650px;
  max-width: 100%;
}
.carousel-inner > .item {
  display: none;
  height: 300px;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
#banner {
  padding-right: 198px;
  background-color: #00658f;
}
#banner .title {
  text-transform: uppercase;
  font-weight: bold;
}
#banner .carousel-indicators {
  position: absolute;
  z-index: 15;
  list-style: none;
  top: 0px;
  right: 0px;
  width: 198px;
  height: 100%;
  overflow: hidden;
  padding: 1px;
  background-color: #00354a;
}
#banner .carousel-indicators li {
  height: 73px;
  cursor: pointer;
  background-color: #00658f;
  color: #ffffff;
  position: relative;
  padding: 5px;
  margin-top: 2px;
}
#banner .carousel-indicators li:first-child {
  margin-top: 0;
}
#banner .carousel-indicators .active {
  background-color: #00354a;
  color: #fb913b;
}
.carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 10;
}
.carousel-caption div {
  background-color: #ffffff;
  padding: 5px;
  max-width: 350px;
  float: left;
  clear: left;
  margin-bottom: 5px;
}
.carousel-caption .title {
  color: #fb913b;
}
.carousel-caption .subtitle {
  color: #00354a;
}
.shop-images {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: thin solid #eeeeee;
  -moz-column-rule: thin solid #eeeeee;
  column-rule: thin solid #eeeeee;
}
.shop-images > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.shop-images div {
  text-align: center;
  margin-bottom: 20px;
}
#launchbar {
  z-index: 100;
  min-height: 30px;
  line-height: 30px;
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 0, #00354a 7px);
  background-image: linear-gradient(to top, #f5f5f5 0, #00354a 7px);
  background-repeat: repeat-x;
  padding: 0px;
  border: 0px;
  color: white;
  background-color: #00354a;
}
#launchbar img {
  vertical-align: baseline;
}
#launchbar ul {
  float: left;
  margin: 0;
  padding: 0px 10px;
}
#launchbar li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
#launchbar a {
  display: block;
  padding: 3px 5px;
  line-height: 24px;
  color: white;
}
#launchbar a:hover {
  color: #00658f;
}
#launchbar .right {
  float: right;
}
#launchbar .right li {
  margin: 0 0 0 10px;
}
#launchbar:after {
  clear: both;
  content: " ";
  display: table;
}
.newsletter .alert {
  margin: 5px 0;
}
#div_change_geoloc form {
  display: inline-block;
}
.little_cart {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.little_cart_guides {
  position: absolute;
  bottom: 0px;
  width: 100%;
  position: relative;
}
/* ----- L'AN DIX MILLE / GB (debut) ----- */

/* ///// polices (debut) ///// */
@font-face {
    font-family : "LandinmilleBold";
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Bold.eot'); /* IE9 */
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Bold.eot?') format('eot') /* older IE */, 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Bold.woff') format('woff'), 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINComp-Bold.ttf') format('truetype');
}
@font-face {
    font-family : "LandinmilleBlack";
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Black.eot'); /* IE9 */
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Black.eot?') format('eot') /* older IE */, 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Black.woff') format('woff'), 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINComp-Black.ttf') format('truetype');
}
@font-face {
    font-family : "Landinmille";
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Light.eot'); /* IE9 */
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-Light.eot?') format('eot') /* older IE */, 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINComp-Light.ttf') format('truetype');
}
@font-face {
    font-family : "LandinmilleItal";
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-LightIta.eot'); /* IE9 */
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINWeb-LightIta.eot?') format('eot') /* older IE */, 
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/ff_din_web/DINComp-LightIta.ttf') format('truetype');
}
/* ///// polices (fin) ///// */

@font-face {
    font-family : "icobird";
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/icobird/icobird.eot'); /* IE9 */
    src : url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/icobird/icobird.eot?') format('eot') /* older IE */,
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/icobird/icobird.woff') format('woff'),
    url('//static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/icobird/icobird.ttf') format('truetype'),
    url('////static.leslibraires.fr/websites/design_2013_12/fonts/gaimoqueur/icobird/icobird.svg#icobird') format('svg');
}
/* ----- L'AN DIX MILLE / GB (debut) ----- */

/* ///// global (debut) ///// */
body {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	background-image: none;
}
body, p {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
}
h2 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 16px;
}
h3 {
	font-family: "LandinmilleItal", "Arial", "Verdana", sans-serif;
	font-weight: normal;
	font-size: 16px;
}
a {
  color: #999999;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}
.icon-calendar {
	margin-right: 10px;
}
.fleche-droite {
	margin-right: 10px;
}
.plus {
	margin: 20px 0 0px;
	padding-bottom: 10px;
}
.know-plus {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 2px solid #999999;
}
.plus a, .know-plus a {
	text-decoration: none;
}
.plus a:hover, .know-plus a:hover {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	text-decoration: none;
	color: #000000;
}
.all-events {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 32px;
	padding-top: 40px;
	border-top: 3px solid #000000;
}
.all-events .fleche-droite {
	margin-left: 30px;
}
hr {
    border-color: #000000 -moz-use-text-color -moz-use-text-color;
    margin-top: 25px;
}
#social-reviews hr {
    border-color: #cccccc -moz-use-text-color -moz-use-text-color;
    margin-top: 50px;
}
#social-reviews .icon-more {
	margin-top: 0;
}
/* ///// global (fin) ///// */

/* ///// entete (debut) ///// */
header {
  background-image: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
header .container .row:first-child {
	position: absolute;
	margin-right: 0px;
}
@media (min-width: 992px) {
	header .container .row:first-child {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	header .container .row:first-child {
		width: 1140px;
	}
}
#stock {
	width: 250px;
	float: right;
}
#bottom-header {
	width: 100%;
	margin-top: 10px;
}
#logo-lmm, #logo-lgr {
	margin: 7% 0;
	padding: 0;
	padding-top: 0;
}
#logo-lmm, #logo-lmm span {
	text-align: right;
}
#logo-lgr, #logo-lgr span {
	text-align: left;
}
#logo-lmm span:hover, #logo-lgr span:hover {
	color: #999999;
}
#logo-lmm span, #logo-lgr span {
	font-size: 10px;
	color: #cccccc;
	width: 100%;
	text-transform: lowercase;
}
@media (min-width: 480px) {
	#logo-lmm span, #logo-lgr span {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	#logo-lmm span, #logo-lgr span {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	#logo-lmm span, #logo-lgr span {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	#logo-lmm span, #logo-lgr span {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	ul.website-tabs {
		display: block;
		margin-top: 20px;
	}
	ul.website-tabs li:first-child {
		display:none;
	}
	ul.website-tabs li {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}
#logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.icon-book:before {
	content: '';
}
.icon-book img {
	margin-top: -6px;
}
#logos-header:after {
  clear: both;
}
/* ///// entete (fin) ///// */

/* ///// navigation (debut) ///// */
#header-search {
	float: left;
    padding: 0;
    margin: -55px 0 0;
    font-family: "Landinmille", "Arial", "Verdana", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    width:100%;
}
@media (max-width: 991px) {
	#header-search {
	    margin: 0;
	}
}
#header-search a {
	position: relative;
	float: left !important;
	top: 10px;
	margin-left: 8px;
    text-align: left;
	color: #999999;
}
#header-search a:hover {
	color: #333333;
}
#header-search input {
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	height: 30px;
	font-size: 14px;
    background-color: #cccccc;
    color: #666666;
    vertical-align: middle;
    padding: 0 8px;
    margin: 0 10px 0 0;
	box-shadow:10px 10px 10px gray; 
	-moz-box-shadow:10px 10px 10px gray;
	-webkit-box-shadow:10px 10px 10px gray;
}
#header-search button {
	color: #999999;
	background-color: #ffffff;
	text-transform: capitalize;
	height: 30px;
	padding: 0;	
}
#header-search button:hover {
	color: #333333;
}
#cart-newz {
	margin-top: -55px;
	text-align: right;
}
#cart-newz div {
	display: inline-block;
}
#cart-newz div a {
	text-align: right;
	background-color: rgba(255,255,255,0);
}
@media (max-width: 991px) {
	#cart-newz {
		margin-top: 0;
	}
	#cart-newz div {
		margin-top: 0;
	}
}

#cart-newz a {
    font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #ffffff;
}
#cart-newz a:hover {
	color: #333333;
}
#cart.btn,
#topnewz.btn {
	border: 0;
}
@media (min-width: 992px) {
	.website-tabs {
		margin-top: 20px !important;
	}
}
.icon-cart {
	font-size: 14px;
}
.btn-emph {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
    background-color: #ffffff;
    border: 0;
    color: #999999;
}
.btn-emph:hover {
    background-color: #ffffff;
    border: 0;
    color: #333333;
}

.website-tabs {
  padding: 0 0 0 15px;
  margin-left: 0;
  margin-right: 0;
}
.website-tabs li {
	border: 0px solid #999999;
    font-family: "Landinmille", "Arial", "Verdana", sans-serif;
    font-size: 14px;
    padding: 0;
    margin-right: 10px;
    color: #999999;
    background-color: #ffffff;
}
.website-tabs li.home {
    padding: 0;
}
.website-tabs li a {
	font-size: 15px;
	height: 25px;
	padding: 5px 10px;
    color: #ffffff;
    background-color: #999999;
}
.website-tabs li.home a {
	height: 64px;
    margin-top: 0;
    padding: 0;
    background-color: #ffffff;
}
.website-tabs li a:hover {
    color: #999999;
    background-color: #ffffff;
    text-decoration: none;
}
.website-tabs li.active {
  background-color: #ffffff;
}
ul.website-tabs li:first-child a {
    margin-right: 0;
    padding: 0;
	background-color: #ffffff;	
}
ul.website-tabs li:last-child a {
    margin-right: 0;
	color: #ffffff;
	background-color: #a68b43;
}
ul.website-tabs li:last-child a:hover {
	color: #a68b43;
	background-color: #ffffff;
}
ul.pagination {
	margin-left: 20px;
}
@media (min-width: 992px) {
	ul.pagination {
		margin-left: 260px;
	}
}
@media (min-width: 1200px) {
	ul.pagination {
		margin-left: 310px;
	}
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ffffff;
    color: #000000;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a, 
.pagination > li.active > span,
.pagination > li.disabled > span {
	font-size: 18px;
	text-align: center;
	width: 18px;
	padding: 0;
	margin: 0;
}
.pagination > li > a {
	color: #999999;
}
.pagination > li.active > span {
	color: #000000;
}
.pagination > li > a:hover, .pagination > li.active > span {
	font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 4px solid #000000;
}
.pagination > li > a.icon-more, 
.pagination > li > a.icon-less {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	color: #999999;
}
.pagination > li > a.icon-more:hover, 
.pagination > li > a.icon-less:hover {
	color: #000000;
	border-bottom: 0px solid #000000;
}
/* ///// navigation (fin) ///// */

/* ///// main (debut) ///// */
#main .container {
	padding-top: 0;
}
/* ///// main (fin) ///// */

/* ///// pictos (debut) ///// */
[class^="icon-"], [class*=" icon-"] {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #999999;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star, .icon-star-empty {
    color: #fb913b !important;
}

.icon-bird-powder:before {
	font-family: "icobird";
	content: "\e600";
}
.icon-cart:before {
	font-family: "icobird";
	content: "\e608";
	font-size: 30px;
	margin-right: 0;
}
.icon-home:before {
	font-family: "icobird";
	content: "\e604";
	font-size: 36px;
	background-color: #ffffff;
	color: #999999;
    margin-right: 0;
}
.icon-home:hover:before {
    color: #cccccc;	
}
.icon-book:before {
	font-family: "icobird";
	content: "\e609";
}
.icon-search:before {
	font-family: "icobird";
	content: "\e60b";
	font-size: 150%;
	color: #999999;
	background-color: #ffffff;
	margin-left: 0;
	padding: 0;
}
.icon-search:hover {
	color: #333333;
}
.icon-search {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	color: #999999;
	background-color: #ffffff;
	margin-left: 10px;
}
.icon-more:before {
	font-family: "icobird";
	content: "\e602";
}
.facebook:before {
	font-family: "icobird";
	content: "\e605";
}
.twitter:before {
	font-family: "icobird";
	content: "\e606";
}
.icon-newsletter:before {
	font-family: "icobird";
	content: "\e603";
	font-size: 30px;
	margin-right: 0;
}
.pagination .icon-less:before {
	font-family: "icobird";
	content: "\e60f";
}
.pagination .icon-more:before {
	font-family: "icobird";
	content: "\e60e";
}
#main .container > h1:first-child:after {
	font-family: "icobird";
	content: "\e600";
	font-size: 24px;
	margin-left: 10px;
}
/* ///// pictos (fin) ///// */

/* ///// menu RAYONS (debut) ///// */
.sidepanel-title {
  background-color: #ffffff;
  font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}
.sidepanel-only-title {
	display: none;
}
.sidepanel-body {
	background-color: #ffffff;
	font-size: 14px;
	color: #000000;
	padding: 0;
	border-top: none;
}
.sidepanel-body a {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	color: #000000;
}
.sidepanel-body a:hover {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	color: #666666;
	text-decoration: none;
}
.sidepanel-body ul li {
	list-style-type: none;
	text-indent: -5px;
	margin-bottom: 9px;
}
@media (min-width: 480px) and (max-width: 991px) {
	.sidepanel-body ul li a:after {
		content: " – ";
	}
	.sidepanel-body ul {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sidepanel-body ul li {
		display: inline-block;
		padding-right: 4px;
	}
}
.icon-right-triangle:before {
	content: "";
}
/* ///// menu RAYONS (fin) ///// */

/* ///// slider (debut) ///// */
#banner {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
#banner .carousel-indicators {
	display:block;
	visibility: visible;
	background-color: #cccccc;
}
#banner .carousel-indicators li {
	height: 58px;
	background-color: #ffffff;
}
#banner .carousel-indicators li.active {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;	
	background-color: #cccccc;
}
#banner .carousel-indicators li .title {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-transform: none;
	color: #000000;
}
@media (max-width: 767px) {
	#banner .carousel-indicators {
		display:none;
		visibility: hidden;
	}
}
#banner .carousel-inner {
	width: 650px;
	height: 300px;
	margin: 0;
	padding: 0;
}
.carousel-inner > .item {
  width: 650px;
  height: 300px;
}
#banner .title {
  font-weight: normal;
}
.carousel-caption div {
	margin-bottom: 10px;
}
.carousel-caption div.title {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size:14px;
	color: #000000;
	padding: 6px 30px 4px 5px;
	color: #000000;	
	text-transform: uppercase;
}
.carousel-caption div.icon-more {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size:14px;
	color: #000000;
	padding: 8px 10px 4px 5px;
	text-transform: uppercase;
}
.carousel-caption div:hover {
	color: #999999;	
}
.icon-arrow-right:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
/* ///// slider (fin) ///// */

/* ///// onglets (debut) ///// */
.tab-nav {
	margin-top: 22px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000000;
}
.col-md-12 .tab-nav,
.col-md-8 .tab-nav {
	text-align: center;
	margin-top: 50px;
	border-bottom: 0;
}
.col-md-6 ul.tab-nav {
	padding-bottom: 10px;
	font-size: 18px;
}
.col-md-12 ul.tab-nav,
.col-md-8 ul.tab-nav {
	margin-bottom: 30px;
	font-size: 14px;
}
.col-md-12 .tab-nav > li.active > a,
.col-md-8 .tab-nav > li.active > a {
	font-size: 14px;
}
.tab-nav > li {
	text-transform: uppercase;
}
.col-md-12 .tab-nav > li,
.col-md-8 .tab-nav > li {
	display: block;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.col-md-12 .tab-nav > li,
	.col-md-8 .tab-nav > li {	
		display: inline-block;
		margin-left: 12px;
		margin-right: 12px;
		text-decoration: none;
		border-bottom: 3px solid #000000;
	}
}
.tab-nav > li.active > a,
.tab-nav > li.active > a:hover,
.tab-nav > li.active > a:focus {
	font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
	color: #000000;
	background-color: rgba(255, 255, 255, 0);
}
.col-md-12 .tab-nav > li > a:hover,
.col-md-8 .tab-nav > li > a:hover {
	font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
	background-color: rgba(255, 255, 255, 0);
	color: #666666;
}
.col-md-12 .tab-nav > li.active > a,
.col-md-8 .tab-nav > li.active > a {
	color: #000000;
}
.tab-nav > li a {
	padding: 5px 0;
	border: 0;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.tab-content {
	padding: 0;
}
/* ///// onglets (fin) ///// */

/* ///// sélection (debut) ///// */
.ppanel li {
	margin-bottom: 20px;
	min-width: 140px;
	padding: 0;
	width: 12%;
	height: 270px;
}
ul.ppanel {
	text-align: center;
}
.ppanel-product .image {
	height: 150px;
}
.ppanel-product .details {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 5px;
	text-align: center;
}
.ppanel-product .details a {
	color: #666666;
}
.ppanel-product .details a:hover {
	color: #000000;
}
.ppanel-product .details .offer {
	left: 0;
}
.tab-content a.icon-more {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size:14px;
	text-transform: uppercase;
	color: #999999;
	margin: 20px 0 0;
	padding-bottom: 3px;
	border-bottom: 2px solid #999999;
	text-decoration: none;
}
.tab-content a.icon-more:hover {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	color: #000000;
	border-color: #000000;
}
/* ///// sélection (fin) ///// */

/* ///// images (debut) ///// */
.imgwrapper {
	padding: 0;
	margin: 0 0 7px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.image a img {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.image a:hover img {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 479px) {
	.guide .image img {
		height: auto;
		max-height: 300px;
	}
	#main .container .row .col-md-3.image img,
	.tab-pane .image img {
		height: auto;
		max-height: 300px;
	}
	.guide .image a, 
	.guide .image .imgwrapper {
		text-align: left;
	}
	#main .container .row .col-md-3.image a {
		text-align: left;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	.guide .image img {
		height: auto;
		max-height: 200px;
	}
	#main .container .row .col-md-3.image img {
		height: auto;
		max-height: 200px;
	}
	.tab-pane .image img {
		height: auto;
		max-height: 300px;
	}
	.guide .image a, 
	.guide .image .imgwrapper {
		text-align: right;
	}
	#main .container .row .col-md-3.image a {
		text-align: left;
	}
	.guide .col-md-3 {
		float:left;
		width: 25%;
	}
	.guide .col-md-9 {
		float:left;
		width: 75%;
	}
}
@media (min-width: 992px) {
	.guide .image img, 
	.guide .image .imgwrapper {
		height: auto;
		max-height: 200px;
	}
	#main .container .row .col-md-3.image img {
		height: auto;
		max-height: 200px;
	}
	.tab-pane .image img {
		height: auto;
		max-height: 300px;
	}
	.guide .image a, 
	.guide .image .imgwrapper {
		text-align: right;
	}
	#main .container .row .col-md-3.image a {
		text-align: right;
	}
}
.ppanel .image img, .ppanel .image .imgwrapper {
	height: auto;
	max-height: 150px;
	vertical-align: top;
}
.ppanel .image a, .ppanel .image .imgwrapper {
	text-align: center;
}
.delay.short {
	background-color: #21b24b;
}
.delay.medium {
	background-color: #f8931f;
}
.delay.unknown {
	background-color: #ed1b24;
}
.delay.future {
	background-color: #4863a0;
}
.delay {
	border: 0;
}
/* ///// images (fin) ///// */

/* ///// formulaire (debut) ///// */
.btn-first {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-first:hover,
.btn-first:focus,
.btn-first:active,
.btn-first.active,
.open .dropdown-toggle.btn-first {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
/* ///// formulaire (fin) ///// */

/* ///// titraille (debut) ///// */
.tab-content h1, .tab-content h4 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	color: #000000;
}
.tab-content h2 {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	color: #000000;
}
.tab-content .product_details h3 {
	font-family: "LandinmilleItal", "Arial", "Verdana", sans-serif;
	color: #000000;
}
.tab-content h5 {
	font-family: "LandinmilleItal", "Arial", "Verdana", sans-serif;
	color: #000000;
}
.tab-content h6 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	color: #999999;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 9px 0 0;
}
.tab-content h1 a, .tab-content h2 a, .tab-content h3 a, .tab-content h4 a, .tab-content h5 a {
	color: #000000;
}
.tab-content h6 a {
	color: #cccccc;
}
.tab-content h4 {
	margin-bottom: 20px;
}
.tab-content h5 {
	margin-bottom: 9px;
}
.tab-content h1 a:hover, .tab-content h2 a:hover, .tab-content h3 a:hover, .tab-content h4 a:hover, .tab-content h5 a:hover, .tab-content h6 a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.tab-content h3.next-meeting {
	display: inline-block;
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #999999;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 2px dotted #999999;
}
.tab-content h4.event {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #999999;
}
.offer {
	margin: 9px 0 3px;
}
.signature {
	display: inline-block;
	margin-top: 19px;
	margin-bottom: 14px;
	margin-right: 10px;
}
h1.librairie {
	font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 3px solid #000000;
	margin-bottom: 20px;
}
#main .container > h1:first-child {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
div.lmm h3 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
	font-style: normal;
	font-weight: normal;
}
h3.librairie {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
div.lmm h4 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	margin-top: 2px;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
}
div.lmm h4.librairie {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	font-style: normal;
	font-weight: normal;
}
.justify {
	text-align: justify;
}
.lmm, #lmm-291.lmm {
	font-size: 14px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
@media (min-width: 992px) {
	#lmm-291.lmm,  /* BAGNOLET */
	#lmm-330.lmm { /* LE GAI ROSSIGNOL */
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
}
.lmm div img {
	width: 100%;
	margin-bottom: 20px;
}
#presentation #spacer {
	height: 300px;
}
#map_canvas_1,
#map_canvas_2,
#map_canvas_3,
#map_canvas_4 {
	background-color: #cfddbd;
	border: 1px solid #000000;
}
@media (max-width: 767px) {
	.lmm div img {
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#presentation #spacer {
		display: none;
		visibility: hidden;
	}
}
#opening-hours-table tr td:nth-child(2),
#opening-hours-table tr td:last-child {
	padding-left: 15px;
}
#opening-hours-table tr td:last-child {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
}
.product_details h1,
.main-infos h1 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	padding: 0;
	margin: 0 0 6px;
	font-size: 20px;
	text-transform: none;
}
.product_details h2,
.main-infos h2 {
	font-family: "Landinmille", "Arial", "Verdana", sans-serif;
	padding: 0;
	margin: 0 0 6px;
	font-size: 18px;
}
.product_details h3,
.main-infos h3 {
	font-family: "LandinmilleItal", "Arial", "Verdana", sans-serif;
	padding: 0;
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}
#product-offers h3 {
	font-family: "LandinmilleBold", "Arial", "Verdana", sans-serif;
	padding: 0;
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
/* ///// titraille (fin) ///// */

/* ///// footer (debut) ///// */
#top-footer, #top-footer .container, #top-footer a {
	background-color: #cccccc;
	color: #000000;
}
#top-footer .container div.row div:first-child {
	text-align: center;
	padding-top:10px;
}
#logos-footer {
	z-index: 99;
	text-align: center;
	background-color: #ffffff;
}
#logo-footer-lmm img, 
#logo-footer-lgr img {
	max-width: 208px;
	max-height: 34px;
	width: 100%;
	height: 100%;
}
#logo-footer img {
	max-width: 120px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	bottom: 0;
}
#logo-footer-lmm img, #logo-footer-lgr img {
	margin-top: 45%;
	padding: 0;
}
@media (min-width: 768px) {
	#logo-footer-lmm img,
	#logo-footer-lgr img {
		margin-top: 100px;
	}
}
@media (min-width: 1200px) {
	#logo-footer img {
		margin-top: 25px;
	}
	#logo-footer-lmm img,
	#logo-footer-lgr img {
		margin-top: 125px;
	}
}
#logo-footer-lmm {
	text-align: right;
}
#logo-footer-lgr {
	text-align: left;
}
footer .title {
	font-family: "LandinmilleBlack", "Arial", "Verdana", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#bottom-footer, #bottom-footer .container {
	background-color: #cccccc;
	color: #333333;
	padding-bottom: 5px;
}
button.subscribe {
	background-color: #999999;
    border-color: #999999;
    color: #ffffff;
}
button.subscribe:hover {
	background-color: #666666;
    border-color: #666666;
    color: #ffffff;
}
#bottom-footer a, #top-footer a.unsubscribe {
	color: #666666;
}
#bottom-footer a:hover, #top-footer a.unsubscribe:hover {
	color: #333333;
}
/* ///// footer (fin) ///// */

/* ----- L'AN DIX MILLE / GB (fin) ----- */

/*
body {
    background-color: #FFF;
    background-image: url('https://static.leslibraires.fr/logos/misc/merle_moqueur/noel.jpg');
    background-attachment: fixed;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 500px;
    background-repeat: inherit;
}

header .container {
    background-color: #FFF !important;
    background-image: none;
}
*/
a.share:hover {
    text-decoration: none;
}

.insta {
    width: 30% !important;
    margin-bottom: 20px !important;
    opacity: 0.5 !important;
}

.insta-share a:hover img {
    opacity: 1 !important;
}

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../lib/select2-3.5.1/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../lib/select2-3.5.1/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../lib/select2-3.5.1/select2.png') no-repeat 100% -22px;
    background: url('../lib/select2-3.5.1/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../lib/select2-3.5.1/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('../lib/select2-3.5.1/select2.png') no-repeat -37px -22px;
    background: url('../lib/select2-3.5.1/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../lib/select2-3.5.1/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%;
    background: url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../lib/select2-3.5.1/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../lib/select2-3.5.1/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../lib/select2-3.5.1/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}

