/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
{/literal}
{{* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css *}}
{literal}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
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;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(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;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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.3333333;
  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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! jQuery UI - v1.11.4 - 2016-01-19
* http://jqueryui.com
* Copyright 2016 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*! jQuery UI - v1.10.4 - 2016-02-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/OD/images/jqueryui/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}body{
    background-color: #e9eaee;
    font-family: 'Roboto', sans-serif;
}

html.popup_open{
    overflow: hidden;
    }

*, *:hover, *:focus, *:visited{
    outline: 0 none !important;
}

a,
a:hover,
a:focus {
  color: #7aa645;
}

ul{
    margin: 0;
    padding: 0;
}

ul li{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.picto_callback{
    display: inline-block;
    height: 13px;
    width: 12px;
    background: transparent url("/OD/images/picto_callback.svg") no-repeat scroll center center;
}

.picto_experience{
    display: inline-block;
    height: 59px;
    width: 47px;
    background: transparent url("/OD/images/picto_experience.svg") no-repeat scroll center center;
}

.picto_foyers{
    display: inline-block;
    height: 41px;
    width: 48px;
    background: transparent url("/OD/images/picto_foyers.svg") no-repeat scroll center center;
}

.picto_avis{
    display: inline-block;
    height: 42px;
    width: 47px;
    background: transparent url("/OD/images/picto_avis.svg") no-repeat scroll center center;
}

.picto_maison{
    display: inline-block;
    height: 25px;
    width: 25px;
    background: transparent url("/OD/images/picto_maison.svg") no-repeat scroll center center;
}

.prelative{
    position: relative;
}

.picto_carton{
    display: inline-block;
    height: 95px;
    width: 92px;
    background: transparent url("/OD/images/picto_carton.svg") no-repeat scroll center center;
    background-size: 92px 95px;
}

.picto_border{
    display: inline-block;
    position: relative;
    height: 95px;
    width: 95px;
    background-size: 95px 95px;
}

.picto_border_70{
    background: transparent url("/OD/images/picto_border_70.svg") no-repeat scroll center center;
}

.picto_border_90{
    background: transparent url("/OD/images/picto_border_90.svg") no-repeat scroll center center;
}

.picto_border_100{
    background: transparent url("/OD/images/picto_border_100.svg") no-repeat scroll center center;
}

.picto_people{
    display: inline-block;
    height: 36px;
    width: 45px;
    background: transparent url("/OD/images/picto_people.svg") no-repeat scroll center center;
    background-size: 45px 36px;
}

.picto_franchise{
    display: inline-block;
    height: 40px;
    width: 46px;
    background: transparent url("/OD/images/picto_franchise.svg") no-repeat scroll center center;
    background-size: 46px 40px;
}

.picto_locaux{
    display: inline-block;
    height: 46px;
    width: 45px;
    background: transparent url("/OD/images/picto_locaux.svg") no-repeat scroll center center;
    background-size: 45px 46px;
}

.picto_distance{
    display: inline-block;
    height: 46px;
    width: 45px;
    background: transparent url("/OD/images/picto_distance.svg") no-repeat scroll center center;
    background-size: 45px 46px;
}

.center_me{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

.calcul_distance2{
    display: inline-block;
    width: 30px;
    height: 21px;
    background: transparent url("/OD/images/calcul_distance2.svg") no-repeat scroll center center;
    background-size: 30px 21px;
}

.calcul_volume2{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url("/OD/images/calcul_volume2.svg") no-repeat scroll center center;
    background-size: 24px 24px;
}


#top_header .container{
    background-color: #222e3a;
}

 #top_header .baseline{
    float: left;
    color: white;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
}

#top_header .link{
    float: right;
    color: #b7bac8;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
}

#header{
    height: 75px;
}

.header_devis{
    background-color: ;
}

#logo{
    display:inline-block;
    margin-top: 13px;
    width: 100%;
}

#burger_menu{
    display: inline-block;
    height: 75px;
    width: 75px;
    background: white url("/OD/images/burger_menu.png") no-repeat scroll center center;
    float: right;
    margin-right: -15px;
    cursor: pointer;
}

#header .telephone{
    float: right;
}

.telephone p{
    margin: 6px 0 4px 0;
    color: #00aeef;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 13px;
}

.tel{
    height: 26px;
    background-color: #00aeef;
    border-radius: 13px;
    padding: 2px;
    display: inline-block;
}

#header .tel{
    margin-top: 30px;
}

.tel:hover{
    text-decoration: none;
}

.tel span{
    color: white;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
    padding: 0 7px;
    float: left;
}

.tel strong{
    line-height: 22px;
    height: 22px;
    background-color: white;
    border-radius: 11px;
    color: #00aeef;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 8px;
    letter-spacing: 0.07em;
}

.telephone .call_back{
    display: block;
    color: #00aeef;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: underline;
}

.telephone .call_back i{
    margin-right: 7px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

#wrapper{
    background-color: white;
    box-shadow: 0 0 70px 27px #d5d6d9;
}

.header_devis{
    height: auto !important;
}

.header_devis h1{
    clear: both;
    color: white;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding: 31px 0 29px 0;
}

.header_devis #logo{
    text-align: left;
}

.icon-grands-comptes{
    background: url("/OD/images/icon-grands-comptes.svg") no-repeat 0 0 transparent;
    background-size: 10px 18px;
    width: 10px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    margin-left: 35px;
}

.icon-espace-client{
    background: url("/OD/images/icon-espace-client.svg") no-repeat 0 0 transparent;
    background-size: 12px 18px;
    width: 12px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}



#top_footer{
    background-color: #cf324b;
    text-align: center;
    padding: 29px 0 27px 0;
}

#top_footer p{
    margin: 9px 0 2px 0;
    color: white;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
}

#top_footer p span{
    font-family: "Roboto Slab";
    font-size: 16px;
    display: block;
}

#top_footer i{
    height: 59px;
}

#footer{
    background-color: #222e3a;
    color: white;
    padding-top: 15px;
    padding-bottom: 17px;
}

#footer .container{
    padding-left: 40px;
    padding-right: 40px;
}

#footer_legal{
    background-color: #19232c;
}

#footer .titre_maison,
#footer .titre_lien,
#footer .titre_lofficiel{
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

#footer .soustitre_maison{
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    display: block;
}

#footer p{
    margin: 6px 0 0 0;
    color: #8f929b;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#footer .content{
    padding: 10px 0;
}

#footer .liste_liens{
    padding-bottom: 8px;
}

#footer .liste_liens a{
    color: #8f929b;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 4px 0;
    display: inline-block;
}

#footer .titre_lien,
#footer .titre_lofficiel{
    margin-bottom: 3px;
    margin-top: 7px;
}

#footer img{
    margin: 17px 18px 0 0;
}

#footer .picto_maison{
    background: transparent url("/OD/images/picto_maison.svg") no-repeat scroll center center;
    float: left;
    margin: 0 16px 0 0;
}

.logo_popup .picto_maison {
    background-image: url("/OD/images/icon-sticky.png");
}

#footer_legal{
    padding-top: 8px;
    padding-bottom: 10px;
}

#footer_legal p{
    margin: 0;
    text-align: center;
    color: #8f929b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}



.officiel-demenagement{
    min-height: 880px;
    background:#ffffff url("/OD/images/home-geo-reseau-img-320.jpg") no-repeat scroll center bottom;
}

.content{
    padding: 0 25px;
}

.texte-gauche-premium-et-liens h1,
.texte-gauche-premium-et-liens.h1-already h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 29px 0 6px;
    padding: 0 0 12px;
    position: relative;
}

.texte-gauche-premium-et-liens h2,
.texte-gauche-premium-et-liens.h1-already h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.texte-gauche-premium-et-liens .paragraphe{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #222e3a;
}

.texte-gauche-premium-et-liens .paragraphe a{
    color: #77ac47;
    text-decoration: underline;
}


.style_destination li{
    border-bottom: 1px solid #b7bac8;
}

.style_destination p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    color: #222e3a;
}

.style_destination p .destination{
    text-decoration: underline;
    color: #77ac47;
}

.style_destination p .cubage{
    float: right;
    color: #77ac47;
}

hr.separateur{
    width: 68px;
    height: 1px;
    background-color: #222e3a;
    margin: 13px 0 12px 0;
    text-align: left;
}

.texte-gauche-premium-et-liens .button-container{
    padding: 20px 0;
}

.trois-colonnes.petites-attentions{
    background:#ffffff url("/OD/images/home-petites-attentions-img-320.jpg") no-repeat scroll center bottom;
    padding-bottom: 262px;
}

.trois-colonnes-cta-secondaires h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 8px;
    margin-top: 29px;
}

.trois-colonnes-cta-secondaires h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.trois-colonnes-cta-secondaires p {
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.trois-colonnes-cta-secondaires .col-md-4{
    padding-bottom: 15px;
}

.button.main .fa-angle-right{
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.button.main:hover,
.button.validation-formulaire:hover{
        background-color: #5da616;
        text-decoration: none;
}

.button.second{
    display: inline-block;
    width: 100%;
    height: 47px;
    line-height: 44px;
    color: #77ac47;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 2px solid #77ac47;
    border-radius: 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.button.second:hover{
    background-color: #77ac47;
    color: white;
    text-decoration: none;
}

.button.second i {
    font-size: 26px;
    margin-left: 14px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.button.third{
    display: inline-block;
    width: 100%;
    height: 47px;
    line-height: 44px;
    color: white;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 2px solid #8dc63f;
    border-radius: 24px;
    background-color: #8dc63f;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.button.third i {
    font-size: 26px;
    margin-left: 14px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    color: white;

}

.button.third:hover{
        border: 2px solid #77ac47;
    background-color: #77ac47;
        text-decoration: none;
}
.trois-colonnes-cta-secondaires .button-container{
    padding-top: 10px;
}

.texte_droite_un_paragraphe{
    background-color: #ebecef;
    padding-bottom: 47px;
    margin: 0;
}

.texte_droite_un_paragraphe h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 30px 0 18px 0;
}

.texte_droite_un_paragraphe .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.texte_droite_un_paragraphe p{
    margin: 0 0 20px 0;
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.texte_droite_un_paragraphe img{
    margin: 12px 0;
    max-width: 100%;
    height: auto;
}

.faq{
    background-color: #ebecef;
}

.faq h2{
    margin: 40px 0 0 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.faq h3{
    margin: 18px 0 0 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.faq .button-container{
    padding: 20px 0 40px 0;
}

.faq p{
    margin: 0;
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.trois-colonnes{
    padding-bottom: 163px;
}

.trois-colonnes.promesse{
    background:#ffffff url("/OD/images/bg_promesse.jpg") no-repeat scroll center bottom;
    background-size: 800px;
}

.trois-colonnes h2,
.affiliation h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 18px;
    margin-top: 29px;
}

.affiliation h2 {
    margin-top: 0px;
}

.trois-colonnes .description-h2,
.affiliation .description-h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.affiliation p:not(:first-of-type) {
    margin-top:32px;
}
.affiliation p {
    margin-bottom:10px;
}

.trois-colonnes h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.trois-colonnes p {
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.trois-colonnes .col-md-4{
    padding-bottom: 15px;
}
.trois-colonnes .button-container{
    padding-top: 10px;
}

.avis_villes{
    background-color: #222e3a;
    padding-bottom: 45px;
}

#avis-sur-nantes{
    background:#222e3a url("/OD/images/bg_avis_sur_nantes.jpg") no-repeat scroll center top;
}

.avis_villes h2 {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 17px;
    margin-top: 29px;
}

.avis_villes .description-h2 {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
}

.avis_villes h3{
    margin: 20px 0 10px 0;
    color: white;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.avis_villes .titre_avis_plus,
.avis_villes .titre_avis_moins{
    color: white;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    display: inline-block;
    background-size: 21px 21px;
    padding-left: 32px;
    margin: 7px 0 8px 0;
}

.avis_villes .descriptif_avis_plus,
.avis_villes .descriptif_avis_moins{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    margin: 0;
}

.avis_villes .titre_avis_moins{
    background: transparent url("/OD/images/picto_moins.svg") no-repeat scroll 0 0;
}

.avis_villes .titre_avis_plus{
    background: transparent url("/OD/images/picto_plus.svg") no-repeat scroll 0 0;
}

.adresses_geo{
    padding-bottom: 45px;
}

.adresses_geo h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 18px;
    margin-top: 29px;
}

.adresses_geo .description-h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.adresses_geo span{
    font-weight: 400;
    color: #222e3a;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.adresses_geo a{
    color: #77ac47;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.adresses_geo .description{
    color: #222e3a;
    font-size: 12px;
    line-height: 18px;
    margin: 9px 0 0 0;
}

.adresses_geo h3 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
    padding: 0;
    position: relative;
}

.adresses_geo .code_postal{
    margin-bottom: 10px;
}

.adresses_geo .fax{
    margin-bottom: 6px;
}

.texte_droite_un_paragraphe .second{
    padding: 0 22px;
    width: auto;
}

.reseau_national{
    background: rgba(0, 0, 0, 0) url("/OD/images/home-reseau-img-320.jpg") no-repeat scroll center bottom;
    padding-bottom: 236px;
}

.bg_infographie{
    background: #fff url("/OD/images/le-demenagement-en-france-img-320") no-repeat scroll center top;
}

.entete_infographie h1{
    margin: 30px 0 8px 0;
    text-align: center;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
}

.bg_infographie .description_h2{
    font-size: 30px;
    line-height: 26px;
    font-weight: 900;
    text-align: center;
    color: #222e3a;
}

.bg_infographie .description_h2 span{
    display: block;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.entete_infographie hr.separateur{
    margin-right: auto;
    margin-left: auto;
}

.demenageurs_france .question{
    display: inline-block;
    line-height: 33px;
    height: 33px;
    background-color: #cf324b;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: 27px;
}

.demenageurs_france h3{
    margin: 24px 0 15px 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.demenageurs_france p.left{
    color: #222f3a;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    float: left;
    width: 40%;
    margin: 74px 0 0 0;
}

.demenageurs_france p.right{
    color: #222f3a;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    float: right;
    width: 40%;
    text-align: right;
    margin: 74px 0 0 0;
}

.demenageurs_france p.left span{
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 17px;
}

.demenageurs_france .picto_carton{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.demenageurs_france p.right span{
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 17px;
}

.demenageurs_france .height10{
    height: 10px;
}

#accroche{
    padding-top: 16px;
}

#accroche hr{
    margin-left: auto;
    margin-right: auto;
}

#les_cartes h4{
    margin: 0;
    color: #222f3a;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
}

#les_cartes h4 span{
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    display: block;
    margin-bottom: 3px;
}

#les_cartes p{
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#les_cartes hr{
    margin-top: 9px;
    margin-bottom: 11px;
}

#les_cartes img{
    margin-top: 84px;
    max-width: 100%;
    height: auto;
}

.height20{
    height: 20px;
}

.height30{
    height: 30px;
}

#societes{
    padding-top: 21px;
}

#societes hr{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

#societes_details p{
    margin: 0 0 13px 0;
    font-size: 18px;
    font-weight: 100;
    color: #222f3a;
    line-height: 24px;
}

#societes_details p span{
    line-height: 24px;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

#societes_details .picto_border{
    margin: 6px 0 13px 0;
}

#societes_details h3{
    margin-top: 27px;
}

#societes_details p.mini{
    margin: 0;
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#societes_details #avec_p_mini .picto_border{
    margin-bottom: 1px;
}

#societes_details #avec_p_mini p{
    margin-bottom: 7px;
}

#societes_details #avec_p_mini .mini{
    margin-bottom: 14px;
}

#credit{
    background-color: #f5f6f8;
    padding: 10px;
    margin-top: 17px;
}

#logo_od{
    background-color: white;
    padding-top: 18px;
    padding-bottom: 18px;
}

#credit p{
    margin: 11px 0 0 0;
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#partager_infographie{
    padding-bottom: 60px;
}

#partager_infographie span{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin: 44px 0 34px 0;
}

.social_share{
    display: inline-block;
}

.social_share li{
    float: left;
    margin-right: 10px;
}

.social_share li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.social_share li a:hover{
    opacity: 0.8;
}

.social_share li a i{
    color: white;
    font-size: 20px;
}

.social_share li a.facebook_link{
    background-color: #3c5b9b;
}

.social_share li a.twitter_link{
    background-color: #2daae1;
}

.social_share li a.google_link{
    background-color: #f63d27;
}

.social_share li a.share_link{
    background-color: #b7bac8;
}

#partager_infographie pre{
    border-radius: 0;
    background-color: #f5f6f8;
    border: 0;
    padding: 10px 30px;
    margin: 13px 0 40px 0;
}

#partager_infographie pre code{
    color: #222f3a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#partager_infographie .lesboutons{
    clear: both;
}

#partager_infographie .third{
    margin-bottom: 25px;
}




.top_departements{
    padding-bottom: 43px;
}

.top_departements h2{
    margin: 14px 0 28px 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
}

.top_departements .description-h2{
    margin: 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px;
    display: block;
}

.top_departements ul li a{
    color: #7aa645;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
}

.top_departements ul li a i{
    margin-right: 15px;
}

.top_departements p{
    margin: 0 0 18px 0;
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}



.trois_bonnes_raisons{
    background: transparent url("/OD/images/3-raisons-intro-img-320.jpg") no-repeat scroll center bottom;
    padding-bottom: 311px;
}

.insight-cta.fond_clair p,
.insight-cta.fond_clair h2{
    color: #222e3a;
}

.insight-cta.fond_clair{
    background-color: #e9eaee;
}

.mTop15{
    margin-top: 15px;
}

.mBottom15{
    margin-bottom: 15px;
}

.points_principaux{
    background-color: #222e3a;
    padding: 20px 15px;
}

.points_principaux a{
    display: inline-block;
    margin: 5px 0;
}

.points_principaux a:hover{
    text-decoration: none;
}

.points_principaux i{
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 31px;
    color: white;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    border: 3px solid #77ac46;
    float: left;
    border-radius: 50%;
    margin-right: 22px;
}

.points_principaux span{
    color: white;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    display: inline;
}



.formulaires{
    padding-top: 29px;
}

.formulaires h2{
    margin: 0 0 8px 0;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.formulaires h2 i{
    width: 40px;
    background-position: left center;
}

.formulaires .erreur{
    margin: 0;
    padding: 0 0 16px 0;
    color: #d0324b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.formulaires fieldset{
    background-color: #f3f4f7;
    padding: 20px;
    margin-bottom: 29px;
}

.formulaires fieldset .row div[class*="col"]{
    padding-left: 10px;
    padding-right: 10px;
}

.formulaires .row.margeme{
    margin-bottom: 20px;
}

.formulaires fieldset .row{
    margin-left: -10px;
    margin-right: -10px;
}

.formulaires .input_text.input_error,
#commentform_id .input_error {
    border: 2px solid #d0324b;
}

.formulaires label{
    display: inline-block;
    color: #8a8ea0;
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
    height: 47px;
    margin: 0;
}

.formulaires .input_text,
.content_formulaires .ui-selectmenu-button{
    width: 100%;
    line-height: 47px;
    height: 47px;
    background-color: white;
    border: 1px solid rgba(183, 186, 200, 0.5);
    border-radius: 2px;
    color: #b7bac8;
    font-size: 14px;
    font-weight: 400;
    padding: 0 11px;
}

.content_formulaires .ui-selectmenu-button {
    margin: 0;
}

.content_formulaires .ui-selectmenu-button span.ui-selectmenu-text {
    color: #b7bac8;
    line-height: 44px;
}

.formulaires input[type=text].input_text,
.formulaires input[type=number].input_text,
.formulaires input[type=tel].input_text,
.formulaires textarea.input_text{
    color: #000;
}

.formulaires input.input_text:focus,
.formulaires input.input_text:hover,
.formulaires textarea.input_text:focus,
.formulaires textarea.input_text:hover{
    border: 1px solid #aaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

input[type=number]{
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.formulaires textarea.input_text{
    height: 71px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
}

.formulaires select::-ms-expand {
    display: none;
}

.formulaires select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: rgba(0, 0, 0, 0) url("/OD/images/selectmenu-icon.png") no-repeat scroll 95% center;
}

.formulaires .entre{
    color: #8a8ea0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    line-height: 47px;
}

.formulaires .calcul_distance2{
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.formulaires .calcul_volume2{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.formulaires #volumes label{
    color: #8a8ea0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    margin-right: 18px;
}

.formulaires #volumes div{
    position: relative;
    display: inline-block;
}

.formulaires #volumes div:after{
    position: absolute;
    content: "m3";
    color: #222e3a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    z-index: 2;
    right: 5px;
    top: 13px;
}

.formulaires #volumes .input_text{
    width: 69px;
    padding-right: 30px;
}

.formulaires #volumes .entre{
    margin-left: 40px;
    margin-right: 10px;
}

.formulaires .button{
    width: 100% !important;
}

.button.main.off{
    background-color: #fff;
    border-radius: 2px;
    color: #8dc63f;
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 400;
    height: 57px;
    line-height: 53px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    border: 2px solid #8dc63f;
}

.formulaires #mentions_legales{
    margin: 0;
    padding: 25px 0;
    color: #b7bac8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.formulaires .checkbox_label{
    color: #8a8ea0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 40px;
    width: auto;
    display: block;
    height: auto;
}

.reassurance .avis-blanc {
    background-color: #fff;
}

.reassurance .avis-blanc .note{
    color: #323b42;
}

.reassurance .avis-blanc .content {
    padding: 0 19px;
}

hr.ligne{
    margin: 40px 0 20px 0;
    background-color: #e9eaee;
}

.reassurance .webcallback.blanc {
    background-color: #fff;
}

.reassurance .serenite.blanc{
    background-color: #fff;
}

.reassurance .serenite.blanc h2,
.reassurance .serenite.blanc p{
    color: #222e3a;
}

.reassurance .serenite.blanc .calcul_volume2{
    background-size: 36px 36px;
    height: 36px;
    background-position: left center;
}

.reassurance .serenite.blanc .icon-estimation {
    background-image: url("/OD/images/icon-estimation2.svg");
}

.reassurance .serenite.blanc .icon-adresse {
    background-image: url("/OD/images/icon-adresse2.svg");
}

.content_formulaires{
    padding-bottom: 55px !important;
}

.content_formulaires .type_logement{
    clear: both;
    display: inline-block;
    width: 100%;
}

.type_logement > label {
    font-size: 14px;
    font-weight: 400;
    height: 39px;
    line-height: 39px;
}

.type_logement .input_text.input_choixradio {
    width: 85%;
}



.popup_overlay{
    display: none;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34,46,48,0.9);
    padding: 10px;
    overflow-y: auto;
}

.popup_overlay .popup{
    background-color: white;
    box-shadow: 0 0 20px rgba(20, 29, 39, 0.75);
    position: relative;
}

.icon_close{
    background: transparent url("/OD/images/icon-close.svg") no-repeat scroll 0 0;
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
    display: inline-block;
    opacity: 1;
}

.picto_no_call_back{
    background: transparent url("/OD/images/picto_no_call_back.svg") no-repeat scroll 0 0;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 1;
}

.popup_overlay .popup .close{
    position: absolute;
    right: 19px;
    top: 19px;
}

.logo_popup{
    display: inline-block;
    text-align: center;
    padding: 20px 21px;
    background-color: #cf324b;
}

.logo_popup i{
    width: 52px;
    height: 48px;
}

.popup_overlay h1{
    margin: 29px 15px 3px 15px;
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.popup_overlay .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.popup_overlay hr.separateur{
    margin-left: auto;
    margin-right: auto;
}

.popup_overlay .content_formulaires{
    padding: 0 10px;
}

.popup_overlay .formulaires{
    padding-top: 17px;
}

.no_call_back{
    line-height: 42px;
    display: inline-block;
    height: 47px;
    border: 2px solid #cf324b;
    border-radius: 24px;
    padding: 0 23px;
    color: #cf324b;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
}

.no_call_back i{
    margin-left: 13px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.formulaires .back,
.content_formulaires .back{
    color: #8dc63f;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: underline;
}

.formulaires .back i,
.content_formulaires .back i {
    font-size: 30px;
    margin-right: 20px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.formulaires .icon-depart,
.formulaires .icon-arrivee{
    padding-left: 40px;
}

.formulaires .input_date{
    position: relative;
}

.formulaires .input_date i{
    position: absolute;
    right: 10px;
    top: 12px;
}

.icon-date2{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-date2.svg") no-repeat scroll right center / 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

@font-face {
    font-family: 'bebasregular';
    src: url("/OD/fonts/BEBAS___-webfont.eot");
    src: url("/OD/fonts/BEBAS___-webfont.eot?#iefix") format('embedded-opentype'),
         url("/OD/fonts/BEBAS___-webfont.woff") format('woff'),
         url("/OD/fonts/BEBAS___-webfont.ttf") format('truetype'),
         url("/OD/fonts/BEBAS___-webfont.svg#bebasregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
  overflow-x:hidden
}

.en-tete-formulaire{
    background: rgba(0, 0, 0, 0) url("/OD/images/bg_en-tete-formulaire.jpg") no-repeat scroll center top / auto 100%;
}

.en-tete-formulaire h1{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    margin: 30px 20px 18px;
}

.en-tete-formulaire form {
    margin-left: 20px;
    margin-right: 20px;
}

.en-tete-formulaire input,
.mini-formulaire input,
.ui-selectmenu-button{
    color: #343c44;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 5px 0;
    background-color: #fff;
    border-radius: 2px;
    border: 0 none;
    height: 57px;
    line-height: 57px;
    padding: 0 10px;
}


.en-tete-formulaire input::-webkit-input-placeholder,
.mini-formulaire input::-webkit-input-placeholder {
    color:#343c44;
    opacity: 1;
}
.en-tete-formulaire input::-moz-placeholder,
.mini-formulaire input::-moz-placeholder {
    color:#343c44;
    opacity: 1;
}
.en-tete-formulaire input:-ms-input-placeholder,
.mini-formulaire input:-ms-input-placeholder {
    color:#343c44;
    opacity: 1;
}
.en-tete-formulaire input:-moz-placeholder,
.mini-formulaire input:-moz-placeholder {
    color:#343c44;
    opacity: 1;
}

.ui-selectmenu-button{
    width: 100% !important;
}

.ui-selectmenu-button span.ui-selectmenu-text{
    color: #343c44;
    font-size: 14px;
    font-weight: 400;
    line-height: 57px;
    padding: 0;
    font-family: "Roboto",sans-serif;
}

.ui-selectmenu-menu{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 2px;
}

.ui-selectmenu-button span.ui-icon{
    background: rgba(0, 0, 0, 0) url("/OD/images/selectmenu-icon.png") no-repeat scroll 0 0;
    height: 6px;
    margin-top: -3px;
    width: 11px;
    right: 11px;
}

.icon-depart{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-depart.svg") no-repeat scroll 10px center / 16px 24px;
}

.en-tete-formulaire input.icon-depart,
.en-tete-formulaire input.icon-arrivee,
.mini-formulaire input.icon-depart,
.mini-formulaire input.icon-arrivee{
    padding-left: 36px;
}


.icon-arrivee{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-arrivee.svg") no-repeat scroll 10px center / 16px 24px;
}

.en-tete-formulaire .input-date{
    position: relative;
    margin: 5px 0;
    width: 100%;
    display: inline-block;
}

.en-tete-formulaire .input-date input{
    margin: 0;
}

.icon-date{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-date.svg") no-repeat scroll right center / 24px 24px;
}


.icon-trajet{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-trajet.svg") no-repeat scroll right center / 24px 17px;
}


.icon-volume{
    background: rgba(0, 0, 0, 0) url("/OD/images/icon-volume.svg") no-repeat scroll right center / 25px 23px;
}

.en-tete-formulaire .input-date .icon-date{
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    top: 16px;
    cursor: pointer;
}

.en-tete-formulaire fieldset{
    background-color: rgba(0,0,0,0.3);
    padding : 5px 10px;
    margin-bottom: 146px;
}

.button.validation-formulaire{
    background-color: #8dc63f;
    border-radius: 2px;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 57px;
    height: 57px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0;
}

.button.main{
    background-color: #8dc63f;
    border-radius: 2px;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    height: 57px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    -webkit-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}

.en-tete-formulaire .button.main,
.en-tete-formulaire .button.validation-formulaire,
.mini-formulaire .button.main,
.mini-formulaire .button.validation-formulaire{
    margin: 5px 0;
}

.button.validation-formulaire i,
.button.main i {
    font-size: 26px;
    margin-left: 11px;
}

.en-tete-formulaire.formulaire-x3-date .input-date {
    margin-top: 5px;
}

.en-tete-formulaire label,
.mini-formulaire label{
    color: #b7bac8;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 9px;
    padding-bottom: 2px;
}

.formulaire-geo.formulaire-x3-logement .button.validation-formulaire {
    margin-top: 0;
}

.mini-formulaire{
    background-color: #fff;
}

.mini-formulaire fieldset{
    background-color: #e9eaee;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mini-formulaire .col-xs-12 {
    padding: 0 10px;
}

section.mini-formulaire + section.mini-formulaire{
    padding-top: 10px;
}

.mini-formulaire .input-date{
    position: relative;
}

.mini-formulaire .input-date .icon-date{
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    top: 22px;
    cursor: pointer;
}

.mini-formulaire.formulaire-x4 .input-date .icon-date{
    display: none;
}

.sticky-wrapper.is-sticky {
    position: relative;
    z-index: 2;
}

.mini-formulaire.sticky.demande-devis fieldset,
.is-sticky .mini-formulaire.demande-devis fieldset{
    background-color: #fff;
    border-bottom: 1px solid #b7bac8;
}

.mini-formulaire .icon-sticky {
    display: none;
}
.mini-formulaire.sticky .icon-sticky,
.is-sticky .mini-formulaire .icon-sticky {
    background: #cf324b url("/OD/images/icon-sticky.png") no-repeat scroll center center;
    display: inline-block;
    height: 60px;
}

.mini-formulaire.sticky .button.main,
.is-sticky .mini-formulaire .button.main {
    height: 47px;
    line-height: 47px;
    margin: 1px 0;
}

.mini-formulaire.sticky .icon-menuburger,
.is-sticky .mini-formulaire .icon-menuburger {
    background: transparent url("/OD/images/icon-menuburger.png") no-repeat scroll center center;
    display: inline-block;
    height: 47px;
}

.ui-selectmenu-menu ul li {
    height: 40px;
    line-height: 32px;
    padding: 0;
    border: 0 none;
    border-top: 1px solid #ccc;
}

.ui-selectmenu-menu ul li.ui-state-focus {
    border: 0 none;
    border-top: 1px solid #ccc;
    margin: 0;
    color: #8dc63f;
    background: transparent;
}

.ui-selectmenu-menu .ui-widget-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 2px 2px;
}

.is-sticky .hidden-sticky-xs {
    display: none;
}



.fil-ariane {
    background-color: transparent;
}

.fil-ariane ul{
    padding: 0 25px;
}

.fil-ariane li{
    display: inline;
}

.fil-ariane a, .fil-ariane span{
    color: #b6b7c9;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 39px;
    padding-top: 2px;
}

.fil-ariane a::after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}



.qui-sommes-nous-intro{
    background: #ffffff url("/OD/images/bg-quisommesnous-intro.jpg") no-repeat scroll right bottom / auto 79%;
    min-height: 447px;
}

.entete-texte-gauche h1{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    position: relative;
    margin: 29px 0 0;
}

.entete-texte-gauche .description-h1{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.qui-sommes-nous-bienvenue{
    background-color: #fff;
    padding-bottom: 39px;
}


.deux-colonnes h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 17px;
    margin-top: 29px;
}

.deux-colonnes p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.deux-colonnes .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 21px;
}


.deux-colonnes h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    position: relative;
}

.deux-colonnes .button-container{
    padding: 11px 0;
}

.insight-cta{
    background-color: #222e3a;
    padding-top: 41px;
    padding-bottom: 15px;
}

.insight-cta p {
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 10px 20px;
    text-align: center;
}

.insight-cta .button-container{
    padding: 0;
}

.insight-cta small{
    color: #b6b7c9;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    padding: 15px 10px 0;
}

.nous-sommes{
    background-color: #fff;
    padding-bottom: 36px;
}

.deux-colonnes-images .image-container {
    margin-bottom: 10px;
    min-height: 99px;
    padding-top: 10px;
}

.deux-colonnes-images img{
    max-width: 89px;
    height: auto;
    float: left;
    margin-right: 11px;
}

.deux-colonnes-images .description-image{
    font-weight: 400;
    line-height: 18px;
    color: #222e3a;
    font-size: 12px;
    padding-top: 16px;
    margin: 0;
}

.deux-colonnes-images .description-image span{
    color: #9c9ead;
}

.deux-colonnes-images .image-container + p{
    clear: both;
    margin-bottom: 20px;
}

.infographie{
    background: rgba(0, 0, 0, 0) url("/OD/images/bg_infographie-quisommesnous.jpg") no-repeat scroll center top / cover ;
}

.infographie h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 30px 0 27px;
}

.infographie .description-h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.infographie .infographie-detail{
    text-align: center;
}

.infographie .nombre{
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin-bottom: 12px;
}

.infographie .description{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    padding: 0 10px;
}

.infographie-details {
    display: inline-block;
    margin: 0 -25px;
}

.icon-demenagements{
    background: url("/OD/images/icon-demenagement.svg") no-repeat 0 0 transparent;
    width: 102px;
    height: 49px;
    display: inline-block;
    background-size: 102px 49px;
}

.icon-terre{
    background: url("/OD/images/icon-terre.svg") no-repeat 0 0 transparent;
    width: 106px;
    height: 52px;
    display: inline-block;
    background-size: 106px 52px;
}

.icon-louvre{
    background: url("/OD/images/icon-louvre.svg") no-repeat 0 0 transparent;
    width: 81px;
    height: 67px;
    display: inline-block;
    background-size: 81px 67px;
}

.icon-montparnasse{
    background: url("/OD/images/icon-montparnasse.svg") no-repeat 0 0 transparent;
    width: 36px;
    height: 73px;
    display: inline-block;
    background-size: 36px 73px;
}

.infographie .infographie-detail i{
    height: 98px;
    background-position: center center;
}

.infographie .button-container {
    padding: 12px 0 50px;
}

.appel-conseiller {
    border-bottom: 1px solid #c6c7cb;
    padding-bottom: 18px;
    padding-top: 27px;
}

.appel-conseiller .telephone {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.citation{
    background: rgba(0, 0, 0, 0) url("/OD/images/bg_citation.png") no-repeat scroll right 93px / 100% auto;
    overflow: hidden;
    padding-bottom: 284px;
    position: relative;
}

.les-echos{
    width: 142px;
    height: 32px;
}

.citation h2 {
    margin-top: 24px;
    margin-bottom: 25px;
}

.citation blockquote{
    border: 0 none;
    color: #222e3a;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.citation p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.citation .image-citation {
    bottom: -38px;
    height: 320px;
    left: -45px;
    position: absolute;
}

.avis-client{
    background-color: #222e3a;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.avis-client h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 17px;
}

.avis-client p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.avis-client .description-h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.avis-client a{
    color: #77ac46;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.encadre-trustpilot a{
    color: #77ac47;
}

.avis-client h3{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
}

.avis-client p.source,
.avis-client p.date{
    color: #b7bac8;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}

.avis-client p.descriptif,
.avis-client p.auteur{
    display: none;
}

.avis-client-detail{
    margin-bottom: 34px;
}

.note-etoiles{
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.encadre-trustpilot .note-etoiles{
    clear: both;
    float: none;
    padding-bottom: 5px;
    text-align: center;
    width: auto;
    padding-top: 0;
}

.note-etoiles li{
    display: inline-block;
    float: left;
    margin: 0 2px;
}

.note-etoiles span{
    border-radius: 1px;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.etoile-bg_vert{
    background-color: #77ac47;
}

.etoile-bg_gris{
    background-color: #b7bac8;
}

.encadre-trustpilot{
    background: url("/OD/images/bg_encadretrustpilot.png") no-repeat center center #19232c;
    background-position: center center;
    background-size: auto 121%;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.encadre-trustpilot .note{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding-top: 24px;
    padding-bottom: 8px;
}

.encadre-trustpilot .note span{
    font-weight: 700;
}

.encadre-trustpilot a{
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
}

.encadre-trustpilot > ul > li,
.texte-gauche .encadre-trustpilot > ul > li{
    padding-bottom: 0;
    padding-right: 0;
}

.encadre-trustpilot li span {
    display: inline-block;
    height: 38px;
    font-size: 27px;
    line-height: 38px;
    margin: 0 1px;
    width: 38px;
}

.encadre-trustpilot img {
    padding-bottom: 41px;
    padding-top: 16px;
}

.engagement-qualite{
    background-color: #f4f4f6;
    padding-bottom: 50px;
}

.texte-gauche h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 7px;
    padding-top: 10px;
}

.texte-gauche .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.texte-gauche p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.texte-gauche .image{
    float: left;
}

.texte-gauche .content-image {
    height: 189px;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}

.texte-gauche .content-image > img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.texte-gauche hr.separateur {
    margin-bottom: 24px;
}

.texte-gauche ul {
    padding-top: 26px;
}

.texte-gauche ul li {
    padding-bottom: 12px;
}

.texte-gauche ul .image{
    width: 70px;
    clear: both;
    height: 100px;
}

.texte-gauche ul .image img{
    max-width: 57px;
}

.texte-gauche .button-container {
    clear: both;
}



.notre-offre-intro{
    background: #222e3a url("/OD/images/notre-offre-intro-img-320.png") no-repeat scroll center bottom;
    color: #fff;
    padding-bottom: 280px;
}

.notre-offre-intro h1,
.notre-offre-intro .description-h1{
    color: #fff;
}

.entete-texte-gauche.cta p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.entete-texte-gauche.cta .description-h1 {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
}

.entete-texte-gauche.cta .button-container {
    padding-top: 10px;
}

.entete-texte-gauche.cta .button.main {
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    position: relative;
}

.entete-texte-gauche.cta .button.main i {
    position: absolute;
    right: 10px;
    top: 16px;
}

.nos-formules {
    background: url("/OD/images/bg_nosformules-320.png") no-repeat center bottom transparent;
    background-size: 100% auto;
    padding-bottom: 143px;
}

.trois-colonnes-liste h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 7px;
    padding-top: 11px;
}

.trois-colonnes-liste p{
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222e3a;
    text-align: center;
}

.trois-colonnes-liste .description-h2{
    text-align: left;
    margin-bottom: 0;
}

.trois-colonnes-liste a{
    color: #77ac47;
    text-decoration: none;
}

.trois-colonnes-liste h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.trois-colonnes-liste li{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    min-height: 46px;
    padding-left: 40px;
}

.trois-colonnes-liste li.formule-compris{
    color: #222e3a;
    background: url("/OD/images/formule-compris.svg") no-repeat left top transparent;
    background-size: 26px 26px;
}

.trois-colonnes-liste li.formule-noncompris{
    color: #b7bac8;
    background: url("/OD/images/formule-noncompris.svg") no-repeat left top transparent;
    background-size: 26px 26px;
}

.trois-colonnes-liste .button-container {
    padding-top: 10px;
}

.button.main-deux_lignes {
    height: 73px;
    line-height: 20px;
    font-size: 16px;
    padding-top: 17px;
    position: relative;
}

.button.main-deux_lignes span {
    font-size: 14px;
     display: inline-block;
}

.button.main-deux_lignes i{
    position: absolute;
    right: 20px;
    top: 25px;
}

.trois-colonnes-liste .offre-special {
    padding-top: 25px;
}

.texte_droite_deux_paragraphes{
    background-color: #f4f4f6;
    padding-bottom: 50px;
}

.texte_droite_deux_paragraphes .image{
    max-height: 182px;
    overflow: hidden;
}

.texte_droite_deux_paragraphes h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 8px;
    padding-top: 10px;
}
.texte_droite_deux_paragraphes img{
    max-width: 100%;
}

.texte_droite_deux_paragraphes h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 9px;
}

.texte_droite_deux_paragraphes p{
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
}

.texte_droite_deux_paragraphes a{
    color: #77ac47;
    text-decoration: underline;
}

.texte_droite_deux_paragraphes .button.main {
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    position: relative;
    text-decoration: none;
}

.texte_droite_deux_paragraphes .button.main i {
    position: absolute;
    right: 10px;
    top: 16px;
}

.statistiques-multiples h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.statistiques-multiples .description-h2,
.statistiques-multiples h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.statistiques-multiples .pourcentage{
    color: #59636b;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    font-style: normal;
    width: 100px;
    display: inline-block;
    float: left;
}

.statistiques-multiples .cout-revient {
    padding-bottom: 30px;
}

.statistiques-multiples .cout-revient p {
    margin-bottom: 18px;
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    min-height: 40px;
}

.icon-calcul-volume{
    width: 46px;
    height: 46px;
    background: url("/OD/images/calcul-volume.svg") no-repeat center center transparent;
    background-size: 46px 46px;
}

.icon-calcul-distance{
    width: 46px;
    height: 32px;
    background: url("/OD/images/calcul-distance.svg") no-repeat center center transparent;
    background-size: 46px 32px;
}

.icon-calcul-acces{
    width: 35px;
    height: 46px;
    background: url("/OD/images/calcul-acces.svg") no-repeat center center transparent;
    background-size: 35px 46px;
}

.icon-calcul-prestation{
    width: 46px;
    height: 46px;
    background: url("/OD/images/calcul-prestation.svg") no-repeat center center transparent;
    background-size: 46px 46px;
}

.statistiques-multiples .icones-calcul{
    width: 80px;
    display: inline-block;
     margin-top: 7px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #77ac46;
}

.statistiques-multiples .criteres-calcul p {
    color: #222f3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-right: 24px;
}

.statistiques-multiples .description-h2 {
    margin-bottom: 10px;
}



.reassurance .row {
    margin: 0 -30px;
}

.reassurance h2{
    color: #343c44;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
    padding-bottom: 19px;
    padding-top: 30px;
    text-align: center;
}

.reassurance p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #343c44;
    margin: 0;
    text-align: center;
}

.reassurance p a{
    color: #77ac47;
    display: inline-block;
    text-decoration: underline;
    width: 100%;
}

.reassurance .container-reassurance{
    min-height: 492px;
    position: relative;
    background-color: #f0f1f5;
}

.reassurance.reassurance-geo .container-reassurance{
    min-height: 562px;
}

.reassurance .reassurance-small{
    min-height: 336px;
}

.reassurance .content{
    z-index: 1;
    position: relative;
}

.reassurance .reseau-national{
    background-color: #f0f1f5;
}

.reassurance .clients-contents{
    background-color: #f0f1f5;
}

.reassurance .dem-toute-confiance{
    background-color: #f4f5f9;
}

.reassurance .demenagez-ville{
    background-color: #f1f2f4;
}

.reassurance .paiement-3-fois{
    background-color: #f0f1f5;
}

.reassurance .promo,
.reassurance .ardoise{
    background-color: #222e3a;
    color: #fff;
}

.reassurance .qualite{
    background-color: #f0f1f5;
}

.reassurance .opportunites{
    background-color: #f0f1f5;
}

.reassurance .webcallback{
    background-color: #f0f1f5;
}

.reassurance .serenite{
    background-color: #222e3a;
    color: #fff;
}

.reassurance .content-image{
    bottom: 0;
    height: 316px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 0;
}

.reassurance .avis .content-image{
    bottom: auto;
}

.reassurance .reassurance-small .content-image {
    height: 140px;
}

.reassurance .content-image img{
    bottom: 0;
    left: 50%;
    width: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.reassurance .button-container {
    padding-top: 21px;
    text-align: center;
}

.reassurance .button.second{
    padding: 0 23px;
    width: auto;
}

.reassurance .demenagez-ville .geolocalisation{
    color: #000;
    font-family: 'bebasregular';
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    position: absolute;
    bottom: 127px;
    width: 100%;
    z-index: 1;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 241px;
    overflow: hidden;
}

.reassurance .demenagez-ville.ville-longue .geolocalisation {
    bottom: 90px;
    line-height: 36px;
}

.reassurance .demenagez-ville p {
    padding: 0 5px;
}

.reassurance .paiement-3-fois .content-image img {
    bottom: 37px;
}

.reassurance .promo h2,
.reassurance .promo p,
.reassurance .serenite h2,
.reassurance .serenite p,
.reassurance .ardoise h2,
.reassurance .ardoise p{
    color: #fff;
}

.reassurance .promo .content-image p{
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.reassurance .promo p.text-promo{
    color: #c14356;
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 18px;
    padding-top: 11px;
}

.reassurance .qualite .content-image p{
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    color: #7c7f8c;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.reassurance .serenite p{
    text-align: left;
    max-width: 240px;
}

.reassurance .ardoise p {
    padding: 0 10px;
}

.reassurance .ardoise p.villes {
    bottom: 190px;
    color: #ffffff;
    display: block;
    font-family: "Handlee",cursive;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: left;
    width: 320px;
}

.title_icon {
    min-height:0px;
    padding-bottom:40px;
}
.title_icon h2,
.reassurance.title_icon h2 {
    font-family: "Roboto";
    font-weight:700;
    font-size:60px;
}
.title_icon h2.dark {
    color: #343c44;
}
.title_icon h2.cta {
    color: #8dc63f;
}
.title_icon h2.header {
    color: #cf324b;
}
.title_icon img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.title_icon p {
    margin-left: 20px;
    margin-right: 20px;
}
.title_icon p.legal {
    font-size:10px;
}
.icon-estimation{
    display: inline-block;
    width: 28px;
    height: 36px;
    background: url("/OD/images/icon-estimation.svg") no-repeat top left transparent;
    background-size: 28px 36px;
}

.icon-cartons{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/OD/images/icon-cartons.svg") no-repeat top left transparent;
    background-size: 36px 36px;
}

.icon-adresse{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/OD/images/icon-adresse.svg") no-repeat top left transparent;
    background-size: 36px 36px;
}

.reassurance .serenite li span {
    clear: both;
    float: left;
    height: 40px;
    margin-bottom: 18px;
    width: 60px;
}

.reassurance .serenite ul {
    padding-top: 2px;
}

.reassurance .serenite li {
    display: inline-block;
}

.reassurance .serenite li p a {
    width: auto;
    display: inline;
}

.reassurance .serenite .icon-estimation {
    background-position: 3px 4px;
}

.reassurance .serenite .icon-cartons {
    background-position: left 8px;
    height: 48px;
    margin-bottom: 28px;
}

.reassurance .serenite .icon-adresse {
    background-position: left 4px;
}

.reassurance .style_destination p {
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    text-align: left;
}

.reassurance .style_destination p .cubage{
    text-decoration: underline;
}

.reassurance .webcallback p {
    padding: 0 15px;
}

.reassurance .webcallback p strong{
    font-size: 16px;
    font-weight: 700;
}

.reassurance .webcallback p + p {
    padding-top: 11px;
}

.web-call-back{
    height: 47px;
    display: inline-block;
    background-color: #00aeef;
    border-radius: 24px;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #00aeef;
    line-height: 42px;
    padding: 0 21px;
}
.web-call-back:visited{
    color: #fff;
}
.web-call-back:hover{
    color: #fff;
}
.web-call-back:active{
    color: #fff;
}
.icon-phonecall{
    display: inline-block;
    background: url("/OD/images/icon-phonecall.svg") no-repeat 0 0 transparent;
    width: 24px;
    height: 23px;
    background-size: 24px 23px;
}

.web-call-back .icon-phonecall {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin-left: 12px;
}

.reassurance .encadre-trustpilot {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 5px 0 0;
}
.reassurance .avis .content-image{
    height: 50px;
}

.reassurance .avis-fonce{
    background-color: #222e3a;
}

.reassurance .avis-clair{
    background-color: #f0f1f5;
}

.reassurance .avis-fonce p,
.reassurance .avis i{
    color: #fff;
}

.reassurance .avis-clair p{
    color: #343c44;
}

.reassurance .avis-fonce .content-image{
    background-color: #151d25;
}

.reassurance .avis-clair .content-image{
    background-color: #dcdee7;
}

.reassurance .avis .note{
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
}

.reassurance .note-etoiles span{
    border-radius: 2px;
}

.reassurance .encadre-trustpilot .note-etoiles{
    padding-top: 11px;
    padding-bottom: 6px;
}

.reassurance .avis .content-image img {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.reassurance .avis.avis-blanc .note {
    padding-top: 44px;
}

.reassurance .avis.avis-blanc .content-image {
    height: 19px;
    bottom: 6px;
}

.reassurance .avis.avis-blanc {
    height: 253px;
}

.reassurance .serenite.blanc h2 {
    padding-top: 10px;
}

.reassurance .serenite.blanc {
    height: 292px;
}


.reassurance .menu{
    text-align: left;
    background-color: #f0f1f5;
}

.reassurance .menu h2{
    text-align: left;
}

.reassurance .menu li{
    padding-left: 22px;
    max-width: 210px;
    padding-bottom: 8px;
    position: relative;
}

.reassurance .menu li:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 14px;
}

.reassurance .menu a{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;

}

.reassurance .menu a:hover{
    text-decoration: underline;
}
.reassurance .avis .details-avis p{
    text-align: left;
}

.reassurance .avis .details-avis > p{
    color: #343c44;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 10px;
}

.reassurance .avis .details-avis .note-etoiles{
    float: left;
    padding-bottom: 10px;
}

.reassurance .avis .details-avis .date{
    float: right;
}

.reassurance .avis .details-avis .texte-avis{
    width: 100%;
    clear: both;
    text-align: left;
}

.reassurance .avis .details-avis .texte-avis p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

}

.reassurance .avis .details-avis .texte-avis .titre{
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.reassurance .avis .details-avis .texte-avis .auteur{
    font-style: italic;
}

.reassurance .avis-complet .encadre-trustpilot a{
    color: #343c44;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.reassurance .avis.avis-complet .note {
    padding-bottom: 0;
}

.reassurance .avis.avis-complet .encadre-trustpilot .note-etoiles {
    padding-bottom: 0;
    padding-top: 5px;
}

.reassurance .avis .details-avis {
    padding-top: 9px;
}

.reassurance .avis .details-avis .note-etoiles li span {
    border-radius: 1px;
    font-size: 11px;
    height: 17px;
    line-height: 18px;
    width: 17px;
}

.reassurance .avis-complet .details-avis > ul > li {
    padding-bottom: 18px;
}



.contenu-intro{
    background: rgba(0, 0, 0, 0) url("/OD/images/bg_contenu-intro.png") no-repeat scroll right bottom / 530px auto;
    padding-bottom: 135px;
}

.entete-texte-centre h1 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
    padding-top: 28px;
}

.entete-texte-centre .description-h1{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.entete-texte-centre hr.separateur {
    margin-bottom: 8px;
}

.article .content {
    clear: both;
}

.article h2,
.bloc-articles-similaires h2,
.boutons-partage h2,
.commentaires h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
    padding-top: 29px;
}

.article h3{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding-bottom: 13px;
}


.article p,
.article li,
.bloc-articles-similaires p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.article p + p {
    padding-top: 17px;
}

.article p + ul {
    padding-top: 10px;
}

.article ul {
    padding-bottom: 18px;
}

.article ul > li > ul {
    padding-bottom: 0;
}

.article ul > li {
    padding-left: 20px;
    position: relative;
}

.article ul > li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.article ul > li > ul > li{
    padding-left: 18px;
}

.article ul > li > ul > li:before {
    font-family: "Roboto";
    content: "-";
    left: 10px;
    font-size: 12px;
}

.article p a,
.bloc-articles-similaires p a{
    color: #7aa645;
    text-decoration: underline;
    word-wrap: break-word;
}

.article p a:hover,
.bloc-articles-similaires p a:hover{
        color: #5da616;
    }

.article p + h3 {
    padding-top: 23px;
}

.article .button-container {
    padding-top: 20px;
}

.article .button.main{
    padding: 0 17px;
}

.article ul.liste-icones > li {
    padding-bottom: 20px;
    padding-left: 40px;
}

.article ul.liste-icones > li:before {
    content: "";
}

.article ul.liste-icones {
    padding-bottom: 5px;
}

.article ul.liste-liens {
    padding-bottom: 0;
}

.article ul.liste-liens > li:before{
    color: #7aa645;
}

.article ul.liste-liens > li a{
    color: #7aa645;
    text-decoration: underline;
}

.article ul.liste-liens > li a:hover{
        color: #5da616;
    }

.article .button.main-deux_lignes {
    font-size: 14px;
    line-height: 20px;
    padding-top: 17px;
}

.article .button.main-deux_lignes i {
    right: 13px;
}

.article table{
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #222e3a;
    width: 100%;
}

.article table td{
    background-color: #f3f4f7;
    border: 1px solid #b7bac8;
    text-align: center;
    height: 46px;
}

.article table th{
    border: 1px solid #b7bac8;
    background-color: #dbdce3;
    text-align: center;
    font-weight: 400;
    padding: 0 8px;
    height: 60px;
}

.article table th.invisible,
.article table td.invisible {
    border: 0 none;
}

.article table td.tleft{
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.article .col-1{
    width: 48%;
}

.article .le-saviez-vous{
    background-color: #222e3a;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding: 0 15px 243px;
    position: relative;
    margin-top: 50px;
}

.article .le-saviez-vous h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.article .le-saviez-vous p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.article .le-saviez-vous img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    z-index: 0;
}

.article .le-saviez-vous .content{
    position: relative;
    z-index: 1;
}

.article .le-saviez-vous p + p{
    padding: 0;
}

.article .border{
    margin-top: 20px;
}

.article .border p{
    border: 1px solid #b7bac8;
}

.article .border .content {
    padding: 0 5px;
}

.article .border .content p{
    padding: 12px 20px;
}

.article .border.bloc_2_colonnes p {
    float: left;
    width: 50%;
}

.article .border.bloc_2_colonnes p + p{
    border-left: 0 none;
}

.bloc-articles-similaires{
    margin-top: 50px;
}

.bloc-articles-similaires .bg_gris,
.boutons-partage .bg_gris {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f6f7fa;
    padding-bottom: 23px;
}

.bloc-articles-similaires .content,
.boutons-partage .content {
    padding: 0 40px;
}

.bloc-articles-similaires h2,
.boutons-partage h2{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 11px;
    padding-top: 24px;
}

.bloc-articles-similaires p + p {
    padding-top: 11px;
}

.boutons-partage {
    margin-top: 10px;
}

.boutons-partage  ul.liste-partages {
    display: inline-block;
    height: 36px;
    padding-top: 2px;
    text-align: left;
}

.boutons-partage  ul.liste-partages li{
    padding: 0;
    display: inline-block;
    float: left;
    margin-left: 33px;
}

.boutons-partage  ul.liste-partages li:first-child{
    margin-left: 0;
}

.boutons-partage ul.liste-partages li a{
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    font-size: 22px;
    background-color: #b7bac8;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.boutons-partage ul.liste-partages .facebook{
    background-color: #3c5b9b;
}

.boutons-partage ul.liste-partages .twitter{
    background-color: #2daae1;
}

.boutons-partage ul.liste-partages .gplus{
    background-color: #f63d27;
}


.boutons-partage ul.liste-partages .icon-send{
    background: url("/OD/images/icon-send.svg") no-repeat 0 0 transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
}

.commentaires {
    padding-bottom: 53px;
}

.commentaires input{
    width: 100%;
    background-color: #fff;
    border: 2px solid #b7bac8;
    border-radius: 2px;
    color: #cbcedc;
    font-size: 14px;
    font-weight: 400;
    line-height: 47px;
    height: 47px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.commentaires textarea{
    width: 100%;
    background-color: #fff;
    border: 2px solid #b7bac8;
    border-radius: 2px;
    color: #cbcedc;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 94px;
    margin-bottom: 10px;
    padding: 10px;
}

.commentaires input::-webkit-input-placeholder,
.commentaires textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #cbcedc;
}
.commentaires input::-moz-placeholder,
.commentaires textarea::-moz-placeholder {
    opacity: 1;
    color: #cbcedc;
}
.commentaires input:-ms-input-placeholder,
.commentaires textarea:-ms-input-placeholder {
    opacity: 1;
    color: #cbcedc;
}
.commentaires input:-moz-placeholder,
.commentaires textarea:-moz-placeholder {
    opacity: 1;
    color: #cbcedc;
}


.formulaires input::-webkit-input-placeholder,
.formulaires textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #b7bac8;
}
.formulaires input::-moz-placeholder,
.formulaires textarea::-moz-placeholder {
    opacity: 1;
    color: #b7bac8;
}
.formulaires input:-ms-input-placeholder,
.formulaires textarea:-ms-input-placeholder {
    opacity: 1;
    color: #b7bac8;
}
.formulaires input:-moz-placeholder,
.formulaires textarea:-moz-placeholder {
    opacity: 1;
    color: #b7bac8;
}


.commentaires .button.main {
        height: 47px;
    line-height: 47px;
    font-size: 14px;
}

.commentaires .button.main i {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.commentaires .liste-commentaires {
    padding-bottom: 20px;
    padding-top: 15px;
}

.commentaires .liste-commentaires li{
    padding-top: 3px;
}

.commentaires p.not(.well){
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #222e3a;
    margin: 0;
}

.commentaires p.titre{
    font-size: 13px;
    font-weight: 700;
}

.commentaires p.profil{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 11px;
    line-height: 24px;
}

.icon-profile{
    background: url("/OD/images/icon-profile.svg") no-repeat 0 0 transparent;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.commentaires p.profil .icon-profile {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.icon-phonecontact{
    background: url("/OD/images/icon-contenu-tel.svg") no-repeat 0 0 transparent;
    display: inline-block;
   width: 25px;
    height: 23px;
    background-size: 25px 23px;
    position: absolute;
    -webkit-transform: translate(-41px, 4px);
    -ms-transform: translate(-41px, 4px);
    transform: translate(-41px, 4px);
}

.icon-web{
    background: url("/OD/images/icon-contenu-web.svg") no-repeat 0 0 transparent;
    display: inline-block;
    width: 25px;
    height: 24px;
    background-size: 25px 24px;
    position: absolute;
    -webkit-transform: translate(-41px, 4px);
    -ms-transform: translate(-41px, 4px);
    transform: translate(-41px, 4px);
}

.icon-courrier{
    background: url("/OD/images/icon-contenu-courrier.svg") no-repeat 0 0 transparent;
    display: inline-block;
    width: 25px;
    height: 24px;
    background-size: 25px 24px;
    position: absolute;
    -webkit-transform: translate(-41px, 4px);
    -ms-transform: translate(-41px, 4px);
    transform: translate(-41px, 4px);
}



.entete-texte-gauche.trois_bonnes_raisons .description-h1 {
    padding-top: 19px;
}

.entete-texte-gauche p {
    font-size: 12px;
    line-height: 18px;
}

.demenagez-serein{
    background-color: #f4f4f6;
    padding-bottom: 45px;
    overflow: hidden;
}

.texte-gauche .image-serenite{
    position: relative;
    height: 137px;
}

.texte-gauche.demenagez-serein hr.separateur {
    margin-bottom: 13px;
}

.texte-gauche.demenagez-serein .encadre-trustpilot {
    margin-bottom: 0;
    margin-top: 18px;
}

.texte-gauche .image-serenite img {
    left: -45px;
    position: absolute;
    top: -21px;
    width: 447px;
}

.texte-gauche.demenagez-serein .button-container {
    padding-top: 12px;
}

.texte-gauche-premium{
    background-color: #222e3a;
    color: #fff;
    padding-bottom: 38px;
}

.texte-gauche-premium h2,
.texte-gauche-premium p.description-h2,
.texte-gauche-premium p{
    color: #fff;
}

.texte-gauche-premium hr.separateur {
    margin-bottom: 10px;
}

.texte-gauche-premium p a{
    color: #77ac47;
    text-decoration: underline;
}

.texte-gauche-premium .button.main-deux_lignes {
    height: 60px;
    margin-top: 22px;
    padding-top: 9px;
}

.texte-gauche-premium .content-image {
    overflow: visible;
}

.texte-gauche-premium .content-image > img {
    max-width: none;
    width: auto;
}

.texte-gauche-premium p.asterisque{
    color: #babeca;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.statistique-unique {
    padding-bottom: 25px;
}

.statistique-unique h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 9px;
    line-height: 37px;
    padding-top: 9px;
}

.statistique-unique p{
    color: #9c9ead;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    width: 71%;
    float: right;
    display: inline-block;
    margin: 0;
    padding-bottom: 21px;
}

.statistique-unique .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    display: block;
    float: none;
    width: 100%;
}

.statistique-unique .graphique img{
    max-width: 100%;
    width: 256px;
}

.statistique-unique h3{
    font-weight: 400;
    line-height: 18px;
    color: #222f3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    width: 71%;
    float: right;
    display: inline-block;
    margin: 0;
}

.statistique-unique p.note{
    color: #59636b;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 23px;
    width: 29%;
    float: left;
    display: inline-block;
    clear: both;
    padding: 0;
}

.statistique-unique .graphique {
    padding-top: 9px;
    padding-bottom: 15px;
    text-align: center;
}



.ne-cherchez-plus {
    background: #f0f1f5 url("/OD/images/ne-cherchez-plus-img-320.jpg") no-repeat scroll center bottom;
    padding-bottom: 232px;
}

section.webcallback h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
    padding-bottom: 17px;
    padding-top: 30px;
}

section.webcallback p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

section.webcallback .description-h2{
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section.webcallback p a{
    color: #00aeef;
    text-decoration: underline;
}

section.webcallback .button-container {
    padding-top: 21px;
    padding-bottom: 20px;
}

.formules h2{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
    padding-top: 18px;
}

.formules p{
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 35px;
}

.formules .content-detail-formules {
    background-color: #f0f1f5;
    margin-bottom: 20px;
    padding: 0 20px 12px;
}

.formules .content-detail-formules h3,
.formules .content-detail-formules hr,
.formules .content-detail-formules .bulle{
    text-align: center;
    margin: 0 auto;
}

.formules .content-detail-formules h3 {
    padding-bottom: 15px;
    padding-top: 24px;
}

.formules .content-detail-formules .bulle{
    background-color: #858ba9;
    border: 1px solid #7a8289;
    border-radius: 50%;
    display: block;
    height: 168px;
    position: relative;
    width: 168px;
    margin: 19px auto 10px;
}

.formules .content-detail-formules .bulle p{
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.formules .content-detail-formules .bulle p span{
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 30px;
    width: 100%;
}

.insight-promo{
    margin-bottom: 10px;
}

.insight-promo .button-container{
    text-align: center;
}

.insight-promo .button.main {
    width: auto;
}

.insight-promo h2{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}

.insight-promo p{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 35px;
}

.insight-promo .offre-deux-colonnes-content p{
    margin-bottom: 0;
    padding: 0;
}

.insight-promo .offre-deux-colonnes-content {
    margin: 32px auto 31px;
    width: 90%;
}

.insight-promo .offre-deux-colonnes-content .col-xs-6:first-child{
    border-right: 1px solid #fff;
}

.insight-promo p.text-promo{
    color: #c14356;
    margin: 0;
    padding: 0 40px;
}

.insight-promo small {
    padding-top: 51px;
}

.insight-promo.offre-deux-colonnes {
    padding-bottom: 50px;
}

.quatres-etapes{
    background-color: #f3f4f7;
    padding-bottom: 40px;
}

.quatres-etapes h2 {
    color: #222e3a;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0;
    padding-bottom: 28px;
    padding-top: 9px;
}

.quatres-etapes h3{
    color: #343c44;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding-bottom: 17px;
}

.quatres-etapes p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 6px;
}

.quatres-etapes span.numero-etape{
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    width: 49px;
    height: 49px;
    background-color: #77ac46;
    border: 7px solid #a1c77e;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -21px;
    top: 0;
}

.quatres-etapes .etape{
    position: relative;
    padding-left: 40px;
    padding-top: 14px;
}

.quatres-etapes .etape:before {
    background: #f3f4f7 url("/OD/images/quatres-etapes-fleche.png") no-repeat scroll center bottom;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -12px;
    position: absolute;
    top: 59px;
    width: 30px;
}

.quatres-etapes .etape.cadre {
    background-color: #ffffff;
    border: 1px solid rgba(185, 186, 204, 0.5);
    margin-right: -22px;
    padding-right: 22px;
}

.quatres-etapes .etape.cadre:before {
    background: none;
}

.quatres-etapes .etape img{
    max-width: 100%;
    padding-bottom: 10px;
}

.synthese-projet iframe{
    width: 100%;
    height: 190px;
}

.synthese-projet h2{
    color: #343c44;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 8px;
    padding-top: 10px;
}

.synthese-projet .champs-formulaire {
    padding-top: 15px;
    padding-bottom: 24px;
}

.synthese-projet .champs-formulaire p{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.synthese-projet .champs-formulaire p a{
    color: #222e3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 39px;
    text-decoration: underline;
}

.synthese-projet .champs-formulaire i{
    display: inline-block;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    width: 40px;
    height: 24px;
    background-position: center left;
}

.formulesbutton .button-container {
    padding-bottom: 43px;
    padding-top: 17px;
}



.icheckbox {
    background: rgba(0, 0, 0, 0) url("/OD/images/custom-checkbox.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 6px;
    width: 20px;
    cursor: pointer;
}

.icheckbox.checked {
    background-position: center bottom;
}

.iradio {
    background: rgba(0, 0, 0, 0) url("/OD/images/custom-radio.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    width: 16px;
    cursor: pointer;
     -webkit-transform: translateY(3px);
     -ms-transform: translateY(3px);
     transform: translateY(3px);
}

.iradio.checked {
    background-position: 0 bottom;
}

.iradio:after {
    content: "" !important;
}



.main-menu a{
    display: inline-block;
    color: #222e3a;
}

.main-menu {
    background-color: #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    min-width: 320px;
    padding: 40px 56px 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.main-menu ul{
    overflow-y: scroll;
    height: 100%;
}

.web-call-back.web-call-back-blanc{
    background: #fff;
    color: #00aeef;
    width: 100%;
    text-align: center;
}

.web-call-back-blanc .picto_callback {
    background-size: 24px 23px;
    height: 23px;
    margin-left: 10px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    width: 24px;
}

.main-menu .close-menu{
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 26px;
    right: 25px;
}

.icon-close-menu{
    background: url("/OD/images/menu-close.svg") no-repeat 0 0 transparent;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
}

#header nav li{
    border-top: 1px solid #b7bac8;
    padding-bottom: 15px;
    padding-top: 15px;
}

#header nav li:first-child{
    border-top: 0 none;
}

#header nav a:hover{
    text-decoration: none;
}

#header nav a strong,
#header nav li strong{
    display: block;
    line-height: 18px;
    font-size: 17px;
    font-weight: 700;
}

#header nav a span,
#header nav li span{
    font-size: 12px;
    font-weight: 400;
}



.main-menu .button.main {
    padding: 0 18px;
    margin-bottom: 19px;
    color: #fff;
}
@media screen and (max-width: 767px) {

    .faq .col-md-6 {
        padding-left: 40px;
    }

    .faq h3{
        cursor: pointer;
        position: relative;
    }

    .faq h3:before {
        background: rgba(0, 0, 0, 0) url("/OD/images/accordeon-on.svg") repeat scroll 0 0 / 30px 30px;
        content: "";
        left: -40px;
        position: absolute;
        top: 7px;
        width: 30px;
        height: 30px;
    }

    .faq h3.closed:before {
        background: rgba(0, 0, 0, 0) url("/OD/images/accordeon-off.svg") repeat scroll 0 0 / 30px 30px;
        content: "";
        left: -40px;
        position: absolute;
        top: 7px;
        width: 30px;
        height: 30px;
    }

    
    #header{
        background-color: #cf324b;
    }

    
    
    #top_footer .col-xs-4{
        padding-left: 3px;
        padding-right: 3px;
    }

    #footer img{
        width: 42px;
        height: 42px;
    }

    #societes_details .col-md-4,
    #societes_details .col-md-8{
        text-align: center;
    }

    
    
    .reassurance .dem-toute-confiance{
        min-height: 512px;
    }

    
    

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

    .picto_experience{
        height: 75px;
        width: 60px;
    }

    .picto_foyers{
        height: 52px;
        width: 61px;
    }

    .picto_avis{
        height: 53px;
        width: 60px;
    }

    
    .header_devis h1{
        font-size: 30px;
        line-height: 37px;
        padding: 28px 0 18px;
    }

    #header.header_devis .tel{
        margin-top: 24px;
    }

    
    
    #top_footer{
        padding-top: 42px;
        padding-bottom: 31px;
    }

    #top_footer p{
        font-size: 14px;
        margin: 16px 0 2px;
    }

    #top_footer p span{
        font-size: 18px;
        margin-bottom: 4px;
    }

    #top_footer i{
        height: 75px;
    }

    #footer .picto_maison{
        margin-bottom: 60px;
    }

    
    
    .reassurance .promo .content-image img{
        bottom: 0;
            }

    .content {
        padding: 0 35px;
    }

    .officiel-demenagement{
        min-height: 1050px;
        background:#ffffff url("/OD/images/home-geo-reseau-img-480.jpg") no-repeat scroll center top;
    }

    .texte-gauche-premium-et-liens h1,
    .texte-gauche-premium-et-liens.h1-already h2{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 15px;
        margin-top: 41px;
        padding-bottom: 8px;
    }

    .texte-gauche-premium-et-liens h2,
    .texte-gauche-premium-et-liens.h1-already h3{
        font-size: 18px;
        line-height: 26px;
    }

    .texte-gauche-premium-et-liens .paragraphe{
        line-height: 23px;
        font-size: 14px;
    }

    hr.separateur {
        margin: 13px 0 18px;
    }

    .style_destination p{
        font-size: 14px;
        line-height: 32px;
    }

    .trois-colonnes.petites-attentions{
        background:#ffffff url("/OD/images/home-petites-attentions-img-480.jpg") no-repeat scroll center bottom;
        padding-bottom: 359px;
    }

    .deux-colonnes hr.separateur{
        margin-top: 7px;
    }

    .trois-colonnes-cta-secondaires h2 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 38px;
    }

    .trois-colonnes-cta-secondaires h3 {
        font-size: 18px;
        line-height: 48px;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .trois-colonnes-cta-secondaires p {
        font-size: 14px;
        line-height: 23px;
    }

    .trois-colonnes-cta-secondaires .button.second{
        width: auto;
        padding: 0 19px;
    }

    .texte_droite_un_paragraphe h2{
        line-height: 48px;
        font-size: 40px;
        margin: 41px 0 21px;
    }

    .texte_droite_un_paragraphe .description-h2{
        line-height: 26px;
        font-size: 18px;
    }

    .texte_droite_un_paragraphe img{
        margin-bottom: 18px;
    }

    .texte_droite_un_paragraphe p{
        line-height: 23px;
        font-size: 14px;
    }

    .faq h2{
        font-size: 30px;
        line-height: 37px;
    }

    .faq h3{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 23px;
    }

    .faq p{
        font-size: 14px;
        line-height: 23px;
    }

    .faq .button-container{
        padding-bottom: 50px;
    }

    .trois-colonnes-cta-secondaires{
        background:#ffffff url("/OD/images/bg_petites-attentions_480.jpg") no-repeat scroll center bottom;
    }

    .deux-colonnes hr.separateur{
        margin-top: 7px;
    }

    .trois-colonnes.promesse{
        padding-bottom: 170px;
    }

    .trois-colonnes h2,
    .affiliation h2 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 38px;
    }

    .affiliation h2 {
        margin-top: 0px;
    }

    .trois-colonnes h3 {
        font-size: 18px;
        line-height: 48px;
        margin-top: 2px;
        margin-bottom: -7px;
    }

    .trois-colonnes p {
        font-size: 14px;
        line-height: 23px;
    }

    .trois-colonnes .button.second{
        width: auto;
        padding: 0 19px;
    }

    .trois-colonnes .description-h2,
    .affiliation .description-h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px;
        margin-top: 3px;
    }

    .affiliation p:not(:first-of-type) {
        margin-top:32px;
    }
    .affiliation p {
        margin-bottom:10px;
    }

    .avis_villes h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 22px;
        margin-top: 39px;
    }

    .avis_villes .description-h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px;
    }

    .adresses_geo {
        padding-bottom: 20px;
    }

    .adresses_geo h2 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 41px;
    }

    .adresses_geo .description-h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 17px;
        margin-top: 6px;
    }

    .adresses_geo h3 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 0px;
    }

    .adresses_geo span{
        font-size: 14px;
        line-height: 23px;
    }

    .adresses_geo .description{
        margin-bottom: 25px;
    }

    .reseau_national{
        background: rgba(0, 0, 0, 0) url("/OD/images/home-reseau-img-480.jpg") no-repeat scroll center bottom;
        padding-bottom: 245px;
    }

    .bg_infographie{
        background-image: url("/OD/images/le-demenagement-en-france-img-480.png");
        background-position: center 149px;
    }

    .entete_infographie h1{
        font-size: 40px;
        line-height: 48px;
        margin: 40px 0 23px;
    }

    .bg_infographie .description_h2{
        font-size: 40px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .bg_infographie .description_h2 span{
        font-size: 18px;
        line-height: 26px;
        margin-top: 18px;
    }

    .demenageurs_france .question{
        margin-top: 36px;
    }

    .demenageurs_france h3{
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 30px;
    }

    .demenageurs_france p.left,
    .demenageurs_france p.right{
        margin-top: 0;
    }

    .demenageurs_france p.left span,
    .demenageurs_france p.right span{
        font-size: 50px;
        line-height: 50px;
    }

    #accroche{
        padding-top: 56px;
    }

    #accroche h3{
        margin-bottom: 17px;
    }

    #les_cartes{
        padding-top: 8px;
    }

    #les_cartes hr {
        margin-bottom: 21px;
        margin-top: 18px;
    }

    #les_cartes img{
        margin-top: 4px;
        width: 160px;
    }

    #societes .description_h2 span{
        margin-top: 32px;
    }

    #societes_details .picto_border {
        margin: 2px 0 21px;
    }

    #societes_details p{
        margin-bottom: 28px;
    }

    #societes_details #avec_p_mini .picto_border {
        margin-bottom: 13px;
    }

    #credit{
        margin-top: 32px;
    }

    #credit p{
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    #partager_infographie{
        padding-bottom: 50px;
    }

    #partager_infographie span{
        font-size: 18px;
        line-height: 40px;
        margin: 23px 0 12px;
    }

    #partager_infographie .lesboutons{
        text-align: center;
    }

    #partager_infographie pre{
        border-radius: 0;
        background-color: #f5f6f8;
        border: 0;
        padding: 10px 30px;
        margin-top: 14px;
        margin-bottom: 50px;
    }

    #partager_infographie .lesboutons a{
        padding: 0 19px;
        width: auto;
    }

    
    
    .top_departements h2{
        font-size: 40px;
        line-height: 48px;
        margin: 25px 0 21px;
    }

    .top_departements .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .top_departements p{
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 23px;
    }

    .top_departements ul{
        margin-left: 4px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .top_departements ul li a{
        font-size: 14px;
    }

    .top_departements hr.separateur{
        margin: 13px 0 8px;
    }

    
    

    .trois_bonnes_raisons{
        background: transparent url("/OD/images/3-raisons-intro-img-480.jpg") no-repeat scroll center bottom;
        padding-bottom: 376px;
    }

    .points_principaux{
        text-align: center;
    }

    .points_principaux i{
        margin: 0;
        float: none;
    }

    .points_principaux span{
        display: block;
        margin-top: 9px;
        line-height: 20px;
    }

    
    
    .content_formulaires{
        padding: 0 35px;
    }

    
    
    .popup_overlay h1{
        font-size: 30px;
        line-height: 37px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .popup_overlay .description-h2{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .popup_overlay .formulaires {
        padding-top: 11px;
    }

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

        .en-tete-formulaire fieldset{
        padding-left: 0;
        padding-right: 0;
    }

    .en-tete-formulaire fieldset .row{
        margin: 0 5px;
    }

    .en-tete-formulaire fieldset .col-sm-6,
    .en-tete-formulaire fieldset .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }

    .en-tete-formulaire .input-date {
        margin-top: 5px;
    }

    .en-tete-formulaire.formulaire-x4 fieldset .col-xs-12 .button.validation-formulaire{
        margin-top: 0;
    }

    .en-tete-formulaire h1{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 17px;
        margin-top: 40px;
    }

    .formulaire-geo.formulaire-x3-logement .button.validation-formulaire {
        margin-top: 5px;
    }

    .mini-formulaire fieldset {
        padding: 5px;
    }

    .mini-formulaire .col-xs-12 {
        padding: 0 5px;
    }

    .mini-formulaire.sticky .icon-sticky,
    .is-sticky .mini-formulaire .icon-sticky {
        height: 75px;
    }

    .mini-formulaire.sticky .button.main,
    .is-sticky .mini-formulaire .button.main,
    .mini-formulaire.sticky .icon-menuburge,
    .is-sticky .mini-formulaire .icon-menuburger{
        height: 57px;
        line-height: 57px;
    }

    .mini-formulaire.sticky .button.main,
    .is-sticky .mini-formulaire .button.main {
        height: 57px;
        line-height: 57px;
        margin: 4px 0;
        padding: 0;
        width: 100%;
    }

    .mini-formulaire .button.main {
        padding: 0;
        width: 100%;
    }

    .mini-formulaire.sticky.demande-devis fieldset,
    .is-sticky .mini-formulaire.demande-devis fieldset {
        padding-bottom: 4px;
    }

    .is-sticky .hidden-sticky-xs {
        display: block;
    }

    .is-sticky .hidden-sticky-sm {
        display: none;
    }

    

    
    .qui-sommes-nous-intro{
        min-height: 600px;
        background-size: auto 75%;
    }

    .entete-texte-gauche h1{
        font-size: 40px;
        line-height: 48px;
        margin-top: 0;
    }

    .entete-texte-gauche .description-h1{
        font-size: 18px;
        line-height: 26px;
    }

    .deux-colonnes h2{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 22px;
        margin-top: 39px;
    }

    .deux-colonnes p{
        font-size: 14px;
        line-height: 23px;
    }

    .deux-colonnes .description-h2{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px;
    }

    .deux-colonnes h3 {
        font-size: 18px;
        line-height: 48px;
        margin-top: 2px;
    }

    .button.main {
        width: auto;
    }

    .insight-cta {
        padding-top: 57px;
        padding-bottom: 45px;
    }

    .insight-cta p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 35px 20px;
    }

    .insight-cta small {
        font-size: 12px;
        line-height: 18px;
        padding: 20px 0 0;
        text-align: center;
    }

    .insight-cta .button-container{
        padding: 0;
        text-align: center;
    }

    .deux-colonnes-images .image-container {
        float: left;
        margin-right: 25px;
        margin-top: -70px;
        max-width: 89px;
        margin-bottom: 30px;
    }

    .deux-colonnes-images .description-image{
        padding: 0;
        margin-top: 13px;
        text-align: center;
    }

    .deux-colonnes-images img {
        float: none;
    }

    .deux-colonnes-images .image-container + p {
        clear: none;
        margin-bottom: 10px;
    }

    .deux-colonnes-images h3,
    .deux-colonnes-images hr {
        margin-left: 115px;
    }

    .infographie h2{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 21px;
        margin-top: 41px;
    }

    .infographie .description-h2{
        font-size: 18px;
        line-height: 26px;
        padding-right: 20px;
    }

    .infographie-details {
        margin: 0 -18px;
    }

    .infographie .nombre{
        font-size: 40px;
    }

    .icon-demenagements{
        width: 154px;
        height: 73px;
        background-size: 154px 73px;
    }

    .icon-terre{
        width: 160px;
        height: 76px;
        background-size: 160px 76px;
    }

    .icon-louvre{
        width: 122px;
        height: 101px;
        background-size: 122px 101px;
    }

    .icon-montparnasse{
        width: 53px;
        height: 107px;
        background-size: 53px 107px;
    }

    .infographie .infographie-detail {
        margin-bottom: 25px;
    }

    .infographie .infographie-detail i{
        height: 148px;
        background-position: center center;
    }

    .infographie .description{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .citation blockquote{
        font-size: 18px;
        line-height: 26px;
    }

    .citation p{
        font-size: 14px;
        margin-top: 23px;
        line-height: 23px;
    }

    .citation h2 {
        margin-bottom: 32px;
        margin-top: 46px;
    }

    .citation {
        background-position: right -24px;
        background-size: 130% auto;
        padding-bottom: 354px;
    }

    .citation .image-citation {
        bottom: -48px;
        height: 404px;
        left: -63px;
    }

    .avis-client {
        padding-top: 21px;
    }

    .avis-client h2{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 22px;
    }

    .avis-client p{
        font-size: 14px;
        line-height: 23px;
    }

    .avis-client .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .encadre-trustpilot .note{
        font-size: 30px;
        line-height: 20px;
        padding-top: 32px;
        padding-bottom: 11px;
    }

    .encadre-trustpilot a,
    .avis-client a{
        font-size: 14px;
        line-height: 23px;
    }

    .avis-client h3{
        font-size: 18px;
        line-height: 26px;
        margin-top: 13px;
    }

    .encadre-trustpilot .note-etoiles{
        padding-bottom: 15px;
        margin: 0 auto;
    }

    .encadre-trustpilot img {
        padding-bottom: 24px;
        padding-top: 21px;
    }

    .encadre-trustpilot {
        background-position: -73px -130px;
        background-size: auto auto;
        margin-bottom: 34px;
    }

    .note-etoiles{
        margin-right: 25px;
    }

    .avis-client p.source, .avis-client p.date{
        font-size: 12px;
        line-height: 14px;
    }

    .texte-gauche h2{
        font-size: 40px;
        line-height: 48px;
        padding-top: 21px;
        padding-bottom: 11px;
    }

    .texte-gauche .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .texte-gauche .content-image{
        height: 299px;
    }

    .texte-gauche hr.separateur {
        margin-bottom: 28px;
    }

    .texte-gauche p{
        font-size: 14px;
        line-height: 23px;
    }

    .texte-gauche ul {
        padding-top: 19px;
    }

    .texte-gauche ul li {
        padding-bottom: 7px;
    }

    .texte-gauche ul .image{
        width: 80px;
        height: 80px;
    }

    .texte-gauche ul .image img {
        max-width: 100%;
        width: 54px;
    }

    
    
    .notre-offre-intro{
        background-image: url("/OD/images/notre-offre-intro-img-480.png");
        padding-bottom: 322px;
    }

    .entete-texte-gauche.cta p{
        font-size: 14px;
        line-height: 23px;
    }

    .entete-texte-gauche.cta .description-h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .entete-texte-gauche.cta .button.main {
        font-size: 16px;
        line-height: 57px;
        padding-top: 0;
        position: relative;
    }

    .entete-texte-gauche.cta .button.main i {
        position: relative;
        right: auto;
        top: auto;
    }

    .entete-texte-gauche.cta hr {
        margin-bottom: 25px;
    }

    .nos-formules{
        padding-bottom: 230px;
    }

    .trois-colonnes-liste h2{
        font-size: 40px;
        line-height: 48px;
        padding-top: 22px;
        padding-bottom: 11px;
    }

    .trois-colonnes-liste .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .trois-colonnes-liste h3{
        font-size: 18px;
        line-height: 26px;
        margin-top: 24px;
    }

    .trois-colonnes-liste li {
        font-size: 14px;
        line-height: 23px;
        min-height: auto;
        padding-bottom: 8px;
        padding-top: 2px;
    }

    .button.main-deux_lignes{
        width: 224px;
        padding-right: 39px;
    }

    .trois-colonnes-liste .offre-special p{
        font-size: 18px;
        line-height: 26px;
        padding: 0 40px;
    }

    .texte_droite_deux_paragraphes h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 16px;
        padding-top: 19px;
    }

    .texte_droite_deux_paragraphes h3{
        font-size: 18px;
        line-height: 26px;
        margin-top: 16px;
    }

    .texte_droite_deux_paragraphes p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 31px;
    }

    .texte_droite_deux_paragraphes .image{
        max-height: 288px;
    }

    .texte_droite_deux_paragraphes .button.main {
        font-size: 16px;
        padding-top: 0;
        line-height: 57px;
    }

    .texte_droite_deux_paragraphes .button.main i {
        position: relative;
        top: auto;
        right: auto;
    }

    .statistiques-multiples h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 13px;
        padding-top: 18px;
    }

    .statistiques-multiples .description-h2,
    .statistiques-multiples h3{
        font-size: 18px;
        line-height: 26px;
    }

    .statistiques-multiples .criteres-calcul p {
        font-size: 14px;
        padding-right: 50px;
        line-height: 20px;
        margin-bottom: 28px;
    }

    .criteres-calcul {
        padding-top: 4px;
    }

    .statistiques-multiples .criteres-calcul .col-sm-5 p {
        padding-right: 10px;
    }

    .statistiques-multiples .cout-revient p {
        font-size: 14px;
        padding-right: 40px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .statistiques-multiples .pourcentage {
        float: none;
        width: 100%;
    }

    .statistiques-multiples .cout-revient {
        padding-bottom: 40px;
    }

    

    
    .reassurance h2 {
        padding-top: 40px;
        padding-bottom: 18px;
    }

    .reassurance p {
        font-size: 14px;
        line-height: 23px;
    }

    .reassurance .content-image {
        height: 382px;
    }

    .reassurance .reassurance-small .content-image {
        height: 172px;
    }

    .reassurance .content-image img{
        width: auto;
    }

    .reassurance .container-reassurance,
    .reassurance.reassurance-geo .container-reassurance{
        min-height: 582px;
    }

    .reassurance .reassurance-small{
        min-height: 385px;
    }

    .clients-contents h2{
        padding-left: 45px;
        padding-right: 45px;
    }

    .reassurance .demenagez-ville .geolocalisation {
        bottom: 127px;
    }

    .reassurance .demenagez-ville.ville-longue .geolocalisation {
        bottom: 87px;
        line-height: 43px;
    }

    .reassurance .paiement-3-fois .content-image img {
        bottom: 40px;
    }

    .reassurance .promo p.text-promo{
        font-size: 20px;
        line-height: 23px;
        padding: 4px 100px 0;
    }

    .reassurance .promo .content-image p {
        padding: 0 80px;
    }

    .reassurance .serenite p {
        max-width: 400px;
    }

    .reassurance .style_destination {
        max-width: none;
    }

    .reassurance .style_destination p{
        font-size: 14px;
        line-height: 32px;
    }

    .reassurance .webcallback p {
        padding: 0 62px;
    }

    .reassurance .webcallback p strong{
        font-size: 20px;
    }

    .reassurance .webcallback p + p {
        padding-top: 7px;
    }
    
    .reassurance .avis .content-image{
        height: 50px;
    }

    .reassurance .avis.avis-blanc .note {
        padding-top: 60px;
        padding-bottom: 7px;
    }

    .reassurance .avis.avis-blanc .encadre-trustpilot .note-etoiles{
        padding-bottom: 0;
    }

    .reassurance .avis.avis-blanc .note-etoiles + p{
        line-height: 14px;
    }

    .reassurance .avis.avis-blanc {
        height: 274px;
    }

    .reassurance .avis.avis-blanc .content-image {
        bottom: 16px;
    }

    .reassurance .serenite.blanc h2 {
        padding-top: 21px;
    }

    .reassurance .serenite.blanc {
        height: 335px;
    }

    
    .reassurance .ardoise p.villes {
        bottom: 208px;
        width: 480px;
    }

    .reassurance .ardoise p.villes span {
        display: inline-block;
        text-align: center;
        width: 189px;
    }

    .reassurance .menu li {
        max-width: 100%;
        padding-bottom: 13px;
    }

    .reassurance .menu a {
        font-size: 14px;
    }
    
    .reassurance .avis-complet .encadre-trustpilot a{
        font-size: 14px;
    }

    .reassurance .avis .details-avis > p{
        font-size: 20px;
    }

    .reassurance .avis .details-avis .date{
        font-size: 12px;
    }

    

    
    .contenu-intro {
        background-position: 76% bottom;
        background-size: 720px auto;
        padding-bottom: 198px;
    }

    .entete-texte-centre h1 {
        font-size: 40px;
        line-height: 48px;
        padding-top: 0;
    }

    .entete-texte-centre .description-h1{
        font-size: 18px;
        line-height: 26px;
    }

    .entete-texte-centre hr.separateur {
        margin-bottom: 17px;
    }

    .article p,
    .article li{
        font-size: 14px;
        line-height: 23px;
    }

    .article p + p {
        padding-top: 23px;
    }

    .article p + ul {
        padding-top: 0;
    }

    .article ul {
        padding-bottom: 23px;
    }

    .article h2,
    .bloc-articles-similaires h2,
    .boutons-partage h2,
    .commentaires h2{
        padding-top: 50px;
    }

    .bloc-articles-similaires p{
        font-size: 14px;
        line-height: 23px;
    }

    .article h3{
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 19px;
    }

    .article p + h3 {
        padding-top: 15px;
    }

    .article ul.liste-liens {
        float: left;
        width: 50%;
    }

    .article ul.liste-liens > li {
        padding-right: 40px;
    }

    .article ul.liste-liens + ul.liste-liens {
        padding-left: 50px;
    }

    .article .button.main-deux_lignes {
        width: 100%;
        max-width: 364px;
        font-size: 16px;
    }

    .article .button.main-deux_lignes i {
        right: 18px;
    }

    .article .col-1 {
        width: 62%;
    }

    .article table th{
        height: 70px;
    }

    .article .le-saviez-vous {
        padding: 0 5px 50px;
    }

    .article .le-saviez-vous .content {
        padding: 0;
    }

    .article .le-saviez-vous p{
        font-size: 14px;
        line-height: 23px;
    }

    .article .le-saviez-vous p + p{
        padding-top: 20px;
    }

    .article .le-saviez-vous h2 {
        padding-top: 28px;
    }

    .article .le-saviez-vous img{
        left: -78px;
    }

    .article .border .content {
        padding: 0 35px;
    }

    .article .border .content p {
        padding: 16px 18px;
    }

    .bloc-articles-similaires{
        padding-bottom: 29px;
    }

    .bloc-articles-similaires .content,
    .boutons-partage .content {
        padding: 0 50px;
    }

    .bloc-articles-similaires h2,
    .boutons-partage h2{
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 16px;
        padding-top: 24px;
    }

    .boutons-partage .bg_gris {
        padding-bottom: 8px;
    }

    .boutons-partage ul.liste-partages {
        padding-top: 21px;
    }

    .boutons-partage ul.liste-partages li{
        margin-left: 12px;
    }

    .commentaires {
        padding-bottom: 78px;
    }
    .commentaires form {
        padding-top: 9px;
    }

    .commentaires input,
    .commentaires textarea{
        margin-bottom: 20px;
    }

    .commentaires .button.main{
        width: 100%;
    }

    .commentaires p{
        font-size: 14px;
        line-height: 23px;
    }

    .commentaires p.profil{
        font-size: 18px;
        margin-left: -30px;
    }

    .commentaires p.titre{
        font-size: 15px;
    }

    .commentaires .liste-commentaires{
        padding-top: 28px;
    }

    .commentaires .liste-commentaires li {
        padding-left: 40px;
        padding-top: 0;
    }

    .commentaires p.profil .icon-profile {
        -webkit-transform: translate(-9px, 4px);
        -ms-transform: translate(-9px, 4px);
        transform: translate(-9px, 4px);
    }

    .commentaires .button.second {
        padding: 0 22px;
        width: auto;
    }

    
        .entete-texte-gauche p {
        font-size: 14px;
        line-height: 23px;
        padding-top: 7px;
    }

    .points_principaux {
        padding-bottom: 15px;
    }

    .texte-gauche.demenagez-serein hr.separateur {
        margin-bottom: 24px;
    }

    .texte-gauche p + p {
        padding-top: 13px;
        margin-bottom: 0;
    }

    .texte-gauche .image-serenite {
        height: 176px;
    }

    .texte-gauche .image-serenite img {
        left: 0;
        top: -11px;
        width: 467px;
    }

    .texte-gauche .button.main-deux_lignes{
        width: auto;
    }

    .texte-gauche-premium{
        padding-bottom: 7px;
    }

    .texte-gauche-premium hr.separateur {
        margin-bottom: 23px;
    }

    .texte-gauche-premium .button-container {
        margin-top: 19px;
    }

    
    .texte-gauche-premium .content-image {
        height: 248px;
        margin-top: 0;
    }

    .statistique-unique h2{
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 12px;
        padding-top: 20px;
    }

    .statistique-unique p{
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .statistique-unique .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .statistique-unique h3{
        font-size: 18px;
        line-height: 26px;
    }

    .statistique-unique .graphique {
        padding-bottom: 30px;
    }

    .statistique-unique p.note {
        padding-top: 9px;
    }

    
    
    .ne-cherchez-plus {
        background-image:url("/OD/images/ne-cherchez-plus-img-480.jpg");
        padding-bottom: 243px;
    }

    section.webcallback h2{
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 23px;
        padding-top: 40px;
    }

    section.webcallback p{
        font-size: 14px;
        line-height: 23px;
    }

    section.webcallback .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .formules h2{
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 3px;
        padding-top: 32px;
    }

    .formules .description-h2{
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 43px;
    }

    .formules .content-detail-formules h3 {
        padding-bottom: 17px;
        padding-top: 29px;
    }

    .formules .content-detail-formules .bulle {
        margin-bottom: 16px;
    }

    .formules .content-detail-formules {
        margin-bottom: 25px;
        padding-bottom: 26px;
    }

    .insight-promo {
        padding-top: 50px;
    }

    .insight-promo h2{
        font-size: 30px;
        line-height: 37px;
    }

    .insight-promo p{
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .insight-promo .offre-deux-colonnes-content {
        margin-bottom: 55px;
        margin-top: 51px;
    }

    .insight-promo p.text-promo {
        padding: 0 20px;
    }

    .insight-promo small {
        padding-top: 56px;
    }

    .quatres-etapes{
        padding-bottom: 45px;
    }

    .quatres-etapes h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 35px;
        padding-top: 18px;
    }

    .quatres-etapes h3{
        font-size: 20px;
        line-height: 26px;
        padding-top: 9px;
    }

    .quatres-etapes p{
        font-size: 14px;
        line-height: 23px;
    }

    .quatres-etapes span.numero-etape{
        font-size: 30px;
        line-height: 40px;
        width: 59px;
        height: 59px;
        left: -16px;
    }

    .quatres-etapes .etape {
        padding-left: 55px;
        padding-right: 20px;
    }

    .quatres-etapes .etape:before {
        left: -2px;
        top: 74px;
    }

    .quatres-etapes .etape.cadre {
        margin-left: 30px;
        margin-top: 6px;
    }

    .quatres-etapes .cadre span.numero-etape {
        left: -48px;
        top: -5px;
    }

    .synthese-projet h2 {
        padding-bottom: 16px;
        padding-top: 20px;
    }

    .synthese-projet iframe{
        height: 267px;
    }

    .synthese-projet .champs-formulaire {
        padding-bottom: 15px;
    }

    .synthese-projet .champs-formulaire p{
        font-size: 14px;
        line-height: 23px;
    }

    .synthese-projet .champs-formulaire p a {
        line-height: 60px;
    }

    .formulesbutton .button-container .main{
        width: 100%;
    }

    
    .main-menu {
        bottom: 0;
        left: auto;
        max-width: 268px;
        position: fixed;
        right: 0;
        top: 30px;
        padding-top: 76px;
    }

    #header nav li {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .main-menu .button.main {
        margin-bottom: 30px;
        margin-top: 8px;
    }
}
 @media screen and (min-width: 768px) {

    #wrapper{
        width: 768px;
        margin: 0 auto;
    }

    
    #top_header .container{
        height: 30px;
    }

    #header{
        background-color: white;
    }

    #header, #header .row > div{
        height: 85px;
    }

    #header .col-md-4{
        background-color: #cf324b;
    }

    #logo{
        margin-top: 18px;
    }

    #burger_menu{
        width: 85px;
        height: 85px;
    }

    #header.header_devis{
        background-color: #cf324b;
    }

    .header_devis h1{
        position: absolute;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 20px;
        line-height: 28px;
        padding-top: 30px;
    }

    #header.header_devis .tel{
        margin-top: 28px;
    }

    
    
    #footer{
        padding-top: 24px;
        padding-bottom: 40px;
    }

    #footer img{
        width: 85px;
        height: 85px;
        margin-right: 2px;
    }

    #footer .titre_lien, #footer .titre_lofficiel{
        margin-top: 10px;
    }

    #footer .liste_liens{
        padding-bottom: 16px;
    }

    #footer .soustitre_maison,
    #footer p:not(.p_lofficiel){
        padding-left: 40px;
    }

    
    
    .reassurance .promo .content-image img {
        bottom: -30px;
        width: 85%;
        width: 125%;
    }

    .officiel-demenagement{
        min-height: 850px;
        background:#ffffff url("/OD/images/bg_od_768.jpg") no-repeat scroll center top;
    }


    .style_destination{
        max-width: 300px;
    }

    .texte-gauche-premium-et-liens h1,
    .texte-gauche-premium-et-liens.h1-already h2{
        font-size: 38px;
    }

    .texte-gauche-premium-et-liens .button.main {
        padding: 0 20px;
        width: auto;
    }

    .content{
        padding: 0 35px;
    }

    .texte-gauche-premium-et-liens .content{
        padding-right: 25px;
    }

    .trois-colonnes.petites-attentions{
        background:#ffffff url("/OD/images/bg_petites-attentions_768.jpg") no-repeat scroll center bottom;
        padding-bottom: 159px;
    }

    .trois-colonnes-cta-secondaires h2{
        margin-top: 53px;
        text-align: center;
    }

    .trois-colonnes-cta-secondaires h3 {
        margin-top: 33px;
        line-height: 26px;
    }

    .trois-colonnes-cta-secondaires p {
        font-size: 14px;
        line-height: 23px;
    }

    .texte_droite_un_paragraphe{
        padding-bottom: 0;
    }

    .texte_droite_un_paragraphe .col-md-6{
        position: relative;
        overflow: hidden;
    }

    .texte_droite_un_paragraphe img{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        max-width: none;
        height: 100%;
        width: auto;
    }

    .texte_droite_un_paragraphe .col-md-6 > div{
        padding: 0 20px;
        padding-bottom: 54px;
    }

    .texte_droite_un_paragraphe .description-h2{
        margin-bottom: 4px;
    }

    .texte_droite_un_paragraphe .content{
        padding: 0;
    }

    .faq h2{
        line-height: 40px;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 17px;
    }

    .faq h3{
        margin-top: 34px;
    }

    .faq .button-container{
        padding-top: 44px;
        text-align: center;
    }

    .faq .col-md-6:nth-child(even){
        padding-right: 30px;
    }

    .faq .col-md-6:nth-child(odd){
        padding-left: 30px;
    }

    .faq h3.closed + div {
        display: inline-block !important;
    }

    .trois-colonnes.promesse{
        padding-bottom: 76px;
    }

    .trois-colonnes h2,
    .affiliation h2{
        margin-top: 41px;
        text-align: center;
    }

    .trois-colonnes h3 {
        margin-top: 13px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .trois-colonnes p {
        font-size: 14px;
        line-height: 23px;
    }

    .trois-colonnes .description-h2,
    .affiliation .description-h2 {
        text-align: center;
        margin-top: 6px;
    }

    .affiliation p:not(:first-of-type) {
        margin-top:32px;
    }
    .affiliation p {
        margin-bottom:10px;
    }

    .trois-colonnes .col-md-4:nth-child(2){
        padding-right: 30px;
    }

    .trois-colonnes .col-md-4:nth-child(3){
        padding-right: 30px;
        padding-left: 30px;
    }

    .trois-colonnes .col-md-4:last-child{
        padding-left: 30px;
    }

    .avis_villes{
        padding-bottom: 34px;
    }

    .avis_villes h2, .avis_villes .description-h2 {
        text-align: center;
    }

    .avis_villes h2 {
        margin-top: 41px;
    }

    .avis_villes .description-h2 {
        margin-bottom: 18px;
    }

    .avis_villes hr{
        margin: 13px auto 41px;
    }

    .avis_villes h3{
        font-size: 18px;
        line-height: 26px;
    }

    .avis_villes .titre_avis_plus, .avis_villes .titre_avis_moins{
        font-size: 15px;
        margin-bottom: 0;
    }

    .avis_villes .descriptif_avis_plus, .avis_villes .descriptif_avis_moins{
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .adresses_geo h2 {
        margin-top: 41px;
        text-align: center;
        margin-bottom: 21px;
    }

    .adresses_geo .description-h2 {
        margin-top: 6px;
        text-align: center;
    }

    .adresses_geo hr {
        margin: 13px auto 17px;
    }

    .adresses_geo h3 {
        line-height: 26px;
        margin-bottom: 4px;
        margin-top: 13px;
    }

    .adresses_geo img{
        max-width: 100%;
        height: auto;
        margin: 15px 0 13px 0;
    }

    .adresses_geo .fax{
        margin-bottom: 10px;
    }

    .reseau_national{
        background: transparent url("/OD/images/bg_reseau_national_768.jpg") no-repeat scroll center bottom;
        padding-bottom: 105px;
    }

    .bg_infographie{
        background: white url("/OD/images/bg_entete_infographie_768") no-repeat scroll center 40px;
    }

    .entete_infographie h1{
        margin: 58px 0 59px;
    }

    .bg_infographie .description_h2{
        font-size: 50px;
        line-height: 50px;
    }

    .bg_infographie .description_h2 span{
        margin-top: 25px;
    }

    .demenageurs_france .question {
        margin-top: 52px;
    }

    .demenageurs_france h3{
        margin-bottom: 37px;
    }

    .demenageurs_france .picto_carton{
        top: 22px;
    }

    .demenageurs_france p.left, .demenageurs_france p.right{
        width: 35%;
    }

    .pourcentage_gauche{
        padding-right: 40px;
    }

    .pourcentage_droite{
        padding-left: 40px;
    }

    #accroche {
        padding-top: 37px;
    }

    #societes{
        padding-top: 3px;
    }

    #societes .description_h2 span {
        margin-top: 25px;
    }

    #societes_details{
        padding-top: 3px;
    }

    #societes_details h3{
        margin-bottom: 28px;
    }

    #societes_details p span{
        margin-top: 13px;
    }

    #societes_details p{
        padding-left: 6px;
        margin-bottom: 0;
    }

    #societes_details .col-md-4{
        margin-bottom: 67px;
    }

    #societes_details .picto_border{
        margin-bottom: 0;
    }

    #credit{
        padding: 5px;
    }

    #credit img{
        width: 196px;
        height: 52px;
    }

    #logo_od {
        width: 260px;
        float: left;
        padding-top: 24px;
        padding-bottom: 24px;
        margin-right: 35px;
    }

    #credit p{
        margin: 20px 0 0 0;
    }

    #partager_infographie{
        padding-bottom: 80px;
    }

    #partager_infographie span{
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .social_share{
        float: left;
        margin-top: 26px;
    }

    #partager_infographie pre{
        clear: both;
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #partager_infographie .lesboutons a{
        margin: 0 7px;
    }

    
    
    .top_departements {
        padding-bottom: 50px;
    }

    .top_departements h2{
        text-align: center;
    }

    .top_departements hr.separateur {
        margin: 13px 0 17px;
    }

    .top_departements ul{
        margin-top: 3px;
    }

    .top_departements .col-md-5{
        padding-right: 25px;
    }

    .top_departements .col-md-7{
        padding-left: 25px;
    }

    
    
    .trois_bonnes_raisons{
        background-image: url("/OD/images/bg_trois_bonnes_raisons.jpg");
        padding-bottom: 156px;
        background-size: 920px;
        background-position: -10px bottom;
    }

    .trois-colonnes.cta-principal .button-container{
        text-align: center;
    }

    .points_principaux{
        text-align: left;
    }

    .points_principaux i{
        width: 52px;
        height: 52px;
        line-height: 42px;
        font-size: 30px;
        float: left;
        margin-right: 20px;
    }

    .points_principaux span{
        font-size: 16px;
        line-height: 23px;
        display: inline;
    }

    
    
    .formulaires{
        padding-top: 39px;
    }

    .content_formulaires{
        padding: 0 25px;
    }

    .border_lat0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .formulaires .input_text.date{
        padding: 0 5px;
    }

    .formulaires fieldset{
        margin-bottom: 20px;
    }

    .formulaires fieldset + h2 {
        padding-top: 5px;
    }

    
    
    .popup_overlay .popup{
        width: 601px;
        margin: 40px auto;
    }

    .popup_overlay .content_formulaires {
        padding: 0 80px;
    }

    .popup_overlay h1{
        font-size: 40px;
        line-height: 48px;
        margin-top: 31px;
        margin-bottom: 6px;
    }

    .popup_overlay .description-h2{
        margin-bottom: 17px;
    }

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

    .mTopTab15{
        margin-top: 15px;
    }

    .mBottomTab15{
        margin-bottom: 15px;
    }

    
    .en-tete-formulaire{
                background-size: auto auto;
    }

    .en-tete-formulaire.formulaire-geo {
        background-size: auto 100%;
    }

    .en-tete-formulaire h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: 41px;
    }

    .en-tete-formulaire.formulaire-x4 fieldset .col-xs-12 .button.validation-formulaire{
        margin-top: 5px;
    }

    .en-tete-formulaire fieldset {
        padding-bottom: 0;
        margin-bottom: 136px;
    }

    .en-tete-formulaire .formulaire-x3-logement .ui-selectmenu-button {
        margin-bottom: 0;
    }

    .en-tete-formulaire .formulaire-x3-logement .button.validation-formulaire{
        margin-bottom: 10px;
    }

    .en-tete-formulaire.formulaire-x3-logement label {
        line-height: 6px;
        padding: 0;
    }

    .en-tete-formulaire.formulaire-x3-date fieldset {
        padding-bottom: 5px;
    }

    .formulaire-geo.formulaire-x3-logement .button.validation-formulaire {
        margin-top: 10px;
    }

    .mini-formulaire fieldset {
        padding: 7px 6px;
    }

    .mini-formulaire .col-xs-12 {
        padding: 0 6px;
    }

    .mini-formulaire label{
        padding-bottom: 1px;
    }

    .mini-formulaire.sticky .icon-sticky,
    .is-sticky .mini-formulaire .icon-sticky{
        height: 90px;
    }

    .mini-formulaire.sticky fieldset,
    .is-sticky .mini-formulaire fieldset {
        padding: 11px 6px;
        border-bottom: 1px solid #b7bac8;
    }

    .mini-formulaire.sticky.demande-devis fieldset,
    .is-sticky .mini-formulaire.demande-devis fieldset{
        background-color: #e9eaee;
        padding: 11px 6px;
    }

    .is-sticky .hidden-sticky-sm {
        display: block;
    }

    .is-sticky .hidden-sticky-md {
        display: none;
    }

    
    
    .qui-sommes-nous-intro {
        background-size: auto 132%;
        min-height: 350px;
    }

    .deux-colonnes h2,
    .deux-colonnes .description-h2{
        text-align: center;
    }

    .deux-colonnes .description-h2 {
        margin-bottom: 0;
    }

    .deux-colonnes h2 {
        margin-top: 53px;
    }

    .deux-colonnes h3 {
        margin-top: 20px;
    }

    .deux-colonnes .button-container{
        text-align: center;
    }

    .qui-sommes-nous-bienvenue {
        padding-bottom: 49px;
    }

    .insight-cta {
        padding-bottom: 15px;
        padding-top: 48px;
    }

    .insight-cta p {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 16px;
    }

    .insight-cta small {
        padding-top: 17px;
        width: 100%;
    }

    .nous-sommes{
        padding-bottom: 42px;
    }

    .deux-colonnes-images .description-h2 {
        margin-bottom: 21px;
    }

    .deux-colonnes-images .image-container {
        margin-bottom: 70px;
        margin-right: 10px;
        margin-top: -70px;
        max-width: 90px;
        padding-right: 0;
    }

    .deux-colonnes-images h3,
    .deux-colonnes-images hr {
        margin-left: 100px;
    }

    .deux-colonnes-images .image-container + p{
        padding-right: 10px;
    }

    .infographie{
        text-align: center;
    }

    .infographie .description-h2{
        padding-right: 0;
    }

    .icon-demenagements{
        width: 123px;
        height: 59px;
        background-size: 123px 59px;
    }

    .icon-terre{
        width: 127px;
        height: 62px;
        background-size: 127px 62px;
    }

    .icon-louvre{
        width: 97px;
        height: 81px;
        background-size: 97px 81px;
    }

    .icon-montparnasse{
        width: 43px;
        height: 87px;
        background-size: 43px 87px;
    }

    .infographie .infographie-detail i{
        height: 133px;
    }

    .infographie .nombre {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 3px;
    }

    .infographie .description {
        padding: 0 16px;
    }

    .citation{
        padding-bottom: 52px;
        background-position: right -369px;
        background-size: 120% auto;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .citation h2 {
        margin-bottom: 33px;
        margin-top: 64px;
    }

    .citation p{
        margin-top: 20px;
    }

    .citation .image-citation {
        bottom: 0;
        height: 471px;
        left: -92px;
    }

    .avis-client {
        padding-bottom: 40px;
    }

    .avis-client .description-h2, .avis-client hr + p {
        padding-right: 20px;
    }

    .encadre-trustpilot {
        margin-bottom: 53px;
        margin-top: 56px;
        background-position: -111px -121px;
    }

    .note-etoiles {
        float: none;
        margin-bottom: 7px;
    }

    .avis-client p.source, .avis-client p.date{
        line-height: 16px;
    }

    .avis-client h3 {
        margin-top: 11px;
    }

    .avis-client p.descriptif, .avis-client p.auteur{
        display: block;
    }

    .engagement-qualite{
        padding-bottom: 0;
    }

    .texte-gauche hr.separateur {
        margin-bottom: 21px;
    }

    .texte-gauche ul {
        padding-top: 0;
    }

    .texte-gauche ul .image {
        height: 120px;
        clear: both;
    }

    .texte-gauche ul li {
        padding-bottom: 18px;
        padding-right: 10px;
    }

    .texte-gauche .col-md-6{
        overflow: hidden;
        position: relative;
    }

    .texte-gauche .col-md-6 > img {
        position: absolute;
        right: 0;
        top: 0;
    }

    .texte-gauche .content {
        padding: 0;
    }

    .texte-gauche .col-md-6 > div{
        padding: 0 20px;
    }

    .engagement-qualite .button-container {
        padding-bottom: 40px;
    }

    
    
    .texte-gauche-premium .content-image > img{
        width: 100%;
    }

    .notre-offre-intro {
        background-image: url("/OD/images/bg_notre-offre-intro.png");
        background-position: 385px bottom;
        background-size: 48% auto;
        padding-bottom: 0;
    }

   .entete-texte-gauche.cta .description-h1 {
        margin-top: 23px;
    }

    .entete-texte-gauche.cta hr {
        margin-bottom: 22px;
    }

    .entete-texte-gauche.cta .button-container {
        padding-bottom: 50px;
    }

    .nos-formules {
        background-image: url("/OD/images/bg_nosformules.png");
        background-size: 150% auto;
        padding-bottom: 185px;
    }

    .trois-colonnes-liste h2{
        text-align: center;
    }

    .trois-colonnes-liste .description-h2 {
        padding: 0 130px 29px;
        text-align: center;
    }

    .trois-colonnes-liste h3 {
        padding-right: 100px;
    }

    .trois-colonnes-liste .button-container {
        padding-top: 13px;
    }

    .content.content-formules {
        padding: 0;
    }

    .content-detail-formules{
        padding: 0 10px 0 25px;
    }

    .trois-colonnes-liste .offre-special {
        padding-top: 58px;
    }

    .trois-colonnes-liste ul {
        padding: 0 10px 0 0;
    }

    .texte_droite_deux_paragraphes img {
        left: 50%;
        max-width: none;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        height: 100%;
    }

    .texte_droite_deux_paragraphes .image{
        max-height: none;
        position: relative;
    }

    .texte_droite_deux_paragraphes h2 {
        margin-bottom: 0;
        padding-bottom: 5px;
        padding-top: 22px;
    }

    .texte_droite_deux_paragraphes p {
        padding-top: 6px;
    }

    .texte_droite_deux_paragraphes {
        padding-bottom: 0;
    }

    .texte_droite_deux_paragraphes div.col-md-6 > div {
        padding-left: 20px;
        padding-bottom: 57px;
    }

    .texte_droite_deux_paragraphes .button.main{
        line-height: 23px;
        padding-top: 11px;
        position: relative;
        text-decoration: none;
        height: 67px;
    }

    .texte_droite_deux_paragraphes .button.main i {
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .texte_droite_deux_paragraphes .button-container {
        margin-top: -16px;
        padding-bottom: 49px;
    }

    .texte_droite_deux_paragraphes .image {
        margin-left: -50px !important;
    }

    .statistiques-multiples .description-h2 {
        margin-bottom: 40px;
    }

    .statistiques-multiples h3 {
        padding-right: 70px;
    }

    .statistiques-multiples .criteres-calcul p {
        padding-right: 0;
    }

    .statistiques-multiples .cout-revient p {
        margin-bottom: 30px;
        padding-right: 103px;
    }

    .statistiques-multiples .pourcentage {
        float: left;
        width: 88px;
    }

    .statistiques-multiples .cout-revient {
        padding-bottom: 20px;
    }

    .statistiques-multiples h2,
    .statistiques-multiples .description-h2{
        text-align: center;
    }

    
    
    .col-md-4 .reassurance {
        margin-right: -8px;
        margin-top: 12px;
    }

    .reassurance .row{
        margin:0 -21px;
    }

    .reassurance .col-md-4{
        padding: 0 6px;
    }

    .reassurance h2 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 29px;
    }

    .reassurance p a {
        width: auto;
        display: inline;
    }

    .reassurance .content-image {
        height: 263px;
    }

    .reassurance .reassurance-small .content-image {
        height: 103px;
    }

    .reassurance .content-image img{
        width: auto;
    }

    .reassurance .container-reassurance{
        min-height: 480px;
    }

    .reassurance.reassurance-geo .container-reassurance{
        height: 580px;
    }

    .col-md-4 .reassurance .container-reassurance{
        margin-bottom: 12px;
    }

    .reassurance .reassurance-small{
        min-height: 305px;
    }

    .reassurance .content-image img {
        width: 305px;
    }

    .reassurance .clients-contents h2, .clients-contents p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .reassurance .dem-tout-compris p {
        padding-left: 11px;
        padding-right: 11px;
    }

    .reassurance .clients-contents .content {
        padding: 0 20px;
    }

    .reassurance .button.second {
        padding: 0 19px;
    }

    .reassurance .demenagez-ville p {
        padding: 0;
    }

    .reassurance .demenagez-ville .geolocalisation {
        bottom: 78px;
        font-size: 20px;
        line-height: 32px;
    }

    .reassurance .demenagez-ville.ville-longue .geolocalisation {
        bottom: 57px;
        line-height: 25px;
    }

    .reassurance .paiement-3-fois .content-image img {
        bottom: 19px;
    }

    .reassurance .promo p.text-promo{
        font-size: 16px;
        padding: 0;
    }

    .reassurance .promo .content,
    .reassurance .serenite .content,
    .reassurance .opportunites .content {
        padding: 0 30px;
    }

    .reassurance .promo .content-image p {
        padding: 0 30px;
    }

    .reassurance .qualite .content-image p {
        bottom: 14px;
        font-size: 11px;
    }

    .reassurance .reassurance-small.serenite {
        height: 456px;
    }

    .reassurance .serenite p {
        max-width: none;
    }

    .reassurance .serenite li {
        padding-bottom: 14px;
    }

    .reassurance .serenite li span {
        width: 52px;
    }

    .reassurance .serenite .icon-adresse {
        margin-bottom: 60px;
    }

    .reassurance .serenite.blanc .content {
        padding: 0 6px;
    }

    .reassurance .opportunites .button.second {
        padding: 0 14px;
    }

    .reassurance .webcallback p{
        padding: 0;
    }
    
    .reassurance .avis .note{
        font-size: 20px;
        line-height: 28px;
        padding-top: 28px;
    }

    .reassurance .encadre-trustpilot {
        padding: 0;
    }

    .reassurance .encadre-trustpilot li span {
        height: 30px;
        width: 30px;
        line-height: 27px;
    }

    .reassurance .avis-fonce i,
    .reassurance .avis-clair i,
    .reassurance .avis-blanc i {
        font-size: 21px;
    }

    .reassurance .encadre-trustpilot .note-etoiles{
        padding-top: 8px;
    }

    .reassurance .note-etoiles li{
        margin: 0 1px;
    }

    .reassurance .avis .content-image{
        height: 50px;
    }

    .reassurance .avis.avis-blanc {
        height: 266px;
    }

    .reassurance .avis.avis-blanc .note{
        padding-top: 46px;
    }

    .reassurance .avis.avis-blanc .note-etoiles + p {
        line-height: 26px;
    }

    .reassurance .ardoise .content {
        padding: 0 25px;
    }

    .reassurance .ardoise p {
        padding: 0;
    }

    .reassurance .ardoise .content-image img {
        bottom: -39px;
        width: 218px;
    }

    .reassurance .ardoise p.villes {
        bottom: 137px;
        font-size: 12px;
        width: 222px;
    }

    .reassurance .ardoise p.villes span{
        text-align: left;
    }

    .reassurance .webcallback.blanc .content {
        padding: 0 13px;
    }

    .reassurance .dem-toute-confiance h2{
        padding-left: 10px;
        padding-right: 10px;
    }

    .reassurance .dem-toute-confiance p{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    .reassurance .dem-toute-confiance .button.second {
        padding: 0 14px;
    }

    .reassurance .dem-toute-confiance img {
        width: 100%;
    }

    .reassurance .reassurance-small.menu {
        min-height: 425px;
    }

    .reassurance .menu .content {
        padding: 0 30px;
    }

    .reassurance .menu li{
        padding-bottom: 15px;
    }
    
    .reassurance .avis.avis-complet .note {
        padding-top: 26px;
        padding-bottom: 14px;
    }

    .reassurance .avis.avis-complet .encadre-trustpilot .note-etoiles {
        padding-bottom: 5px;
    }

    .reassurance .avis .details-avis > p {
        font-size: 16px;
    }

    .reassurance .avis-complet .details-avis i {
        font-size: 11px;
    }

    .reassurance .avis .details-avis .note-etoiles{
        padding-bottom: 1px;
    }

    
    
    .contenu-intro {
        background-position: center bottom;
        background-size: 100% auto;
        padding-bottom: 228px;
        text-align: center;
    }

    .fil-ariane {
        text-align: left;
    }

    .entete-texte-centre .description-h1 {
        margin: 0 auto;
        max-width: 400px;
    }

    .entete-texte-centre hr.separateur {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .article .content,
    .commentaires .content {
        padding: 0 25px;
    }

    .article h2 {
        padding-bottom: 4px;
    }

    .article ul.liste-liens + ul.liste-liens {
        padding-left: 40px;
    }

    .article .col-1 {
        width: 57%;
    }

    .article table{
        font-size: 14px;
    }

    .article .le-saviez-vous {
        padding: 0 15px 43px;
        margin-top: 40px;
    }

    .article .le-saviez-vous p + p{
        padding-top: 0;
    }

    .article .le-saviez-vous .content {
        padding: 0 15px;
    }

    .article .le-saviez-vous img {
        left: -95px;
        width: auto;
    }

    .article .border .content{
        padding: 0 25px;
    }

    .bloc-articles-similaires .content,
    .boutons-partage .content {
        padding: 0 40px;
    }

    .bloc-articles-similaires {
        margin-top: 40px;
        padding-bottom: 19px;
    }

    .commentaires .liste-commentaires {
        padding-top: 9px;
    }

    .commentaires .liste-commentaires li{
        padding-top: 17px;
    }
    
    
    .entete-texte-gauche.trois_bonnes_raisons h1 {
        width: 110%;
    }

    .texte-gauche.demenagez-serein h2{
        text-align: center;
    }

    .texte-gauche.demenagez-serein .description-h2 {
        padding-right: 20px;
    }

    .texte-gauche.demenagez-serein .content{
        padding: 0 35px;
    }

    .texte-gauche .bloc_remonte {
        margin-top: 27px;
        clear: both;
    }

    .demenagez-serein {
        overflow: hidden;
        padding-bottom: 80px;
    }

    .texte-gauche.demenagez-serein .button-container{
        padding: 0;
        padding-top: 12px;
    }

    .texte-gauche .button.main-deux_lignes{
        padding-right: 34px;
    }

    .texte-gauche.demenagez-serein .col-md-6 {
        overflow: visible;
    }

    .texte-gauche .image-serenite{
        height: 0;
    }

    .texte-gauche .image-serenite img {
        left: -13px;
        top: 54px;
        width: 474px;
    }

    .texte-gauche-premium .content {
        padding: 0 35px;
    }

    .texte-gauche-premium h2{
        text-align: center;
    }

    .texte-gauche-premium .description-h2 {
        padding-top: 30px;
    }

    .texte-gauche-premium .content-image {
        height: 280px;
    }

    .texte-gauche-premium .button-container {
        margin-top: 35px;
    }

    .demenagez-pas-cher p {
        padding-right: 10px;
    }

    .texte-gauche-premium .col-md-6 > div{
        padding: 0;
    }

    .texte-gauche-premium p.asterisque {
        padding-bottom: 4px;
        padding-top: 40px;
    }

    .statistique-unique {
        padding-bottom: 93px;
    }

    .statistique-unique h2,
    .statistique-unique .description-h2,
    .statistique-unique hr {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .statistique-unique .graphique {
        padding-top: 34px;
    }

    .statistique-unique .donnees-graphique {
        left: 0;
        position: absolute;
        top: 263px;
        right: 0;
        min-height: 256px;
    }

    .statistique-unique p.note{
        display: none;
    }

    .statistique-unique .donnees-graphique > div {
        text-align: right;
        position: absolute;
        left: 0;
        width: 184px;

    }

    .statistique-unique .donnees-graphique .donnees-graphique1,
    .statistique-unique .donnees-graphique .donnees-graphique2{
        text-align: left;
        position: absolute;
        left: auto;
        right: 0;
    }

    .statistique-unique .donnees-graphique .donnees-graphique1 {
        top: 32px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique2 {
        top: 185px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique3 {
        top: 184px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique4 {
        top: 85px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique5 {
        top: 0;
    }

    .statistique-unique h3,
    .statistique-unique p{
        width: 100%;
        position: relative;
    }

    .statistique-unique h3:before {
        background-color: #8cbf43;
        content: "";
        height: 3px;
        left: -58px;
        position: absolute;
        top: 18px;
        width: 50px;
    }

    .statistique-unique .donnees-graphique2 h3:before {
        background-color: #7ba532;
        left: -78px;
        width: 70px;
    }

    .statistique-unique .donnees-graphique3 h3:before {
        background-color: #5f832c;
        left: auto;
        right: -78px;
        width: 70px;
    }

    .statistique-unique .donnees-graphique4 h3:before {
        background-color: #435f25;
        left: auto;
        right: -78px;
        width: 70px;
    }

    .statistique-unique .donnees-graphique5 h3:before {
        background-color: #2d3f1c;
        left: auto;
        right: -88px;
        width: 80px;
    }

    

    
    section.webcallback h2{
        width: 110%;
    }

    section.webcallback p {
        padding-right: 23px;
    }

    section.webcallback .button-container {
        padding-bottom: 19px;
    }

    .ne-cherchez-plus {
        background-image: url("/OD/images/bg_ne-cherchez-plus.png");
        background-position: 320px bottom;
        background-size: auto 93%;
        padding-bottom: 44px;
    }

    .formules .content {
        padding: 0 25px;
    }

    .formules h2 {
        padding-top: 30px;
        text-align: left;
    }

    .formules .description-h2 {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }

    .formules .content-detail-formules {
        margin-bottom: 39px;
        padding: 0 9px 20px;
    }

    .formules .content-detail-formules h3 {
        padding: 20px 20px 17px;
        text-align: center;
    }

    .formules .content-detail-formules .bulle {
        margin-bottom: 24px;
        margin-top: 26px;
    }

    .formules ul {
        padding-right: 0;
    }

    .insight-promo{
        margin-bottom: 12px;
    }

    .insight-promo {
        padding-top: 41px;
    }

    .insight-promo h2{
        font-size: 40px;
        padding: 0 20px;
        line-height: 48px;
    }

    .insight-promo p {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 29px;
        padding-top: 51px;
    }

    .insight-promo small {
        font-size: 12px;
        line-height: 24px;
        padding-top: 61px;
    }

    .insight-promo.offre-deux-colonnes {
        padding-top: 71px;
        padding-bottom: 80px;
    }

    .insight-promo .offre-deux-colonnes-content p{
        font-size: 30px;
        line-height: 37px;
    }

    .insight-promo .offre-deux-colonnes-content {
        margin-bottom: 47px;
        margin-top: 61px;
    }

    .quatres-etapes .content {
        padding: 0 25px;
    }

    .quatres-etapes h2 {
        text-align: center;
        padding-bottom: 55px;
    }

    .quatres-etapes h3{
        padding-bottom: 13px;
    }

    .quatres-etapes img{
        max-width: 100%;
    }

    .quatres-etapes .content-image {
        padding-right: 23px;
        padding-top: 77px;
    }

    .quatres-etapes .content-image.content-image-right {
        padding-left: 23px;
        padding-right: 0;
    }

    .quatres-etapes span.numero-etape{
        width: 65px;
        height: 65px;
        font-size: 30px;
        line-height: 47px;
        left: -45px;
    }


    .quatres-etapes .etape:before {
        left: -30px;
        top: 74px;
    }

    .quatres-etapes .etape.etape-gauche:before {
        left: auto;
        right: -31px;
    }

    .quatres-etapes .etape {
        padding-left: 26px;
        padding-top: 61px;
    }

    .quatres-etapes {
        padding-bottom: 17px;
    }

    .quatres-etapes p{
        padding-bottom: 0;
    }

    .quatres-etapes .etape-gauche span.numero-etape {
        left: auto;
        right: -48px;
    }

    .quatres-etapes .etape.cadre {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        margin-left: 0;
        padding-top: 20px;
    }

    .quatres-etapes .cadre-long{
        background: #fff;
        border:1px solid rgba(185, 186, 204, 0.5);
        display: inline-block;
        margin-top: 32px;
        padding-bottom: 43px;
    }

    .quatres-etapes .etape-gauche.cadre span.numero-etape {
        right: -27px;
        top: -35px;
    }

    .quatres-etapes .cadre-long .content-image.content-image-right {
        padding-top: 48px;
    }

    .synthese-projet{
        background-color: #f0f1f5;
        margin-bottom: 12px;
    }

    .synthese-projet {
        background-color: #f0f1f5;
        margin-left: -15px;
        margin-right: -15px;
    }

    .synthese-projet h2 {
        padding-bottom: 5px;
        padding-top: 31px;
    }

    .synthese-projet iframe{
        height: 435px;
    }

    .synthese-projet > .content > .row {
        margin: 0px -34px;
    }

    .synthese-projet .visible-md {
        padding: 0;
    }

    .synthese-projet h2, .synthese-projet .champs-formulaire {
        padding-left: 21px;
    }

    .formulesbutton .button-container {
        padding-top: 3px;
        text-align: center;
    }

    .trois-colonnes-liste .button-container .main{
        max-width: 372px;
    }
    
    .main-menu {
        min-width: 364px;
    }

    .main-menu .button.main{
        width: 100%;
    }

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

    #wrapper{
        width: 1024px;
    }

    .picto_carton{
        height: 127px;
        width: 127px;
        background-size: 127px 127px;
    }

    
    #logo{
        text-align: center;
    }

    #header nav {
        float: left;
        margin-top: 36px;
        max-width: none;
        padding: 0;
        position: relative;
        top: 0;
    }

    #header nav ul{
        display: inline-block;
    }

    #header nav ul li{
        float: left;
        padding: 0 12px;
        border-left: 1px solid #b7bac8;
        border-top: 0 none;
    }

    #header nav ul li:first-child{
        border-left: 0 !important;
        padding-left: 0;
    }

    #header nav a{
        display: inline-block;
        color: #222e3a;
    }

    #header nav a:hover{
        text-decoration: none;
    }

    #header nav a strong,
    #header nav li strong{
        display: block;
        line-height: 18px;
        font-size: 17px;
        font-weight: 700;
    }

    #header nav a span,
    #header nav li span{
        font-size: 12px;
        font-weight: 400;
    }

    #header, #header .row > div{
        height: 110px;
    }

    #logo{
        margin-top: 29px;
    }

    #logo img{
        width: 196px;
        height: 52px;
    }

    .telephone{
        text-align: center;
    }

    #header .tel{
        height: auto;
        margin: 0;
    }

    .tel span{
        display: block;
        float: none;
        text-align: center;
        line-height: 14px;
    }

    .header_devis h1{
        font-size: 50px;
        line-height: 60px;
        white-space: nowrap;
        left: 53%;
        padding-top: 24px;
    }

    .header_devis .telephone p, .header_devis .telephone .call_back{
        color: white;
    }

    .header_devis .call_back i{
        background:transparent url("/OD/images/picto_callback_white.svg") no-repeat scroll center center;
    }

    #header.header_devis .tel{
        margin-top: 0;
    }

    
    
    #top_footer p{
        margin: 12px 0 2px;
    }

    #top_footer p span{
        font-size: 30px;
        margin-bottom: 8px;
    }

    #top_footer .prelative:before{
        content: " ";
        height: 4px;
        width: 199px;
        position: absolute;
        top: 48px;
        left: -100px;
        background: transparent url("/OD/images/carre4px.png") repeat-x scroll center center;
    }

    #top_footer .prelative:after{
        content: " ";
        height: 4px;
        width: 199px;
        position: absolute;
        top: 48px;
        right: -100px;
        background: transparent url("/OD/images/carre4px.png") repeat-x scroll center center;
    }

    #footer{
        padding-top: 44px;
        padding-bottom: 36px;
    }

    #footer p{
        margin-top: 16px;
    }

    #footer p:not(.p_lofficiel){
        padding-left: 61px;
    }

    #footer .titre_lien,
    #footer .titre_lofficiel{
        margin-bottom: 14px;
    }

    #footer .titre_lofficiel{
        margin-top: 26px;
    }

    #images_officielles{
        text-align: right;
    }

    #footer .liste_liens a{
        margin: 3px 0;
    }

    #footer .liste_liens {
        padding-bottom: 8px;
    }

    #footer .picto_maison{
        width: 39px;
        height: 41px;
        margin-right: 22px;
        margin-bottom: 0;
    }

    #footer img{
        margin-right: 18px;
    }

    
    
    .officiel-demenagement{
        min-height: 850px;
        background:#ffffff url("/OD/images/bg_od_1024.jpg") no-repeat scroll center top;
    }

    .texte-gauche-premium-et-liens h1,
    .texte-gauche-premium-et-liens.h1-already h2{
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: 71px;
        padding: 0;
    }

    .content {
        padding: 0 45px;
    }

    .texte-gauche-premium-et-liens .content {
        padding-right:30px;
    }

    hr.separateur{
        margin-top: 17px;
    }

    .trois-colonnes.petites-attentions{
        background:#ffffff url("/OD/images/bg_petites-attentions_1280.jpg") no-repeat scroll center bottom;
        background-size: 100%;
        padding-bottom: 193px;
    }

    .trois-colonnes-cta-secondaires h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 16px;
        margin-top: 70px;
    }

    .texte_droite_un_paragraphe h2 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 71px;
    }

    .trois-colonnes.promesse{
        background-size: 100%;
        padding-bottom: 189px;
    }

    .trois-colonnes h2,
    .affiliation h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 16px;
        margin-top: 70px;
    }

    .affiliation h2 {
        margin-top: 0px;
    }

    .trois-colonnes .description-h2,
    .affiliation .description-h2 {
        margin-bottom: 32px;
    }

    .affiliation p:not(:first-of-type) {
        margin-top:32px;
    }
    .affiliation p {
        margin-bottom:10px;
    }

    .avis_villes{
        padding-bottom: 64px;
    }

    .avis_villes .col-md-4:nth-child(3){
        padding-left: 30px;
        padding-right: 30px;
    }

    .avis_villes .col-md-4:nth-child(2){
        padding-right: 30px;
    }

    .avis_villes .col-md-4:last-child{
        padding-left: 30px;
    }

    .avis_villes h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .avis_villes .description-h2 {
        margin-bottom: 23px;
    }

    .avis_villes hr{
        margin-bottom: 36px;
    }

    .adresses_geo{
        padding-bottom: 50px;
    }

    .adresses_geo h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 19px;
        margin-top: 71px;
    }

    .adresses_geo .description-h2 {
        margin-bottom: 22px;
    }

    .adresses_geo hr {
        margin-bottom: 17px;
    }

    .adresses_geo img{
        margin-bottom: 18px;
    }

    .reseau_national{
        background: transparent url("/OD/images/bg_reseau_national_1280.jpg") no-repeat scroll center bottom;
        padding-bottom: 214px;
    }

    .entete_infographie h1{
        font-size: 50px;
        line-height: 60px;
        margin: 70px 0 38px;
    }

    .bg_infographie{
        background: white url("/OD/images/bg_entete_infographie_1024.jpg") no-repeat scroll center 40px;
    }

    .entete_infographie h2 {
        font-size: 60px;
    }

    .entete_infographie h2 span{
        margin-top: 39px;
    }

    .demenageurs_france .question {
        margin-top: 112px;
    }

    .demenageurs_france p.left span, .demenageurs_france p.right span {
        font-size: 60px;
        line-height: 60px;
    }

    .demenageurs_france .picto_carton {
        top: 8px;
    }

    .pourcentage_gauche{
        padding-right: 50px;
    }

    .pourcentage_droite{
        padding-left: 50px;
    }

    #accroche {
        padding-top: 47px;
    }

    #les_cartes {
        padding-top: 10px;
    }

    #les_cartes img{
        width: 205px;
    }

    .bg_infographie .description_h2{
        font-size: 60px;
        line-height: 60px;
    }

    #les_cartes h4{
        font-size: 20px;
        line-height: 36px;
    }

    #les_cartes h4 span{
        font-size: 60px;
        line-height: 60px;
    }

    #les_cartes hr {
        margin-top: 11px;
    }

    #les_cartes .col-md-6:first-child{
        padding-right: 30px;
    }

    #les_cartes .col-md-6:last-child{
        padding-left: 30px;
    }

    #societes {
        padding-top: 73px;
    }

    .bg_infographie .description_h2 span{
        margin-top: 22px;
    }

    .picto_border{
        display: inline-block;
        position: relative;
        height: 127px;
        width: 127px;
        background-size: 127px 127px;
    }

    .picto_people{
        height: 47px;
        width: 60px;
        background-size: 60px 47px;
    }

    .picto_franchise{
        height: 52px;
        width: 60px;
        background-size: 60px 52px;
    }

    .picto_locaux{
        height: 60px;
        width: 60px;
        background-size: 60px 60px;
    }

    .picto_distance{
        height: 60px;
        width: 60px;
        background-size: 60px 60px;
    }

    #societes_details p{
        font-size: 20px;
    }

    #societes_details p span{
        font-size: 50px;
        line-height: 50px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    #societes_details h3{
        margin-bottom: 47px;
    }

    #societes_details #avec_p_mini p{
        margin: 5px 0 10px;
    }

    #societes_details #avec_p_mini .mini{
        margin-bottom: 0;
    }

    #societes_details #avec_p_mini .picto_border{
       margin-bottom: 0;
    }

    #societes_details .col-md-4{
        margin-bottom: 53px;
    }

    #credit p{
        margin: 30px 0 0 0;
    }

    
    .reassurance .promo .content-image img {
        bottom: 0;
        width: 120%;
    }

    
    
    .top_departements h2{
        font-size: 50px;
        line-height: 60px;
        margin-top: 54px;
        margin-bottom: 49px;
    }

    .top_departements .col-md-5{
        padding-right: 50px;
    }

    .top_departements .col-md-7{
        padding-left: 50px;
    }

    #partager_infographie pre {
        float: left;
    }

    
    
    .trois_bonnes_raisons{
        background-size: 1080px;
        background-position: 0 bottom;
    }

    .points_principaux span{
        font-size: 18px;
        line-height: 20px;
    }

    
    
    .formulaires{
        padding-top: 59px;
    }

    .formulaires .input_text.date{
        padding: 0 11px;
    }

    .formulaires fieldset {
        margin-bottom: 10px;
    }

    .formulaires fieldset + h2 {
        padding-top: 20px;
    }


    .formulaires #volumes label + .iradio {
        margin-left: 18px;
    }


    
    
    .popup_overlay .popup{
        width: 854px;
    }

    .popup_overlay .content_formulaires {
        padding: 0 120px;
    }

    .popup_overlay h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 4px;
        margin-top:-19px;
    }

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

    
    .en-tete-formulaire h1 {
        font-size: 60px;
        line-height: 71px;
        margin: 61px 150px 46px;
    }

    .en-tete-formulaire fieldset {
        padding: 15px 10px 10px;
        margin-bottom: 177px;
    }

    .en-tete-formulaire.formulaire-x3-logement label {
        line-height: 9px;
    }

    .en-tete-formulaire.formulaire-x3-logement.formulaire-geo fieldset,
    .en-tete-formulaire.formulaire-x3-date.formulaire-geo fieldset {
        padding-bottom: 6px;
    }

    .formulaire-geo.formulaire-x3-logement .button.validation-formulaire {
        margin-top: 5px;
    }

    .mini-formulaire fieldset {
        padding: 10px 8px;
    }

    .mini-formulaire .col-xs-12 {
        padding: 0 8px;
    }

    .mini-formulaire label {
        line-height: 17px;
        padding-bottom: 0;
    }

    .mini-formulaire.sticky fieldset,
    .is-sticky .mini-formulaire fieldset,
    .mini-formulaire.sticky.demande-devis fieldset,
    .is-sticky .mini-formulaire.demande-devis fieldset {
        padding: 8px 8px 9px;
        height: 90px;
    }
    .mini-formulaire.formulaire-x4 .input-date .icon-date{
         display: block;
     }
    .is-sticky .hidden-sticky-md {
        display: block;
    }

    
    
    
    .qui-sommes-nous-intro {
        background-size: auto 124%;
        min-height: 430px;
    }

    .entete-texte-gauche h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-bottom: 29px;
        padding: 0 50px 0 0;
    }

    .deux-colonnes .description-h2 {
        margin-bottom: 19px;
    }

    .deux-colonnes h2{
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .deux-colonnes .button-container {
        padding-bottom: 22px;
        padding-top: 22px;
    }

    .insight-cta p {
        padding: 0 153px 16px;
    }

    .insight-cta small {
        padding-top: 47px;
    }

    .nous-sommes {
        padding-bottom: 38px;
        padding-top: 14px;
    }

    .deux-colonnes-images h3 {
        margin-left: 197px;
        margin-top: 23px;
    }

    .deux-colonnes-images h3, .deux-colonnes-images hr {
        margin-left: 190px;
    }

    .deux-colonnes-images img{
        max-width: 169px;
    }

    .deux-colonnes-images .image-container{
        max-width: 161px;
        margin-right: 30px;
    }

    .infographie {
        padding-top: 35px;
        padding-bottom: 31px;
    }

    .infographie h2{
        font-size: 50px;
        line-height: 60px;
        margin-top: 38px;
    }

    .infographie .nombre{
        font-size: 50px;
        margin-bottom: 14px;
    }

    .infographie .description{
        font-size: 14px;
        line-height: 20px;
    }

    .icon-demenagements{
        width: 154px;
        height: 73px;
        background-size: 154px 73px;
    }

    .icon-terre{
        width: 160px;
        height: 76px;
        background-size: 160px 76px;
    }

    .icon-louvre{
        width: 122px;
        height: 101px;
        background-size: 122px 101px;
    }

    .icon-montparnasse{
        width: 53px;
        height: 107px;
        background-size: 53px 107px;
    }

    .infographie .infographie-detail i {
        height: 189px;
    }

    .infographie .infographie-detail {
        margin-bottom: 17px;
    }

    .infographie-details {
        margin: 0 -11px;
    }

    .citation{
        padding-bottom: 123px;
        background-position: right -442px;
        background-size: 107% auto;
        margin-bottom: 17px;
        margin-top: 17px;
    }

    .citation h2 {
        margin-bottom: 32px;
        margin-top: 136px;
    }

    .citation p {
        margin-top: 0;
    }

    .citation .image-citation {
        bottom: 0;
        height: 549px;
        left: -72px;
    }

    .note-etoiles{
        float: left;
        margin-bottom: 0;
    }

    .avis-client {
        padding-bottom: 16px;
        padding-top: 61px;
    }

    .avis-client h2{
        font-size: 50px;
        margin-top: 11px;
        line-height: 60px;
    }

    .avis-client .description-h2{
        line-height: 24px;
    }

    .encadre-trustpilot .note{
        font-size: 40px;
        line-height: 20px;
        padding-bottom: 12px;
        padding-top: 59px;
    }

    .encadre-trustpilot .note-etoiles {
        padding-bottom: 5px;
    }

    .encadre-trustpilot img {
        padding-bottom: 51px;
        padding-top: 27px;
    }

    .encadre-trustpilot {
        margin-bottom: 40px;
        margin-top: 0;
        background-position: -36px -56px;
    }

    .texte-gauche h2{
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 10px;
        padding-top: 49px;
    }

    .texte-gauche .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .texte-gauche ul .image{
        width: 90px;
        height: 80px;
    }

    .texte-gauche .col-md-6 > div {
        padding: 0 35px;
    }

    .texte-gauche ul li {
        padding-bottom: 9px;
    }

    .engagement-qualite .button-container {
        padding-bottom: 80px;
    }

    
    
    .notre-offre-intro {
        background-position: 535px bottom;
        background-size: auto auto;
    }

    .entete-texte-gauche.cta .description-h1 {
        margin-top: 0;
    }

    .entete-texte-gauche.cta hr {
        margin-bottom: 16px;
    }

    .entete-texte-gauche.cta .button-container {
        padding-bottom: 80px;
    }

    .trois-colonnes-liste h2{
        font-size: 50px;
        line-height: 60px;
        padding-top: 51px;
    }

    .trois-colonnes-liste .description-h2 {
        padding: 0 240px 29px;
    }

    .trois-colonnes-liste h3 {
        padding-right: 0;
    }

    .content.content-formules {
        padding: 0 45px;
    }

    .content-detail-formules {
        padding: 0 30px 0 0;
    }

    .nos-formules {
        background-size: 108% auto;
        padding-bottom: 170px;
    }

    .texte_droite_deux_paragraphes .image {
        margin-left: -60px !important;
    }

    .texte_droite_deux_paragraphes h2 {
        font-size: 50px;
        line-height: 60px;
        padding-top: 51px;
        padding-bottom: 3px;
    }

    .texte_droite_deux_paragraphes p {
        padding-top: 2px;
        margin-bottom: 25px;
    }

    .texte_droite_deux_paragraphes .image {
        margin-left: -110px !important;
    }

    .texte_droite_deux_paragraphes .button.main {
        height: 57px;
        line-height: 57px;
        padding-top: 0;
    }

    .texte_droite_deux_paragraphes .button.main i {
        position: relative;
        top: auto;
        right: auto;
    }

    .texte_droite_deux_paragraphes .button-container {
        margin-top: -4px;
        padding-bottom: 77px;
    }

    .texte_droite_deux_paragraphes h3 {
        margin-top: 45px;
    }

    .texte_droite_deux_paragraphes p {
        margin-bottom: 17px;
    }

    .statistiques-multiples h2 {
        font-size: 50px;
        padding-top: 52px;
        line-height: 60px;
        padding-bottom: 9px;
    }

    .statistiques-multiples .icones-calcul {
        border-width: 5px;
        float: left;
        height: 97px;
        margin-right: 11px;
        width: 97px;
        margin-bottom: 41px;
    }

    .statistiques-multiples .criteres-calcul p {
        padding-top: 13px;
    }

    .statistiques-multiples .pourcentage {
        float: left;
        font-size: 50px;
        line-height: 50px;
        width: 104px;
    }

    .statistiques-multiples .cout-revient .col-md-12 {
        padding-right: 0;
    }

    .statistiques-multiples .cout-revient p {
        margin-top: 20px;
        padding-right: 0;
    }

    .statistiques-multiples .cout-revient {
        padding-bottom: 56px;
        padding-top: 10px;
    }

    
    
    .col-md-4 .reassurance {
        margin-right: -10px;
        margin-top: 17px;
    }

    .reassurance .row{
        margin:0 -24px;
    }

    .reassurance .col-md-4{
        padding: 0 9px;
    }

    .reassurance .container-reassurance{
        min-height: 522px;
    }

    .col-md-4 .reassurance .container-reassurance{
        margin-bottom: 17px;
    }

    .reassurance .reassurance-small{
        min-height: 335px;
    }

    .reassurance h2 {
        font-size: 30px;
        line-height: 37px;
        padding-top: 41px;
        padding-bottom: 17px;
    }

    .reassurance .content-image {
        height: 300px;
    }

    .reassurance .reassurance-small .content-image {
        height: 120px;
    }

    .reassurance .content-image img {
        width: 381px;
    }

    .reassurance .demenagez-ville .geolocalisation {
        bottom: 85px;
        font-size: 29px;
        line-height: 40px;
    }

    .reassurance .demenagez-ville.ville-longue .geolocalisation {
        bottom: 54px;
        line-height: 36px;
    }

    .reassurance .paiement-3-fois .content-image img {
        bottom: 23px;
    }

    .reassurance .promo p.text-promo{
        font-size: 20px;
        padding: 3px 0 0;
    }

    .reassurance .qualite .content-image p {
        bottom: 21px;
        font-size: 12px;
    }

    .reassurance .reassurance-small.serenite {
        height: 400px;
    }

    .reassurance .serenite ul {
        padding-top: 0;
    }

    .reassurance .serenite li span {
        width: 60px;
    }

    .reassurance .serenite p {
        padding-right: 5px;
    }

    .reassurance .webcallback .content {
        padding: 0 40px;
    }
    
    .reassurance .avis .content-image{
        height: 50px;
    }

    .reassurance .avis .note{
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 9px;
    }

    .reassurance .note-etoiles li {
        margin: 0 2px;
    }

    .reassurance .encadre-trustpilot li span {
        height: 38px;
        line-height: 38px;
        width: 38px;
    }

    .reassurance .avis-fonce i {
        font-size: 27px;
    }

    .reassurance .encadre-trustpilot {
        padding: 10px 0 0;
    }

    .reassurance .encadre-trustpilot .note-etoiles {
        padding-bottom: 0;
    }

    .reassurance .ardoise .content {
        padding: 0 45px;
    }

    .reassurance .ardoise .content-image img {
        bottom: -63px;
        width: 293px;
    }

    .reassurance .ardoise p.villes {
        bottom: 173px;
        font-size: 15px;
        width: 90%;
    }

    .reassurance .dem-toute-confiance .button.second {
        padding: 0 13px;
    }

    .reassurance .content-image img {
        width: 103%;
    }

    .reassurance .reassurance-small.menu {
        min-height: 369px;
    }

    .reassurance .menu .content {
        padding: 0 23px;
    }

    .reassurance .menu li {
        padding-bottom: 14px;
    }
    
    .reassurance .avis.avis-complet .note{
        padding-top: 30px;
        padding-bottom: 0;
    }

    .reassurance .avis.avis-complet .encadre-trustpilot .note-etoiles {
        padding-bottom: 0;
    }

    .reassurance .avis .details-avis {
        padding-top: 4px;
    }

    .reassurance .avis .details-avis > p {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .reassurance .avis .details-avis .note-etoiles {
        padding-bottom: 10px;
    }

    .title_icon h2,
    .reassurance.title_icon h2 {
        font-family: "Roboto";
        font-weight:700;
        font-size:60px;
    }

    

    
    .contenu-intro {
        padding-bottom: 258px;
    }

    .entete-texte-centre h1 {
        font-size: 50px;
        line-height: 60px;
        padding-top: 30px;
    }

    .entete-texte-centre .description-h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .entete-texte-centre hr.separateur {
        margin-bottom: 21px;
    }

    .article h2 {
        padding-bottom: 0;
    }

    .article p + h3 {
        padding-top: 37px;
    }

    .article ul.liste-icones {
        padding-bottom: 17px;
    }

    .article .col-1 {
        width: 49%;
    }

    .article table th {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .article table td {
        text-align: left;
        padding-left: 20px;
    }

    .article .le-saviez-vous h2 {
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 6px;
        padding-top: 50px;
    }

    .article .le-saviez-vous img {
        left: -32px;
    }

    .article .le-saviez-vous {
        padding-bottom: 55px;
        margin-top: 80px;
    }

    .bloc-articles-similaires {
        margin-top: 80px;
        padding-top: 28px;
        padding-bottom: 66px;
    }

    .bloc-articles-similaires h2{
        padding-top: 24px;
    }

    .commentaires .liste-commentaires {
        padding-top: 0;
    }
    
    
    .entete-texte-gauche.trois_bonnes_raisons .description-h1 {
        padding-top: 0;
    }

    .entete-texte-gauche p{
        padding-top: 0;
    }

    .trois_bonnes_raisons{
        padding-bottom: 220px;
    }

    .texte-gauche.demenagez-serein h2 {
        padding-bottom: 39px;
    }

    .texte-gauche.demenagez-serein hr.separateur {
        margin-bottom: 18px;
    }

    .texte-gauche .bloc_remonte {
        margin-top: -72px;
    }

    .texte-gauche .image-serenite img {
        left: 0;
        top: -20px;
        width: auto;
    }

    .texte-gauche.demenagez-serein .content{
        padding: 0 45px;
    }

    .texte-gauche-premium .col-md-6 > div{
        padding: 0;
    }

    .texte-gauche-premium .button-container {
        margin-top: 16px;
    }

    .texte-gauche-premium p.asterisque{
        padding-top: 47px;
    }

    .texte-gauche-premium .content-image {
        height: 325px;
    }

    .texte-gauche-premium .content-image > img {
        width: 85%;
    }

    .statistique-unique h2{
        font-size: 50px;
        line-height: 60px;
        padding-top: 51px;
        padding-bottom: 9px;
    }

    .statistique-unique .description-h2{
        font-size: 18px;
        line-height: 26px;
    }

    .statistique-unique .graphique img{
        max-width: 100%;
        width: 311px;
    }

    .statistique-unique .graphique {
        padding-top: 17px;
    }

    .statistique-unique .donnees-graphique{
        top: 301px;
    }

    .statistique-unique .donnees-graphique > div{
        width: 214px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique1 {
        top: 55px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique2 {
        top: 233px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique3 {
        top: 214px;
    }

    .statistique-unique .donnees-graphique .donnees-graphique4 {
        top: 102px;
    }

    .statistique-unique .donnees-graphique1 h3::before {
        left: -130px;
        width: 90px;
    }

    .statistique-unique .donnees-graphique2 h3::before {
        left: -150px;
        width: 110px;
    }

    .statistique-unique .donnees-graphique3 h3:before {
        right: -129px;
        width: 90px;
    }

    .statistique-unique .donnees-graphique4 h3:before {
        right: -129px;
        width: 90px;
    }
    .statistique-unique .donnees-graphique5 h3:before {
        right: -169px;
        width: 130px;
    }
    
    
    .ne-cherchez-plus {
        background-position: 490px bottom;
        background-size: auto auto;
        padding-bottom: 63px;
    }

    section.webcallback h2 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 57px;
        padding-top: 69px;
        width: 100%;
    }

    section.webcallback .description-h2{
        line-height: 24px;
    }

    section.webcallback .button-container {
        float: left;
        margin-right: 20px;
    }

    section.webcallback p a {
        display: inline-block;
        line-height: 47px;
        padding-top: 21px;
    }

    .formules h2 {
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 0;
        padding-top: 31px;
    }

    .formules .description-h2 {
        padding-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .formules .content-detail-formules h3 {
        padding-top: 32px;
    }

    .formules .row div[class*="col"]{
        padding-left: 8px;
        padding-right: 8px;
    }
    .formules .row{
        margin-left: -8px;
        margin-right: -8px;
    }

    .formules ul {
        padding: 0 10px;
    }

    .formules .content-detail-formules {
        margin-bottom: 80px;
        padding-bottom: 6px;
    }

    .insight-promo {
        padding-top: 41px;
        margin-bottom: 17px;
    }

    .insight-promo h2{
        font-size: 50px;
        line-height: 48px;
        padding-top: 38px;
    }

    .insight-promo p {
        font-size: 30px;
        line-height: 40px;
        padding-top: 44px;
        padding-bottom: 27px;
    }

    .insight-promo small {
        padding-top: 62px;
    }

    .insight-promo.offre-deux-colonnes {
        padding-top: 41px;
    }

    .quatres-etapes {
        padding-bottom: 72px;
    }

    .quatres-etapes .content {
        padding: 0 95px;
    }

    .quatres-etapes h2 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 33px;
        padding-top: 50px;
    }

    .quatres-etapes .etape {
        margin-bottom: 3px;
        padding-top: 59px;
        min-height: 282px;
    }

    .quatres-etapes .cadre-long .etape{
        min-height: auto;
    }

    .quatres-etapes .content-image {
        margin-left: 21px;
    }

    .quatres-etapes .etape:before {
        left: -32px;
    }

    .quatres-etapes span.numero-etape{
        left: -49px;
    }

    .quatres-etapes .etape-gauche span.numero-etape {
        right: -48px;
        top: 0;
    }

    .quatres-etapes .etape.etape-gauche::before {
        right: -29px;
    }

    .quatres-etapes .cadre-long span.numero-etape {
        right: -23px;
        top: -40px;
    }

    .quatres-etapes .cadre-long{
        padding-bottom: 27px;
    }

    .quatres-etapes .cadre-long p {
        padding-right: 20px;
    }

    .quatres-etapes .cadre-long .content-image.content-image-right {
        padding-left: 0;
    }

    .right-synthese{
        float: right;
    }

    .synthese-projet {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .synthese-projet .content {
        padding: 0 10px;
    }

    .synthese-projet > .content > .row{
        margin: 0 -15px;
    }

    .synthese-projet h2 {
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 18px;
        padding-top: 24px;
    }

    .synthese-projet iframe {
        height: 214px;
    }

    .synthese-projet .champs-formulaire p a {
        line-height: 50px;
    }

    .synthese-projet h2, .synthese-projet .champs-formulaire {
        padding-left: 0;
    }

    .right-synthese + .col-lg-8 {
        margin-top: 40px;
    }

    .formulesbutton .content-detail-formules {
        margin-bottom: 48px;
    }

    .formulesbutton .button-container {
        padding-bottom: 50px;
    }

    
    .main-menu{
        display: block;
    }

    .main-menu ul{
        overflow-y: auto;
    }
}
 @media screen and (min-width: 1280px) {

    #wrapper{
        width: 1280px;
    }

    
    #header nav a strong,
    #header nav li strong{
        font-size: 18px;
    }

    #top_header .baseline{
        margin-left: 15px;
    }

    #top_header .link{
        margin-right: 15px;
    }

    .telephone{
        text-align: left;
        margin-right: 15px;
        margin-left: 11px;
    }

    .telephone br{
        display: none !important;
    }

    .tel span{
        display: inline-block;
        float: left;
        line-height: 22px;
    }

    .telephone p{
        margin-top: 20px;
        margin-bottom: 6px;
    }

    #header nav ul li{
        padding-right: 45px;
        padding-left: 16px;
    }

    #header nav ul li:first-child{
        border-left: 1px solid #b7bac8 !important;
        padding-left: 16px;
    }

    #header .col-md-4{
        width: 260px;
    }

    #header .col-md-8{
        float: right;
        width: 1020px;
    }

    
    
    #top_footer .prelative:before{
        width: 240px;
        left: -110px;
    }

    #top_footer .prelative:after{
        width: 240px;
        right: -110px;
    }

    #footer p{
        font-size: 16px;
        line-height: 20px;
        margin-top: 11px;
        margin-bottom: 10px;
    }

    #footer .titre_maison,
    #footer .titre_lien,
    #footer .soustitre_maison,
    #footer .titre_lofficiel{
        font-size: 16px;
    }

    #footer .liste_liens a{
        font-size: 14px;
    }

    #footer{
        padding-top: 39px;
    }

    #footer .titre_lien, #footer .titre_lofficiel{
        margin-top: 12px;
    }

    #footer .liste_liens {
        padding-bottom: 19px;
    }

    
    
    .officiel-demenagement{
        min-height: 839px;
        background:#ffffff url("/OD/images/bg_od_1280.jpg") no-repeat scroll center top;
    }

    .content{
        padding: 0 95px;
    }

    .trois-colonnes.promesse{
        padding-bottom: 229px;
    }

    .avis_villes h2 {
        margin-bottom: 19px;
        margin-top: 71px;
    }

    .avis_villes hr{
        margin-bottom: 33px;
    }

    .adresses_geo hr {
        margin-bottom: 28px;
    }

    .adresses_geo img {
        margin-bottom: 14px;
    }

    reseau_national{
        padding-bottom: 280px;
    }

    .bg_infographie{
        background: white url("/OD/images/bg_entete_infographie_1280.jpg") no-repeat scroll center -10px;
    }

    .entete_infographie h1{
        margin: 110px 0 78px;
    }

    .demenageurs_france .question {
        margin-top: 105px;
    }

    .pourcentage_gauche{
        padding-right: 55px;
    }

    .pourcentage_droite{
        padding-left: 55px;
    }

    #accroche {
        padding-top: 65px;
    }

    #accroche h3{
        margin-bottom: 27px;
    }

    #les_cartes {
        padding-top: 40px;
    }

    #les_cartes img{
        width: 100%;
    }

    #societes {
        padding-top: 94px;
    }

    #credit{
        margin-bottom: 18px;
    }

    #partager_infographie pre {
        clear: none;
        float: right;
        margin-top: 26px;
        max-width: 50%;
    }

    .top_departements .col-md-5{
        padding-right: 100px;
    }

    .top_departements .col-md-7{
        padding-left: 20px;
    }

    .reassurance .promo .content-image img {
        bottom: 0;
        width: 324px;
        width: auto;
    }

    
    
    .trois_bonnes_raisons{
        background-size: 1280px;
        background-position: 0 bottom;
    }

    .trois-colonnes.petites-attentions{
        padding-bottom: 249px;
    }

    .points_principaux span{
        display: inline-block;
        margin-top: 4px;
        line-height: 40px;
    }

    
    
    .popup_overlay .popup{
        width: 960px;
    }

    .popup_overlay .content_formulaires {
        padding: 0 90px;
    }

    
    
    .texte_droite_deux_paragraphes div.col-md-6 > div {
        padding-bottom: 153px;
    }

    .header_devis h1 {
        left: 49%;
    }

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

    
    .en-tete-formulaire h1 {
        font-size: 60px;
        line-height: 71px;
        margin: 78px 280px 59px;
    }

    .en-tete-formulaire input, .en-tete-formulaire .ui-selectmenu-button {
        margin: 10px 0;
    }

    .en-tete-formulaire fieldset {
        padding: 20px 20px 16px;
        margin-bottom: 267px;
    }

    .en-tete-formulaire.formulaire-x4 .ui-selectmenu-button,
    .en-tete-formulaire.formulaire-x4 input[type="text"] {
        margin-top: 5px;
    }

    .en-tete-formulaire fieldset .col-sm-6, .en-tete-formulaire fieldset .col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .en-tete-formulaire.formulaire-x3-date .input-date, .en-tete-formulaire.formulaire-x3-date .button,
    .formulaire-geo.formulaire-x3-logement .button.validation-formulaire, .formulaire-geo.formulaire-x3-logement .ui-selectmenu-button{
        margin-top: 10px;
    }

    .en-tete-formulaire label {
        margin-top: -4px;
        padding-bottom: 10px;
    }

    .en-tete-formulaire.formulaire-x3-logement .button.validation-formulaire {
        margin-top: 10px;
    }

    .en-tete-formulaire.formulaire-x3-logement.formulaire-geo fieldset,
    .en-tete-formulaire.formulaire-x3-date.formulaire-geo fieldset {
        padding-bottom: 15px;
    }

    .mini-formulaire.formulaire-x4 .input-date .icon-date{
        display: block;
    }

    
    
    .qui-sommes-nous-intro{
        min-height: 490px;
        background-size: auto auto;
    }

    .entete-texte-gauche h1 {
        margin-top: 28px;
    }

    .entete-texte-gauche .description-h1 {
        padding-right: 260px;
    }

    .qui-sommes-nous-bienvenue {
        padding-bottom: 87px;
    }

    .deux-colonnes h2 {
        margin-bottom: 21px;
        margin-top: 87px;
    }

    .deux-colonnes .button-container {
        padding: 9px 0;
    }

    .insight-cta {
        padding-top: 68px;
    }

    .insight-cta p {
        padding: 0 281px 16px;
    }

    .deux-colonnes-images .image-container + p {
        padding-right: 40px;
    }

    .nous-sommes{
        padding-top: 0;
        padding-bottom: 95px;
    }

    .deux-colonnes-images .description-h2 {
        margin-bottom: 42px;
        padding: 0 160px;
    }

    .deux-colonnes-images .image-container {
        margin-top: -91px;
        margin-bottom: 0;
    }

    .infographie h2 {
        padding: 0 140px;
    }

    .infographie .description-h2 {
        padding: 0 100px;
    }

    .infographie .infographie-detail i {
        height: 196px;
    }

    .infographie-details {
        margin: 0;
    }

    .infographie .infographie-detail{
        padding: 0 20px;
    }

    .citation h2 {
        margin-bottom: 32px;
        margin-top: 172px;
    }

    .citation {
        background-position: right -532px;
        background-size: auto auto;
        padding-bottom: 174px;
    }

    .citation .image-citation {
        bottom: 0;
        height: auto;
        left: 0;
    }

    .encadre-trustpilot {
        margin-bottom: 54px;
        background-position: center center;
        background-size: 110% auto;
    }

    .texte-gauche ul li {
        padding-bottom: 17px;
    }

    .engagement-qualite .button-container {
        padding-bottom: 80px;
        padding-top: 18px;
    }
    
    
    .notre-offre-intro {
        background-position: 700px 89px;
        background-size: 37% auto;
    }

    .entete-texte-gauche.cta .description-h1 {
        padding-right: 80px;
    }

    .entete-texte-gauche.cta hr {
        margin-bottom: 20px;
    }

    .entete-texte-gauche.cta .button-container {
        padding-bottom: 81px;
        padding-top: 19px;
    }

    .trois-colonnes-liste .description-h2 {
        padding: 0 320px 29px;
    }

    .trois-colonnes-liste .button-container {
        padding-top: 18px;
    }

    .trois-colonnes-liste .offre-special {
        padding-top: 75px;
    }

    .nos-formules {
        background-size: auto auto;
        padding-bottom: 210px;
    }

    .statistiques-multiples .icones-calcul {
        border-width: 7px;
        margin-right: 15px;
        height: 127px;
        width: 127px;
        margin-bottom: 5px;
    }

    .statistiques-multiples h3 {
        padding-right: 0;
        width: 49%;
    }

    .statistiques-multiples .criteres-calcul p {
        padding-top: 21px;
    }

    .icon-calcul-volume{
        background-size: 60px 60px;
    }

    .icon-calcul-distance{
        background-size: 60px 42px;
    }

    .icon-calcul-acces{
        background-size: 46px 60px;
    }

    .icon-calcul-prestation{
        background-size: 60px 60px;
    }

    .statistiques-multiples .cout-revient p{
        padding-right: 30px;
    }

    .statistiques-multiples .cout-revient {
        padding-bottom: 77px;
    }

    

    
    .col-md-4 .reassurance {
        margin-right: -7px;
        margin-top: 16px;
    }

    .reassurance .row{
        margin:0 -23px;
    }

    .reassurance .col-md-4{
        padding: 0 8px;
    }

    .reassurance .content {
        padding: 0 70px;
    }

    .reassurance h2{
        padding-top: 39px;
    }

    .reassurance p a{
        display: inline-block;
        width: 100%;
    }

    .reassurance .container-reassurance{
        min-height: 582px;
    }

    .col-md-4 .reassurance .container-reassurance{
        margin-bottom: 16px;
    }

    .reassurance .reassurance-small{
        min-height: 386px;
    }

    .reassurance .content-image {
        height: 380px;
    }

    .reassurance .reassurance-small .content-image {
        height: 170px;
    }

    .reassurance .content-image img {
        width: 480px;
    }

    .reassurance .demenagez-ville .content {
        padding: 0 40px;
    }

    .reassurance .demenagez-ville .geolocalisation {
        bottom: 130px;
    }

    .reassurance .demenagez-ville.ville-longue .geolocalisation {
        bottom: 85px;
        line-height: 43px;
    }

    .reassurance .paiement-3-fois .content-image img {
        bottom: 43px;
    }

    .reassurance .promo p.text-promo{
        padding-top: 5px;
    }

    .reassurance .promo .content-image p {
        bottom: 18px;
        padding: 0 40px;
    }

    .reassurance .reassurance-small.serenite {
        height: 360px;
    }

    .reassurance .serenite li {
        padding-bottom: 5px;
    }

    .reassurance .serenite .icon-cartons {
        margin-bottom: 10px;
    }

    .reassurance .webcallback .content {
        padding: 0 70px;
    }
    
    .reassurance .avis .content-image{
        height: 50px;
    }

    .reassurance .encadre-trustpilot .note-etoiles {
        padding-top: 10px;
    }

    .reassurance .ardoise .content-image img {
        bottom: 0;
        width: auto;
    }

    .reassurance.reassurance-geo .ardoise .content-image img {
        bottom: -50px;
    }

    .reassurance .ardoise p.villes {
        bottom: 206px;
        width: 100%;
    }

    .reassurance .ardoise p.villes span {
        text-align: center;
        width: 137px;
    }

    .reassurance .serenite.blanc h2 {
        padding-bottom: 19px;
        padding-top: 33px;
    }

    .reassurance .dem-toute-confiance img {
        width: 100%;
    }

    .reassurance .menu .content {
        padding: 0 40px;
    }
        .reassurance .avis-complet .content {
        padding: 0 40px;
    }
    .reassurance-small.title_icon {
        min-height:0px;
    }
    

    
    .contenu-intro {
        padding-bottom: 305px;
    }

    .entete-texte-centre h1 {
        padding-top: 30px;
    }

    .article p + h3 {
        padding-top: 32px;
    }

    .article .col-1 {
        width: 61%;
    }

    .article .le-saviez-vous img {
        left: 0;
    }

    .bloc-articles-similaires h2 {
        padding-top: 27px;
    }

    
    
    .trois_bonnes_raisons {
        padding-bottom: 240px;
    }

    .entete-texte-gauche p.paragraphe {
        max-width: 330px;
    }

    .texte-gauche .image-serenite img {
        left: auto;
    }

    .texte-gauche.demenagez-serein .content {
        padding: 0 95px;
    }

    .texte-gauche-premium h2 {
        padding-top: 43px;
    }

    .texte-gauche-premium hr.separateur {
        margin-bottom: 17px;
    }

    .demenagez-pas-cher p {
        padding-right: 80px;
    }

    .texte-gauche-premium .button-container {
        margin-top: 19px;
    }

    .texte-gauche-premium p.asterisque {
        padding-top: 38px;
    }

    .texte-gauche-premium .content-image {
        height: 363px;
    }

    .texte-gauche-premium .content-image > img {
        width: auto;
    }

    .texte-gauche-premium p.asterisque {
        padding-bottom: 9px;
        padding-top: 30px;
    }

    .statistique-unique h2{
        padding-top: 49px;
        padding-bottom: 30px;
    }

    .statistique-unique .graphique {
        padding-top: 35px;
    }

    .statistique-unique .donnees-graphique {
        margin: 0 auto;
        top: 341px;
        width: 888px;
    }

    .statistique-unique .donnees-graphique5 h3::before {
        right: -149px;
        width: 110px;
    }

    .statistique-unique {
        padding-bottom: 47px;
    }

    
    
    .ne-cherchez-plus{
        padding-bottom: 62px;
        background-position: right 0;
    }

    section.webcallback h2{
        padding-bottom: 21px;
        padding-top: 73px;
    }

    .formules .row div[class*="col"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .formules .row{
        margin-left: -10px;
        margin-right: -10px;
    }

    .formules .description-h2 {
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
    }

    .insight-promo h2{
        padding-top: 9px;
    }

    .insight-promo p {
        padding: 45px 80px 26px;
    }

    .insight-promo small {
        padding-top: 33px;
    }

    .insight-promo.offre-deux-colonnes {
        padding-top: 64px;
    }

    .quatres-etapes .content {
        margin: 0 auto;
        max-width: 1000px;
    }

    .quatres-etapes .content-image.content-image-right {
        padding-left: 0;
    }

    .synthese-projet iframe {
        height: 267px;
    }

    .synthese-projet .content {
        padding: 0 30px;
    }

    .formulesbutton .content-detail-formules {
        margin-bottom: 36px;
    }

    .formulesbutton .button-container {
        padding-bottom: 91px;
    }
    
}
 .cc-cookies { position:fixed; width: 100%; left: 0; bottom: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.90); color: #fff; font-size: 13px;  text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 100%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none;  padding: 0em 0.25em; border-radius: 3px; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 0.25em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies {
  position: relative;
#  float: left;
}
}

.cc-cookies a.cc-cookie-accept {
    position:absolute;
    top:0;
    right:0;
}
div.content img:not(.le-saviez-vous img) {
    max-width:100%;
    height:auto;
}

.boutons-partage {
    margin-top: 30px;
}

.article .button-container {
    padding-top: 0px;
}

.article .le-saviez-vous {
    margin-top:0px;
}

.reassurance .container-reassurance.avis-blanc{
    background-color: #fff;
}

.reassurance .menu .content {
    padding-bottom:40px;
}

a.external {
    background-image: url('/OD/images/external-link.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
}

section.article div.content ul li a {
    color:#7aa645;
    text-decoration:underline;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background-image:url('/OD/images/bt-haut-de-page.png');
}

#back-to-top.show {
    opacity: 1;
}

i.coordonnees {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: transparent url("/OD/images/picto_people.svg") no-repeat scroll center center;
    background-size: 30px 21px;
}

form.validate label.error {
    font-size: 14px;
    color: #d0324b;
    font-weight:400;
    line-height:20px;
}

.ui-datepicker {
    z-index:10 !important;
}

a.no_call_back:visited,
a.no_call_back:hover,
a.no_call_back:active {
    color:#cf324b;
    text-decoration: none;
}

.formulaires #volumes div::after {
    content: "";
}

.formulaires #volumes div.volume_oui::after {
	position: absolute;
	content: "m3";
	color: #222e3a;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	z-index: 2;
	right: 5px;
	top: 13px;
}

.formulaires #volumes div.volume_non::after {
	position: absolute;
    content:"";
	color: #222e3a;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	z-index: 2;
	right: 5px;
	top: 13px;
}

.formulaires #volumes div.volume_non.show_m2::after {
	position: absolute;
    content:"m2";
	color: #222e3a;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	z-index: 2;
	right: 5px;
	top: 13px;
}

.formulaires #volumes .entre {
    margin-left:0px;
}

.style_destination a:link,
.style_destination a:visited,
.style_destination a:hover,
.style_destination a:active {
	text-decoration: underline;
	color: #77ac47;
}

#questions-frequentes div a {
	color: #7aa645;
	text-decoration: underline;
}

#footer .liste_liens li{
    color: #8f929b;
}

.article h2 a,
.article h3 a {
    color: #7aa645;
}

.formulaires label {
    line-height:20px;    padding-top:10px;
}

.reassurance .ardoise p.villes {
    bottom: 262px;
}

.ui-selectmenu-button.ui-state-hover,
.ui-selectmenu-button.ui-state-focus {
    border: 1px solid #aaa;
}

.article .button.main,
.content .button.main,
.insight-cta .button.main {
    line-height:normal;
    height:auto;
    padding: 0 17px;
    padding-top:12px;
    padding-bottom:18px;
}

.commentaires .button.main {
	background-color: #77ac47;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
    padding:0;
}

.reassurance hr.ligne {
	margin: 20px 0 20px 0;
	background-color: #e9eaee;
}

.header_devis.light h1{
    font-size: 20px;
}

.logo_popup {
    display:none;
    padding:5px 5px;
}

.logo_popup i {
    width: 42px;
    height: 38px;
}

.container-reassurance.affiliation {
    text-align:center;
    background-color:#fff;
    min-height:100px;
}

section.affiliation {
    text-align:center;
}

.reassurance .avis .content-image {
    position:static;
    height:50px;
}

.reassurance .avis .content-image img {
    top:auto;
    bottom:5px;
}

.reassurance .avis.reassurance-small .content-image {
    position:absolute;
    bottom:0;
    height:50px;
}

@media screen and (min-width: 480px) {
    .header_devis.light h1{
        font-size:24px;
    }
    .reassurance .ardoise p.villes {
        bottom: 208px;
    }
    .trois-colonnes-liste .offre-special p a{
        text-decoration: underline;
        font-size:20px;
    }
}

@media screen and (min-width: 768px) {
    .logo_popup {
        display:inline-block;
    }
    .header_devis.light h1{
        font-size:16px;
    }
    .reassurance .ardoise p.villes {
        bottom: 137px;
    }
    .entete-texte-centre .description-h1 {
        margin: 0 auto;
        max-width: 600px;
    }

    .reassurance .reassurance-small.menu {
        min-height: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .logo_popup {
        display:inline-block;
        padding:20px 21px;
    }
    .logo_popup i {
    	width: 52px;
    	height: 48px;
    }
    .header_devis.light h1{
        font-size:34px;
    }
    .reassurance .ardoise p.villes {
        bottom: 173px;
    }
    .reassurance .reassurance-small.menu {
        min-height: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .header_devis.light h1{
        font-size:36px;
    }
    .reassurance .ardoise p.villes {
        bottom: 262px;
    }
    .reassurance .reassurance-small.avis{
        min-height: 266px;
    }
    .reassurance .avis {
        min-height: 290px;
    }

    .reassurance .avis-complet {
        min-height: 630px;
    }
    #footer p {
        font-size: 14px;
    }
}
.pac-container {
    z-index:1050;
}



.glyphicon.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (min-width:768px){
    .modal {
        text-align: center;
        padding: 0!important;
    }
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

.modal-content {
  background-color: #F9F9F9;;
}

.modal-body {
    background-color: #FFF;
}

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }





.md-radio {
  position: relative;
  /* handling click events */
  /* when radio is checked */ }
  .md-radio input[type=radio] {
    visibility: hidden;
    position: absolute; }
  .md-radio label {
    cursor: pointer;
    padding-left: 30px; }
  .md-radio label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .md-radio label > span.inc {
    background: #fff;
    left: -20px;
    top: -20px;
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important; }
  .md-radio label > .box {
    top: 0px;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    z-index: 5; }
  .md-radio label > .check {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #36c6d3;
    opacity: 0;
    z-index: 6;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  .md-radio label > span.inc {
    -webkit-animation: growCircleRadio 0.3s ease;
    -moz-animation: growCircleRadio 0.3s ease;
    animation: growCircleRadio 0.3s ease; }
  .md-radio input[type=radio]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  .md-radio input[type=radio]:disabled ~ label,
  .md-radio input[type=radio][disabled] ~ label {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }
  .md-radio input[type=radio]:disabled ~ label > .box,
  .md-radio input[type=radio][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }
  .md-radio input[type=radio]:disabled:checked ~ label > .check,
  .md-radio input[type=radio][disabled]:checked ~ label > .check {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }

.has-error .md-radio label,
.has-error.md-radio label {
  color: #e73d4a; }

.has-error .md-radio label > .box,
.has-error.md-radio label > .box {
  border-color: #e73d4a; }

.has-error .md-radio label > .check,
.has-error.md-radio label > .check {
  background: #e73d4a; }

.has-success .md-radio label,
.has-success.md-radio label {
  color: #3598dc;  }

.has-success .md-radio label > .box,
.has-success.md-radio label > .box {
  border-color: #3598dc; }

.has-success .md-radio label > .check,
.has-success.md-radio label > .check {
  background: #3598dc;  }

.has-warning .md-radio label,
.has-warning.md-radio label {
  color: #c29d0b; }

.has-warning .md-radio label > .box,
.has-warning.md-radio label > .box {
  border-color: #c29d0b; }

.has-warning .md-radio label > .check,
.has-warning.md-radio label > .check {
  background: #c29d0b; }

.has-info .md-radio label,
.has-info.md-radio label {
  color: #327ad5; }

.has-info .md-radio label > .box,
.has-info.md-radio label > .box {
  border-color: #327ad5; }

.has-info .md-radio label > .check,
.has-info.md-radio label > .check {
  background: #327ad5; }

.form-md-radios {
  padding-top: 5px; }
  .form-md-radios > label {
    font-size: 14px;
    color: #888888;
    opacity: 1 ;
    filter: alpha(opacity=100) ; }
  .form-md-radios.has-error label {
    color: #ed6b75; }
  .form-md-radios.has-info label {
    color: #659be0; }
  .form-md-radios.has-success label {
    color: #36c6d3; }
  .form-md-radios.has-warning label {
    color: #F1C40F; }

.md-radio-list {
  margin: 5px 0 5px 0; }
  .form-horizontal .md-radio-list {
    margin-top: 5px; }
  .md-radio-list .md-radio {
    display: block;
    margin-bottom: 10px; }

.md-radio-inline {
  margin: 5px 0 5px 0; }
  .form-horizontal .md-radio-inline {
    margin-top: 7px; }
  .md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px; }
    .md-radio-inline .md-radio:last-child {
      margin-right: 0; }

/* bubble animation */
@-webkit-keyframes growCircleRadio {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    -webkit-transform: scale(1.25); } }

@-moz-keyframes growCircleRadio {
  0%, 100% {
    -moz-transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    -moz-transform: scale(1.25); } }

@keyframes growCircleRadio {
  0%, 100% {
    transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    transform: scale(1.25); } }

.modal-dialog {
    max-width: 500px;
}
.modal-body-hr {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-body-elt{
  margin-left: 15px;
  margin-right: 15px;
}
.modal-body{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
}

.md-radio label {
    font-weight: unset;
}
.md-radio-autre{
  height:28px;
}

.md-radio label > .check {
    background: #3598dc;
}

/* Checkboxes */

.md-checkbox {
  position: relative;
  /* handling click events */
  /* when checkbox is checked */ }
  .md-checkbox.md-checkbox-inline {
    display: inline-block; }
  .form-inline .md-checkbox.md-checkbox-inline {
    margin-right: 20px;
    top: 3px; }
  .md-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute; }
  .md-checkbox label {
    cursor: pointer;
    padding-left: 30px; }
  .md-checkbox label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .md-checkbox label > span.inc {
    background: #fff;
    left: -20px;
    top: -20px;
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important; }
  .md-checkbox label > .box {
    top: 0px;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    z-index: 5;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .md-checkbox label > .check {
    top: -4px;
    left: 6px;
    width: 10px;
    height: 20px;
    border: 2px solid #36c6d3;
    border-top: none;
    border-left: none;
    opacity: 0;
    z-index: 5;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .md-checkbox label > span.inc {
    -webkit-animation: growCircle 0.3s ease;
    -moz-animation: growCircle 0.3s ease;
    animation: growCircle 0.3s ease; }
  .md-checkbox input[type=checkbox]:checked ~ label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg); }
  .md-checkbox input[type=checkbox]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg); }
  .md-checkbox input[type=checkbox]:disabled ~ label,
  .md-checkbox input[type=checkbox][disabled] ~ label {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }
  .md-checkbox input[type=checkbox]:disabled ~ label > .box,
  .md-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }
  .md-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
  .md-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
    cursor: not-allowed;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ; }

.has-error .md-checkbox label,
.has-error.md-checkbox label {
  color: #e73d4a; }

.has-error .md-checkbox label > .box,
.has-error.md-checkbox label > .box {
  border-color: #e73d4a; }

.has-error .md-checkbox label > .check,
.has-error.md-checkbox label > .check {
  border-color: #e73d4a; }

.has-success .md-checkbox label,
.has-success.md-checkbox label {
  color: #3598dc;  }

.has-success .md-checkbox label > .box,
.has-success.md-checkbox label > .box {
  border-color: #3598dc;  }

.has-success .md-checkbox label > .check,
.has-success.md-checkbox label > .check {
  border-color: #3598dc;  }

.has-warning .md-checkbox label,
.has-warning.md-checkbox label {
  color: #c29d0b; }

.has-warning .md-checkbox label > .box,
.has-warning.md-checkbox label > .box {
  border-color: #c29d0b; }

.has-warning .md-checkbox label > .check,
.has-warning.md-checkbox label > .check {
  border-color: #c29d0b; }

.has-info .md-checkbox label,
.has-info.md-checkbox label {
  color: #327ad5; }

.has-info .md-checkbox label > .box,
.has-info.md-checkbox label > .box {
  border-color: #327ad5; }

.has-info .md-checkbox label > .check,
.has-info.md-checkbox label > .check {
  border-color: #327ad5; }

.form-md-checkboxes {
  padding-top: 5px; }
  .form-md-checkboxes > label {
    font-size: 14px;
    color: #888888;
    opacity: 1 ;
    filter: alpha(opacity=100) ; }
  .form-md-checkboxes.has-error label {
    color: #ed6b75; }
  .form-md-checkboxes.has-info label {
    color: #659be0; }
  .form-md-checkboxes.has-success label {
    color: #36c6d3; }
  .form-md-checkboxes.has-warning label {
    color: #F1C40F; }

.md-checkbox-list {
  margin: 5px 0 5px 0; }
  .form-horizontal .md-checkbox-list {
    margin-top: 5px; }
  .md-checkbox-list .md-checkbox {
    display: block;
    margin-bottom: 10px; }
    .md-checkbox-list .md-checkbox:last-child {
      margin-bottom: 0; }

.md-checkbox-inline {
  margin: 5px 0 5px 0; }
  .form-horizontal .md-checkbox-inline {
    margin-top: 7px; }
  .md-checkbox-inline .md-checkbox {
    display: inline-block;
    margin-right: 20px; }
    .md-checkbox-inline .md-checkbox:last-child {
      margin-right: 0; }


.md-checkbox label {
    font-weight: unset;
}
.md-checkbox-autre{
  height:28px;
}


/***
Custom buttons based on bootstrap SASS
***/
.btn {
  outline: none !important;
  box-shadow: none !important; }
  .btn:hover {
    transition: all 0.3s; }

.btn:not(.btn-sm):not(.btn-lg) {
  line-height: 1.44; }


.btn_modale_valider{
    background-color: #cf324b;
    color: #FFF;
    opacity: 1;
    transition: opacity .05s ease-in-out;
    -moz-transition: opacity .05s ease-in-out;
    -webkit-transition: opacity .05s ease-in-out;
}

.btn_jaune:hover{
    opacity: 0.7;
    color: white;
    text-decoration:none;
}

/***
Custom color buttons
***/
.btn.white:not(.btn-outline) {
  color: #666;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn.white:not(.btn-outline):focus, .btn.white:not(.btn-outline).focus {
    color: #666;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn.white:not(.btn-outline):hover {
    color: #666;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn.white:not(.btn-outline):active, .btn.white:not(.btn-outline).active,
  .open > .btn.white:not(.btn-outline).dropdown-toggle {
    color: #666;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn.white:not(.btn-outline):active:hover, .btn.white:not(.btn-outline):active:focus, .btn.white:not(.btn-outline):active.focus, .btn.white:not(.btn-outline).active:hover, .btn.white:not(.btn-outline).active:focus, .btn.white:not(.btn-outline).active.focus,
    .open > .btn.white:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.white:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.white:not(.btn-outline).dropdown-toggle.focus {
      color: #666;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn.white:not(.btn-outline):active, .btn.white:not(.btn-outline).active,
  .open > .btn.white:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.white:not(.btn-outline).disabled:hover, .btn.white:not(.btn-outline).disabled:focus, .btn.white:not(.btn-outline).disabled.focus, .btn.white:not(.btn-outline)[disabled]:hover, .btn.white:not(.btn-outline)[disabled]:focus, .btn.white:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.white:not(.btn-outline):hover,
  fieldset[disabled] .btn.white:not(.btn-outline):focus,
  fieldset[disabled] .btn.white:not(.btn-outline).focus {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn.white:not(.btn-outline) .badge {
    color: #ffffff;
    background-color: #666; }

.btn.btn-outline.white {
  border-color: #ffffff;
  color: #ffffff;
  background: none; }
  .btn.btn-outline.white:hover, .btn.btn-outline.white:active, .btn.btn-outline.white:active:hover, .btn.btn-outline.white:active:focus, .btn.btn-outline.white:focus, .btn.btn-outline.white.active {
    border-color: #ffffff;
    color: #666;
    background-color: #ffffff; }

.btn.white-stripe {
  border-left: 4px solid #ffffff !important; }

.btn.white.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.default:not(.btn-outline) {
  color: #666;
  background-color: #e1e5ec;
  border-color: #e1e5ec; }
  .btn.default:not(.btn-outline):focus, .btn.default:not(.btn-outline).focus {
    color: #666;
    background-color: #c2cad8;
    border-color: #93a1bb; }
  .btn.default:not(.btn-outline):hover {
    color: #666;
    background-color: #c2cad8;
    border-color: #bcc5d4; }
  .btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline).active,
  .open > .btn.default:not(.btn-outline).dropdown-toggle {
    color: #666;
    background-color: #c2cad8;
    border-color: #bcc5d4; }
    .btn.default:not(.btn-outline):active:hover, .btn.default:not(.btn-outline):active:focus, .btn.default:not(.btn-outline):active.focus, .btn.default:not(.btn-outline).active:hover, .btn.default:not(.btn-outline).active:focus, .btn.default:not(.btn-outline).active.focus,
    .open > .btn.default:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.default:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.default:not(.btn-outline).dropdown-toggle.focus {
      color: #666;
      background-color: #acb7ca;
      border-color: #93a1bb; }
  .btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline).active,
  .open > .btn.default:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.default:not(.btn-outline).disabled:hover, .btn.default:not(.btn-outline).disabled:focus, .btn.default:not(.btn-outline).disabled.focus, .btn.default:not(.btn-outline)[disabled]:hover, .btn.default:not(.btn-outline)[disabled]:focus, .btn.default:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.default:not(.btn-outline):hover,
  fieldset[disabled] .btn.default:not(.btn-outline):focus,
  fieldset[disabled] .btn.default:not(.btn-outline).focus {
    background-color: #e1e5ec;
    border-color: #e1e5ec; }
  .btn.default:not(.btn-outline) .badge {
    color: #e1e5ec;
    background-color: #666; }

.btn.btn-outline.default {
  border-color: #e1e5ec;
  color: #e1e5ec;
  background: none; }
  .btn.btn-outline.default:hover, .btn.btn-outline.default:active, .btn.btn-outline.default:active:hover, .btn.btn-outline.default:active:focus, .btn.btn-outline.default:focus, .btn.btn-outline.default.active {
    border-color: #e1e5ec;
    color: #666;
    background-color: #e1e5ec; }

.btn.default-stripe {
  border-left: 4px solid #e1e5ec !important; }

.btn.default.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.dark:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #2f353b;
  border-color: #2f353b; }
  .btn.dark:not(.btn-outline):focus, .btn.dark:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: black; }
  .btn.dark:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: #141619; }
  .btn.dark:not(.btn-outline):active, .btn.dark:not(.btn-outline).active,
  .open > .btn.dark:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: #141619; }
    .btn.dark:not(.btn-outline):active:hover, .btn.dark:not(.btn-outline):active:focus, .btn.dark:not(.btn-outline):active.focus, .btn.dark:not(.btn-outline).active:hover, .btn.dark:not(.btn-outline).active:focus, .btn.dark:not(.btn-outline).active.focus,
    .open > .btn.dark:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.dark:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.dark:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #090a0b;
      border-color: black; }
  .btn.dark:not(.btn-outline):active, .btn.dark:not(.btn-outline).active,
  .open > .btn.dark:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.dark:not(.btn-outline).disabled:hover, .btn.dark:not(.btn-outline).disabled:focus, .btn.dark:not(.btn-outline).disabled.focus, .btn.dark:not(.btn-outline)[disabled]:hover, .btn.dark:not(.btn-outline)[disabled]:focus, .btn.dark:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.dark:not(.btn-outline):hover,
  fieldset[disabled] .btn.dark:not(.btn-outline):focus,
  fieldset[disabled] .btn.dark:not(.btn-outline).focus {
    background-color: #2f353b;
    border-color: #2f353b; }
  .btn.dark:not(.btn-outline) .badge {
    color: #2f353b;
    background-color: #FFFFFF; }

.btn.btn-outline.dark {
  border-color: #2f353b;
  color: #2f353b;
  background: none; }
  .btn.btn-outline.dark:hover, .btn.btn-outline.dark:active, .btn.btn-outline.dark:active:hover, .btn.btn-outline.dark:active:focus, .btn.btn-outline.dark:focus, .btn.btn-outline.dark.active {
    border-color: #2f353b;
    color: #FFFFFF;
    background-color: #2f353b; }

.btn.dark-stripe {
  border-left: 4px solid #2f353b !important; }

.btn.dark.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #3598dc;
  border-color: #3598dc; }
  .btn.blue:not(.btn-outline):focus, .btn.blue:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #15527c; }
  .btn.blue:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #1f78b5; }
  .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline).active,
  .open > .btn.blue:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #1f78b5; }
    .btn.blue:not(.btn-outline):active:hover, .btn.blue:not(.btn-outline):active:focus, .btn.blue:not(.btn-outline):active.focus, .btn.blue:not(.btn-outline).active:hover, .btn.blue:not(.btn-outline).active:focus, .btn.blue:not(.btn-outline).active.focus,
    .open > .btn.blue:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #1c699f;
      border-color: #15527c; }
  .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline).active,
  .open > .btn.blue:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue:not(.btn-outline).disabled:hover, .btn.blue:not(.btn-outline).disabled:focus, .btn.blue:not(.btn-outline).disabled.focus, .btn.blue:not(.btn-outline)[disabled]:hover, .btn.blue:not(.btn-outline)[disabled]:focus, .btn.blue:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue:not(.btn-outline).focus {
    background-color: #3598dc;
    border-color: #3598dc; }
  .btn.blue:not(.btn-outline) .badge {
    color: #3598dc;
    background-color: #FFFFFF; }

.btn.btn-outline.blue {
  border-color: #3598dc;
  color: #3598dc;
  background: none; }
  .btn.btn-outline.blue:hover, .btn.btn-outline.blue:active, .btn.btn-outline.blue:active:hover, .btn.btn-outline.blue:active:focus, .btn.btn-outline.blue:focus, .btn.btn-outline.blue.active {
    border-color: #3598dc;
    color: #FFFFFF;
    background-color: #3598dc; }

.btn.blue-stripe {
  border-left: 4px solid #3598dc !important; }

.btn.blue.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-madison:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #578ebe;
  border-color: #578ebe; }
  .btn.blue-madison:not(.btn-outline):focus, .btn.blue-madison:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #3f74a3;
    border-color: #2a4d6c; }
  .btn.blue-madison:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3f74a3;
    border-color: #3c6f9c; }
  .btn.blue-madison:not(.btn-outline):active, .btn.blue-madison:not(.btn-outline).active,
  .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #3f74a3;
    border-color: #3c6f9c; }
    .btn.blue-madison:not(.btn-outline):active:hover, .btn.blue-madison:not(.btn-outline):active:focus, .btn.blue-madison:not(.btn-outline):active.focus, .btn.blue-madison:not(.btn-outline).active:hover, .btn.blue-madison:not(.btn-outline).active:focus, .btn.blue-madison:not(.btn-outline).active.focus,
    .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #356289;
      border-color: #2a4d6c; }
  .btn.blue-madison:not(.btn-outline):active, .btn.blue-madison:not(.btn-outline).active,
  .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-madison:not(.btn-outline).disabled:hover, .btn.blue-madison:not(.btn-outline).disabled:focus, .btn.blue-madison:not(.btn-outline).disabled.focus, .btn.blue-madison:not(.btn-outline)[disabled]:hover, .btn.blue-madison:not(.btn-outline)[disabled]:focus, .btn.blue-madison:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-madison:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-madison:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-madison:not(.btn-outline).focus {
    background-color: #578ebe;
    border-color: #578ebe; }
  .btn.blue-madison:not(.btn-outline) .badge {
    color: #578ebe;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-madison {
  border-color: #578ebe;
  color: #578ebe;
  background: none; }
  .btn.btn-outline.blue-madison:hover, .btn.btn-outline.blue-madison:active, .btn.btn-outline.blue-madison:active:hover, .btn.btn-outline.blue-madison:active:focus, .btn.btn-outline.blue-madison:focus, .btn.btn-outline.blue-madison.active {
    border-color: #578ebe;
    color: #FFFFFF;
    background-color: #578ebe; }

.btn.blue-madison-stripe {
  border-left: 4px solid #578ebe !important; }

.btn.blue-madison.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-chambray:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #2C3E50;
  border-color: #2C3E50; }
  .btn.blue-chambray:not(.btn-outline):focus, .btn.blue-chambray:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #1a252f;
    border-color: black; }
  .btn.blue-chambray:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #1a252f;
    border-color: #161f29; }
  .btn.blue-chambray:not(.btn-outline):active, .btn.blue-chambray:not(.btn-outline).active,
  .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #1a252f;
    border-color: #161f29; }
    .btn.blue-chambray:not(.btn-outline):active:hover, .btn.blue-chambray:not(.btn-outline):active:focus, .btn.blue-chambray:not(.btn-outline):active.focus, .btn.blue-chambray:not(.btn-outline).active:hover, .btn.blue-chambray:not(.btn-outline).active:focus, .btn.blue-chambray:not(.btn-outline).active.focus,
    .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #0d1318;
      border-color: black; }
  .btn.blue-chambray:not(.btn-outline):active, .btn.blue-chambray:not(.btn-outline).active,
  .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-chambray:not(.btn-outline).disabled:hover, .btn.blue-chambray:not(.btn-outline).disabled:focus, .btn.blue-chambray:not(.btn-outline).disabled.focus, .btn.blue-chambray:not(.btn-outline)[disabled]:hover, .btn.blue-chambray:not(.btn-outline)[disabled]:focus, .btn.blue-chambray:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-chambray:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-chambray:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-chambray:not(.btn-outline).focus {
    background-color: #2C3E50;
    border-color: #2C3E50; }
  .btn.blue-chambray:not(.btn-outline) .badge {
    color: #2C3E50;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-chambray {
  border-color: #2C3E50;
  color: #2C3E50;
  background: none; }
  .btn.btn-outline.blue-chambray:hover, .btn.btn-outline.blue-chambray:active, .btn.btn-outline.blue-chambray:active:hover, .btn.btn-outline.blue-chambray:active:focus, .btn.btn-outline.blue-chambray:focus, .btn.btn-outline.blue-chambray.active {
    border-color: #2C3E50;
    color: #FFFFFF;
    background-color: #2C3E50; }

.btn.blue-chambray-stripe {
  border-left: 4px solid #2C3E50 !important; }

.btn.blue-chambray.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-ebonyclay:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #22313F;
  border-color: #22313F; }
  .btn.blue-ebonyclay:not(.btn-outline):focus, .btn.blue-ebonyclay:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #10171e;
    border-color: black; }
  .btn.blue-ebonyclay:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #10171e;
    border-color: #0d1217; }
  .btn.blue-ebonyclay:not(.btn-outline):active, .btn.blue-ebonyclay:not(.btn-outline).active,
  .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #10171e;
    border-color: #0d1217; }
    .btn.blue-ebonyclay:not(.btn-outline):active:hover, .btn.blue-ebonyclay:not(.btn-outline):active:focus, .btn.blue-ebonyclay:not(.btn-outline):active.focus, .btn.blue-ebonyclay:not(.btn-outline).active:hover, .btn.blue-ebonyclay:not(.btn-outline).active:focus, .btn.blue-ebonyclay:not(.btn-outline).active.focus,
    .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #040507;
      border-color: black; }
  .btn.blue-ebonyclay:not(.btn-outline):active, .btn.blue-ebonyclay:not(.btn-outline).active,
  .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-ebonyclay:not(.btn-outline).disabled:hover, .btn.blue-ebonyclay:not(.btn-outline).disabled:focus, .btn.blue-ebonyclay:not(.btn-outline).disabled.focus, .btn.blue-ebonyclay:not(.btn-outline)[disabled]:hover, .btn.blue-ebonyclay:not(.btn-outline)[disabled]:focus, .btn.blue-ebonyclay:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline).focus {
    background-color: #22313F;
    border-color: #22313F; }
  .btn.blue-ebonyclay:not(.btn-outline) .badge {
    color: #22313F;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-ebonyclay {
  border-color: #22313F;
  color: #22313F;
  background: none; }
  .btn.btn-outline.blue-ebonyclay:hover, .btn.btn-outline.blue-ebonyclay:active, .btn.btn-outline.blue-ebonyclay:active:hover, .btn.btn-outline.blue-ebonyclay:active:focus, .btn.btn-outline.blue-ebonyclay:focus, .btn.btn-outline.blue-ebonyclay.active {
    border-color: #22313F;
    color: #FFFFFF;
    background-color: #22313F; }

.btn.blue-ebonyclay-stripe {
  border-left: 4px solid #22313F !important; }

.btn.blue-ebonyclay.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-hoki:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #67809F;
  border-color: #67809F; }
  .btn.blue-hoki:not(.btn-outline):focus, .btn.blue-hoki:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #526781;
    border-color: #344252; }
  .btn.blue-hoki:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #526781;
    border-color: #4e627b; }
  .btn.blue-hoki:not(.btn-outline):active, .btn.blue-hoki:not(.btn-outline).active,
  .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #526781;
    border-color: #4e627b; }
    .btn.blue-hoki:not(.btn-outline):active:hover, .btn.blue-hoki:not(.btn-outline):active:focus, .btn.blue-hoki:not(.btn-outline):active.focus, .btn.blue-hoki:not(.btn-outline).active:hover, .btn.blue-hoki:not(.btn-outline).active:focus, .btn.blue-hoki:not(.btn-outline).active.focus,
    .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #44566b;
      border-color: #344252; }
  .btn.blue-hoki:not(.btn-outline):active, .btn.blue-hoki:not(.btn-outline).active,
  .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-hoki:not(.btn-outline).disabled:hover, .btn.blue-hoki:not(.btn-outline).disabled:focus, .btn.blue-hoki:not(.btn-outline).disabled.focus, .btn.blue-hoki:not(.btn-outline)[disabled]:hover, .btn.blue-hoki:not(.btn-outline)[disabled]:focus, .btn.blue-hoki:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-hoki:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-hoki:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-hoki:not(.btn-outline).focus {
    background-color: #67809F;
    border-color: #67809F; }
  .btn.blue-hoki:not(.btn-outline) .badge {
    color: #67809F;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-hoki {
  border-color: #67809F;
  color: #67809F;
  background: none; }
  .btn.btn-outline.blue-hoki:hover, .btn.btn-outline.blue-hoki:active, .btn.btn-outline.blue-hoki:active:hover, .btn.btn-outline.blue-hoki:active:focus, .btn.btn-outline.blue-hoki:focus, .btn.btn-outline.blue-hoki.active {
    border-color: #67809F;
    color: #FFFFFF;
    background-color: #67809F; }

.btn.blue-hoki-stripe {
  border-left: 4px solid #67809F !important; }

.btn.blue-hoki.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-steel:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #4B77BE;
  border-color: #4B77BE; }
  .btn.blue-steel:not(.btn-outline):focus, .btn.blue-steel:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #395f9d;
    border-color: #243d65; }
  .btn.blue-steel:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #395f9d;
    border-color: #365b96; }
  .btn.blue-steel:not(.btn-outline):active, .btn.blue-steel:not(.btn-outline).active,
  .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #395f9d;
    border-color: #365b96; }
    .btn.blue-steel:not(.btn-outline):active:hover, .btn.blue-steel:not(.btn-outline):active:focus, .btn.blue-steel:not(.btn-outline):active.focus, .btn.blue-steel:not(.btn-outline).active:hover, .btn.blue-steel:not(.btn-outline).active:focus, .btn.blue-steel:not(.btn-outline).active.focus,
    .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #2f4f83;
      border-color: #243d65; }
  .btn.blue-steel:not(.btn-outline):active, .btn.blue-steel:not(.btn-outline).active,
  .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-steel:not(.btn-outline).disabled:hover, .btn.blue-steel:not(.btn-outline).disabled:focus, .btn.blue-steel:not(.btn-outline).disabled.focus, .btn.blue-steel:not(.btn-outline)[disabled]:hover, .btn.blue-steel:not(.btn-outline)[disabled]:focus, .btn.blue-steel:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-steel:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-steel:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-steel:not(.btn-outline).focus {
    background-color: #4B77BE;
    border-color: #4B77BE; }
  .btn.blue-steel:not(.btn-outline) .badge {
    color: #4B77BE;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-steel {
  border-color: #4B77BE;
  color: #4B77BE;
  background: none; }
  .btn.btn-outline.blue-steel:hover, .btn.btn-outline.blue-steel:active, .btn.btn-outline.blue-steel:active:hover, .btn.btn-outline.blue-steel:active:focus, .btn.btn-outline.blue-steel:focus, .btn.btn-outline.blue-steel.active {
    border-color: #4B77BE;
    color: #FFFFFF;
    background-color: #4B77BE; }

.btn.blue-steel-stripe {
  border-left: 4px solid #4B77BE !important; }

.btn.blue-steel.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-soft:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #4c87b9;
  border-color: #4c87b9; }
  .btn.blue-soft:not(.btn-outline):focus, .btn.blue-soft:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #3b6d97;
    border-color: #264560; }
  .btn.blue-soft:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3b6d97;
    border-color: #386890; }
  .btn.blue-soft:not(.btn-outline):active, .btn.blue-soft:not(.btn-outline).active,
  .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #3b6d97;
    border-color: #386890; }
    .btn.blue-soft:not(.btn-outline):active:hover, .btn.blue-soft:not(.btn-outline):active:focus, .btn.blue-soft:not(.btn-outline):active.focus, .btn.blue-soft:not(.btn-outline).active:hover, .btn.blue-soft:not(.btn-outline).active:focus, .btn.blue-soft:not(.btn-outline).active.focus,
    .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #315a7d;
      border-color: #264560; }
  .btn.blue-soft:not(.btn-outline):active, .btn.blue-soft:not(.btn-outline).active,
  .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-soft:not(.btn-outline).disabled:hover, .btn.blue-soft:not(.btn-outline).disabled:focus, .btn.blue-soft:not(.btn-outline).disabled.focus, .btn.blue-soft:not(.btn-outline)[disabled]:hover, .btn.blue-soft:not(.btn-outline)[disabled]:focus, .btn.blue-soft:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-soft:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-soft:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-soft:not(.btn-outline).focus {
    background-color: #4c87b9;
    border-color: #4c87b9; }
  .btn.blue-soft:not(.btn-outline) .badge {
    color: #4c87b9;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-soft {
  border-color: #4c87b9;
  color: #4c87b9;
  background: none; }
  .btn.btn-outline.blue-soft:hover, .btn.btn-outline.blue-soft:active, .btn.btn-outline.blue-soft:active:hover, .btn.btn-outline.blue-soft:active:focus, .btn.btn-outline.blue-soft:focus, .btn.btn-outline.blue-soft.active {
    border-color: #4c87b9;
    color: #FFFFFF;
    background-color: #4c87b9; }

.btn.blue-soft-stripe {
  border-left: 4px solid #4c87b9 !important; }

.btn.blue-soft.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-dark:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #5e738b;
  border-color: #5e738b; }
  .btn.blue-dark:not(.btn-outline):focus, .btn.blue-dark:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #495a6d;
    border-color: #2b343f; }
  .btn.blue-dark:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #495a6d;
    border-color: #455566; }
  .btn.blue-dark:not(.btn-outline):active, .btn.blue-dark:not(.btn-outline).active,
  .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #495a6d;
    border-color: #455566; }
    .btn.blue-dark:not(.btn-outline):active:hover, .btn.blue-dark:not(.btn-outline):active:focus, .btn.blue-dark:not(.btn-outline):active.focus, .btn.blue-dark:not(.btn-outline).active:hover, .btn.blue-dark:not(.btn-outline).active:focus, .btn.blue-dark:not(.btn-outline).active.focus,
    .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #3b4857;
      border-color: #2b343f; }
  .btn.blue-dark:not(.btn-outline):active, .btn.blue-dark:not(.btn-outline).active,
  .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-dark:not(.btn-outline).disabled:hover, .btn.blue-dark:not(.btn-outline).disabled:focus, .btn.blue-dark:not(.btn-outline).disabled.focus, .btn.blue-dark:not(.btn-outline)[disabled]:hover, .btn.blue-dark:not(.btn-outline)[disabled]:focus, .btn.blue-dark:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-dark:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-dark:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-dark:not(.btn-outline).focus {
    background-color: #5e738b;
    border-color: #5e738b; }
  .btn.blue-dark:not(.btn-outline) .badge {
    color: #5e738b;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-dark {
  border-color: #5e738b;
  color: #5e738b;
  background: none; }
  .btn.btn-outline.blue-dark:hover, .btn.btn-outline.blue-dark:active, .btn.btn-outline.blue-dark:active:hover, .btn.btn-outline.blue-dark:active:focus, .btn.btn-outline.blue-dark:focus, .btn.btn-outline.blue-dark.active {
    border-color: #5e738b;
    color: #FFFFFF;
    background-color: #5e738b; }

.btn.blue-dark-stripe {
  border-left: 4px solid #5e738b !important; }

.btn.blue-dark.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-sharp:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #5C9BD1;
  border-color: #5C9BD1; }
  .btn.blue-sharp:not(.btn-outline):focus, .btn.blue-sharp:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #3782c3;
    border-color: #265a87; }
  .btn.blue-sharp:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3782c3;
    border-color: #357dbb; }
  .btn.blue-sharp:not(.btn-outline):active, .btn.blue-sharp:not(.btn-outline).active,
  .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #3782c3;
    border-color: #357dbb; }
    .btn.blue-sharp:not(.btn-outline):active:hover, .btn.blue-sharp:not(.btn-outline):active:focus, .btn.blue-sharp:not(.btn-outline):active.focus, .btn.blue-sharp:not(.btn-outline).active:hover, .btn.blue-sharp:not(.btn-outline).active:focus, .btn.blue-sharp:not(.btn-outline).active.focus,
    .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #2f70a7;
      border-color: #265a87; }
  .btn.blue-sharp:not(.btn-outline):active, .btn.blue-sharp:not(.btn-outline).active,
  .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-sharp:not(.btn-outline).disabled:hover, .btn.blue-sharp:not(.btn-outline).disabled:focus, .btn.blue-sharp:not(.btn-outline).disabled.focus, .btn.blue-sharp:not(.btn-outline)[disabled]:hover, .btn.blue-sharp:not(.btn-outline)[disabled]:focus, .btn.blue-sharp:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-sharp:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-sharp:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-sharp:not(.btn-outline).focus {
    background-color: #5C9BD1;
    border-color: #5C9BD1; }
  .btn.blue-sharp:not(.btn-outline) .badge {
    color: #5C9BD1;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-sharp {
  border-color: #5C9BD1;
  color: #5C9BD1;
  background: none; }
  .btn.btn-outline.blue-sharp:hover, .btn.btn-outline.blue-sharp:active, .btn.btn-outline.blue-sharp:active:hover, .btn.btn-outline.blue-sharp:active:focus, .btn.btn-outline.blue-sharp:focus, .btn.btn-outline.blue-sharp.active {
    border-color: #5C9BD1;
    color: #FFFFFF;
    background-color: #5C9BD1; }

.btn.blue-sharp-stripe {
  border-left: 4px solid #5C9BD1 !important; }

.btn.blue-sharp.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.blue-oleo:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #94A0B2;
  border-color: #94A0B2; }
  .btn.blue-oleo:not(.btn-outline):focus, .btn.blue-oleo:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #76869d;
    border-color: #536073; }
  .btn.blue-oleo:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #76869d;
    border-color: #708098; }
  .btn.blue-oleo:not(.btn-outline):active, .btn.blue-oleo:not(.btn-outline).active,
  .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #76869d;
    border-color: #708098; }
    .btn.blue-oleo:not(.btn-outline):active:hover, .btn.blue-oleo:not(.btn-outline):active:focus, .btn.blue-oleo:not(.btn-outline):active.focus, .btn.blue-oleo:not(.btn-outline).active:hover, .btn.blue-oleo:not(.btn-outline).active:focus, .btn.blue-oleo:not(.btn-outline).active.focus,
    .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #64748b;
      border-color: #536073; }
  .btn.blue-oleo:not(.btn-outline):active, .btn.blue-oleo:not(.btn-outline).active,
  .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.blue-oleo:not(.btn-outline).disabled:hover, .btn.blue-oleo:not(.btn-outline).disabled:focus, .btn.blue-oleo:not(.btn-outline).disabled.focus, .btn.blue-oleo:not(.btn-outline)[disabled]:hover, .btn.blue-oleo:not(.btn-outline)[disabled]:focus, .btn.blue-oleo:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.blue-oleo:not(.btn-outline):hover,
  fieldset[disabled] .btn.blue-oleo:not(.btn-outline):focus,
  fieldset[disabled] .btn.blue-oleo:not(.btn-outline).focus {
    background-color: #94A0B2;
    border-color: #94A0B2; }
  .btn.blue-oleo:not(.btn-outline) .badge {
    color: #94A0B2;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-oleo {
  border-color: #94A0B2;
  color: #94A0B2;
  background: none; }
  .btn.btn-outline.blue-oleo:hover, .btn.btn-outline.blue-oleo:active, .btn.btn-outline.blue-oleo:active:hover, .btn.btn-outline.blue-oleo:active:focus, .btn.btn-outline.blue-oleo:focus, .btn.btn-outline.blue-oleo.active {
    border-color: #94A0B2;
    color: #FFFFFF;
    background-color: #94A0B2; }

.btn.blue-oleo-stripe {
  border-left: 4px solid #94A0B2 !important; }

.btn.blue-oleo.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #32c5d2;
  border-color: #32c5d2; }
  .btn.green:not(.btn-outline):focus, .btn.green:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #26a1ab;
    border-color: #18666d; }
  .btn.green:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #26a1ab;
    border-color: #2499a3; }
  .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline).active,
  .open > .btn.green:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #26a1ab;
    border-color: #2499a3; }
    .btn.green:not(.btn-outline):active:hover, .btn.green:not(.btn-outline):active:focus, .btn.green:not(.btn-outline):active.focus, .btn.green:not(.btn-outline).active:hover, .btn.green:not(.btn-outline).active:focus, .btn.green:not(.btn-outline).active.focus,
    .open > .btn.green:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #1f858e;
      border-color: #18666d; }
  .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline).active,
  .open > .btn.green:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green:not(.btn-outline).disabled:hover, .btn.green:not(.btn-outline).disabled:focus, .btn.green:not(.btn-outline).disabled.focus, .btn.green:not(.btn-outline)[disabled]:hover, .btn.green:not(.btn-outline)[disabled]:focus, .btn.green:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green:not(.btn-outline):hover,
  fieldset[disabled] .btn.green:not(.btn-outline):focus,
  fieldset[disabled] .btn.green:not(.btn-outline).focus {
    background-color: #32c5d2;
    border-color: #32c5d2; }
  .btn.green:not(.btn-outline) .badge {
    color: #32c5d2;
    background-color: #FFFFFF; }

.btn.btn-outline.green {
  border-color: #32c5d2;
  color: #32c5d2;
  background: none; }
  .btn.btn-outline.green:hover, .btn.btn-outline.green:active, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:focus, .btn.btn-outline.green.active {
    border-color: #32c5d2;
    color: #FFFFFF;
    background-color: #32c5d2; }

.btn.green-stripe {
  border-left: 4px solid #32c5d2 !important; }

.btn.green.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-meadow:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #1BBC9B;
  border-color: #1BBC9B; }
  .btn.green-meadow:not(.btn-outline):focus, .btn.green-meadow:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #158f76;
    border-color: #0b4d3f; }
  .btn.green-meadow:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #158f76;
    border-color: #13866f; }
  .btn.green-meadow:not(.btn-outline):active, .btn.green-meadow:not(.btn-outline).active,
  .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #158f76;
    border-color: #13866f; }
    .btn.green-meadow:not(.btn-outline):active:hover, .btn.green-meadow:not(.btn-outline):active:focus, .btn.green-meadow:not(.btn-outline):active.focus, .btn.green-meadow:not(.btn-outline).active:hover, .btn.green-meadow:not(.btn-outline).active:focus, .btn.green-meadow:not(.btn-outline).active.focus,
    .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #10705c;
      border-color: #0b4d3f; }
  .btn.green-meadow:not(.btn-outline):active, .btn.green-meadow:not(.btn-outline).active,
  .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-meadow:not(.btn-outline).disabled:hover, .btn.green-meadow:not(.btn-outline).disabled:focus, .btn.green-meadow:not(.btn-outline).disabled.focus, .btn.green-meadow:not(.btn-outline)[disabled]:hover, .btn.green-meadow:not(.btn-outline)[disabled]:focus, .btn.green-meadow:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-meadow:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-meadow:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-meadow:not(.btn-outline).focus {
    background-color: #1BBC9B;
    border-color: #1BBC9B; }
  .btn.green-meadow:not(.btn-outline) .badge {
    color: #1BBC9B;
    background-color: #FFFFFF; }

.btn.btn-outline.green-meadow {
  border-color: #1BBC9B;
  color: #1BBC9B;
  background: none; }
  .btn.btn-outline.green-meadow:hover, .btn.btn-outline.green-meadow:active, .btn.btn-outline.green-meadow:active:hover, .btn.btn-outline.green-meadow:active:focus, .btn.btn-outline.green-meadow:focus, .btn.btn-outline.green-meadow.active {
    border-color: #1BBC9B;
    color: #FFFFFF;
    background-color: #1BBC9B; }

.btn.green-meadow-stripe {
  border-left: 4px solid #1BBC9B !important; }

.btn.green-meadow.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-seagreen:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #1BA39C;
  border-color: #1BA39C; }
  .btn.green-seagreen:not(.btn-outline):focus, .btn.green-seagreen:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #147772;
    border-color: #093633; }
  .btn.green-seagreen:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #147772;
    border-color: #126e6a; }
  .btn.green-seagreen:not(.btn-outline):active, .btn.green-seagreen:not(.btn-outline).active,
  .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #147772;
    border-color: #126e6a; }
    .btn.green-seagreen:not(.btn-outline):active:hover, .btn.green-seagreen:not(.btn-outline):active:focus, .btn.green-seagreen:not(.btn-outline):active.focus, .btn.green-seagreen:not(.btn-outline).active:hover, .btn.green-seagreen:not(.btn-outline).active:focus, .btn.green-seagreen:not(.btn-outline).active.focus,
    .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #0f5955;
      border-color: #093633; }
  .btn.green-seagreen:not(.btn-outline):active, .btn.green-seagreen:not(.btn-outline).active,
  .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-seagreen:not(.btn-outline).disabled:hover, .btn.green-seagreen:not(.btn-outline).disabled:focus, .btn.green-seagreen:not(.btn-outline).disabled.focus, .btn.green-seagreen:not(.btn-outline)[disabled]:hover, .btn.green-seagreen:not(.btn-outline)[disabled]:focus, .btn.green-seagreen:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-seagreen:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-seagreen:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-seagreen:not(.btn-outline).focus {
    background-color: #1BA39C;
    border-color: #1BA39C; }
  .btn.green-seagreen:not(.btn-outline) .badge {
    color: #1BA39C;
    background-color: #FFFFFF; }

.btn.btn-outline.green-seagreen {
  border-color: #1BA39C;
  color: #1BA39C;
  background: none; }
  .btn.btn-outline.green-seagreen:hover, .btn.btn-outline.green-seagreen:active, .btn.btn-outline.green-seagreen:active:hover, .btn.btn-outline.green-seagreen:active:focus, .btn.btn-outline.green-seagreen:focus, .btn.btn-outline.green-seagreen.active {
    border-color: #1BA39C;
    color: #FFFFFF;
    background-color: #1BA39C; }

.btn.green-seagreen-stripe {
  border-left: 4px solid #1BA39C !important; }

.btn.green-seagreen.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-turquoise:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #36D7B7;
  border-color: #36D7B7; }
  .btn.green-turquoise:not(.btn-outline):focus, .btn.green-turquoise:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #24b699;
    border-color: #177663; }
  .btn.green-turquoise:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #24b699;
    border-color: #22ad92; }
  .btn.green-turquoise:not(.btn-outline):active, .btn.green-turquoise:not(.btn-outline).active,
  .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #24b699;
    border-color: #22ad92; }
    .btn.green-turquoise:not(.btn-outline):active:hover, .btn.green-turquoise:not(.btn-outline):active:focus, .btn.green-turquoise:not(.btn-outline):active.focus, .btn.green-turquoise:not(.btn-outline).active:hover, .btn.green-turquoise:not(.btn-outline).active:focus, .btn.green-turquoise:not(.btn-outline).active.focus,
    .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #1e9880;
      border-color: #177663; }
  .btn.green-turquoise:not(.btn-outline):active, .btn.green-turquoise:not(.btn-outline).active,
  .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-turquoise:not(.btn-outline).disabled:hover, .btn.green-turquoise:not(.btn-outline).disabled:focus, .btn.green-turquoise:not(.btn-outline).disabled.focus, .btn.green-turquoise:not(.btn-outline)[disabled]:hover, .btn.green-turquoise:not(.btn-outline)[disabled]:focus, .btn.green-turquoise:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-turquoise:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-turquoise:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-turquoise:not(.btn-outline).focus {
    background-color: #36D7B7;
    border-color: #36D7B7; }
  .btn.green-turquoise:not(.btn-outline) .badge {
    color: #36D7B7;
    background-color: #FFFFFF; }

.btn.btn-outline.green-turquoise {
  border-color: #36D7B7;
  color: #36D7B7;
  background: none; }
  .btn.btn-outline.green-turquoise:hover, .btn.btn-outline.green-turquoise:active, .btn.btn-outline.green-turquoise:active:hover, .btn.btn-outline.green-turquoise:active:focus, .btn.btn-outline.green-turquoise:focus, .btn.btn-outline.green-turquoise.active {
    border-color: #36D7B7;
    color: #FFFFFF;
    background-color: #36D7B7; }

.btn.green-turquoise-stripe {
  border-left: 4px solid #36D7B7 !important; }

.btn.green-turquoise.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-haze:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #44b6ae;
  border-color: #44b6ae; }
  .btn.green-haze:not(.btn-outline):focus, .btn.green-haze:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #36918b;
    border-color: #215955; }
  .btn.green-haze:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #36918b;
    border-color: #338983; }
  .btn.green-haze:not(.btn-outline):active, .btn.green-haze:not(.btn-outline).active,
  .open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #36918b;
    border-color: #338983; }
    .btn.green-haze:not(.btn-outline):active:hover, .btn.green-haze:not(.btn-outline):active:focus, .btn.green-haze:not(.btn-outline):active.focus, .btn.green-haze:not(.btn-outline).active:hover, .btn.green-haze:not(.btn-outline).active:focus, .btn.green-haze:not(.btn-outline).active.focus,
    .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-haze:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #2c7772;
      border-color: #215955; }
  .btn.green-haze:not(.btn-outline):active, .btn.green-haze:not(.btn-outline).active,
  .open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-haze:not(.btn-outline).disabled:hover, .btn.green-haze:not(.btn-outline).disabled:focus, .btn.green-haze:not(.btn-outline).disabled.focus, .btn.green-haze:not(.btn-outline)[disabled]:hover, .btn.green-haze:not(.btn-outline)[disabled]:focus, .btn.green-haze:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-haze:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-haze:not(.btn-outline).focus {
    background-color: #44b6ae;
    border-color: #44b6ae; }
  .btn.green-haze:not(.btn-outline) .badge {
    color: #44b6ae;
    background-color: #FFFFFF; }

.btn.btn-outline.green-haze {
  border-color: #44b6ae;
  color: #44b6ae;
  background: none; }
  .btn.btn-outline.green-haze:hover, .btn.btn-outline.green-haze:active, .btn.btn-outline.green-haze:active:hover, .btn.btn-outline.green-haze:active:focus, .btn.btn-outline.green-haze:focus, .btn.btn-outline.green-haze.active {
    border-color: #44b6ae;
    color: #FFFFFF;
    background-color: #44b6ae; }

.btn.green-haze-stripe {
  border-left: 4px solid #44b6ae !important; }

.btn.green-haze.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-jungle:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #26C281;
  border-color: #26C281; }
  .btn.green-jungle:not(.btn-outline):focus, .btn.green-jungle:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #1e9765;
    border-color: #11573a; }
  .btn.green-jungle:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #1e9765;
    border-color: #1c8f5f; }
  .btn.green-jungle:not(.btn-outline):active, .btn.green-jungle:not(.btn-outline).active,
  .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e9765;
    border-color: #1c8f5f; }
    .btn.green-jungle:not(.btn-outline):active:hover, .btn.green-jungle:not(.btn-outline):active:focus, .btn.green-jungle:not(.btn-outline):active.focus, .btn.green-jungle:not(.btn-outline).active:hover, .btn.green-jungle:not(.btn-outline).active:focus, .btn.green-jungle:not(.btn-outline).active.focus,
    .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #187a51;
      border-color: #11573a; }
  .btn.green-jungle:not(.btn-outline):active, .btn.green-jungle:not(.btn-outline).active,
  .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-jungle:not(.btn-outline).disabled:hover, .btn.green-jungle:not(.btn-outline).disabled:focus, .btn.green-jungle:not(.btn-outline).disabled.focus, .btn.green-jungle:not(.btn-outline)[disabled]:hover, .btn.green-jungle:not(.btn-outline)[disabled]:focus, .btn.green-jungle:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-jungle:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-jungle:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-jungle:not(.btn-outline).focus {
    background-color: #26C281;
    border-color: #26C281; }
  .btn.green-jungle:not(.btn-outline) .badge {
    color: #26C281;
    background-color: #FFFFFF; }

.btn.btn-outline.green-jungle {
  border-color: #26C281;
  color: #26C281;
  background: none; }
  .btn.btn-outline.green-jungle:hover, .btn.btn-outline.green-jungle:active, .btn.btn-outline.green-jungle:active:hover, .btn.btn-outline.green-jungle:active:focus, .btn.btn-outline.green-jungle:focus, .btn.btn-outline.green-jungle.active {
    border-color: #26C281;
    color: #FFFFFF;
    background-color: #26C281; }

.btn.green-jungle-stripe {
  border-left: 4px solid #26C281 !important; }

.btn.green-jungle.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-soft:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #3faba4;
  border-color: #3faba4; }
  .btn.green-soft:not(.btn-outline):focus, .btn.green-soft:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #1d4e4b; }
  .btn.green-soft:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #2f7e79; }
  .btn.green-soft:not(.btn-outline):active, .btn.green-soft:not(.btn-outline).active,
  .open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #2f7e79; }
    .btn.green-soft:not(.btn-outline):active:hover, .btn.green-soft:not(.btn-outline):active:focus, .btn.green-soft:not(.btn-outline):active.focus, .btn.green-soft:not(.btn-outline).active:hover, .btn.green-soft:not(.btn-outline).active:focus, .btn.green-soft:not(.btn-outline).active.focus,
    .open > .btn.green-soft:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-soft:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-soft:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #286c67;
      border-color: #1d4e4b; }
  .btn.green-soft:not(.btn-outline):active, .btn.green-soft:not(.btn-outline).active,
  .open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-soft:not(.btn-outline).disabled:hover, .btn.green-soft:not(.btn-outline).disabled:focus, .btn.green-soft:not(.btn-outline).disabled.focus, .btn.green-soft:not(.btn-outline)[disabled]:hover, .btn.green-soft:not(.btn-outline)[disabled]:focus, .btn.green-soft:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-soft:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-soft:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-soft:not(.btn-outline).focus {
    background-color: #3faba4;
    border-color: #3faba4; }
  .btn.green-soft:not(.btn-outline) .badge {
    color: #3faba4;
    background-color: #FFFFFF; }

.btn.btn-outline.green-soft {
  border-color: #3faba4;
  color: #3faba4;
  background: none; }
  .btn.btn-outline.green-soft:hover, .btn.btn-outline.green-soft:active, .btn.btn-outline.green-soft:active:hover, .btn.btn-outline.green-soft:active:focus, .btn.btn-outline.green-soft:focus, .btn.btn-outline.green-soft.active {
    border-color: #3faba4;
    color: #FFFFFF;
    background-color: #3faba4; }

.btn.green-soft-stripe {
  border-left: 4px solid #3faba4 !important; }

.btn.green-soft.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-dark:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #4DB3A2;
  border-color: #4DB3A2; }
  .btn.green-dark:not(.btn-outline):focus, .btn.green-dark:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #3d9082;
    border-color: #265a51; }
  .btn.green-dark:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3d9082;
    border-color: #3a897b; }
  .btn.green-dark:not(.btn-outline):active, .btn.green-dark:not(.btn-outline).active,
  .open > .btn.green-dark:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #3d9082;
    border-color: #3a897b; }
    .btn.green-dark:not(.btn-outline):active:hover, .btn.green-dark:not(.btn-outline):active:focus, .btn.green-dark:not(.btn-outline):active.focus, .btn.green-dark:not(.btn-outline).active:hover, .btn.green-dark:not(.btn-outline).active:focus, .btn.green-dark:not(.btn-outline).active.focus,
    .open > .btn.green-dark:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-dark:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-dark:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #33776b;
      border-color: #265a51; }
  .btn.green-dark:not(.btn-outline):active, .btn.green-dark:not(.btn-outline).active,
  .open > .btn.green-dark:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-dark:not(.btn-outline).disabled:hover, .btn.green-dark:not(.btn-outline).disabled:focus, .btn.green-dark:not(.btn-outline).disabled.focus, .btn.green-dark:not(.btn-outline)[disabled]:hover, .btn.green-dark:not(.btn-outline)[disabled]:focus, .btn.green-dark:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-dark:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-dark:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-dark:not(.btn-outline).focus {
    background-color: #4DB3A2;
    border-color: #4DB3A2; }
  .btn.green-dark:not(.btn-outline) .badge {
    color: #4DB3A2;
    background-color: #FFFFFF; }

.btn.btn-outline.green-dark {
  border-color: #4DB3A2;
  color: #4DB3A2;
  background: none; }
  .btn.btn-outline.green-dark:hover, .btn.btn-outline.green-dark:active, .btn.btn-outline.green-dark:active:hover, .btn.btn-outline.green-dark:active:focus, .btn.btn-outline.green-dark:focus, .btn.btn-outline.green-dark.active {
    border-color: #4DB3A2;
    color: #FFFFFF;
    background-color: #4DB3A2; }

.btn.green-dark-stripe {
  border-left: 4px solid #4DB3A2 !important; }

.btn.green-dark.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-sharp:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #2ab4c0;
  border-color: #2ab4c0; }
  .btn.green-sharp:not(.btn-outline):focus, .btn.green-sharp:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #218d96;
    border-color: #135257; }
  .btn.green-sharp:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #218d96;
    border-color: #1f858e; }
  .btn.green-sharp:not(.btn-outline):active, .btn.green-sharp:not(.btn-outline).active,
  .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #218d96;
    border-color: #1f858e; }
    .btn.green-sharp:not(.btn-outline):active:hover, .btn.green-sharp:not(.btn-outline):active:focus, .btn.green-sharp:not(.btn-outline):active.focus, .btn.green-sharp:not(.btn-outline).active:hover, .btn.green-sharp:not(.btn-outline).active:focus, .btn.green-sharp:not(.btn-outline).active.focus,
    .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #1a7179;
      border-color: #135257; }
  .btn.green-sharp:not(.btn-outline):active, .btn.green-sharp:not(.btn-outline).active,
  .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-sharp:not(.btn-outline).disabled:hover, .btn.green-sharp:not(.btn-outline).disabled:focus, .btn.green-sharp:not(.btn-outline).disabled.focus, .btn.green-sharp:not(.btn-outline)[disabled]:hover, .btn.green-sharp:not(.btn-outline)[disabled]:focus, .btn.green-sharp:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-sharp:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-sharp:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-sharp:not(.btn-outline).focus {
    background-color: #2ab4c0;
    border-color: #2ab4c0; }
  .btn.green-sharp:not(.btn-outline) .badge {
    color: #2ab4c0;
    background-color: #FFFFFF; }

.btn.btn-outline.green-sharp {
  border-color: #2ab4c0;
  color: #2ab4c0;
  background: none; }
  .btn.btn-outline.green-sharp:hover, .btn.btn-outline.green-sharp:active, .btn.btn-outline.green-sharp:active:hover, .btn.btn-outline.green-sharp:active:focus, .btn.btn-outline.green-sharp:focus, .btn.btn-outline.green-sharp.active {
    border-color: #2ab4c0;
    color: #FFFFFF;
    background-color: #2ab4c0; }

.btn.green-sharp-stripe {
  border-left: 4px solid #2ab4c0 !important; }

.btn.green-sharp.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.green-steel:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #29b4b6;
  border-color: #29b4b6; }
  .btn.green-steel:not(.btn-outline):focus, .btn.green-steel:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #208b8c;
    border-color: #124d4e; }
  .btn.green-steel:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #208b8c;
    border-color: #1e8384; }
  .btn.green-steel:not(.btn-outline):active, .btn.green-steel:not(.btn-outline).active,
  .open > .btn.green-steel:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #208b8c;
    border-color: #1e8384; }
    .btn.green-steel:not(.btn-outline):active:hover, .btn.green-steel:not(.btn-outline):active:focus, .btn.green-steel:not(.btn-outline):active.focus, .btn.green-steel:not(.btn-outline).active:hover, .btn.green-steel:not(.btn-outline).active:focus, .btn.green-steel:not(.btn-outline).active.focus,
    .open > .btn.green-steel:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.green-steel:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.green-steel:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #196e6f;
      border-color: #124d4e; }
  .btn.green-steel:not(.btn-outline):active, .btn.green-steel:not(.btn-outline).active,
  .open > .btn.green-steel:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.green-steel:not(.btn-outline).disabled:hover, .btn.green-steel:not(.btn-outline).disabled:focus, .btn.green-steel:not(.btn-outline).disabled.focus, .btn.green-steel:not(.btn-outline)[disabled]:hover, .btn.green-steel:not(.btn-outline)[disabled]:focus, .btn.green-steel:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.green-steel:not(.btn-outline):hover,
  fieldset[disabled] .btn.green-steel:not(.btn-outline):focus,
  fieldset[disabled] .btn.green-steel:not(.btn-outline).focus {
    background-color: #29b4b6;
    border-color: #29b4b6; }
  .btn.green-steel:not(.btn-outline) .badge {
    color: #29b4b6;
    background-color: #FFFFFF; }

.btn.btn-outline.green-steel {
  border-color: #29b4b6;
  color: #29b4b6;
  background: none; }
  .btn.btn-outline.green-steel:hover, .btn.btn-outline.green-steel:active, .btn.btn-outline.green-steel:active:hover, .btn.btn-outline.green-steel:active:focus, .btn.btn-outline.green-steel:focus, .btn.btn-outline.green-steel.active {
    border-color: #29b4b6;
    color: #FFFFFF;
    background-color: #29b4b6; }

.btn.green-steel-stripe {
  border-left: 4px solid #29b4b6 !important; }

.btn.green-steel.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey:not(.btn-outline) {
  color: #333333;
  background-color: #E5E5E5;
  border-color: #E5E5E5; }
  .btn.grey:not(.btn-outline):focus, .btn.grey:not(.btn-outline).focus {
    color: #333333;
    background-color: #cccccc;
    border-color: #a5a5a5; }
  .btn.grey:not(.btn-outline):hover {
    color: #333333;
    background-color: #cccccc;
    border-color: #c6c6c6; }
  .btn.grey:not(.btn-outline):active, .btn.grey:not(.btn-outline).active,
  .open > .btn.grey:not(.btn-outline).dropdown-toggle {
    color: #333333;
    background-color: #cccccc;
    border-color: #c6c6c6; }
    .btn.grey:not(.btn-outline):active:hover, .btn.grey:not(.btn-outline):active:focus, .btn.grey:not(.btn-outline):active.focus, .btn.grey:not(.btn-outline).active:hover, .btn.grey:not(.btn-outline).active:focus, .btn.grey:not(.btn-outline).active.focus,
    .open > .btn.grey:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey:not(.btn-outline).dropdown-toggle.focus {
      color: #333333;
      background-color: #bababa;
      border-color: #a5a5a5; }
  .btn.grey:not(.btn-outline):active, .btn.grey:not(.btn-outline).active,
  .open > .btn.grey:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey:not(.btn-outline).disabled:hover, .btn.grey:not(.btn-outline).disabled:focus, .btn.grey:not(.btn-outline).disabled.focus, .btn.grey:not(.btn-outline)[disabled]:hover, .btn.grey:not(.btn-outline)[disabled]:focus, .btn.grey:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey:not(.btn-outline).focus {
    background-color: #E5E5E5;
    border-color: #E5E5E5; }
  .btn.grey:not(.btn-outline) .badge {
    color: #E5E5E5;
    background-color: #333333; }

.btn.btn-outline.grey {
  border-color: #E5E5E5;
  color: #E5E5E5;
  background: none; }
  .btn.btn-outline.grey:hover, .btn.btn-outline.grey:active, .btn.btn-outline.grey:active:hover, .btn.btn-outline.grey:active:focus, .btn.btn-outline.grey:focus, .btn.btn-outline.grey.active {
    border-color: #E5E5E5;
    color: #333333;
    background-color: #E5E5E5; }

.btn.grey-stripe {
  border-left: 4px solid #E5E5E5 !important; }

.btn.grey.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-steel:not(.btn-outline) {
  color: #80898e;
  background-color: #e9edef;
  border-color: #e9edef; }
  .btn.grey-steel:not(.btn-outline):focus, .btn.grey-steel:not(.btn-outline).focus {
    color: #80898e;
    background-color: #cbd5da;
    border-color: #9fb1b9; }
  .btn.grey-steel:not(.btn-outline):hover {
    color: #80898e;
    background-color: #cbd5da;
    border-color: #c6d0d5; }
  .btn.grey-steel:not(.btn-outline):active, .btn.grey-steel:not(.btn-outline).active,
  .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle {
    color: #80898e;
    background-color: #cbd5da;
    border-color: #c6d0d5; }
    .btn.grey-steel:not(.btn-outline):active:hover, .btn.grey-steel:not(.btn-outline):active:focus, .btn.grey-steel:not(.btn-outline):active.focus, .btn.grey-steel:not(.btn-outline).active:hover, .btn.grey-steel:not(.btn-outline).active:focus, .btn.grey-steel:not(.btn-outline).active.focus,
    .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle.focus {
      color: #80898e;
      background-color: #b7c4ca;
      border-color: #9fb1b9; }
  .btn.grey-steel:not(.btn-outline):active, .btn.grey-steel:not(.btn-outline).active,
  .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-steel:not(.btn-outline).disabled:hover, .btn.grey-steel:not(.btn-outline).disabled:focus, .btn.grey-steel:not(.btn-outline).disabled.focus, .btn.grey-steel:not(.btn-outline)[disabled]:hover, .btn.grey-steel:not(.btn-outline)[disabled]:focus, .btn.grey-steel:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-steel:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-steel:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-steel:not(.btn-outline).focus {
    background-color: #e9edef;
    border-color: #e9edef; }
  .btn.grey-steel:not(.btn-outline) .badge {
    color: #e9edef;
    background-color: #80898e; }

.btn.btn-outline.grey-steel {
  border-color: #e9edef;
  color: #e9edef;
  background: none; }
  .btn.btn-outline.grey-steel:hover, .btn.btn-outline.grey-steel:active, .btn.btn-outline.grey-steel:active:hover, .btn.btn-outline.grey-steel:active:focus, .btn.btn-outline.grey-steel:focus, .btn.btn-outline.grey-steel.active {
    border-color: #e9edef;
    color: #80898e;
    background-color: #e9edef; }

.btn.grey-steel-stripe {
  border-left: 4px solid #e9edef !important; }

.btn.grey-steel.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-cararra:not(.btn-outline) {
  color: #333333;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn.grey-cararra:not(.btn-outline):focus, .btn.grey-cararra:not(.btn-outline).focus {
    color: #333333;
    background-color: #e1e1e1;
    border-color: #bababa; }
  .btn.grey-cararra:not(.btn-outline):hover {
    color: #333333;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .btn.grey-cararra:not(.btn-outline):active, .btn.grey-cararra:not(.btn-outline).active,
  .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle {
    color: #333333;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
    .btn.grey-cararra:not(.btn-outline):active:hover, .btn.grey-cararra:not(.btn-outline):active:focus, .btn.grey-cararra:not(.btn-outline):active.focus, .btn.grey-cararra:not(.btn-outline).active:hover, .btn.grey-cararra:not(.btn-outline).active:focus, .btn.grey-cararra:not(.btn-outline).active.focus,
    .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle.focus {
      color: #333333;
      background-color: #cfcfcf;
      border-color: #bababa; }
  .btn.grey-cararra:not(.btn-outline):active, .btn.grey-cararra:not(.btn-outline).active,
  .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-cararra:not(.btn-outline).disabled:hover, .btn.grey-cararra:not(.btn-outline).disabled:focus, .btn.grey-cararra:not(.btn-outline).disabled.focus, .btn.grey-cararra:not(.btn-outline)[disabled]:hover, .btn.grey-cararra:not(.btn-outline)[disabled]:focus, .btn.grey-cararra:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-cararra:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-cararra:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-cararra:not(.btn-outline).focus {
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn.grey-cararra:not(.btn-outline) .badge {
    color: #fafafa;
    background-color: #333333; }

.btn.btn-outline.grey-cararra {
  border-color: #fafafa;
  color: #fafafa;
  background: none; }
  .btn.btn-outline.grey-cararra:hover, .btn.btn-outline.grey-cararra:active, .btn.btn-outline.grey-cararra:active:hover, .btn.btn-outline.grey-cararra:active:focus, .btn.btn-outline.grey-cararra:focus, .btn.btn-outline.grey-cararra.active {
    border-color: #fafafa;
    color: #333333;
    background-color: #fafafa; }

.btn.grey-cararra-stripe {
  border-left: 4px solid #fafafa !important; }

.btn.grey-cararra.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-gallery:not(.btn-outline) {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555; }
  .btn.grey-gallery:not(.btn-outline):focus, .btn.grey-gallery:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #151515; }
  .btn.grey-gallery:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #363636; }
  .btn.grey-gallery:not(.btn-outline):active, .btn.grey-gallery:not(.btn-outline).active,
  .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #363636; }
    .btn.grey-gallery:not(.btn-outline):active:hover, .btn.grey-gallery:not(.btn-outline):active:focus, .btn.grey-gallery:not(.btn-outline):active.focus, .btn.grey-gallery:not(.btn-outline).active:hover, .btn.grey-gallery:not(.btn-outline).active:focus, .btn.grey-gallery:not(.btn-outline).active.focus,
    .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #2a2a2a;
      border-color: #151515; }
  .btn.grey-gallery:not(.btn-outline):active, .btn.grey-gallery:not(.btn-outline).active,
  .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-gallery:not(.btn-outline).disabled:hover, .btn.grey-gallery:not(.btn-outline).disabled:focus, .btn.grey-gallery:not(.btn-outline).disabled.focus, .btn.grey-gallery:not(.btn-outline)[disabled]:hover, .btn.grey-gallery:not(.btn-outline)[disabled]:focus, .btn.grey-gallery:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-gallery:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-gallery:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-gallery:not(.btn-outline).focus {
    background-color: #555555;
    border-color: #555555; }
  .btn.grey-gallery:not(.btn-outline) .badge {
    color: #555555;
    background-color: #ffffff; }

.btn.btn-outline.grey-gallery {
  border-color: #555555;
  color: #555555;
  background: none; }
  .btn.btn-outline.grey-gallery:hover, .btn.btn-outline.grey-gallery:active, .btn.btn-outline.grey-gallery:active:hover, .btn.btn-outline.grey-gallery:active:focus, .btn.btn-outline.grey-gallery:focus, .btn.btn-outline.grey-gallery.active {
    border-color: #555555;
    color: #ffffff;
    background-color: #555555; }

.btn.grey-gallery-stripe {
  border-left: 4px solid #555555 !important; }

.btn.grey-gallery.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-cascade:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #95A5A6;
  border-color: #95A5A6; }
  .btn.grey-cascade:not(.btn-outline):focus, .btn.grey-cascade:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #798d8f;
    border-color: #566566; }
  .btn.grey-cascade:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #798d8f;
    border-color: #74898a; }
  .btn.grey-cascade:not(.btn-outline):active, .btn.grey-cascade:not(.btn-outline).active,
  .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #798d8f;
    border-color: #74898a; }
    .btn.grey-cascade:not(.btn-outline):active:hover, .btn.grey-cascade:not(.btn-outline):active:focus, .btn.grey-cascade:not(.btn-outline):active.focus, .btn.grey-cascade:not(.btn-outline).active:hover, .btn.grey-cascade:not(.btn-outline).active:focus, .btn.grey-cascade:not(.btn-outline).active.focus,
    .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #687b7c;
      border-color: #566566; }
  .btn.grey-cascade:not(.btn-outline):active, .btn.grey-cascade:not(.btn-outline).active,
  .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-cascade:not(.btn-outline).disabled:hover, .btn.grey-cascade:not(.btn-outline).disabled:focus, .btn.grey-cascade:not(.btn-outline).disabled.focus, .btn.grey-cascade:not(.btn-outline)[disabled]:hover, .btn.grey-cascade:not(.btn-outline)[disabled]:focus, .btn.grey-cascade:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-cascade:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-cascade:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-cascade:not(.btn-outline).focus {
    background-color: #95A5A6;
    border-color: #95A5A6; }
  .btn.grey-cascade:not(.btn-outline) .badge {
    color: #95A5A6;
    background-color: #FFFFFF; }

.btn.btn-outline.grey-cascade {
  border-color: #95A5A6;
  color: #95A5A6;
  background: none; }
  .btn.btn-outline.grey-cascade:hover, .btn.btn-outline.grey-cascade:active, .btn.btn-outline.grey-cascade:active:hover, .btn.btn-outline.grey-cascade:active:focus, .btn.btn-outline.grey-cascade:focus, .btn.btn-outline.grey-cascade.active {
    border-color: #95A5A6;
    color: #FFFFFF;
    background-color: #95A5A6; }

.btn.grey-cascade-stripe {
  border-left: 4px solid #95A5A6 !important; }

.btn.grey-cascade.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-silver:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #BFBFBF;
  border-color: #BFBFBF; }
  .btn.grey-silver:not(.btn-outline):focus, .btn.grey-silver:not(.btn-outline).focus {
    color: #FAFCFB;
    background-color: #a6a6a6;
    border-color: #7f7f7f; }
  .btn.grey-silver:not(.btn-outline):hover {
    color: #FAFCFB;
    background-color: #a6a6a6;
    border-color: #a0a0a0; }
  .btn.grey-silver:not(.btn-outline):active, .btn.grey-silver:not(.btn-outline).active,
  .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle {
    color: #FAFCFB;
    background-color: #a6a6a6;
    border-color: #a0a0a0; }
    .btn.grey-silver:not(.btn-outline):active:hover, .btn.grey-silver:not(.btn-outline):active:focus, .btn.grey-silver:not(.btn-outline):active.focus, .btn.grey-silver:not(.btn-outline).active:hover, .btn.grey-silver:not(.btn-outline).active:focus, .btn.grey-silver:not(.btn-outline).active.focus,
    .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle.focus {
      color: #FAFCFB;
      background-color: #949494;
      border-color: #7f7f7f; }
  .btn.grey-silver:not(.btn-outline):active, .btn.grey-silver:not(.btn-outline).active,
  .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-silver:not(.btn-outline).disabled:hover, .btn.grey-silver:not(.btn-outline).disabled:focus, .btn.grey-silver:not(.btn-outline).disabled.focus, .btn.grey-silver:not(.btn-outline)[disabled]:hover, .btn.grey-silver:not(.btn-outline)[disabled]:focus, .btn.grey-silver:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-silver:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-silver:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-silver:not(.btn-outline).focus {
    background-color: #BFBFBF;
    border-color: #BFBFBF; }
  .btn.grey-silver:not(.btn-outline) .badge {
    color: #BFBFBF;
    background-color: #FAFCFB; }

.btn.btn-outline.grey-silver {
  border-color: #BFBFBF;
  color: #BFBFBF;
  background: none; }
  .btn.btn-outline.grey-silver:hover, .btn.btn-outline.grey-silver:active, .btn.btn-outline.grey-silver:active:hover, .btn.btn-outline.grey-silver:active:focus, .btn.btn-outline.grey-silver:focus, .btn.btn-outline.grey-silver.active {
    border-color: #BFBFBF;
    color: #FAFCFB;
    background-color: #BFBFBF; }

.btn.grey-silver-stripe {
  border-left: 4px solid #BFBFBF !important; }

.btn.grey-silver.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-salsa:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #ACB5C3;
  border-color: #ACB5C3; }
  .btn.grey-salsa:not(.btn-outline):focus, .btn.grey-salsa:not(.btn-outline).focus {
    color: #FAFCFB;
    background-color: #8e9bae;
    border-color: #64748b; }
  .btn.grey-salsa:not(.btn-outline):hover {
    color: #FAFCFB;
    background-color: #8e9bae;
    border-color: #8895a9; }
  .btn.grey-salsa:not(.btn-outline):active, .btn.grey-salsa:not(.btn-outline).active,
  .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle {
    color: #FAFCFB;
    background-color: #8e9bae;
    border-color: #8895a9; }
    .btn.grey-salsa:not(.btn-outline):active:hover, .btn.grey-salsa:not(.btn-outline):active:focus, .btn.grey-salsa:not(.btn-outline):active.focus, .btn.grey-salsa:not(.btn-outline).active:hover, .btn.grey-salsa:not(.btn-outline).active:focus, .btn.grey-salsa:not(.btn-outline).active.focus,
    .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle.focus {
      color: #FAFCFB;
      background-color: #7a889f;
      border-color: #64748b; }
  .btn.grey-salsa:not(.btn-outline):active, .btn.grey-salsa:not(.btn-outline).active,
  .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-salsa:not(.btn-outline).disabled:hover, .btn.grey-salsa:not(.btn-outline).disabled:focus, .btn.grey-salsa:not(.btn-outline).disabled.focus, .btn.grey-salsa:not(.btn-outline)[disabled]:hover, .btn.grey-salsa:not(.btn-outline)[disabled]:focus, .btn.grey-salsa:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-salsa:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-salsa:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-salsa:not(.btn-outline).focus {
    background-color: #ACB5C3;
    border-color: #ACB5C3; }
  .btn.grey-salsa:not(.btn-outline) .badge {
    color: #ACB5C3;
    background-color: #FAFCFB; }

.btn.btn-outline.grey-salsa {
  border-color: #ACB5C3;
  color: #ACB5C3;
  background: none; }
  .btn.btn-outline.grey-salsa:hover, .btn.btn-outline.grey-salsa:active, .btn.btn-outline.grey-salsa:active:hover, .btn.btn-outline.grey-salsa:active:focus, .btn.btn-outline.grey-salsa:focus, .btn.btn-outline.grey-salsa.active {
    border-color: #ACB5C3;
    color: #FAFCFB;
    background-color: #ACB5C3; }

.btn.grey-salsa-stripe {
  border-left: 4px solid #ACB5C3 !important; }

.btn.grey-salsa.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-salt:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #bfcad1;
  border-color: #bfcad1; }
  .btn.grey-salt:not(.btn-outline):focus, .btn.grey-salt:not(.btn-outline).focus {
    color: #FAFCFB;
    background-color: #a1b1bc;
    border-color: #758d9c; }
  .btn.grey-salt:not(.btn-outline):hover {
    color: #FAFCFB;
    background-color: #a1b1bc;
    border-color: #9badb7; }
  .btn.grey-salt:not(.btn-outline):active, .btn.grey-salt:not(.btn-outline).active,
  .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle {
    color: #FAFCFB;
    background-color: #a1b1bc;
    border-color: #9badb7; }
    .btn.grey-salt:not(.btn-outline):active:hover, .btn.grey-salt:not(.btn-outline):active:focus, .btn.grey-salt:not(.btn-outline):active.focus, .btn.grey-salt:not(.btn-outline).active:hover, .btn.grey-salt:not(.btn-outline).active:focus, .btn.grey-salt:not(.btn-outline).active.focus,
    .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle.focus {
      color: #FAFCFB;
      background-color: #8da0ad;
      border-color: #758d9c; }
  .btn.grey-salt:not(.btn-outline):active, .btn.grey-salt:not(.btn-outline).active,
  .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-salt:not(.btn-outline).disabled:hover, .btn.grey-salt:not(.btn-outline).disabled:focus, .btn.grey-salt:not(.btn-outline).disabled.focus, .btn.grey-salt:not(.btn-outline)[disabled]:hover, .btn.grey-salt:not(.btn-outline)[disabled]:focus, .btn.grey-salt:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-salt:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-salt:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-salt:not(.btn-outline).focus {
    background-color: #bfcad1;
    border-color: #bfcad1; }
  .btn.grey-salt:not(.btn-outline) .badge {
    color: #bfcad1;
    background-color: #FAFCFB; }

.btn.btn-outline.grey-salt {
  border-color: #bfcad1;
  color: #bfcad1;
  background: none; }
  .btn.btn-outline.grey-salt:hover, .btn.btn-outline.grey-salt:active, .btn.btn-outline.grey-salt:active:hover, .btn.btn-outline.grey-salt:active:focus, .btn.btn-outline.grey-salt:focus, .btn.btn-outline.grey-salt.active {
    border-color: #bfcad1;
    color: #FAFCFB;
    background-color: #bfcad1; }

.btn.grey-salt-stripe {
  border-left: 4px solid #bfcad1 !important; }

.btn.grey-salt.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.grey-mint:not(.btn-outline) {
  color: #FFFFFF;
  background-color: #525e64;
  border-color: #525e64; }
  .btn.grey-mint:not(.btn-outline):focus, .btn.grey-mint:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #3b4448;
    border-color: #191c1e; }
  .btn.grey-mint:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #3b4448;
    border-color: #363e42; }
  .btn.grey-mint:not(.btn-outline):active, .btn.grey-mint:not(.btn-outline).active,
  .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #3b4448;
    border-color: #363e42; }
    .btn.grey-mint:not(.btn-outline):active:hover, .btn.grey-mint:not(.btn-outline):active:focus, .btn.grey-mint:not(.btn-outline):active.focus, .btn.grey-mint:not(.btn-outline).active:hover, .btn.grey-mint:not(.btn-outline).active:focus, .btn.grey-mint:not(.btn-outline).active.focus,
    .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #2b3134;
      border-color: #191c1e; }
  .btn.grey-mint:not(.btn-outline):active, .btn.grey-mint:not(.btn-outline).active,
  .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.grey-mint:not(.btn-outline).disabled:hover, .btn.grey-mint:not(.btn-outline).disabled:focus, .btn.grey-mint:not(.btn-outline).disabled.focus, .btn.grey-mint:not(.btn-outline)[disabled]:hover, .btn.grey-mint:not(.btn-outline)[disabled]:focus, .btn.grey-mint:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.grey-mint:not(.btn-outline):hover,
  fieldset[disabled] .btn.grey-mint:not(.btn-outline):focus,
  fieldset[disabled] .btn.grey-mint:not(.btn-outline).focus {
    background-color: #525e64;
    border-color: #525e64; }
  .btn.grey-mint:not(.btn-outline) .badge {
    color: #525e64;
    background-color: #FFFFFF; }

.btn.btn-outline.grey-mint {
  border-color: #525e64;
  color: #525e64;
  background: none; }
  .btn.btn-outline.grey-mint:hover, .btn.btn-outline.grey-mint:active, .btn.btn-outline.grey-mint:active:hover, .btn.btn-outline.grey-mint:active:focus, .btn.btn-outline.grey-mint:focus, .btn.btn-outline.grey-mint.active {
    border-color: #525e64;
    color: #FFFFFF;
    background-color: #525e64; }

.btn.grey-mint-stripe {
  border-left: 4px solid #525e64 !important; }

.btn.grey-mint.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red:not(.btn-outline) {
  color: #ffffff;
  background-color: #e7505a;
  border-color: #e7505a; }
  .btn.red:not(.btn-outline):focus, .btn.red:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #e12330;
    border-color: #a1161f; }
  .btn.red:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #e12330;
    border-color: #dc1e2b; }
  .btn.red:not(.btn-outline):active, .btn.red:not(.btn-outline).active,
  .open > .btn.red:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #e12330;
    border-color: #dc1e2b; }
    .btn.red:not(.btn-outline):active:hover, .btn.red:not(.btn-outline):active:focus, .btn.red:not(.btn-outline):active.focus, .btn.red:not(.btn-outline).active:hover, .btn.red:not(.btn-outline).active:focus, .btn.red:not(.btn-outline).active.focus,
    .open > .btn.red:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #c51b26;
      border-color: #a1161f; }
  .btn.red:not(.btn-outline):active, .btn.red:not(.btn-outline).active,
  .open > .btn.red:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red:not(.btn-outline).disabled:hover, .btn.red:not(.btn-outline).disabled:focus, .btn.red:not(.btn-outline).disabled.focus, .btn.red:not(.btn-outline)[disabled]:hover, .btn.red:not(.btn-outline)[disabled]:focus, .btn.red:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red:not(.btn-outline):hover,
  fieldset[disabled] .btn.red:not(.btn-outline):focus,
  fieldset[disabled] .btn.red:not(.btn-outline).focus {
    background-color: #e7505a;
    border-color: #e7505a; }
  .btn.red:not(.btn-outline) .badge {
    color: #e7505a;
    background-color: #ffffff; }

.btn.btn-outline.red {
  border-color: #e7505a;
  color: #e7505a;
  background: none; }
  .btn.btn-outline.red:hover, .btn.btn-outline.red:active, .btn.btn-outline.red:active:hover, .btn.btn-outline.red:active:focus, .btn.btn-outline.red:focus, .btn.btn-outline.red.active {
    border-color: #e7505a;
    color: #ffffff;
    background-color: #e7505a; }

.btn.red-stripe {
  border-left: 4px solid #e7505a !important; }

.btn.red.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-pink:not(.btn-outline) {
  color: #ffffff;
  background-color: #E08283;
  border-color: #E08283; }
  .btn.red-pink:not(.btn-outline):focus, .btn.red-pink:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #d6595a;
    border-color: #b52d2e; }
  .btn.red-pink:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #d6595a;
    border-color: #d45152; }
  .btn.red-pink:not(.btn-outline):active, .btn.red-pink:not(.btn-outline).active,
  .open > .btn.red-pink:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #d6595a;
    border-color: #d45152; }
    .btn.red-pink:not(.btn-outline):active:hover, .btn.red-pink:not(.btn-outline):active:focus, .btn.red-pink:not(.btn-outline):active.focus, .btn.red-pink:not(.btn-outline).active:hover, .btn.red-pink:not(.btn-outline).active:focus, .btn.red-pink:not(.btn-outline).active.focus,
    .open > .btn.red-pink:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-pink:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-pink:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #cf3d3e;
      border-color: #b52d2e; }
  .btn.red-pink:not(.btn-outline):active, .btn.red-pink:not(.btn-outline).active,
  .open > .btn.red-pink:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-pink:not(.btn-outline).disabled:hover, .btn.red-pink:not(.btn-outline).disabled:focus, .btn.red-pink:not(.btn-outline).disabled.focus, .btn.red-pink:not(.btn-outline)[disabled]:hover, .btn.red-pink:not(.btn-outline)[disabled]:focus, .btn.red-pink:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-pink:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-pink:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-pink:not(.btn-outline).focus {
    background-color: #E08283;
    border-color: #E08283; }
  .btn.red-pink:not(.btn-outline) .badge {
    color: #E08283;
    background-color: #ffffff; }

.btn.btn-outline.red-pink {
  border-color: #E08283;
  color: #E08283;
  background: none; }
  .btn.btn-outline.red-pink:hover, .btn.btn-outline.red-pink:active, .btn.btn-outline.red-pink:active:hover, .btn.btn-outline.red-pink:active:focus, .btn.btn-outline.red-pink:focus, .btn.btn-outline.red-pink.active {
    border-color: #E08283;
    color: #ffffff;
    background-color: #E08283; }

.btn.red-pink-stripe {
  border-left: 4px solid #E08283 !important; }

.btn.red-pink.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-sunglo:not(.btn-outline) {
  color: #ffffff;
  background-color: #E26A6A;
  border-color: #E26A6A; }
  .btn.red-sunglo:not(.btn-outline):focus, .btn.red-sunglo:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #da3f3f;
    border-color: #ab2121; }
  .btn.red-sunglo:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #da3f3f;
    border-color: #d83737; }
  .btn.red-sunglo:not(.btn-outline):active, .btn.red-sunglo:not(.btn-outline).active,
  .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #da3f3f;
    border-color: #d83737; }
    .btn.red-sunglo:not(.btn-outline):active:hover, .btn.red-sunglo:not(.btn-outline):active:focus, .btn.red-sunglo:not(.btn-outline):active.focus, .btn.red-sunglo:not(.btn-outline).active:hover, .btn.red-sunglo:not(.btn-outline).active:focus, .btn.red-sunglo:not(.btn-outline).active.focus,
    .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #cd2828;
      border-color: #ab2121; }
  .btn.red-sunglo:not(.btn-outline):active, .btn.red-sunglo:not(.btn-outline).active,
  .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-sunglo:not(.btn-outline).disabled:hover, .btn.red-sunglo:not(.btn-outline).disabled:focus, .btn.red-sunglo:not(.btn-outline).disabled.focus, .btn.red-sunglo:not(.btn-outline)[disabled]:hover, .btn.red-sunglo:not(.btn-outline)[disabled]:focus, .btn.red-sunglo:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-sunglo:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-sunglo:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-sunglo:not(.btn-outline).focus {
    background-color: #E26A6A;
    border-color: #E26A6A; }
  .btn.red-sunglo:not(.btn-outline) .badge {
    color: #E26A6A;
    background-color: #ffffff; }

.btn.btn-outline.red-sunglo {
  border-color: #E26A6A;
  color: #E26A6A;
  background: none; }
  .btn.btn-outline.red-sunglo:hover, .btn.btn-outline.red-sunglo:active, .btn.btn-outline.red-sunglo:active:hover, .btn.btn-outline.red-sunglo:active:focus, .btn.btn-outline.red-sunglo:focus, .btn.btn-outline.red-sunglo.active {
    border-color: #E26A6A;
    color: #ffffff;
    background-color: #E26A6A; }

.btn.red-sunglo-stripe {
  border-left: 4px solid #E26A6A !important; }

.btn.red-sunglo.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-intense:not(.btn-outline) {
  color: #ffffff;
  background-color: #e35b5a;
  border-color: #e35b5a; }
  .btn.red-intense:not(.btn-outline):focus, .btn.red-intense:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #dc302e;
    border-color: #a21c1b; }
  .btn.red-intense:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #dc302e;
    border-color: #da2726; }
  .btn.red-intense:not(.btn-outline):active, .btn.red-intense:not(.btn-outline).active,
  .open > .btn.red-intense:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #dc302e;
    border-color: #da2726; }
    .btn.red-intense:not(.btn-outline):active:hover, .btn.red-intense:not(.btn-outline):active:focus, .btn.red-intense:not(.btn-outline):active.focus, .btn.red-intense:not(.btn-outline).active:hover, .btn.red-intense:not(.btn-outline).active:focus, .btn.red-intense:not(.btn-outline).active.focus,
    .open > .btn.red-intense:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-intense:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-intense:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #c52321;
      border-color: #a21c1b; }
  .btn.red-intense:not(.btn-outline):active, .btn.red-intense:not(.btn-outline).active,
  .open > .btn.red-intense:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-intense:not(.btn-outline).disabled:hover, .btn.red-intense:not(.btn-outline).disabled:focus, .btn.red-intense:not(.btn-outline).disabled.focus, .btn.red-intense:not(.btn-outline)[disabled]:hover, .btn.red-intense:not(.btn-outline)[disabled]:focus, .btn.red-intense:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-intense:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-intense:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-intense:not(.btn-outline).focus {
    background-color: #e35b5a;
    border-color: #e35b5a; }
  .btn.red-intense:not(.btn-outline) .badge {
    color: #e35b5a;
    background-color: #ffffff; }

.btn.btn-outline.red-intense {
  border-color: #e35b5a;
  color: #e35b5a;
  background: none; }
  .btn.btn-outline.red-intense:hover, .btn.btn-outline.red-intense:active, .btn.btn-outline.red-intense:active:hover, .btn.btn-outline.red-intense:active:focus, .btn.btn-outline.red-intense:focus, .btn.btn-outline.red-intense.active {
    border-color: #e35b5a;
    color: #ffffff;
    background-color: #e35b5a; }

.btn.red-intense-stripe {
  border-left: 4px solid #e35b5a !important; }

.btn.red-intense.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-thunderbird:not(.btn-outline) {
  color: #ffffff;
  background-color: #D91E18;
  border-color: #D91E18; }
  .btn.red-thunderbird:not(.btn-outline):focus, .btn.red-thunderbird:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #ab1813;
    border-color: #660e0b; }
  .btn.red-thunderbird:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #ab1813;
    border-color: #a21612; }
  .btn.red-thunderbird:not(.btn-outline):active, .btn.red-thunderbird:not(.btn-outline).active,
  .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #ab1813;
    border-color: #a21612; }
    .btn.red-thunderbird:not(.btn-outline):active:hover, .btn.red-thunderbird:not(.btn-outline):active:focus, .btn.red-thunderbird:not(.btn-outline):active.focus, .btn.red-thunderbird:not(.btn-outline).active:hover, .btn.red-thunderbird:not(.btn-outline).active:focus, .btn.red-thunderbird:not(.btn-outline).active.focus,
    .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #8b130f;
      border-color: #660e0b; }
  .btn.red-thunderbird:not(.btn-outline):active, .btn.red-thunderbird:not(.btn-outline).active,
  .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-thunderbird:not(.btn-outline).disabled:hover, .btn.red-thunderbird:not(.btn-outline).disabled:focus, .btn.red-thunderbird:not(.btn-outline).disabled.focus, .btn.red-thunderbird:not(.btn-outline)[disabled]:hover, .btn.red-thunderbird:not(.btn-outline)[disabled]:focus, .btn.red-thunderbird:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-thunderbird:not(.btn-outline).focus {
    background-color: #D91E18;
    border-color: #D91E18; }
  .btn.red-thunderbird:not(.btn-outline) .badge {
    color: #D91E18;
    background-color: #ffffff; }

.btn.btn-outline.red-thunderbird {
  border-color: #D91E18;
  color: #D91E18;
  background: none; }
  .btn.btn-outline.red-thunderbird:hover, .btn.btn-outline.red-thunderbird:active, .btn.btn-outline.red-thunderbird:active:hover, .btn.btn-outline.red-thunderbird:active:focus, .btn.btn-outline.red-thunderbird:focus, .btn.btn-outline.red-thunderbird.active {
    border-color: #D91E18;
    color: #ffffff;
    background-color: #D91E18; }

.btn.red-thunderbird-stripe {
  border-left: 4px solid #D91E18 !important; }

.btn.red-thunderbird.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-flamingo:not(.btn-outline) {
  color: #ffffff;
  background-color: #EF4836;
  border-color: #EF4836; }
  .btn.red-flamingo:not(.btn-outline):focus, .btn.red-flamingo:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #e02612;
    border-color: #991a0c; }
  .btn.red-flamingo:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #e02612;
    border-color: #d72411; }
  .btn.red-flamingo:not(.btn-outline):active, .btn.red-flamingo:not(.btn-outline).active,
  .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #e02612;
    border-color: #d72411; }
    .btn.red-flamingo:not(.btn-outline):active:hover, .btn.red-flamingo:not(.btn-outline):active:focus, .btn.red-flamingo:not(.btn-outline):active.focus, .btn.red-flamingo:not(.btn-outline).active:hover, .btn.red-flamingo:not(.btn-outline).active:focus, .btn.red-flamingo:not(.btn-outline).active.focus,
    .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #bf200f;
      border-color: #991a0c; }
  .btn.red-flamingo:not(.btn-outline):active, .btn.red-flamingo:not(.btn-outline).active,
  .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-flamingo:not(.btn-outline).disabled:hover, .btn.red-flamingo:not(.btn-outline).disabled:focus, .btn.red-flamingo:not(.btn-outline).disabled.focus, .btn.red-flamingo:not(.btn-outline)[disabled]:hover, .btn.red-flamingo:not(.btn-outline)[disabled]:focus, .btn.red-flamingo:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-flamingo:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-flamingo:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-flamingo:not(.btn-outline).focus {
    background-color: #EF4836;
    border-color: #EF4836; }
  .btn.red-flamingo:not(.btn-outline) .badge {
    color: #EF4836;
    background-color: #ffffff; }

.btn.btn-outline.red-flamingo {
  border-color: #EF4836;
  color: #EF4836;
  background: none; }
  .btn.btn-outline.red-flamingo:hover, .btn.btn-outline.red-flamingo:active, .btn.btn-outline.red-flamingo:active:hover, .btn.btn-outline.red-flamingo:active:focus, .btn.btn-outline.red-flamingo:focus, .btn.btn-outline.red-flamingo.active {
    border-color: #EF4836;
    color: #ffffff;
    background-color: #EF4836; }

.btn.red-flamingo-stripe {
  border-left: 4px solid #EF4836 !important; }

.btn.red-flamingo.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-soft:not(.btn-outline) {
  color: #ffffff;
  background-color: #d05454;
  border-color: #d05454; }
  .btn.red-soft:not(.btn-outline):focus, .btn.red-soft:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #812323; }
  .btn.red-soft:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #b53232; }
  .btn.red-soft:not(.btn-outline):active, .btn.red-soft:not(.btn-outline).active,
  .open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #b53232; }
    .btn.red-soft:not(.btn-outline):active:hover, .btn.red-soft:not(.btn-outline):active:focus, .btn.red-soft:not(.btn-outline):active.focus, .btn.red-soft:not(.btn-outline).active:hover, .btn.red-soft:not(.btn-outline).active:focus, .btn.red-soft:not(.btn-outline).active.focus,
    .open > .btn.red-soft:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-soft:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-soft:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #a12c2c;
      border-color: #812323; }
  .btn.red-soft:not(.btn-outline):active, .btn.red-soft:not(.btn-outline).active,
  .open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-soft:not(.btn-outline).disabled:hover, .btn.red-soft:not(.btn-outline).disabled:focus, .btn.red-soft:not(.btn-outline).disabled.focus, .btn.red-soft:not(.btn-outline)[disabled]:hover, .btn.red-soft:not(.btn-outline)[disabled]:focus, .btn.red-soft:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-soft:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-soft:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-soft:not(.btn-outline).focus {
    background-color: #d05454;
    border-color: #d05454; }
  .btn.red-soft:not(.btn-outline) .badge {
    color: #d05454;
    background-color: #ffffff; }

.btn.btn-outline.red-soft {
  border-color: #d05454;
  color: #d05454;
  background: none; }
  .btn.btn-outline.red-soft:hover, .btn.btn-outline.red-soft:active, .btn.btn-outline.red-soft:active:hover, .btn.btn-outline.red-soft:active:focus, .btn.btn-outline.red-soft:focus, .btn.btn-outline.red-soft.active {
    border-color: #d05454;
    color: #ffffff;
    background-color: #d05454; }

.btn.red-soft-stripe {
  border-left: 4px solid #d05454 !important; }

.btn.red-soft.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-haze:not(.btn-outline) {
  color: #ffffff;
  background-color: #f36a5a;
  border-color: #f36a5a; }
  .btn.red-haze:not(.btn-outline):focus, .btn.red-haze:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #f03f2a;
    border-color: #c0210e; }
  .btn.red-haze:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #f03f2a;
    border-color: #ef3621; }
  .btn.red-haze:not(.btn-outline):active, .btn.red-haze:not(.btn-outline).active,
  .open > .btn.red-haze:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #f03f2a;
    border-color: #ef3621; }
    .btn.red-haze:not(.btn-outline):active:hover, .btn.red-haze:not(.btn-outline):active:focus, .btn.red-haze:not(.btn-outline):active.focus, .btn.red-haze:not(.btn-outline).active:hover, .btn.red-haze:not(.btn-outline).active:focus, .btn.red-haze:not(.btn-outline).active.focus,
    .open > .btn.red-haze:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-haze:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-haze:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #e62711;
      border-color: #c0210e; }
  .btn.red-haze:not(.btn-outline):active, .btn.red-haze:not(.btn-outline).active,
  .open > .btn.red-haze:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-haze:not(.btn-outline).disabled:hover, .btn.red-haze:not(.btn-outline).disabled:focus, .btn.red-haze:not(.btn-outline).disabled.focus, .btn.red-haze:not(.btn-outline)[disabled]:hover, .btn.red-haze:not(.btn-outline)[disabled]:focus, .btn.red-haze:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-haze:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-haze:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-haze:not(.btn-outline).focus {
    background-color: #f36a5a;
    border-color: #f36a5a; }
  .btn.red-haze:not(.btn-outline) .badge {
    color: #f36a5a;
    background-color: #ffffff; }

.btn.btn-outline.red-haze {
  border-color: #f36a5a;
  color: #f36a5a;
  background: none; }
  .btn.btn-outline.red-haze:hover, .btn.btn-outline.red-haze:active, .btn.btn-outline.red-haze:active:hover, .btn.btn-outline.red-haze:active:focus, .btn.btn-outline.red-haze:focus, .btn.btn-outline.red-haze.active {
    border-color: #f36a5a;
    color: #ffffff;
    background-color: #f36a5a; }

.btn.red-haze-stripe {
  border-left: 4px solid #f36a5a !important; }

.btn.red-haze.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.red-mint:not(.btn-outline) {
  color: #ffffff;
  background-color: #e43a45;
  border-color: #e43a45; }
  .btn.red-mint:not(.btn-outline):focus, .btn.red-mint:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #cf1c28;
    border-color: #8b131b; }
  .btn.red-mint:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #cf1c28;
    border-color: #c61b26; }
  .btn.red-mint:not(.btn-outline):active, .btn.red-mint:not(.btn-outline).active,
  .open > .btn.red-mint:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #cf1c28;
    border-color: #c61b26; }
    .btn.red-mint:not(.btn-outline):active:hover, .btn.red-mint:not(.btn-outline):active:focus, .btn.red-mint:not(.btn-outline):active.focus, .btn.red-mint:not(.btn-outline).active:hover, .btn.red-mint:not(.btn-outline).active:focus, .btn.red-mint:not(.btn-outline).active.focus,
    .open > .btn.red-mint:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.red-mint:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.red-mint:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #af1822;
      border-color: #8b131b; }
  .btn.red-mint:not(.btn-outline):active, .btn.red-mint:not(.btn-outline).active,
  .open > .btn.red-mint:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.red-mint:not(.btn-outline).disabled:hover, .btn.red-mint:not(.btn-outline).disabled:focus, .btn.red-mint:not(.btn-outline).disabled.focus, .btn.red-mint:not(.btn-outline)[disabled]:hover, .btn.red-mint:not(.btn-outline)[disabled]:focus, .btn.red-mint:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.red-mint:not(.btn-outline):hover,
  fieldset[disabled] .btn.red-mint:not(.btn-outline):focus,
  fieldset[disabled] .btn.red-mint:not(.btn-outline).focus {
    background-color: #e43a45;
    border-color: #e43a45; }
  .btn.red-mint:not(.btn-outline) .badge {
    color: #e43a45;
    background-color: #ffffff; }

.btn.btn-outline.red-mint {
  border-color: #e43a45;
  color: #e43a45;
  background: none; }
  .btn.btn-outline.red-mint:hover, .btn.btn-outline.red-mint:active, .btn.btn-outline.red-mint:active:hover, .btn.btn-outline.red-mint:active:focus, .btn.btn-outline.red-mint:focus, .btn.btn-outline.red-mint.active {
    border-color: #e43a45;
    color: #ffffff;
    background-color: #e43a45; }

.btn.red-mint-stripe {
  border-left: 4px solid #e43a45 !important; }

.btn.red-mint.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow:not(.btn-outline) {
  color: #ffffff;
  background-color: #c49f47;
  border-color: #c49f47; }
  .btn.yellow:not(.btn-outline):focus, .btn.yellow:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #a48334;
    border-color: #6a5422; }
  .btn.yellow:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #a48334;
    border-color: #9c7c32; }
  .btn.yellow:not(.btn-outline):active, .btn.yellow:not(.btn-outline).active,
  .open > .btn.yellow:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #a48334;
    border-color: #9c7c32; }
    .btn.yellow:not(.btn-outline):active:hover, .btn.yellow:not(.btn-outline):active:focus, .btn.yellow:not(.btn-outline):active.focus, .btn.yellow:not(.btn-outline).active:hover, .btn.yellow:not(.btn-outline).active:focus, .btn.yellow:not(.btn-outline).active.focus,
    .open > .btn.yellow:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #896d2c;
      border-color: #6a5422; }
  .btn.yellow:not(.btn-outline):active, .btn.yellow:not(.btn-outline).active,
  .open > .btn.yellow:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow:not(.btn-outline).disabled:hover, .btn.yellow:not(.btn-outline).disabled:focus, .btn.yellow:not(.btn-outline).disabled.focus, .btn.yellow:not(.btn-outline)[disabled]:hover, .btn.yellow:not(.btn-outline)[disabled]:focus, .btn.yellow:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow:not(.btn-outline).focus {
    background-color: #c49f47;
    border-color: #c49f47; }
  .btn.yellow:not(.btn-outline) .badge {
    color: #c49f47;
    background-color: #ffffff; }

.btn.btn-outline.yellow {
  border-color: #c49f47;
  color: #c49f47;
  background: none; }
  .btn.btn-outline.yellow:hover, .btn.btn-outline.yellow:active, .btn.btn-outline.yellow:active:hover, .btn.btn-outline.yellow:active:focus, .btn.btn-outline.yellow:focus, .btn.btn-outline.yellow.active {
    border-color: #c49f47;
    color: #ffffff;
    background-color: #c49f47; }

.btn.yellow-stripe {
  border-left: 4px solid #c49f47 !important; }

.btn.yellow.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-gold:not(.btn-outline) {
  color: #ffffff;
  background-color: #E87E04;
  border-color: #E87E04; }
  .btn.yellow-gold:not(.btn-outline):focus, .btn.yellow-gold:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #b66303;
    border-color: #6b3a02; }
  .btn.yellow-gold:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #b66303;
    border-color: #ac5d03; }
  .btn.yellow-gold:not(.btn-outline):active, .btn.yellow-gold:not(.btn-outline).active,
  .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #b66303;
    border-color: #ac5d03; }
    .btn.yellow-gold:not(.btn-outline):active:hover, .btn.yellow-gold:not(.btn-outline):active:focus, .btn.yellow-gold:not(.btn-outline):active.focus, .btn.yellow-gold:not(.btn-outline).active:hover, .btn.yellow-gold:not(.btn-outline).active:focus, .btn.yellow-gold:not(.btn-outline).active.focus,
    .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #935003;
      border-color: #6b3a02; }
  .btn.yellow-gold:not(.btn-outline):active, .btn.yellow-gold:not(.btn-outline).active,
  .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-gold:not(.btn-outline).disabled:hover, .btn.yellow-gold:not(.btn-outline).disabled:focus, .btn.yellow-gold:not(.btn-outline).disabled.focus, .btn.yellow-gold:not(.btn-outline)[disabled]:hover, .btn.yellow-gold:not(.btn-outline)[disabled]:focus, .btn.yellow-gold:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-gold:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-gold:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-gold:not(.btn-outline).focus {
    background-color: #E87E04;
    border-color: #E87E04; }
  .btn.yellow-gold:not(.btn-outline) .badge {
    color: #E87E04;
    background-color: #ffffff; }

.btn.btn-outline.yellow-gold {
  border-color: #E87E04;
  color: #E87E04;
  background: none; }
  .btn.btn-outline.yellow-gold:hover, .btn.btn-outline.yellow-gold:active, .btn.btn-outline.yellow-gold:active:hover, .btn.btn-outline.yellow-gold:active:focus, .btn.btn-outline.yellow-gold:focus, .btn.btn-outline.yellow-gold.active {
    border-color: #E87E04;
    color: #ffffff;
    background-color: #E87E04; }

.btn.yellow-gold-stripe {
  border-left: 4px solid #E87E04 !important; }

.btn.yellow-gold.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-casablanca:not(.btn-outline) {
  color: #ffffff;
  background-color: #f2784b;
  border-color: #f2784b; }
  .btn.yellow-casablanca:not(.btn-outline):focus, .btn.yellow-casablanca:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #ef541b;
    border-color: #b1390d; }
  .btn.yellow-casablanca:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #ef541b;
    border-color: #ee4d12; }
  .btn.yellow-casablanca:not(.btn-outline):active, .btn.yellow-casablanca:not(.btn-outline).active,
  .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #ef541b;
    border-color: #ee4d12; }
    .btn.yellow-casablanca:not(.btn-outline):active:hover, .btn.yellow-casablanca:not(.btn-outline):active:focus, .btn.yellow-casablanca:not(.btn-outline):active.focus, .btn.yellow-casablanca:not(.btn-outline).active:hover, .btn.yellow-casablanca:not(.btn-outline).active:focus, .btn.yellow-casablanca:not(.btn-outline).active.focus,
    .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #d74510;
      border-color: #b1390d; }
  .btn.yellow-casablanca:not(.btn-outline):active, .btn.yellow-casablanca:not(.btn-outline).active,
  .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-casablanca:not(.btn-outline).disabled:hover, .btn.yellow-casablanca:not(.btn-outline).disabled:focus, .btn.yellow-casablanca:not(.btn-outline).disabled.focus, .btn.yellow-casablanca:not(.btn-outline)[disabled]:hover, .btn.yellow-casablanca:not(.btn-outline)[disabled]:focus, .btn.yellow-casablanca:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).focus {
    background-color: #f2784b;
    border-color: #f2784b; }
  .btn.yellow-casablanca:not(.btn-outline) .badge {
    color: #f2784b;
    background-color: #ffffff; }

.btn.btn-outline.yellow-casablanca {
  border-color: #f2784b;
  color: #f2784b;
  background: none; }
  .btn.btn-outline.yellow-casablanca:hover, .btn.btn-outline.yellow-casablanca:active, .btn.btn-outline.yellow-casablanca:active:hover, .btn.btn-outline.yellow-casablanca:active:focus, .btn.btn-outline.yellow-casablanca:focus, .btn.btn-outline.yellow-casablanca.active {
    border-color: #f2784b;
    color: #ffffff;
    background-color: #f2784b; }

.btn.yellow-casablanca-stripe {
  border-left: 4px solid #f2784b !important; }

.btn.yellow-casablanca.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-crusta:not(.btn-outline) {
  color: #ffffff;
  background-color: #f3c200;
  border-color: #f3c200; }
  .btn.yellow-crusta:not(.btn-outline):focus, .btn.yellow-crusta:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #c09900;
    border-color: #745c00; }
  .btn.yellow-crusta:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #c09900;
    border-color: #b69100; }
  .btn.yellow-crusta:not(.btn-outline):active, .btn.yellow-crusta:not(.btn-outline).active,
  .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #c09900;
    border-color: #b69100; }
    .btn.yellow-crusta:not(.btn-outline):active:hover, .btn.yellow-crusta:not(.btn-outline):active:focus, .btn.yellow-crusta:not(.btn-outline):active.focus, .btn.yellow-crusta:not(.btn-outline).active:hover, .btn.yellow-crusta:not(.btn-outline).active:focus, .btn.yellow-crusta:not(.btn-outline).active.focus,
    .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #9c7d00;
      border-color: #745c00; }
  .btn.yellow-crusta:not(.btn-outline):active, .btn.yellow-crusta:not(.btn-outline).active,
  .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-crusta:not(.btn-outline).disabled:hover, .btn.yellow-crusta:not(.btn-outline).disabled:focus, .btn.yellow-crusta:not(.btn-outline).disabled.focus, .btn.yellow-crusta:not(.btn-outline)[disabled]:hover, .btn.yellow-crusta:not(.btn-outline)[disabled]:focus, .btn.yellow-crusta:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-crusta:not(.btn-outline).focus {
    background-color: #f3c200;
    border-color: #f3c200; }
  .btn.yellow-crusta:not(.btn-outline) .badge {
    color: #f3c200;
    background-color: #ffffff; }

.btn.btn-outline.yellow-crusta {
  border-color: #f3c200;
  color: #f3c200;
  background: none; }
  .btn.btn-outline.yellow-crusta:hover, .btn.btn-outline.yellow-crusta:active, .btn.btn-outline.yellow-crusta:active:hover, .btn.btn-outline.yellow-crusta:active:focus, .btn.btn-outline.yellow-crusta:focus, .btn.btn-outline.yellow-crusta.active {
    border-color: #f3c200;
    color: #ffffff;
    background-color: #f3c200; }

.btn.yellow-crusta-stripe {
  border-left: 4px solid #f3c200 !important; }

.btn.yellow-crusta.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-lemon:not(.btn-outline) {
  color: #ffffff;
  background-color: #F7CA18;
  border-color: #F7CA18; }
  .btn.yellow-lemon:not(.btn-outline):focus, .btn.yellow-lemon:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #d5ab07;
    border-color: #8b7005; }
  .btn.yellow-lemon:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #d5ab07;
    border-color: #cba307; }
  .btn.yellow-lemon:not(.btn-outline):active, .btn.yellow-lemon:not(.btn-outline).active,
  .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #d5ab07;
    border-color: #cba307; }
    .btn.yellow-lemon:not(.btn-outline):active:hover, .btn.yellow-lemon:not(.btn-outline):active:focus, .btn.yellow-lemon:not(.btn-outline):active.focus, .btn.yellow-lemon:not(.btn-outline).active:hover, .btn.yellow-lemon:not(.btn-outline).active:focus, .btn.yellow-lemon:not(.btn-outline).active.focus,
    .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #b28f06;
      border-color: #8b7005; }
  .btn.yellow-lemon:not(.btn-outline):active, .btn.yellow-lemon:not(.btn-outline).active,
  .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-lemon:not(.btn-outline).disabled:hover, .btn.yellow-lemon:not(.btn-outline).disabled:focus, .btn.yellow-lemon:not(.btn-outline).disabled.focus, .btn.yellow-lemon:not(.btn-outline)[disabled]:hover, .btn.yellow-lemon:not(.btn-outline)[disabled]:focus, .btn.yellow-lemon:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-lemon:not(.btn-outline).focus {
    background-color: #F7CA18;
    border-color: #F7CA18; }
  .btn.yellow-lemon:not(.btn-outline) .badge {
    color: #F7CA18;
    background-color: #ffffff; }

.btn.btn-outline.yellow-lemon {
  border-color: #F7CA18;
  color: #F7CA18;
  background: none; }
  .btn.btn-outline.yellow-lemon:hover, .btn.btn-outline.yellow-lemon:active, .btn.btn-outline.yellow-lemon:active:hover, .btn.btn-outline.yellow-lemon:active:focus, .btn.btn-outline.yellow-lemon:focus, .btn.btn-outline.yellow-lemon.active {
    border-color: #F7CA18;
    color: #ffffff;
    background-color: #F7CA18; }

.btn.yellow-lemon-stripe {
  border-left: 4px solid #F7CA18 !important; }

.btn.yellow-lemon.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-saffron:not(.btn-outline) {
  color: #ffffff;
  background-color: #F4D03F;
  border-color: #F4D03F; }
  .btn.yellow-saffron:not(.btn-outline):focus, .btn.yellow-saffron:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #f1c40f;
    border-color: #aa8a0a; }
  .btn.yellow-saffron:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #f1c40f;
    border-color: #e8bd0d; }
  .btn.yellow-saffron:not(.btn-outline):active, .btn.yellow-saffron:not(.btn-outline).active,
  .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #f1c40f;
    border-color: #e8bd0d; }
    .btn.yellow-saffron:not(.btn-outline):active:hover, .btn.yellow-saffron:not(.btn-outline):active:focus, .btn.yellow-saffron:not(.btn-outline):active.focus, .btn.yellow-saffron:not(.btn-outline).active:hover, .btn.yellow-saffron:not(.btn-outline).active:focus, .btn.yellow-saffron:not(.btn-outline).active.focus,
    .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #d0a90c;
      border-color: #aa8a0a; }
  .btn.yellow-saffron:not(.btn-outline):active, .btn.yellow-saffron:not(.btn-outline).active,
  .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-saffron:not(.btn-outline).disabled:hover, .btn.yellow-saffron:not(.btn-outline).disabled:focus, .btn.yellow-saffron:not(.btn-outline).disabled.focus, .btn.yellow-saffron:not(.btn-outline)[disabled]:hover, .btn.yellow-saffron:not(.btn-outline)[disabled]:focus, .btn.yellow-saffron:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-saffron:not(.btn-outline).focus {
    background-color: #F4D03F;
    border-color: #F4D03F; }
  .btn.yellow-saffron:not(.btn-outline) .badge {
    color: #F4D03F;
    background-color: #ffffff; }

.btn.btn-outline.yellow-saffron {
  border-color: #F4D03F;
  color: #F4D03F;
  background: none; }
  .btn.btn-outline.yellow-saffron:hover, .btn.btn-outline.yellow-saffron:active, .btn.btn-outline.yellow-saffron:active:hover, .btn.btn-outline.yellow-saffron:active:focus, .btn.btn-outline.yellow-saffron:focus, .btn.btn-outline.yellow-saffron.active {
    border-color: #F4D03F;
    color: #ffffff;
    background-color: #F4D03F; }

.btn.yellow-saffron-stripe {
  border-left: 4px solid #F4D03F !important; }

.btn.yellow-saffron.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-soft:not(.btn-outline) {
  color: #ffffff;
  background-color: #c8d046;
  border-color: #c8d046; }
  .btn.yellow-soft:not(.btn-outline):focus, .btn.yellow-soft:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #73781e; }
  .btn.yellow-soft:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #a5ad2c; }
  .btn.yellow-soft:not(.btn-outline):active, .btn.yellow-soft:not(.btn-outline).active,
  .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #a5ad2c; }
    .btn.yellow-soft:not(.btn-outline):active:hover, .btn.yellow-soft:not(.btn-outline):active:focus, .btn.yellow-soft:not(.btn-outline):active.focus, .btn.yellow-soft:not(.btn-outline).active:hover, .btn.yellow-soft:not(.btn-outline).active:focus, .btn.yellow-soft:not(.btn-outline).active.focus,
    .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #929927;
      border-color: #73781e; }
  .btn.yellow-soft:not(.btn-outline):active, .btn.yellow-soft:not(.btn-outline).active,
  .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-soft:not(.btn-outline).disabled:hover, .btn.yellow-soft:not(.btn-outline).disabled:focus, .btn.yellow-soft:not(.btn-outline).disabled.focus, .btn.yellow-soft:not(.btn-outline)[disabled]:hover, .btn.yellow-soft:not(.btn-outline)[disabled]:focus, .btn.yellow-soft:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-soft:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-soft:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-soft:not(.btn-outline).focus {
    background-color: #c8d046;
    border-color: #c8d046; }
  .btn.yellow-soft:not(.btn-outline) .badge {
    color: #c8d046;
    background-color: #ffffff; }

.btn.btn-outline.yellow-soft {
  border-color: #c8d046;
  color: #c8d046;
  background: none; }
  .btn.btn-outline.yellow-soft:hover, .btn.btn-outline.yellow-soft:active, .btn.btn-outline.yellow-soft:active:hover, .btn.btn-outline.yellow-soft:active:focus, .btn.btn-outline.yellow-soft:focus, .btn.btn-outline.yellow-soft.active {
    border-color: #c8d046;
    color: #ffffff;
    background-color: #c8d046; }

.btn.yellow-soft-stripe {
  border-left: 4px solid #c8d046 !important; }

.btn.yellow-soft.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-haze:not(.btn-outline) {
  color: #ffffff;
  background-color: #c5bf66;
  border-color: #c5bf66; }
  .btn.yellow-haze:not(.btn-outline):focus, .btn.yellow-haze:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #b4ad44;
    border-color: #7c772f; }
  .btn.yellow-haze:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #b4ad44;
    border-color: #aca641; }
  .btn.yellow-haze:not(.btn-outline):active, .btn.yellow-haze:not(.btn-outline).active,
  .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #b4ad44;
    border-color: #aca641; }
    .btn.yellow-haze:not(.btn-outline):active:hover, .btn.yellow-haze:not(.btn-outline):active:focus, .btn.yellow-haze:not(.btn-outline):active.focus, .btn.yellow-haze:not(.btn-outline).active:hover, .btn.yellow-haze:not(.btn-outline).active:focus, .btn.yellow-haze:not(.btn-outline).active.focus,
    .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #9a943a;
      border-color: #7c772f; }
  .btn.yellow-haze:not(.btn-outline):active, .btn.yellow-haze:not(.btn-outline).active,
  .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-haze:not(.btn-outline).disabled:hover, .btn.yellow-haze:not(.btn-outline).disabled:focus, .btn.yellow-haze:not(.btn-outline).disabled.focus, .btn.yellow-haze:not(.btn-outline)[disabled]:hover, .btn.yellow-haze:not(.btn-outline)[disabled]:focus, .btn.yellow-haze:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-haze:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-haze:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-haze:not(.btn-outline).focus {
    background-color: #c5bf66;
    border-color: #c5bf66; }
  .btn.yellow-haze:not(.btn-outline) .badge {
    color: #c5bf66;
    background-color: #ffffff; }

.btn.btn-outline.yellow-haze {
  border-color: #c5bf66;
  color: #c5bf66;
  background: none; }
  .btn.btn-outline.yellow-haze:hover, .btn.btn-outline.yellow-haze:active, .btn.btn-outline.yellow-haze:active:hover, .btn.btn-outline.yellow-haze:active:focus, .btn.btn-outline.yellow-haze:focus, .btn.btn-outline.yellow-haze.active {
    border-color: #c5bf66;
    color: #ffffff;
    background-color: #c5bf66; }

.btn.yellow-haze-stripe {
  border-left: 4px solid #c5bf66 !important; }

.btn.yellow-haze.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.yellow-mint:not(.btn-outline) {
  color: #ffffff;
  background-color: #c5b96b;
  border-color: #c5b96b; }
  .btn.yellow-mint:not(.btn-outline):focus, .btn.yellow-mint:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #b6a747;
    border-color: #7f7532; }
  .btn.yellow-mint:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #b6a747;
    border-color: #aea044; }
  .btn.yellow-mint:not(.btn-outline):active, .btn.yellow-mint:not(.btn-outline).active,
  .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #b6a747;
    border-color: #aea044; }
    .btn.yellow-mint:not(.btn-outline):active:hover, .btn.yellow-mint:not(.btn-outline):active:focus, .btn.yellow-mint:not(.btn-outline):active.focus, .btn.yellow-mint:not(.btn-outline).active:hover, .btn.yellow-mint:not(.btn-outline).active:focus, .btn.yellow-mint:not(.btn-outline).active.focus,
    .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #9c8f3d;
      border-color: #7f7532; }
  .btn.yellow-mint:not(.btn-outline):active, .btn.yellow-mint:not(.btn-outline).active,
  .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.yellow-mint:not(.btn-outline).disabled:hover, .btn.yellow-mint:not(.btn-outline).disabled:focus, .btn.yellow-mint:not(.btn-outline).disabled.focus, .btn.yellow-mint:not(.btn-outline)[disabled]:hover, .btn.yellow-mint:not(.btn-outline)[disabled]:focus, .btn.yellow-mint:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.yellow-mint:not(.btn-outline):hover,
  fieldset[disabled] .btn.yellow-mint:not(.btn-outline):focus,
  fieldset[disabled] .btn.yellow-mint:not(.btn-outline).focus {
    background-color: #c5b96b;
    border-color: #c5b96b; }
  .btn.yellow-mint:not(.btn-outline) .badge {
    color: #c5b96b;
    background-color: #ffffff; }

.btn.btn-outline.yellow-mint {
  border-color: #c5b96b;
  color: #c5b96b;
  background: none; }
  .btn.btn-outline.yellow-mint:hover, .btn.btn-outline.yellow-mint:active, .btn.btn-outline.yellow-mint:active:hover, .btn.btn-outline.yellow-mint:active:focus, .btn.btn-outline.yellow-mint:focus, .btn.btn-outline.yellow-mint.active {
    border-color: #c5b96b;
    color: #ffffff;
    background-color: #c5b96b; }

.btn.yellow-mint-stripe {
  border-left: 4px solid #c5b96b !important; }

.btn.yellow-mint.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple:not(.btn-outline) {
  color: #ffffff;
  background-color: #8E44AD;
  border-color: #8E44AD; }
  .btn.purple:not(.btn-outline):focus, .btn.purple:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #703688;
    border-color: #432051; }
  .btn.purple:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #703688;
    border-color: #6a3381; }
  .btn.purple:not(.btn-outline):active, .btn.purple:not(.btn-outline).active,
  .open > .btn.purple:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #703688;
    border-color: #6a3381; }
    .btn.purple:not(.btn-outline):active:hover, .btn.purple:not(.btn-outline):active:focus, .btn.purple:not(.btn-outline):active.focus, .btn.purple:not(.btn-outline).active:hover, .btn.purple:not(.btn-outline).active:focus, .btn.purple:not(.btn-outline).active.focus,
    .open > .btn.purple:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5b2c6f;
      border-color: #432051; }
  .btn.purple:not(.btn-outline):active, .btn.purple:not(.btn-outline).active,
  .open > .btn.purple:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple:not(.btn-outline).disabled:hover, .btn.purple:not(.btn-outline).disabled:focus, .btn.purple:not(.btn-outline).disabled.focus, .btn.purple:not(.btn-outline)[disabled]:hover, .btn.purple:not(.btn-outline)[disabled]:focus, .btn.purple:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple:not(.btn-outline).focus {
    background-color: #8E44AD;
    border-color: #8E44AD; }
  .btn.purple:not(.btn-outline) .badge {
    color: #8E44AD;
    background-color: #ffffff; }

.btn.btn-outline.purple {
  border-color: #8E44AD;
  color: #8E44AD;
  background: none; }
  .btn.btn-outline.purple:hover, .btn.btn-outline.purple:active, .btn.btn-outline.purple:active:hover, .btn.btn-outline.purple:active:focus, .btn.btn-outline.purple:focus, .btn.btn-outline.purple.active {
    border-color: #8E44AD;
    color: #ffffff;
    background-color: #8E44AD; }

.btn.purple-stripe {
  border-left: 4px solid #8E44AD !important; }

.btn.purple.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-plum:not(.btn-outline) {
  color: #ffffff;
  background-color: #8775a7;
  border-color: #8775a7; }
  .btn.purple-plum:not(.btn-outline):focus, .btn.purple-plum:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #493d60; }
  .btn.purple-plum:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #685788; }
  .btn.purple-plum:not(.btn-outline):active, .btn.purple-plum:not(.btn-outline).active,
  .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #685788; }
    .btn.purple-plum:not(.btn-outline):active:hover, .btn.purple-plum:not(.btn-outline):active:focus, .btn.purple-plum:not(.btn-outline):active.focus, .btn.purple-plum:not(.btn-outline).active:hover, .btn.purple-plum:not(.btn-outline).active:focus, .btn.purple-plum:not(.btn-outline).active.focus,
    .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5d4d78;
      border-color: #493d60; }
  .btn.purple-plum:not(.btn-outline):active, .btn.purple-plum:not(.btn-outline).active,
  .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-plum:not(.btn-outline).disabled:hover, .btn.purple-plum:not(.btn-outline).disabled:focus, .btn.purple-plum:not(.btn-outline).disabled.focus, .btn.purple-plum:not(.btn-outline)[disabled]:hover, .btn.purple-plum:not(.btn-outline)[disabled]:focus, .btn.purple-plum:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-plum:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-plum:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-plum:not(.btn-outline).focus {
    background-color: #8775a7;
    border-color: #8775a7; }
  .btn.purple-plum:not(.btn-outline) .badge {
    color: #8775a7;
    background-color: #ffffff; }

.btn.btn-outline.purple-plum {
  border-color: #8775a7;
  color: #8775a7;
  background: none; }
  .btn.btn-outline.purple-plum:hover, .btn.btn-outline.purple-plum:active, .btn.btn-outline.purple-plum:active:hover, .btn.btn-outline.purple-plum:active:focus, .btn.btn-outline.purple-plum:focus, .btn.btn-outline.purple-plum.active {
    border-color: #8775a7;
    color: #ffffff;
    background-color: #8775a7; }

.btn.purple-plum-stripe {
  border-left: 4px solid #8775a7 !important; }

.btn.purple-plum.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-medium:not(.btn-outline) {
  color: #ffffff;
  background-color: #BF55EC;
  border-color: #BF55EC; }
  .btn.purple-medium:not(.btn-outline):focus, .btn.purple-medium:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #ae27e7;
    border-color: #8013ae; }
  .btn.purple-medium:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #ae27e7;
    border-color: #aa1ee6; }
  .btn.purple-medium:not(.btn-outline):active, .btn.purple-medium:not(.btn-outline).active,
  .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #ae27e7;
    border-color: #aa1ee6; }
    .btn.purple-medium:not(.btn-outline):active:hover, .btn.purple-medium:not(.btn-outline):active:focus, .btn.purple-medium:not(.btn-outline):active.focus, .btn.purple-medium:not(.btn-outline).active:hover, .btn.purple-medium:not(.btn-outline).active:focus, .btn.purple-medium:not(.btn-outline).active.focus,
    .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #9b18d3;
      border-color: #8013ae; }
  .btn.purple-medium:not(.btn-outline):active, .btn.purple-medium:not(.btn-outline).active,
  .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-medium:not(.btn-outline).disabled:hover, .btn.purple-medium:not(.btn-outline).disabled:focus, .btn.purple-medium:not(.btn-outline).disabled.focus, .btn.purple-medium:not(.btn-outline)[disabled]:hover, .btn.purple-medium:not(.btn-outline)[disabled]:focus, .btn.purple-medium:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-medium:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-medium:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-medium:not(.btn-outline).focus {
    background-color: #BF55EC;
    border-color: #BF55EC; }
  .btn.purple-medium:not(.btn-outline) .badge {
    color: #BF55EC;
    background-color: #ffffff; }

.btn.btn-outline.purple-medium {
  border-color: #BF55EC;
  color: #BF55EC;
  background: none; }
  .btn.btn-outline.purple-medium:hover, .btn.btn-outline.purple-medium:active, .btn.btn-outline.purple-medium:active:hover, .btn.btn-outline.purple-medium:active:focus, .btn.btn-outline.purple-medium:focus, .btn.btn-outline.purple-medium.active {
    border-color: #BF55EC;
    color: #ffffff;
    background-color: #BF55EC; }

.btn.purple-medium-stripe {
  border-left: 4px solid #BF55EC !important; }

.btn.purple-medium.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-studio:not(.btn-outline) {
  color: #ffffff;
  background-color: #8E44AD;
  border-color: #8E44AD; }
  .btn.purple-studio:not(.btn-outline):focus, .btn.purple-studio:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #703688;
    border-color: #432051; }
  .btn.purple-studio:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #703688;
    border-color: #6a3381; }
  .btn.purple-studio:not(.btn-outline):active, .btn.purple-studio:not(.btn-outline).active,
  .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #703688;
    border-color: #6a3381; }
    .btn.purple-studio:not(.btn-outline):active:hover, .btn.purple-studio:not(.btn-outline):active:focus, .btn.purple-studio:not(.btn-outline):active.focus, .btn.purple-studio:not(.btn-outline).active:hover, .btn.purple-studio:not(.btn-outline).active:focus, .btn.purple-studio:not(.btn-outline).active.focus,
    .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5b2c6f;
      border-color: #432051; }
  .btn.purple-studio:not(.btn-outline):active, .btn.purple-studio:not(.btn-outline).active,
  .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-studio:not(.btn-outline).disabled:hover, .btn.purple-studio:not(.btn-outline).disabled:focus, .btn.purple-studio:not(.btn-outline).disabled.focus, .btn.purple-studio:not(.btn-outline)[disabled]:hover, .btn.purple-studio:not(.btn-outline)[disabled]:focus, .btn.purple-studio:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-studio:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-studio:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-studio:not(.btn-outline).focus {
    background-color: #8E44AD;
    border-color: #8E44AD; }
  .btn.purple-studio:not(.btn-outline) .badge {
    color: #8E44AD;
    background-color: #ffffff; }

.btn.btn-outline.purple-studio {
  border-color: #8E44AD;
  color: #8E44AD;
  background: none; }
  .btn.btn-outline.purple-studio:hover, .btn.btn-outline.purple-studio:active, .btn.btn-outline.purple-studio:active:hover, .btn.btn-outline.purple-studio:active:focus, .btn.btn-outline.purple-studio:focus, .btn.btn-outline.purple-studio.active {
    border-color: #8E44AD;
    color: #ffffff;
    background-color: #8E44AD; }

.btn.purple-studio-stripe {
  border-left: 4px solid #8E44AD !important; }

.btn.purple-studio.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-wisteria:not(.btn-outline) {
  color: #ffffff;
  background-color: #9B59B6;
  border-color: #9B59B6; }
  .btn.purple-wisteria:not(.btn-outline):focus, .btn.purple-wisteria:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #804399;
    border-color: #532c64; }
  .btn.purple-wisteria:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #804399;
    border-color: #7a4092; }
  .btn.purple-wisteria:not(.btn-outline):active, .btn.purple-wisteria:not(.btn-outline).active,
  .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #804399;
    border-color: #7a4092; }
    .btn.purple-wisteria:not(.btn-outline):active:hover, .btn.purple-wisteria:not(.btn-outline):active:focus, .btn.purple-wisteria:not(.btn-outline):active.focus, .btn.purple-wisteria:not(.btn-outline).active:hover, .btn.purple-wisteria:not(.btn-outline).active:focus, .btn.purple-wisteria:not(.btn-outline).active.focus,
    .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #6b3880;
      border-color: #532c64; }
  .btn.purple-wisteria:not(.btn-outline):active, .btn.purple-wisteria:not(.btn-outline).active,
  .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-wisteria:not(.btn-outline).disabled:hover, .btn.purple-wisteria:not(.btn-outline).disabled:focus, .btn.purple-wisteria:not(.btn-outline).disabled.focus, .btn.purple-wisteria:not(.btn-outline)[disabled]:hover, .btn.purple-wisteria:not(.btn-outline)[disabled]:focus, .btn.purple-wisteria:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-wisteria:not(.btn-outline).focus {
    background-color: #9B59B6;
    border-color: #9B59B6; }
  .btn.purple-wisteria:not(.btn-outline) .badge {
    color: #9B59B6;
    background-color: #ffffff; }

.btn.btn-outline.purple-wisteria {
  border-color: #9B59B6;
  color: #9B59B6;
  background: none; }
  .btn.btn-outline.purple-wisteria:hover, .btn.btn-outline.purple-wisteria:active, .btn.btn-outline.purple-wisteria:active:hover, .btn.btn-outline.purple-wisteria:active:focus, .btn.btn-outline.purple-wisteria:focus, .btn.btn-outline.purple-wisteria.active {
    border-color: #9B59B6;
    color: #ffffff;
    background-color: #9B59B6; }

.btn.purple-wisteria-stripe {
  border-left: 4px solid #9B59B6 !important; }

.btn.purple-wisteria.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-seance:not(.btn-outline) {
  color: #ffffff;
  background-color: #9A12B3;
  border-color: #9A12B3; }
  .btn.purple-seance:not(.btn-outline):focus, .btn.purple-seance:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #720d85;
    border-color: #36063f; }
  .btn.purple-seance:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #720d85;
    border-color: #6a0c7b; }
  .btn.purple-seance:not(.btn-outline):active, .btn.purple-seance:not(.btn-outline).active,
  .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #720d85;
    border-color: #6a0c7b; }
    .btn.purple-seance:not(.btn-outline):active:hover, .btn.purple-seance:not(.btn-outline):active:focus, .btn.purple-seance:not(.btn-outline):active.focus, .btn.purple-seance:not(.btn-outline).active:hover, .btn.purple-seance:not(.btn-outline).active:focus, .btn.purple-seance:not(.btn-outline).active.focus,
    .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #560a64;
      border-color: #36063f; }
  .btn.purple-seance:not(.btn-outline):active, .btn.purple-seance:not(.btn-outline).active,
  .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-seance:not(.btn-outline).disabled:hover, .btn.purple-seance:not(.btn-outline).disabled:focus, .btn.purple-seance:not(.btn-outline).disabled.focus, .btn.purple-seance:not(.btn-outline)[disabled]:hover, .btn.purple-seance:not(.btn-outline)[disabled]:focus, .btn.purple-seance:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-seance:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-seance:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-seance:not(.btn-outline).focus {
    background-color: #9A12B3;
    border-color: #9A12B3; }
  .btn.purple-seance:not(.btn-outline) .badge {
    color: #9A12B3;
    background-color: #ffffff; }

.btn.btn-outline.purple-seance {
  border-color: #9A12B3;
  color: #9A12B3;
  background: none; }
  .btn.btn-outline.purple-seance:hover, .btn.btn-outline.purple-seance:active, .btn.btn-outline.purple-seance:active:hover, .btn.btn-outline.purple-seance:active:focus, .btn.btn-outline.purple-seance:focus, .btn.btn-outline.purple-seance.active {
    border-color: #9A12B3;
    color: #ffffff;
    background-color: #9A12B3; }

.btn.purple-seance-stripe {
  border-left: 4px solid #9A12B3 !important; }

.btn.purple-seance.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-intense:not(.btn-outline) {
  color: #ffffff;
  background-color: #8775a7;
  border-color: #8775a7; }
  .btn.purple-intense:not(.btn-outline):focus, .btn.purple-intense:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #493d60; }
  .btn.purple-intense:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #685788; }
  .btn.purple-intense:not(.btn-outline):active, .btn.purple-intense:not(.btn-outline).active,
  .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #6d5b8e;
    border-color: #685788; }
    .btn.purple-intense:not(.btn-outline):active:hover, .btn.purple-intense:not(.btn-outline):active:focus, .btn.purple-intense:not(.btn-outline):active.focus, .btn.purple-intense:not(.btn-outline).active:hover, .btn.purple-intense:not(.btn-outline).active:focus, .btn.purple-intense:not(.btn-outline).active.focus,
    .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5d4d78;
      border-color: #493d60; }
  .btn.purple-intense:not(.btn-outline):active, .btn.purple-intense:not(.btn-outline).active,
  .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-intense:not(.btn-outline).disabled:hover, .btn.purple-intense:not(.btn-outline).disabled:focus, .btn.purple-intense:not(.btn-outline).disabled.focus, .btn.purple-intense:not(.btn-outline)[disabled]:hover, .btn.purple-intense:not(.btn-outline)[disabled]:focus, .btn.purple-intense:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-intense:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-intense:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-intense:not(.btn-outline).focus {
    background-color: #8775a7;
    border-color: #8775a7; }
  .btn.purple-intense:not(.btn-outline) .badge {
    color: #8775a7;
    background-color: #ffffff; }

.btn.btn-outline.purple-intense {
  border-color: #8775a7;
  color: #8775a7;
  background: none; }
  .btn.btn-outline.purple-intense:hover, .btn.btn-outline.purple-intense:active, .btn.btn-outline.purple-intense:active:hover, .btn.btn-outline.purple-intense:active:focus, .btn.btn-outline.purple-intense:focus, .btn.btn-outline.purple-intense.active {
    border-color: #8775a7;
    color: #ffffff;
    background-color: #8775a7; }

.btn.purple-intense-stripe {
  border-left: 4px solid #8775a7 !important; }

.btn.purple-intense.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-sharp:not(.btn-outline) {
  color: #ffffff;
  background-color: #796799;
  border-color: #796799; }
  .btn.purple-sharp:not(.btn-outline):focus, .btn.purple-sharp:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #61527b;
    border-color: #3d344d; }
  .btn.purple-sharp:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #61527b;
    border-color: #5c4e75; }
  .btn.purple-sharp:not(.btn-outline):active, .btn.purple-sharp:not(.btn-outline).active,
  .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #61527b;
    border-color: #5c4e75; }
    .btn.purple-sharp:not(.btn-outline):active:hover, .btn.purple-sharp:not(.btn-outline):active:focus, .btn.purple-sharp:not(.btn-outline):active.focus, .btn.purple-sharp:not(.btn-outline).active:hover, .btn.purple-sharp:not(.btn-outline).active:focus, .btn.purple-sharp:not(.btn-outline).active.focus,
    .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #504465;
      border-color: #3d344d; }
  .btn.purple-sharp:not(.btn-outline):active, .btn.purple-sharp:not(.btn-outline).active,
  .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-sharp:not(.btn-outline).disabled:hover, .btn.purple-sharp:not(.btn-outline).disabled:focus, .btn.purple-sharp:not(.btn-outline).disabled.focus, .btn.purple-sharp:not(.btn-outline)[disabled]:hover, .btn.purple-sharp:not(.btn-outline)[disabled]:focus, .btn.purple-sharp:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-sharp:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-sharp:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-sharp:not(.btn-outline).focus {
    background-color: #796799;
    border-color: #796799; }
  .btn.purple-sharp:not(.btn-outline) .badge {
    color: #796799;
    background-color: #ffffff; }

.btn.btn-outline.purple-sharp {
  border-color: #796799;
  color: #796799;
  background: none; }
  .btn.btn-outline.purple-sharp:hover, .btn.btn-outline.purple-sharp:active, .btn.btn-outline.purple-sharp:active:hover, .btn.btn-outline.purple-sharp:active:focus, .btn.btn-outline.purple-sharp:focus, .btn.btn-outline.purple-sharp.active {
    border-color: #796799;
    color: #ffffff;
    background-color: #796799; }

.btn.purple-sharp-stripe {
  border-left: 4px solid #796799 !important; }

.btn.purple-sharp.btn-no-border:not(.active) {
  border-color: transparent; }

.btn.purple-soft:not(.btn-outline) {
  color: #ffffff;
  background-color: #8877a9;
  border-color: #8877a9; }
  .btn.purple-soft:not(.btn-outline):focus, .btn.purple-soft:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #6e5c91;
    border-color: #4a3e62; }
  .btn.purple-soft:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #6e5c91;
    border-color: #69588b; }
  .btn.purple-soft:not(.btn-outline):active, .btn.purple-soft:not(.btn-outline).active,
  .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #6e5c91;
    border-color: #69588b; }
    .btn.purple-soft:not(.btn-outline):active:hover, .btn.purple-soft:not(.btn-outline):active:focus, .btn.purple-soft:not(.btn-outline):active.focus, .btn.purple-soft:not(.btn-outline).active:hover, .btn.purple-soft:not(.btn-outline).active:focus, .btn.purple-soft:not(.btn-outline).active.focus,
    .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:hover,
    .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:focus,
    .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5d4e7b;
      border-color: #4a3e62; }
  .btn.purple-soft:not(.btn-outline):active, .btn.purple-soft:not(.btn-outline).active,
  .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
  .btn.purple-soft:not(.btn-outline).disabled:hover, .btn.purple-soft:not(.btn-outline).disabled:focus, .btn.purple-soft:not(.btn-outline).disabled.focus, .btn.purple-soft:not(.btn-outline)[disabled]:hover, .btn.purple-soft:not(.btn-outline)[disabled]:focus, .btn.purple-soft:not(.btn-outline)[disabled].focus,
  fieldset[disabled] .btn.purple-soft:not(.btn-outline):hover,
  fieldset[disabled] .btn.purple-soft:not(.btn-outline):focus,
  fieldset[disabled] .btn.purple-soft:not(.btn-outline).focus {
    background-color: #8877a9;
    border-color: #8877a9; }
  .btn.purple-soft:not(.btn-outline) .badge {
    color: #8877a9;
    background-color: #ffffff; }

.btn.btn-outline.purple-soft {
  border-color: #8877a9;
  color: #8877a9;
  background: none; }
  .btn.btn-outline.purple-soft:hover, .btn.btn-outline.purple-soft:active, .btn.btn-outline.purple-soft:active:hover, .btn.btn-outline.purple-soft:active:focus, .btn.btn-outline.purple-soft:focus, .btn.btn-outline.purple-soft.active {
    border-color: #8877a9;
    color: #ffffff;
    background-color: #8877a9; }

.btn.purple-soft-stripe {
  border-left: 4px solid #8877a9 !important; }

.btn.purple-soft.btn-no-border:not(.active) {
  border-color: transparent; }

/* Circle Buttons */
.btn-circle {
  border-radius: 25px !important;
  overflow: hidden; }

.btn-circle-right {
  border-radius: 0 25px 25px 0 !important; }

.btn-circle-left {
  border-radius: 25px 0 0 25px !important; }

.btn-circle-bottom {
  border-radius: 0 0 25px 25px !important; }

.btn-circle-top {
  border-radius: 25px 25px 0 0 !important; }

.btn-icon-only {
  height: 34px;
  width: 34px;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  .btn-icon-only > [class^="icon-"],
  .btn-icon-only > i {
    text-align: center;
    margin-top: 2px; }

.btn-group.btn-group-circle > .btn:first-child {
  border-radius: 25px 0 0 25px !important; }

.btn-group.btn-group-circle > .btn:last-child {
  border-radius: 0 25px 25px 0 !important; }

.btn-group.btn-group-devided > .btn {
  margin-right: 5px; }
  .btn-group.btn-group-devided > .btn:last-child {
    margin-right: 0; }

.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
  border-radius: 25px 25px 0 0 !important; }

.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
  border-radius: 0 0 25px 25px !important; }


.btn-retour{
  display: block;
  font-size:12px;
  position: absolute;
  color : #cf324b;
}

.btn-retour:hover, btn-retour:focus, btn-retour:visited {
    outline: none;
    text-decoration: none;
}


.has-success .form-control{
  border-color:#3598dc;
}

.has-success .form-control:focus {
  border-color:#3598dc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #3598dc;
}

.has-success .control-label {
    color: #3598dc;
}

.has-error .form-control{
  border-color:#e73d4a;
}

.has-error .form-control:focus {
  border-color:#e73d4a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #e73d4a;
}

.validation-error {
    font-size: 12px;
    color: #e73d4a;
    font-weight: unset;
    margin-top: 7px;
}
.has-error .control-label {
    color: #e73d4a;
}

.modal_leadform_intro {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.modal_leadform_mentions_legales {
  margin-left: -0px;
  margin-right: -0px;
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: -10px;
  border-top: 1px solid #e5e5e5;
  color: #b7bac8;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

