/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pull-right {
  float: right;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-map:before {
  content: "\f279";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 11, app/assets/stylesheets/font-awesome.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, app/assets/stylesheets/buybayux/bootstrap.css.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #EC6C1C;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/buybayux/bootstrap.css.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/buybayux/bootstrap.css.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

/* line 57, app/assets/stylesheets/buybayux/bootstrap.css.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/buybayux/bootstrap.css.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/buybayux/bootstrap.css.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/buybayux/bootstrap.css.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 87, app/assets/stylesheets/buybayux/bootstrap.css.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/buybayux/bootstrap.css.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 101, app/assets/stylesheets/buybayux/bootstrap.css.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 107, app/assets/stylesheets/buybayux/bootstrap.css.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, app/assets/stylesheets/buybayux/bootstrap.css.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/buybayux/bootstrap.css.scss */
dt {
  font-weight: 700;
}

/* line 125, app/assets/stylesheets/buybayux/bootstrap.css.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 130, app/assets/stylesheets/buybayux/bootstrap.css.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 134, app/assets/stylesheets/buybayux/bootstrap.css.scss */
dfn {
  font-style: italic;
}

/* line 138, app/assets/stylesheets/buybayux/bootstrap.css.scss */
b,
strong {
  font-weight: bolder;
}

/* line 143, app/assets/stylesheets/buybayux/bootstrap.css.scss */
small {
  font-size: 80%;
}

/* line 147, app/assets/stylesheets/buybayux/bootstrap.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 155, app/assets/stylesheets/buybayux/bootstrap.css.scss */
sub {
  bottom: -.25em;
}

/* line 159, app/assets/stylesheets/buybayux/bootstrap.css.scss */
sup {
  top: -.5em;
}

/* line 163, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 170, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 175, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 189, app/assets/stylesheets/buybayux/bootstrap.css.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 197, app/assets/stylesheets/buybayux/bootstrap.css.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 204, app/assets/stylesheets/buybayux/bootstrap.css.scss */
figure {
  margin: 0 0 1rem;
}

/* line 208, app/assets/stylesheets/buybayux/bootstrap.css.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 213, app/assets/stylesheets/buybayux/bootstrap.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 217, app/assets/stylesheets/buybayux/bootstrap.css.scss */
table {
  border-collapse: collapse;
}

/* line 221, app/assets/stylesheets/buybayux/bootstrap.css.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 229, app/assets/stylesheets/buybayux/bootstrap.css.scss */
th {
  text-align: inherit;
}

/* line 233, app/assets/stylesheets/buybayux/bootstrap.css.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 238, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button {
  border-radius: 0;
}

/* line 242, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 247, app/assets/stylesheets/buybayux/bootstrap.css.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 258, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button,
input {
  overflow: visible;
}

/* line 263, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button,
select {
  text-transform: none;
}

/* line 268, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 275, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 283, app/assets/stylesheets/buybayux/bootstrap.css.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 289, app/assets/stylesheets/buybayux/bootstrap.css.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 296, app/assets/stylesheets/buybayux/bootstrap.css.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 301, app/assets/stylesheets/buybayux/bootstrap.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 308, app/assets/stylesheets/buybayux/bootstrap.css.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 320, app/assets/stylesheets/buybayux/bootstrap.css.scss */
progress {
  vertical-align: baseline;
}

/* line 324, app/assets/stylesheets/buybayux/bootstrap.css.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 329, app/assets/stylesheets/buybayux/bootstrap.css.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 334, app/assets/stylesheets/buybayux/bootstrap.css.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 339, app/assets/stylesheets/buybayux/bootstrap.css.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 344, app/assets/stylesheets/buybayux/bootstrap.css.scss */
output {
  display: inline-block;
}

/* line 348, app/assets/stylesheets/buybayux/bootstrap.css.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 353, app/assets/stylesheets/buybayux/bootstrap.css.scss */
template {
  display: none;
}

/* line 357, app/assets/stylesheets/buybayux/bootstrap.css.scss */
[hidden] {
  display: none !important;
}

/* line 361, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 370, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 374, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 378, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 382, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 386, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 390, app/assets/stylesheets/buybayux/bootstrap.css.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 394, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 399, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 405, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 411, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 417, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 423, app/assets/stylesheets/buybayux/bootstrap.css.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 430, app/assets/stylesheets/buybayux/bootstrap.css.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 436, app/assets/stylesheets/buybayux/bootstrap.css.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 442, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 447, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 452, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-inline-item {
  display: inline-block;
}

/* line 456, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 465, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 470, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 476, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 480, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 485, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 494, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.figure {
  display: inline-block;
}

/* line 498, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 503, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 508, app/assets/stylesheets/buybayux/bootstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 515, app/assets/stylesheets/buybayux/bootstrap.css.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 521, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a > code {
  color: inherit;
}

/* line 525, app/assets/stylesheets/buybayux/bootstrap.css.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 533, app/assets/stylesheets/buybayux/bootstrap.css.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 539, app/assets/stylesheets/buybayux/bootstrap.css.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 545, app/assets/stylesheets/buybayux/bootstrap.css.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 551, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 556, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 565, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 571, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 577, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 583, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 588, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 596, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 606, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 611, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 617, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 630, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 639, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 647, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 654, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 661, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 668, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 675, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 682, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 689, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 696, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 703, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 717, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 724, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 731, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 737, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 743, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* line 749, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 755, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 761, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 767, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 773, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 779, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 785, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 791, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 797, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 803, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 809, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 815, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 821, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 825, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 829, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 833, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 837, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 841, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 845, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 849, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 853, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 857, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 861, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 866, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 874, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 881, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 887, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 893, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 899, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 905, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 911, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 917, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 923, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 929, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 935, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 941, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 947, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 953, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 958, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 963, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 968, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 973, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 978, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 983, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 988, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 993, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 998, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1003, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1008, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1013, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1018, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1023, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1028, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1031, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1034, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1037, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1040, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1043, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1046, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1049, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1052, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1055, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1058, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1061, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1067, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1075, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1082, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1088, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1094, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1100, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1106, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1112, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1118, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1124, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1130, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1136, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1142, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1148, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1154, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1159, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1164, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1169, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1174, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1179, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1184, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1189, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1194, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1199, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1204, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1209, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1214, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1219, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1224, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1229, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1232, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1235, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1238, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1241, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1244, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1247, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1250, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1253, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1256, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1259, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1262, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1268, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1276, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1283, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1289, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1295, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1301, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1307, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1313, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1319, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1325, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1331, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1337, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1343, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1349, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1355, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1360, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1365, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1370, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1375, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1385, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1390, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1395, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1400, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1405, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1410, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1415, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1420, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1425, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1430, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1433, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1436, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1439, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1442, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1445, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1448, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1451, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1454, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1457, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1463, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1469, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1477, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1484, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1490, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1496, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1502, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1508, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1514, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1526, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1532, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1538, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1544, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1550, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1556, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1561, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1566, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1571, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1576, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1581, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1586, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1591, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1596, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1601, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1606, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1611, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1616, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1621, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1626, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1631, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1634, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1637, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1640, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1643, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1646, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1649, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1652, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1655, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1658, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1661, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1664, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1669, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1676, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1683, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1688, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1692, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table .table {
  background-color: #fff;
}

/* line 1696, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1701, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1705, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1715, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1719, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1723, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1729, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1733, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1738, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1744, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1748, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1753, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1759, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1763, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1768, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1774, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1778, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1783, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1789, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1793, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1798, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1804, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1808, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1813, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1819, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1823, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1828, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1834, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1838, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1843, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1849, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1853, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1858, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1864, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1870, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1875, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1881, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1885, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1889, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1894, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1901, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1907, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1914, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1920, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1927, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1933, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1940, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1945, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1953, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1957, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 1971, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1976, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1984, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1989, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1994, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1999, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2004, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2009, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2014, app/assets/stylesheets/buybayux/bootstrap.css.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 2018, app/assets/stylesheets/buybayux/bootstrap.css.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2023, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2029, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2037, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2044, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 2051, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2063, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 2076, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2087, app/assets/stylesheets/buybayux/bootstrap.css.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 2095, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2106, app/assets/stylesheets/buybayux/bootstrap.css.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 2114, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2118, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2123, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2133, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2139, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2145, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2151, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2155, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2159, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2170, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2177, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2185, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 2200, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 2206, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2213, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2224, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2228, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2234, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2238, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 2242, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2248, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 2252, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2256, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2260, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2264, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2270, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2274, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2282, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 2297, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2303, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2310, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2321, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2325, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2331, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2335, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 2339, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2345, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 2349, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2353, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2357, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2361, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2367, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2371, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2384, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2389, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2401, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2417, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2422, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2425, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 2428, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2441, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2447, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2455, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 2478, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 2482, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2487, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2491, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2495, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
  background-image: none;
}

/* line 2499, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2504, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2510, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2516, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2526, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2533, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2538, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2544, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2550, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2554, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2560, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2567, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2572, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2578, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2584, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2588, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2594, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2601, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2606, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2612, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2618, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2622, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2628, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2635, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2640, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2646, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2652, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2656, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2662, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2669, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2674, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2680, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2686, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2690, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2696, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2703, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2708, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2714, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2720, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2724, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2730, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2737, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2742, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2748, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2754, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2758, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2764, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2771, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2776, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2783, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2789, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2793, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2798, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2805, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2810, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 2817, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2823, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2827, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2832, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2839, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2844, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2851, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2857, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2861, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2866, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2873, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2878, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2885, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2891, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2895, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2900, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2907, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2912, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2919, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2925, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2929, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2934, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2941, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2946, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2953, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2959, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2963, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2968, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2975, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2980, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2987, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2993, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2997, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3002, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3009, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3014, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 3021, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3027, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3031, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3036, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3043, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3048, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 3054, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 3061, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 3067, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 3071, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3078, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3085, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3090, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3094, app/assets/stylesheets/buybayux/bootstrap.css.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3100, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 3105, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.fade.show {
  opacity: 1;
}

/* line 3109, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.collapse {
  display: none;
}

/* line 3113, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.collapse.show {
  display: block;
}

/* line 3117, app/assets/stylesheets/buybayux/bootstrap.css.scss */
tr.collapse.show {
  display: table-row;
}

/* line 3121, app/assets/stylesheets/buybayux/bootstrap.css.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 3125, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 3132, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3137, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3150, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3154, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3174, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3179, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3192, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3196, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3201, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3213, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3217, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3221, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3226, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3235, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3239, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3251, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3255, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3259, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3266, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3279, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3285, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3291, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3296, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3300, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3309, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3318, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 3326, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3331, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3338, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

/* line 3349, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3360, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3364, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3368, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3374, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3385, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3389, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3394, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3399, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3412, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3417, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3425, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3431, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3437, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3442, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3451, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3464, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3475, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 3481, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3493, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3499, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3505, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3514, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3526, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 3533, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3539, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3550, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3554, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3558, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3578, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3583, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3593, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3603, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3610, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3617, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3623, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 3628, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3632, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 3637, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3641, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3645, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-label {
  margin-bottom: 0;
}

/* line 3649, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

/* line 3665, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3678, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3682, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3686, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 3690, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3694, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 3698, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3702, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3706, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3714, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3718, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3722, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3739, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

/* line 3745, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3750, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3756, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3761, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3765, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3772, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 3779, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3787, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3796, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3801, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

/* line 3805, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3809, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3824, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3841, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3852, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3857, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3861, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 3865, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3869, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3873, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3879, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3883, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3889, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3896, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3902, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3906, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3912, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3919, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3928, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3932, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tab-content > .active {
  display: block;
}

/* line 3936, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3952, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3967, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3977, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3981, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3994, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3999, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4004, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4010, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4021, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4030, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4034, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4038, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4049, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4057, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4066, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4072, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4075, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4079, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4083, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4088, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4095, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 4098, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 4105, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4113, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4122, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4128, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4131, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4135, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4139, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4144, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4151, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 4154, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 4161, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4169, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4178, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4184, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4187, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4191, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4195, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4200, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4207, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 4210, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 4217, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4225, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4234, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4240, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4243, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 4247, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4251, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4256, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4263, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 4266, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

/* line 4272, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4282, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4288, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4295, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4299, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 4304, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4309, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4315, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4323, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4327, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 4332, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4336, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4340, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4344, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4348, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4352, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4359, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4364, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4368, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4372, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4376, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4384, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4388, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4392, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4396, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4400, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4407, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4412, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4416, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4420, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4424, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4428, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4445, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4450, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4455, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4467, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4471, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4476, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4480, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4484, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4488, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4495, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4499, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4503, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4509, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4513, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4525, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4534, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4539, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4545, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4551, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4561, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4566, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4574, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 4591, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4601, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4606, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 4612, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4618, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4622, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4626, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 4630, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4634, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4638, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 4642, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 4646, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 4649, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 4654, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 4659, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 4662, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 4670, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4675, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 4683, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4689, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4702, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 4710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4714, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4718, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4722, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4731, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 4742, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 4749, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4755, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4759, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4765, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4770, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4777, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4785, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4791, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4796, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4801, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4807, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4812, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4817, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4829, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge:empty {
  display: none;
}

/* line 4833, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4838, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4844, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4849, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 4855, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 4860, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 4866, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4871, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4877, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4882, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 4888, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 4893, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4899, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4904, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4910, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 4915, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4921, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4926, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4932, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4940, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4945, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4951, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4959, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-heading {
  color: inherit;
}

/* line 4963, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-link {
  font-weight: 700;
}

/* line 4967, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4971, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4979, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4985, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4989, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4993, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 4999, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5003, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5007, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5013, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5017, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5021, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5027, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5031, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5035, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5041, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5045, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5049, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5055, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5059, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5063, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5069, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5073, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 5077, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5083, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5087, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5109, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5120, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 5137, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5142, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5147, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5156, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 5162, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5174, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5180, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5186, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5191, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5200, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5205, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5211, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5216, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 5221, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5228, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5234, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5238, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5242, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5247, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5252, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5258, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5263, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5268, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5274, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5279, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5284, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5290, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5295, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5300, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5306, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5311, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5316, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5322, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5327, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5332, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5338, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5343, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5348, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5354, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5359, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5364, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5370, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5386, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5390, app/assets/stylesheets/buybayux/bootstrap.css.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5397, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 5401, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5413, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5418, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5425, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5433, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5438, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5448, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5466, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5476, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5480, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5484, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5500, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5505, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5510, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5518, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 5532, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5536, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5540, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5549, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5553, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 5556, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5562, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 5567, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5591, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5595, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5602, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5609, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5613, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5617, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 5623, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5627, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5633, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 5639, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5643, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5647, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 5653, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5657, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5663, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 5669, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5678, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5707, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 5715, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5723, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 5727, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 5731, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 5736, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5741, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 5746, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 5750, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5757, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 5762, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5767, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 5772, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5776, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 5780, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 5785, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5790, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 5795, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5806, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5810, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5817, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 5822, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5827, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 5832, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5843, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover-header:empty {
  display: none;
}

/* line 5847, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 5852, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel {
  position: relative;
}

/* line 5856, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5862, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 5878, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5884, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5890, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5897, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5904, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5911, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 5918, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5925, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 5932, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 5952, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5961, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5965, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-next {
  right: 0;
}

/* line 5969, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5978, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5982, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5986, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6004, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6017, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6027, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6037, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6041, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 6053, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6057, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6061, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6065, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6069, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6073, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6077, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6081, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6087, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6091, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6097, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6101, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6107, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6111, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6117, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6121, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6127, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6131, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6137, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6141, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6147, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6151, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6157, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6161, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6165, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6169, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6173, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6177, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6181, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6185, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-0 {
  border: 0 !important;
}

/* line 6189, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6193, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6197, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6201, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6205, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 6209, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6213, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6217, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6221, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6225, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6229, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6233, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6237, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6241, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6245, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6250, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6255, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6260, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6265, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6269, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6273, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6279, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-none {
  display: none !important;
}

/* line 6283, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-inline {
  display: inline !important;
}

/* line 6287, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6291, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-block {
  display: block !important;
}

/* line 6295, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-table {
  display: table !important;
}

/* line 6299, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6303, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6307, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6313, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6320, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6323, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6326, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6329, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6332, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6335, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6338, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6341, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6346, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6354, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6357, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6360, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6363, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6366, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6369, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6372, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6375, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6388, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6391, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6394, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6397, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6400, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6403, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6406, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6409, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6414, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6422, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6425, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6428, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6431, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6434, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6437, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6440, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6443, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6448, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 6456, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6459, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6462, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6465, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6468, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6471, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6474, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6477, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6482, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 6489, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6497, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6502, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.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;
}

/* line 6516, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6524, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6528, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6532, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6539, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6546, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6553, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6560, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6565, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6570, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6575, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6581, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6587, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6593, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6599, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6604, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6610, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6616, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6622, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6628, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6634, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6639, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6644, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6649, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6654, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6659, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6664, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6669, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6674, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6679, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6684, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6689, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6695, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6701, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6707, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6713, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6719, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6723, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6727, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6731, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6736, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6741, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6746, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6751, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6755, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6760, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6765, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6770, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6775, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6780, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6784, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6788, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6792, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6796, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6800, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6804, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6808, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6812, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6816, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6820, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6824, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6831, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6837, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6843, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6849, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6855, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6859, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6863, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6867, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6872, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6877, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6882, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6887, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6891, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6896, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6901, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6906, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6911, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6916, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6920, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6924, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6928, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6932, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6936, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6940, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6944, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6948, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6952, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6956, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6960, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6967, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6973, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6979, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6985, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6991, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6995, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6999, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7003, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7008, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7013, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7018, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7023, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7027, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7032, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7037, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7042, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7047, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7052, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7056, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7060, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7064, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7068, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7072, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7076, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7080, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7084, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7088, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7092, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7096, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7103, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7109, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7115, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7121, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7127, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7131, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7135, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7139, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7144, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7149, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7154, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7159, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7163, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7168, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7173, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7178, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7183, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7188, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7192, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7196, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7200, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7204, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7208, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7212, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7216, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7220, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7224, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7228, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7232, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 7238, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.float-left {
  float: left !important;
}

/* line 7242, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.float-right {
  float: right !important;
}

/* line 7246, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7251, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7254, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7257, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7263, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7266, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7269, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7275, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7278, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7281, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7287, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7290, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7293, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7298, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.position-static {
  position: static !important;
}

/* line 7302, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.position-relative {
  position: relative !important;
}

/* line 7306, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7310, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7314, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7319, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7327, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7336, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7344, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 7357, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* line 7368, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.w-25 {
  width: 25% !important;
}

/* line 7372, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.w-50 {
  width: 50% !important;
}

/* line 7376, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.w-75 {
  width: 75% !important;
}

/* line 7380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.w-100 {
  width: 100% !important;
}

/* line 7384, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.h-25 {
  height: 25% !important;
}

/* line 7388, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.h-50 {
  height: 50% !important;
}

/* line 7392, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.h-75 {
  height: 75% !important;
}

/* line 7396, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.h-100 {
  height: 100% !important;
}

/* line 7400, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7404, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7408, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7412, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7417, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7422, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7427, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7432, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7436, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7441, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7446, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7451, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7456, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7465, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7470, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7475, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7480, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7484, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7489, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7494, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7499, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7504, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7508, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7513, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7518, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7523, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7528, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7532, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7537, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7542, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7547, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7552, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7556, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7561, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7566, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7571, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7576, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7580, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7585, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7590, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7595, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7600, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7604, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7609, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7614, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7619, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7624, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7628, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7633, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7638, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7643, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7648, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7652, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7657, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7662, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7667, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7672, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7676, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7681, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7686, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7691, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7696, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.m-auto {
  margin: auto !important;
}

/* line 7700, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7705, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7715, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7721, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7724, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7728, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7732, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7736, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7740, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7743, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7747, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7751, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7755, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7759, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7762, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7766, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7770, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7774, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7778, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7781, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7785, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7789, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7793, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7797, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7800, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7804, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7808, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7812, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7816, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 7819, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 7823, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 7827, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7831, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7835, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7838, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7842, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7846, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7850, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7854, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7857, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7861, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7865, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7869, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7873, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7876, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7880, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7884, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7888, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7892, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7895, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7899, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7903, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7907, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7911, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7914, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7918, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7922, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7926, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7930, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7933, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7937, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 7941, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7945, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 7949, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7952, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7956, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7960, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7964, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7971, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7974, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7978, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7982, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7986, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7990, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 7993, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7997, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8001, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8005, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8009, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8012, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8016, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8020, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8024, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8028, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8031, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8035, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8039, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8043, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8047, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8050, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8054, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8058, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8062, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8066, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8069, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8073, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8077, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8081, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8085, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8088, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8092, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8096, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8100, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8104, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8107, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8111, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8115, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8119, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8123, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8126, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8130, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8134, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8138, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8142, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8145, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8149, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8153, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8157, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8161, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8164, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8168, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8172, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8180, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8183, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8187, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8191, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8195, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8199, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8202, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8206, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8210, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8214, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8221, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8224, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8228, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8232, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8236, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8240, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 8243, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8247, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8251, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8255, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8259, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 8262, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8266, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8270, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8274, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8278, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 8281, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 8285, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 8289, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8293, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 8297, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8300, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8304, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8308, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8312, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8316, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 8319, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 8323, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 8327, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8331, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 8335, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8338, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8342, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8346, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8350, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8354, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 8357, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8361, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8365, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8369, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8373, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 8376, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8380, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8384, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8388, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8392, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 8395, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8399, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8403, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8407, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8411, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8414, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8418, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8422, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8426, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8430, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8433, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8437, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8441, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8445, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 8449, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 8452, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 8456, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 8460, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 8464, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 8471, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8474, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8478, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8482, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8486, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8490, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 8493, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8497, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8501, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8505, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8509, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 8512, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8516, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8520, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8524, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8528, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8531, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8535, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8539, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8543, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 8547, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8550, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8554, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8558, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8562, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8566, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 8569, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 8573, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 8577, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8581, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 8585, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8588, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8592, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8596, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8600, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8604, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 8607, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8611, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8615, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8619, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8623, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 8626, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8630, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8634, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8638, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8642, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8645, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8649, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8653, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8657, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8661, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8664, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8668, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8672, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8676, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 8683, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 8687, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 8691, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8695, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 8699, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8702, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8706, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8710, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8714, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8720, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8724, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8728, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8734, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-left {
  text-align: left !important;
}

/* line 8738, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-right {
  text-align: right !important;
}

/* line 8742, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8747, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8750, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8753, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8759, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8762, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8765, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8771, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8774, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8777, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8783, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8786, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8789, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8794, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8798, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8802, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8806, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8810, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8814, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8818, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8822, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-white {
  color: #fff !important;
}

/* line 8826, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-primary {
  color: #007bff !important;
}

/* line 8830, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 8834, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 8838, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 8842, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8846, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 8850, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 8854, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 8858, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8862, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 8866, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8870, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 8874, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8878, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 8882, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8886, app/assets/stylesheets/buybayux/bootstrap.css.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 8890, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 8894, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8902, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.visible {
  visibility: visible !important;
}

/* line 8906, app/assets/stylesheets/buybayux/bootstrap.css.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8911, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8917, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8920, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8923, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8926, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 8931, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 8934, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 8938, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8944, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 8951, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  body {
    min-width: 992px !important;
  }
  /* line 8954, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 8957, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .navbar {
    display: none;
  }
  /* line 8960, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 8963, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8966, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 8970, app/assets/stylesheets/buybayux/bootstrap.css.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
svg.svg-inline--fa:not(:root) {
  overflow: visible;
}

/* line 8, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

/* line 14, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-lg {
  vertical-align: -.225em;
}

/* line 16, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

/* line 18, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

/* line 20, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

/* line 22, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

/* line 24, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

/* line 26, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

/* line 28, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

/* line 30, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

/* line 32, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

/* line 34, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

/* line 36, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

/* line 38, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

/* line 40, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

/* line 42, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

/* line 44, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

/* line 46, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-16 {
  width: 1em;
}

/* line 48, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

/* line 50, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

/* line 52, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

/* line 54, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

/* line 56, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto;
}

/* line 59, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto;
}

/* line 62, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-border {
  height: 1.5em;
}

/* line 64, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-li {
  width: 2em;
}

/* line 66, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-fw {
  width: 1.25em;
}

/* line 69, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 77, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}

/* line 84, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 88, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

/* line 93, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 101, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

/* line 121, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* line 130, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* line 140, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

/* line 148, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* line 157, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 162, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-xs {
  font-size: .75em;
}

/* line 165, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-sm {
  font-size: .875em;
}

/* line 168, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-1x {
  font-size: 1em;
}

/* line 171, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 174, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 177, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 180, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 183, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-6x {
  font-size: 6em;
}

/* line 186, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-7x {
  font-size: 7em;
}

/* line 189, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-8x {
  font-size: 8em;
}

/* line 192, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-9x {
  font-size: 9em;
}

/* line 195, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-10x {
  font-size: 10em;
}

/* line 198, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 202, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 206, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 209, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 216, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 221, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-pull-left {
  float: left;
}

/* line 224, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-pull-right {
  float: right;
}

/* line 227, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 234, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 241, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 245, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 265, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 270, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 275, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 280, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 285, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 290, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 295, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 303, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

/* line 309, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 318, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

/* line 322, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

/* line 326, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.fa-inverse {
  color: #fff;
}

/* line 329, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 339, app/assets/stylesheets/buybayux/fa-svg-with-js.css.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url(/fonts/buybayux/glyphicons-filetypes-regular.eot);
  src: url(/fonts/buybayux/glyphicons-filetypes-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/buybayux/glyphicons-filetypes-regular.woff2) format("woff2"), url(/fonts/buybayux/glyphicons-filetypes-regular.woff) format("woff"), url(/fonts/buybayux/glyphicons-filetypes-regular.ttf) format("truetype"), url(/fonts/buybayux/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular) format("svg");
}

/* line 6, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.x05 {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.x2 {
  font-size: 48px;
}

/* line 23, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.x3 {
  font-size: 72px;
}

/* line 26, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.x4 {
  font-size: 96px;
}

/* line 29, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.x5 {
  font-size: 120px;
}

/* line 32, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.light:before {
  color: #f2f2f2;
}

/* line 35, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 38, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 45, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 52, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 58, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 64, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 70, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-txt:before {
  content: "\E001";
}

/* line 72, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-doc:before {
  content: "\E002";
}

/* line 74, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-rtf:before {
  content: "\E003";
}

/* line 76, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-log:before {
  content: "\E004";
}

/* line 78, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tex:before {
  content: "\E005";
}

/* line 80, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-msg:before {
  content: "\E006";
}

/* line 82, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-text:before {
  content: "\E007";
}

/* line 84, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-wpd:before {
  content: "\E008";
}

/* line 86, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-wps:before {
  content: "\E009";
}

/* line 88, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-docx:before {
  content: "\E010";
}

/* line 90, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-page:before {
  content: "\E011";
}

/* line 92, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-csv:before {
  content: "\E012";
}

/* line 94, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-dat:before {
  content: "\E013";
}

/* line 96, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tar:before {
  content: "\E014";
}

/* line 98, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xml:before {
  content: "\E015";
}

/* line 100, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-vcf:before {
  content: "\E016";
}

/* line 102, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pps:before {
  content: "\E017";
}

/* line 104, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-key:before {
  content: "\E018";
}

/* line 106, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ppt:before {
  content: "\E019";
}

/* line 108, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pptx:before {
  content: "\E020";
}

/* line 110, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-sdf:before {
  content: "\E021";
}

/* line 112, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-gbr:before {
  content: "\E022";
}

/* line 114, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ged:before {
  content: "\E023";
}

/* line 116, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mp3:before {
  content: "\E024";
}

/* line 118, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-m4a:before {
  content: "\E025";
}

/* line 120, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-waw:before {
  content: "\E026";
}

/* line 122, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-wma:before {
  content: "\E027";
}

/* line 124, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mpa:before {
  content: "\E028";
}

/* line 126, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-iff:before {
  content: "\E029";
}

/* line 128, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-aif:before {
  content: "\E030";
}

/* line 130, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ra:before {
  content: "\E031";
}

/* line 132, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mid:before {
  content: "\E032";
}

/* line 134, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-m3v:before {
  content: "\E033";
}

/* line 136, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-e-3gp:before {
  content: "\E034";
}

/* line 138, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-swf:before {
  content: "\E035";
}

/* line 140, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-avi:before {
  content: "\E036";
}

/* line 142, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-asx:before {
  content: "\E037";
}

/* line 144, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mp4:before {
  content: "\E038";
}

/* line 146, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-e-3g2:before {
  content: "\E039";
}

/* line 148, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mpg:before {
  content: "\E040";
}

/* line 150, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-asf:before {
  content: "\E041";
}

/* line 152, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-vob:before {
  content: "\E042";
}

/* line 154, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-wmv:before {
  content: "\E043";
}

/* line 156, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mov:before {
  content: "\E044";
}

/* line 158, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-srt:before {
  content: "\E045";
}

/* line 160, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-m4v:before {
  content: "\E046";
}

/* line 162, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-flv:before {
  content: "\E047";
}

/* line 164, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-rm:before {
  content: "\E048";
}

/* line 166, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-png:before {
  content: "\E049";
}

/* line 168, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-psd:before {
  content: "\E050";
}

/* line 170, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-psp:before {
  content: "\E051";
}

/* line 172, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-jpg:before {
  content: "\E052";
}

/* line 174, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tif:before {
  content: "\E053";
}

/* line 176, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tiff:before {
  content: "\E054";
}

/* line 178, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-gif:before {
  content: "\E055";
}

/* line 180, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-bmp:before {
  content: "\E056";
}

/* line 182, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tga:before {
  content: "\E057";
}

/* line 184, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-thm:before {
  content: "\E058";
}

/* line 186, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-yuv:before {
  content: "\E059";
}

/* line 188, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-dds:before {
  content: "\E060";
}

/* line 190, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ai:before {
  content: "\E061";
}

/* line 192, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-eps:before {
  content: "\E062";
}

/* line 194, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ps:before {
  content: "\E063";
}

/* line 196, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-svg:before {
  content: "\E064";
}

/* line 198, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pdf:before {
  content: "\E065";
}

/* line 200, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pct:before {
  content: "\E066";
}

/* line 202, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-indd:before {
  content: "\E067";
}

/* line 204, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xlr:before {
  content: "\E068";
}

/* line 206, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xls:before {
  content: "\E069";
}

/* line 208, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xlsx:before {
  content: "\E070";
}

/* line 210, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-db:before {
  content: "\E071";
}

/* line 212, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-dbf:before {
  content: "\E072";
}

/* line 214, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-mdb:before {
  content: "\E073";
}

/* line 216, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pdb:before {
  content: "\E074";
}

/* line 218, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-sql:before {
  content: "\E075";
}

/* line 220, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-aacd:before {
  content: "\E076";
}

/* line 222, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-app:before {
  content: "\E077";
}

/* line 224, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-exe:before {
  content: "\E078";
}

/* line 226, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-com:before {
  content: "\E079";
}

/* line 228, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-bat:before {
  content: "\E080";
}

/* line 230, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-apk:before {
  content: "\E081";
}

/* line 232, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-jar:before {
  content: "\E082";
}

/* line 234, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-hsf:before {
  content: "\E083";
}

/* line 236, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pif:before {
  content: "\E084";
}

/* line 238, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-vb:before {
  content: "\E085";
}

/* line 240, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cgi:before {
  content: "\E086";
}

/* line 242, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-css:before {
  content: "\E087";
}

/* line 244, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-js:before {
  content: "\E088";
}

/* line 246, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-php:before {
  content: "\E089";
}

/* line 248, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xhtml:before {
  content: "\E090";
}

/* line 250, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-htm:before {
  content: "\E091";
}

/* line 252, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-html:before {
  content: "\E092";
}

/* line 254, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-asp:before {
  content: "\E093";
}

/* line 256, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cer:before {
  content: "\E094";
}

/* line 258, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-jsp:before {
  content: "\E095";
}

/* line 260, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cfm:before {
  content: "\E096";
}

/* line 262, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-aspx:before {
  content: "\E097";
}

/* line 264, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-rss:before {
  content: "\E098";
}

/* line 266, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-csr:before {
  content: "\E099";
}

/* line 268, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-less:before {
  content: "\E100";
}

/* line 270, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-otf:before {
  content: "\E101";
}

/* line 272, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ttf:before {
  content: "\E102";
}

/* line 274, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-font:before {
  content: "\E103";
}

/* line 276, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-fnt:before {
  content: "\E104";
}

/* line 278, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-eot:before {
  content: "\E105";
}

/* line 280, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-woff:before {
  content: "\E106";
}

/* line 282, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-zip:before {
  content: "\E107";
}

/* line 284, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-zipx:before {
  content: "\E108";
}

/* line 286, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-rar:before {
  content: "\E109";
}

/* line 288, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-targ:before {
  content: "\E110";
}

/* line 290, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-sitx:before {
  content: "\E111";
}

/* line 292, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-deb:before {
  content: "\E112";
}

/* line 294, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-e-7z:before {
  content: "\E113";
}

/* line 296, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-pkg:before {
  content: "\E114";
}

/* line 298, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-rpm:before {
  content: "\E115";
}

/* line 300, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cbr:before {
  content: "\E116";
}

/* line 302, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-gz:before {
  content: "\E117";
}

/* line 304, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-dmg:before {
  content: "\E118";
}

/* line 306, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cue:before {
  content: "\E119";
}

/* line 308, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-bin:before {
  content: "\E120";
}

/* line 310, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-iso:before {
  content: "\E121";
}

/* line 312, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-hdf:before {
  content: "\E122";
}

/* line 314, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-vcd:before {
  content: "\E123";
}

/* line 316, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-bak:before {
  content: "\E124";
}

/* line 318, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-tmp:before {
  content: "\E125";
}

/* line 320, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ics:before {
  content: "\E126";
}

/* line 322, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-msi:before {
  content: "\E127";
}

/* line 324, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-cfg:before {
  content: "\E128";
}

/* line 326, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ini:before {
  content: "\E129";
}

/* line 328, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-prf:before {
  content: "\E130";
}

/* line 330, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-json:before {
  content: "\E131";
}

/* line 332, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-site:before {
  content: "\E132";
}

/* line 334, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-xap:before {
  content: "\E133";
}

/* line 336, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-api:before {
  content: "\E134";
}

/* line 338, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ico:before {
  content: "\E135";
}

/* line 340, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-webp:before {
  content: "\E136";
}

/* line 342, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-bpg:before {
  content: "\E137";
}

/* line 344, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-flac:before {
  content: "\E138";
}

/* line 346, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-ogg:before {
  content: "\E139";
}

/* line 348, app/assets/stylesheets/buybayux/glyphicons-filetypes.css.scss */
.filetypes-unknown:before {
  content: "\E140";
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/buybayux/glyphicons-halflings-pro-regular.eot);
  src: url(/fonts/buybayux/glyphicons-halflings-pro-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/buybayux/glyphicons-halflings-pro-regular.woff2) format("woff2"), url(/fonts/buybayux/glyphicons-halflings-pro-regular.woff) format("woff"), url(/fonts/buybayux/glyphicons-halflings-pro-regular.ttf) format("truetype"), url(/fonts/buybayux/glyphicons-halflings-pro-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 6, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x05 {
  font-size: 6px;
}

/* line 20, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x2 {
  font-size: 24px;
}

/* line 23, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x3 {
  font-size: 36px;
}

/* line 26, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x4 {
  font-size: 48px;
}

/* line 29, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x5 {
  font-size: 60px;
}

/* line 32, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x6 {
  font-size: 72px;
}

/* line 35, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x7 {
  font-size: 84px;
}

/* line 38, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.x8 {
  font-size: 96px;
}

/* line 41, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.light:before {
  color: #f2f2f2;
}

/* line 44, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 47, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 54, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 61, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 67, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 73, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 79, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-glass:before {
  content: "\E001";
}

/* line 81, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-music:before {
  content: "\E002";
}

/* line 83, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-search:before {
  content: "\E003";
}

/* line 85, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-envelope:before {
  content: "\E004";
}

/* line 87, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-heart:before {
  content: "\E005";
}

/* line 89, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-star:before {
  content: "\E006";
}

/* line 91, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-star-empty:before {
  content: "\E007";
}

/* line 93, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-user:before {
  content: "\E008";
}

/* line 95, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-film:before {
  content: "\E009";
}

/* line 97, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-th-large:before {
  content: "\E010";
}

/* line 99, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-th:before {
  content: "\E011";
}

/* line 101, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-th-list:before {
  content: "\E012";
}

/* line 103, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ok:before {
  content: "\E013";
}

/* line 105, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-remove:before {
  content: "\E014";
}

/* line 107, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-zoom-in:before {
  content: "\E015";
}

/* line 109, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-zoom-out:before {
  content: "\E016";
}

/* line 111, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-off:before {
  content: "\E017";
}

/* line 113, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-signal:before {
  content: "\E018";
}

/* line 115, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cog:before {
  content: "\E019";
}

/* line 117, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-trash:before {
  content: "\E020";
}

/* line 119, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-home:before {
  content: "\E021";
}

/* line 121, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-file:before {
  content: "\E022";
}

/* line 123, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-time:before {
  content: "\E023";
}

/* line 125, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-road:before {
  content: "\E024";
}

/* line 127, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-download-alt:before {
  content: "\E025";
}

/* line 129, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-download:before {
  content: "\E026";
}

/* line 131, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-upload:before {
  content: "\E027";
}

/* line 133, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-inbox:before {
  content: "\E028";
}

/* line 135, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-play-circle:before {
  content: "\E029";
}

/* line 137, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-repeat:before {
  content: "\E030";
}

/* line 139, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-refresh:before {
  content: "\E031";
}

/* line 141, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-list-alt:before {
  content: "\E032";
}

/* line 143, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-lock:before {
  content: "\E033";
}

/* line 145, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-flag:before {
  content: "\E034";
}

/* line 147, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-headphones:before {
  content: "\E035";
}

/* line 149, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-volume-off:before {
  content: "\E036";
}

/* line 151, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-volume-down:before {
  content: "\E037";
}

/* line 153, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-volume-up:before {
  content: "\E038";
}

/* line 155, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-qrcode:before {
  content: "\E039";
}

/* line 157, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-barcode:before {
  content: "\E040";
}

/* line 159, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tag:before {
  content: "\E041";
}

/* line 161, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tags:before {
  content: "\E042";
}

/* line 163, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-book:before {
  content: "\E043";
}

/* line 165, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bookmark:before {
  content: "\E044";
}

/* line 167, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-print:before {
  content: "\E045";
}

/* line 169, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-camera:before {
  content: "\E046";
}

/* line 171, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-font:before {
  content: "\E047";
}

/* line 173, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bold:before {
  content: "\E048";
}

/* line 175, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-italic:before {
  content: "\E049";
}

/* line 177, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-text-height:before {
  content: "\E050";
}

/* line 179, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-text-width:before {
  content: "\E051";
}

/* line 181, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-align-left:before {
  content: "\E052";
}

/* line 183, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-align-center:before {
  content: "\E053";
}

/* line 185, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-align-right:before {
  content: "\E054";
}

/* line 187, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-align-justify:before {
  content: "\E055";
}

/* line 189, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-list:before {
  content: "\E056";
}

/* line 191, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-indent-left:before {
  content: "\E057";
}

/* line 193, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-indent-right:before {
  content: "\E058";
}

/* line 195, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-facetime-video:before {
  content: "\E059";
}

/* line 197, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-picture:before {
  content: "\E060";
}

/* line 199, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-pencil:before {
  content: "\E061";
}

/* line 201, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-map-marker:before {
  content: "\E062";
}

/* line 203, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-adjust:before {
  content: "\E063";
}

/* line 205, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tint:before {
  content: "\E064";
}

/* line 207, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-edit:before {
  content: "\E065";
}

/* line 209, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-share:before {
  content: "\E066";
}

/* line 211, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-check:before {
  content: "\E067";
}

/* line 213, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-move:before {
  content: "\E068";
}

/* line 215, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-step-backward:before {
  content: "\E069";
}

/* line 217, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-fast-backward:before {
  content: "\E070";
}

/* line 219, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-backward:before {
  content: "\E071";
}

/* line 221, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-play:before {
  content: "\E072";
}

/* line 223, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-pause:before {
  content: "\E073";
}

/* line 225, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-stop:before {
  content: "\E074";
}

/* line 227, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-forward:before {
  content: "\E075";
}

/* line 229, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-fast-forward:before {
  content: "\E076";
}

/* line 231, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-step-forward:before {
  content: "\E077";
}

/* line 233, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-eject:before {
  content: "\E078";
}

/* line 235, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-chevron-left:before {
  content: "\E079";
}

/* line 237, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-chevron-right:before {
  content: "\E080";
}

/* line 239, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-plus-sign:before {
  content: "\E081";
}

/* line 241, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-minus-sign:before {
  content: "\E082";
}

/* line 243, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-remove-sign:before {
  content: "\E083";
}

/* line 245, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ok-sign:before {
  content: "\E084";
}

/* line 247, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-question-sign:before {
  content: "\E085";
}

/* line 249, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-info-sign:before {
  content: "\E086";
}

/* line 251, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-screenshot:before {
  content: "\E087";
}

/* line 253, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-remove-circle:before {
  content: "\E088";
}

/* line 255, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ok-circle:before {
  content: "\E089";
}

/* line 257, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ban-circle:before {
  content: "\E090";
}

/* line 259, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-arrow-left:before {
  content: "\E091";
}

/* line 261, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-arrow-right:before {
  content: "\E092";
}

/* line 263, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-arrow-up:before {
  content: "\E093";
}

/* line 265, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-arrow-down:before {
  content: "\E094";
}

/* line 267, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-share-alt:before {
  content: "\E095";
}

/* line 269, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-resize-full:before {
  content: "\E096";
}

/* line 271, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-resize-small:before {
  content: "\E097";
}

/* line 273, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-plus:before {
  content: "\E098";
}

/* line 275, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-minus:before {
  content: "\E099";
}

/* line 277, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-asterisk:before {
  content: "\E100";
}

/* line 279, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-exclamation-sign:before {
  content: "\E101";
}

/* line 281, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-gift:before {
  content: "\E102";
}

/* line 283, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-leaf:before {
  content: "\E103";
}

/* line 285, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-fire:before {
  content: "\E104";
}

/* line 287, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-eye-open:before {
  content: "\E105";
}

/* line 289, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-eye-close:before {
  content: "\E106";
}

/* line 291, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-warning-sign:before {
  content: "\E107";
}

/* line 293, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-plane:before {
  content: "\E108";
}

/* line 295, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-calendar:before {
  content: "\E109";
}

/* line 297, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-random:before {
  content: "\E110";
}

/* line 299, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-comments:before {
  content: "\E111";
}

/* line 301, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-magnet:before {
  content: "\E112";
}

/* line 303, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-chevron-up:before {
  content: "\E113";
}

/* line 305, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-chevron-down:before {
  content: "\E114";
}

/* line 307, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-retweet:before {
  content: "\E115";
}

/* line 309, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-shopping-cart:before {
  content: "\E116";
}

/* line 311, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-folder-close:before {
  content: "\E117";
}

/* line 313, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-folder-open:before {
  content: "\E118";
}

/* line 315, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-resize-vertical:before {
  content: "\E119";
}

/* line 317, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-resize-horizontal:before {
  content: "\E120";
}

/* line 319, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hdd:before {
  content: "\E121";
}

/* line 321, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bullhorn:before {
  content: "\E122";
}

/* line 323, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bell:before {
  content: "\E123";
}

/* line 325, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-certificate:before {
  content: "\E124";
}

/* line 327, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-thumbs-up:before {
  content: "\E125";
}

/* line 329, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-thumbs-down:before {
  content: "\E126";
}

/* line 331, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hand-right:before {
  content: "\E127";
}

/* line 333, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hand-left:before {
  content: "\E128";
}

/* line 335, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hand-top:before {
  content: "\E129";
}

/* line 337, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hand-down:before {
  content: "\E130";
}

/* line 339, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-circle-arrow-right:before {
  content: "\E131";
}

/* line 341, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-circle-arrow-left:before {
  content: "\E132";
}

/* line 343, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-circle-arrow-top:before {
  content: "\E133";
}

/* line 345, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-circle-arrow-down:before {
  content: "\E134";
}

/* line 347, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-globe:before {
  content: "\E135";
}

/* line 349, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-wrench:before {
  content: "\E136";
}

/* line 351, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tasks:before {
  content: "\E137";
}

/* line 353, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-filter:before {
  content: "\E138";
}

/* line 355, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-briefcase:before {
  content: "\E139";
}

/* line 357, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-fullscreen:before {
  content: "\E140";
}

/* line 359, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-dashboard:before {
  content: "\E141";
}

/* line 361, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-paperclip:before {
  content: "\E142";
}

/* line 363, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-heart-empty:before {
  content: "\E143";
}

/* line 365, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-link:before {
  content: "\E144";
}

/* line 367, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-phone:before {
  content: "\E145";
}

/* line 369, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-pushpin:before {
  content: "\E146";
}

/* line 371, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-euro:before {
  content: "\E147";
}

/* line 373, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-usd:before {
  content: "\E148";
}

/* line 375, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-gbp:before {
  content: "\E149";
}

/* line 377, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort:before {
  content: "\E150";
}

/* line 379, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-alphabet:before {
  content: "\E151";
}

/* line 381, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-alphabet-alt:before {
  content: "\E152";
}

/* line 383, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-order:before {
  content: "\E153";
}

/* line 385, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-order-alt:before {
  content: "\E154";
}

/* line 387, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-attributes:before {
  content: "\E155";
}

/* line 389, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sort-by-attributes-alt:before {
  content: "\E156";
}

/* line 391, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-unchecked:before {
  content: "\E157";
}

/* line 393, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-expand:before {
  content: "\E158";
}

/* line 395, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-collapse:before {
  content: "\E159";
}

/* line 397, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-collapse-top:before {
  content: "\E160";
}

/* line 399, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-log-in:before {
  content: "\E161";
}

/* line 401, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-flash:before {
  content: "\E162";
}

/* line 403, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-log-out:before {
  content: "\E163";
}

/* line 405, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-new-window:before {
  content: "\E164";
}

/* line 407, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-record:before {
  content: "\E165";
}

/* line 409, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-save:before {
  content: "\E166";
}

/* line 411, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-open:before {
  content: "\E167";
}

/* line 413, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-saved:before {
  content: "\E168";
}

/* line 415, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-import:before {
  content: "\E169";
}

/* line 417, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-export:before {
  content: "\E170";
}

/* line 419, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-send:before {
  content: "\E171";
}

/* line 421, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-floppy-disk:before {
  content: "\E172";
}

/* line 423, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-floppy-saved:before {
  content: "\E173";
}

/* line 425, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-floppy-remove:before {
  content: "\E174";
}

/* line 427, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-floppy-save:before {
  content: "\E175";
}

/* line 429, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-floppy-open:before {
  content: "\E176";
}

/* line 431, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-credit-card:before {
  content: "\E177";
}

/* line 433, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-transfer:before {
  content: "\E178";
}

/* line 435, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cutlery:before {
  content: "\E179";
}

/* line 437, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-header:before {
  content: "\E180";
}

/* line 439, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-compressed:before {
  content: "\E181";
}

/* line 441, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-earphone:before {
  content: "\E182";
}

/* line 443, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-phone-alt:before {
  content: "\E183";
}

/* line 445, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tower:before {
  content: "\E184";
}

/* line 447, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-stats:before {
  content: "\E185";
}

/* line 449, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sd-video:before {
  content: "\E186";
}

/* line 451, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hd-video:before {
  content: "\E187";
}

/* line 453, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-subtitles:before {
  content: "\E188";
}

/* line 455, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sound-stereo:before {
  content: "\E189";
}

/* line 457, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sound-dolby:before {
  content: "\E190";
}

/* line 459, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sound-5-1:before {
  content: "\E191";
}

/* line 461, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sound-6-1:before {
  content: "\E192";
}

/* line 463, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sound-7-1:before {
  content: "\E193";
}

/* line 465, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-copyright-mark:before {
  content: "\E194";
}

/* line 467, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-registration-mark:before {
  content: "\E195";
}

/* line 469, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cloud:before {
  content: "\E196";
}

/* line 471, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cloud-download:before {
  content: "\E197";
}

/* line 473, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cloud-upload:before {
  content: "\E198";
}

/* line 475, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tree-conifer:before {
  content: "\E199";
}

/* line 477, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tree-deciduous:before {
  content: "\E200";
}

/* line 479, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cd:before {
  content: "\E201";
}

/* line 481, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-save-file:before {
  content: "\E202";
}

/* line 483, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-open-file:before {
  content: "\E203";
}

/* line 485, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-level-up:before {
  content: "\E204";
}

/* line 487, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-copy:before {
  content: "\E205";
}

/* line 489, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-paste:before {
  content: "\E206";
}

/* line 491, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-door:before {
  content: "\E207";
}

/* line 493, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-key:before {
  content: "\E208";
}

/* line 495, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-alert:before {
  content: "\E209";
}

/* line 497, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-equalizer:before {
  content: "\E210";
}

/* line 499, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-king:before {
  content: "\E211";
}

/* line 501, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-queen:before {
  content: "\E212";
}

/* line 503, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-pawn:before {
  content: "\E213";
}

/* line 505, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bishop:before {
  content: "\E214";
}

/* line 507, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-knight:before {
  content: "\E215";
}

/* line 509, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-baby-formula:before {
  content: "\E216";
}

/* line 511, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tent:before {
  content: "\E217";
}

/* line 513, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-blackboard:before {
  content: "\E218";
}

/* line 515, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bed:before {
  content: "\E219";
}

/* line 517, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-apple:before {
  content: "\E220";
}

/* line 519, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-erase:before {
  content: "\E221";
}

/* line 521, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hourglass:before {
  content: "\E222";
}

/* line 523, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-lamp:before {
  content: "\E223";
}

/* line 525, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-duplicate:before {
  content: "\E224";
}

/* line 527, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-piggy-bank:before {
  content: "\E225";
}

/* line 529, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-scissors:before {
  content: "\E226";
}

/* line 531, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bitcoin:before {
  content: "\E227";
}

/* line 533, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-yen:before {
  content: "\E228";
}

/* line 535, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ruble:before {
  content: "\E229";
}

/* line 537, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-scale:before {
  content: "\E230";
}

/* line 539, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ice-lolly:before {
  content: "\E231";
}

/* line 541, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-ice-lolly-tasted:before {
  content: "\E232";
}

/* line 543, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-education:before {
  content: "\E233";
}

/* line 545, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-option-horizontal:before {
  content: "\E234";
}

/* line 547, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-option-vertical:before {
  content: "\E235";
}

/* line 549, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-menu-hamburger:before {
  content: "\E236";
}

/* line 551, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-modal-window:before {
  content: "\E237";
}

/* line 553, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-oil:before {
  content: "\E238";
}

/* line 555, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-grain:before {
  content: "\E239";
}

/* line 557, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sunglasses:before {
  content: "\E240";
}

/* line 559, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-text-size:before {
  content: "\E241";
}

/* line 561, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-text-color:before {
  content: "\E242";
}

/* line 563, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-text-background:before {
  content: "\E243";
}

/* line 565, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-top:before {
  content: "\E244";
}

/* line 567, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-bottom:before {
  content: "\E245";
}

/* line 569, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-horizontal:before {
  content: "\E246";
}

/* line 571, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-left:before {
  content: "\E247";
}

/* line 573, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-vertical:before {
  content: "\E248";
}

/* line 575, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-object-align-right:before {
  content: "\E249";
}

/* line 577, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-triangle-right:before {
  content: "\E250";
}

/* line 579, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-triangle-left:before {
  content: "\E251";
}

/* line 581, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-triangle-bottom:before {
  content: "\E252";
}

/* line 583, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-triangle-top:before {
  content: "\E253";
}

/* line 585, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-terminal:before {
  content: "\E254";
}

/* line 587, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-superscript:before {
  content: "\E255";
}

/* line 589, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-subscript:before {
  content: "\E256";
}

/* line 591, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-menu-left:before {
  content: "\E257";
}

/* line 593, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-menu-right:before {
  content: "\E258";
}

/* line 595, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-menu-down:before {
  content: "\E259";
}

/* line 597, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-menu-up:before {
  content: "\E260";
}

/* line 599, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-building:before {
  content: "\E261";
}

/* line 601, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-tick:before {
  content: "\E262";
}

/* line 603, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-star-half:before {
  content: "\E263";
}

/* line 605, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-hash:before {
  content: "\E264";
}

/* line 607, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-directions:before {
  content: "\E265";
}

/* line 609, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-gas:before {
  content: "\E266";
}

/* line 611, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-snowflake:before {
  content: "\E267";
}

/* line 613, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sunlight:before {
  content: "\E268";
}

/* line 615, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-selectbox:before {
  content: "\E269";
}

/* line 617, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-sortable:before {
  content: "\E270";
}

/* line 619, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-note-empty:before {
  content: "\E271";
}

/* line 621, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-note:before {
  content: "\E272";
}

/* line 623, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-direction-right:before {
  content: "\E273";
}

/* line 625, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-direction-left:before {
  content: "\E274";
}

/* line 627, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-direction-down:before {
  content: "\E275";
}

/* line 629, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-direction-up:before {
  content: "\E276";
}

/* line 631, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-parking:before {
  content: "\E277";
}

/* line 633, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-coffee-cup:before {
  content: "\E278";
}

/* line 635, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-record-empty:before {
  content: "\E279";
}

/* line 637, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-move-square:before {
  content: "\E280";
}

/* line 639, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-bug:before {
  content: "\E281";
}

/* line 641, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-display:before {
  content: "\E282";
}

/* line 643, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-direction:before {
  content: "\E283";
}

/* line 645, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-group:before {
  content: "\E284";
}

/* line 647, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-reflext-y:before {
  content: "\E285";
}

/* line 649, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-reflect-x:before {
  content: "\E286";
}

/* line 651, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-charging:before {
  content: "\E287";
}

/* line 653, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-full:before {
  content: "\E288";
}

/* line 655, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-75:before {
  content: "\E289";
}

/* line 657, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-50:before {
  content: "\E290";
}

/* line 659, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-25:before {
  content: "\E291";
}

/* line 661, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-battery-10:before {
  content: "\E292";
}

/* line 663, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-paired:before {
  content: "\E293";
}

/* line 665, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-rotate-right:before {
  content: "\E294";
}

/* line 667, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-rotate-left:before {
  content: "\E295";
}

/* line 669, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-list-numbered:before {
  content: "\E296";
}

/* line 671, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-paragraph:before {
  content: "\E297";
}

/* line 673, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-list-plus:before {
  content: "\E298";
}

/* line 675, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-synchronization:before {
  content: "\E299";
}

/* line 677, app/assets/stylesheets/buybayux/glyphicons-halflings.css.scss */
.halflings-cube-black:before {
  content: "\E300";
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url(/fonts/buybayux/glyphicons-social-regular.eot);
  src: url(/fonts/buybayux/glyphicons-social-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/buybayux/glyphicons-social-regular.woff2) format("woff2"), url(/fonts/buybayux/glyphicons-social-regular.woff) format("woff"), url(/fonts/buybayux/glyphicons-social-regular.ttf) format("truetype"), url(/fonts/buybayux/glyphicons-social-regular.svg#glyphicons_socialregular) format("svg");
}

/* line 6, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.x05 {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.x2 {
  font-size: 48px;
}

/* line 23, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.x3 {
  font-size: 72px;
}

/* line 26, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.x4 {
  font-size: 96px;
}

/* line 29, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.x5 {
  font-size: 120px;
}

/* line 32, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.light:before {
  color: #f2f2f2;
}

/* line 35, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 38, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 45, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 52, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 58, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 64, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 70, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-pinterest:before {
  content: "\E001";
}

/* line 72, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-dropbox:before {
  content: "\E002";
}

/* line 74, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-google-plus:before {
  content: "\E003";
}

/* line 76, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-jolicloud:before {
  content: "\E004";
}

/* line 78, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-yahoo:before {
  content: "\E005";
}

/* line 80, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-blogger:before {
  content: "\E006";
}

/* line 82, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-picasa:before {
  content: "\E007";
}

/* line 84, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-amazon:before {
  content: "\E008";
}

/* line 86, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-tumblr:before {
  content: "\E009";
}

/* line 88, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-wordpress:before {
  content: "\E010";
}

/* line 90, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-instapaper:before {
  content: "\E011";
}

/* line 92, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-evernote:before {
  content: "\E012";
}

/* line 94, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-xing:before {
  content: "\E013";
}

/* line 96, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-e-mail-envelope:before {
  content: "\E014";
}

/* line 98, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-dribbble:before {
  content: "\E015";
}

/* line 100, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-deviantart:before {
  content: "\E016";
}

/* line 102, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-read-it-later:before {
  content: "\E017";
}

/* line 104, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-linked-in:before {
  content: "\E018";
}

/* line 106, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-gmail:before {
  content: "\E019";
}

/* line 108, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-pinboard:before {
  content: "\E020";
}

/* line 110, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-behance:before {
  content: "\E021";
}

/* line 112, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-github:before {
  content: "\E022";
}

/* line 114, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-youtube:before {
  content: "\E023";
}

/* line 116, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-open-id:before {
  content: "\E024";
}

/* line 118, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-foursquare:before {
  content: "\E025";
}

/* line 120, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-quora:before {
  content: "\E026";
}

/* line 122, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-badoo:before {
  content: "\E027";
}

/* line 124, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-spotify:before {
  content: "\E028";
}

/* line 126, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-stumbleupon:before {
  content: "\E029";
}

/* line 128, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-readability:before {
  content: "\E030";
}

/* line 130, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-facebook:before {
  content: "\E031";
}

/* line 132, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-twitter:before {
  content: "\E032";
}

/* line 134, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-instagram:before {
  content: "\E033";
}

/* line 136, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-posterous-spaces:before {
  content: "\E034";
}

/* line 138, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-vimeo:before {
  content: "\E035";
}

/* line 140, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-flickr:before {
  content: "\E036";
}

/* line 142, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-last-fm:before {
  content: "\E037";
}

/* line 144, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-rss:before {
  content: "\E038";
}

/* line 146, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-skype:before {
  content: "\E039";
}

/* line 148, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-e-mail:before {
  content: "\E040";
}

/* line 150, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-vine:before {
  content: "\E041";
}

/* line 152, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-myspace:before {
  content: "\E042";
}

/* line 154, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-goodreads:before {
  content: "\E043";
}

/* line 156, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-apple:before {
  content: "\E044";
}

/* line 158, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-windows:before {
  content: "\E045";
}

/* line 160, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-yelp:before {
  content: "\E046";
}

/* line 162, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-playstation:before {
  content: "\E047";
}

/* line 164, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-xbox:before {
  content: "\E048";
}

/* line 166, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-android:before {
  content: "\E049";
}

/* line 168, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-ios:before {
  content: "\E050";
}

/* line 170, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-wikipedia:before {
  content: "\E051";
}

/* line 172, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-pocket:before {
  content: "\E052";
}

/* line 174, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-steam:before {
  content: "\E053";
}

/* line 176, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-soundcloud:before {
  content: "\E054";
}

/* line 178, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-slideshare:before {
  content: "\E055";
}

/* line 180, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-netflix:before {
  content: "\E056";
}

/* line 182, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-paypal:before {
  content: "\E057";
}

/* line 184, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-google-drive:before {
  content: "\E058";
}

/* line 186, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-linux-foundation:before {
  content: "\E059";
}

/* line 188, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-ebay:before {
  content: "\E060";
}

/* line 190, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-bitbucket:before {
  content: "\E061";
}

/* line 192, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-whatsapp:before {
  content: "\E062";
}

/* line 194, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-buffer:before {
  content: "\E063";
}

/* line 196, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-medium:before {
  content: "\E064";
}

/* line 198, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-stackoverflow:before {
  content: "\E065";
}

/* line 200, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-linux:before {
  content: "\E066";
}

/* line 202, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-vk:before {
  content: "\E067";
}

/* line 204, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-snapchat:before {
  content: "\E068";
}

/* line 206, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-etsy:before {
  content: "\E069";
}

/* line 208, app/assets/stylesheets/buybayux/glyphicons-social.css.scss */
.social-stackexchange:before {
  content: "\E070";
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url(/assets/buybayux/glyphicons-regular-9ef7d33a89a56aee013a5fbe6ae1c48485257adae80c8fe50f49ec2bea522dac.eot);
  src: url(/assets/buybayux/glyphicons-regular-9ef7d33a89a56aee013a5fbe6ae1c48485257adae80c8fe50f49ec2bea522dac.eot?#iefix) format("embedded-opentype"), url(/assets/buybayux/glyphicons-regular-ea19605f9e1111114dfa85c632a8a32ab1b26e1ea8a8e78b44e6525743c772ba.woff2) format("woff2"), url(/assets/buybayux/glyphicons-regular-6a8a540c5cb8f441d44d9aef3c68a0facbfdf87eebd4ab4d817d12f34a627e95.woff) format("woff"), url(/assets/buybayux/glyphicons-regular-fbd127490487ca335f2823b1cf85cf3a839f32c2d2fb6dfb53aacbc40f545d5b.ttf) format("truetype"), url(/assets/buybayux/glyphicons-regular-f6313693a4bc0393f7de511d83217a4158c354e96d1227dd07664488f11ed04e.svg#glyphiconsregular) format("svg");
}

/* line 6, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /*vertical-align: top;*/
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x05 {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x2 {
  font-size: 48px;
}

/* line 23, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x2:before {
  padding: 8px 12px;
}

/* line 26, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x3 {
  font-size: 72px;
}

/* line 29, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x3:before {
  padding: 16px 20px;
}

/* line 32, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x4 {
  font-size: 96px;
}

/* line 35, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x4:before {
  padding: 20px 28px;
}

/* line 38, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x5 {
  font-size: 120px;
}

/* line 41, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.x5:before {
  padding: 28px 36px;
}

/* line 44, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.light:before {
  color: #f2f2f2;
}

/* line 47, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 50, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 57, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 64, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 70, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 76, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 82, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-glass:before {
  content: "\E001";
}

/* line 84, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-leaf:before {
  content: "\E002";
}

/* line 86, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dog:before {
  content: "\E003";
}

/* line 88, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user:before {
  content: "\E004";
}

/* line 90, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-girl:before {
  content: "\E005";
}

/* line 92, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-car:before {
  content: "\E006";
}

/* line 94, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-add:before {
  content: "\E007";
}

/* line 96, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-remove:before {
  content: "\E008";
}

/* line 98, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-film:before {
  content: "\E009";
}

/* line 100, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-magic:before {
  content: "\E010";
}

/* line 102, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-envelope:before {
  content: "\E011";
}

/* line 104, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-camera:before {
  content: "\E012";
}

/* line 106, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-heart:before {
  content: "\E013";
}

/* line 108, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-beach-umbrella:before {
  content: "\E014";
}

/* line 110, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-train:before {
  content: "\E015";
}

/* line 112, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-print:before {
  content: "\E016";
}

/* line 114, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bin:before {
  content: "\E017";
}

/* line 116, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-music:before {
  content: "\E018";
}

/* line 118, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-music-alt:before {
  content: "\E019";
}

/* line 120, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-heart-empty:before {
  content: "\E020";
}

/* line 122, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-home:before {
  content: "\E021";
}

/* line 124, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-snowflake:before {
  content: "\E022";
}

/* line 126, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fire:before {
  content: "\E023";
}

/* line 128, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-magnet:before {
  content: "\E024";
}

/* line 130, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-parents:before {
  content: "\E025";
}

/* line 132, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-binoculars:before {
  content: "\E026";
}

/* line 134, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-road:before {
  content: "\E027";
}

/* line 136, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-search:before {
  content: "\E028";
}

/* line 138, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cars:before {
  content: "\E029";
}

/* line 140, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-notes-2:before {
  content: "\E030";
}

/* line 142, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pencil:before {
  content: "\E031";
}

/* line 144, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bus:before {
  content: "\E032";
}

/* line 146, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-wifi-alt:before {
  content: "\E033";
}

/* line 148, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-luggage:before {
  content: "\E034";
}

/* line 150, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-old-man:before {
  content: "\E035";
}

/* line 152, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-woman:before {
  content: "\E036";
}

/* line 154, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file:before {
  content: "\E037";
}

/* line 156, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-coins:before {
  content: "\E038";
}

/* line 158, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-plane:before {
  content: "\E039";
}

/* line 160, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-notes:before {
  content: "\E040";
}

/* line 162, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stats:before {
  content: "\E041";
}

/* line 164, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-charts:before {
  content: "\E042";
}

/* line 166, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pie-chart:before {
  content: "\E043";
}

/* line 168, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-group:before {
  content: "\E044";
}

/* line 170, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-keys:before {
  content: "\E045";
}

/* line 172, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-calendar:before {
  content: "\E046";
}

/* line 174, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-router:before {
  content: "\E047";
}

/* line 176, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-camera-small:before {
  content: "\E048";
}

/* line 178, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-star-empty:before {
  content: "\E049";
}

/* line 180, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-star:before {
  content: "\E050";
}

/* line 182, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-link:before {
  content: "\E051";
}

/* line 184, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eye-open:before {
  content: "\E052";
}

/* line 186, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eye-close:before {
  content: "\E053";
}

/* line 188, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-alarm:before {
  content: "\E054";
}

/* line 190, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-clock:before {
  content: "\E055";
}

/* line 192, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stopwatch:before {
  content: "\E056";
}

/* line 194, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-projector:before {
  content: "\E057";
}

/* line 196, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-history:before {
  content: "\E058";
}

/* line 198, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-truck:before {
  content: "\E059";
}

/* line 200, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cargo:before {
  content: "\E060";
}

/* line 202, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-compass:before {
  content: "\E061";
}

/* line 204, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-keynote:before {
  content: "\E062";
}

/* line 206, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-paperclip:before {
  content: "\E063";
}

/* line 208, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-power:before {
  content: "\E064";
}

/* line 210, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lightbulb:before {
  content: "\E065";
}

/* line 212, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tag:before {
  content: "\E066";
}

/* line 214, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tags:before {
  content: "\E067";
}

/* line 216, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cleaning:before {
  content: "\E068";
}

/* line 218, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ruler:before {
  content: "\E069";
}

/* line 220, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gift:before {
  content: "\E070";
}

/* line 222, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-umbrella:before {
  content: "\E071";
}

/* line 224, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-book:before {
  content: "\E072";
}

/* line 226, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bookmark:before {
  content: "\E073";
}

/* line 228, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-wifi:before {
  content: "\E074";
}

/* line 230, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cup:before {
  content: "\E075";
}

/* line 232, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stroller:before {
  content: "\E076";
}

/* line 234, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-headphones:before {
  content: "\E077";
}

/* line 236, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-headset:before {
  content: "\E078";
}

/* line 238, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-warning-sign:before {
  content: "\E079";
}

/* line 240, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-signal:before {
  content: "\E080";
}

/* line 242, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-retweet:before {
  content: "\E081";
}

/* line 244, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-refresh:before {
  content: "\E082";
}

/* line 246, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-roundabout:before {
  content: "\E083";
}

/* line 248, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-random:before {
  content: "\E084";
}

/* line 250, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-heat:before {
  content: "\E085";
}

/* line 252, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-repeat:before {
  content: "\E086";
}

/* line 254, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-display:before {
  content: "\E087";
}

/* line 256, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-log-book:before {
  content: "\E088";
}

/* line 258, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-address-book:before {
  content: "\E089";
}

/* line 260, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-building:before {
  content: "\E090";
}

/* line 262, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eyedropper:before {
  content: "\E091";
}

/* line 264, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-adjust:before {
  content: "\E092";
}

/* line 266, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tint:before {
  content: "\E093";
}

/* line 268, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-crop:before {
  content: "\E094";
}

/* line 270, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-square:before {
  content: "\E095";
}

/* line 272, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-circle:before {
  content: "\E096";
}

/* line 274, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}

/* line 276, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-line:before {
  content: "\E098";
}

/* line 278, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-curve:before {
  content: "\E099";
}

/* line 280, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vector-path-all:before {
  content: "\E100";
}

/* line 282, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-font:before {
  content: "\E101";
}

/* line 284, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-italic:before {
  content: "\E102";
}

/* line 286, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bold:before {
  content: "\E103";
}

/* line 288, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-underline:before {
  content: "\E104";
}

/* line 290, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-strike:before {
  content: "\E105";
}

/* line 292, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-height:before {
  content: "\E106";
}

/* line 294, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-width:before {
  content: "\E107";
}

/* line 296, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-resize:before {
  content: "\E108";
}

/* line 298, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-left-indent:before {
  content: "\E109";
}

/* line 300, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-right-indent:before {
  content: "\E110";
}

/* line 302, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-align-left:before {
  content: "\E111";
}

/* line 304, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-align-center:before {
  content: "\E112";
}

/* line 306, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-align-right:before {
  content: "\E113";
}

/* line 308, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-justify:before {
  content: "\E114";
}

/* line 310, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-list:before {
  content: "\E115";
}

/* line 312, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-smaller:before {
  content: "\E116";
}

/* line 314, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-bigger:before {
  content: "\E117";
}

/* line 316, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-embed:before {
  content: "\E118";
}

/* line 318, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-embed-close:before {
  content: "\E119";
}

/* line 320, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-table:before {
  content: "\E120";
}

/* line 322, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-full:before {
  content: "\E121";
}

/* line 324, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-empty:before {
  content: "\E122";
}

/* line 326, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-in:before {
  content: "\E123";
}

/* line 328, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-out:before {
  content: "\E124";
}

/* line 330, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-plus:before {
  content: "\E125";
}

/* line 332, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-minus:before {
  content: "\E126";
}

/* line 334, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-ban:before {
  content: "\E127";
}

/* line 336, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-flag:before {
  content: "\E128";
}

/* line 338, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-lock:before {
  content: "\E129";
}

/* line 340, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-new:before {
  content: "\E130";
}

/* line 342, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox:before {
  content: "\E131";
}

/* line 344, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox-plus:before {
  content: "\E132";
}

/* line 346, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox-minus:before {
  content: "\E133";
}

/* line 348, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox-lock:before {
  content: "\E134";
}

/* line 350, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox-in:before {
  content: "\E135";
}

/* line 352, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-inbox-out:before {
  content: "\E136";
}

/* line 354, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cogwheel:before {
  content: "\E137";
}

/* line 356, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cogwheels:before {
  content: "\E138";
}

/* line 358, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-picture:before {
  content: "\E139";
}

/* line 360, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-adjust-alt:before {
  content: "\E140";
}

/* line 362, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database-lock:before {
  content: "\E141";
}

/* line 364, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database-plus:before {
  content: "\E142";
}

/* line 366, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database-minus:before {
  content: "\E143";
}

/* line 368, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database-ban:before {
  content: "\E144";
}

/* line 370, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-open:before {
  content: "\E145";
}

/* line 372, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-plus:before {
  content: "\E146";
}

/* line 374, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-minus:before {
  content: "\E147";
}

/* line 376, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-lock:before {
  content: "\E148";
}

/* line 378, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-flag:before {
  content: "\E149";
}

/* line 380, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-new:before {
  content: "\E150";
}

/* line 382, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-edit:before {
  content: "\E151";
}

/* line 384, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-new-window:before {
  content: "\E152";
}

/* line 386, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-check:before {
  content: "\E153";
}

/* line 388, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-unchecked:before {
  content: "\E154";
}

/* line 390, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-more-windows:before {
  content: "\E155";
}

/* line 392, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}

/* line 394, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-show-thumbnails:before {
  content: "\E157";
}

/* line 396, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}

/* line 398, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-show-lines:before {
  content: "\E159";
}

/* line 400, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-playlist:before {
  content: "\E160";
}

/* line 402, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-imac:before {
  content: "\E161";
}

/* line 404, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-macbook:before {
  content: "\E162";
}

/* line 406, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ipad:before {
  content: "\E163";
}

/* line 408, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-iphone:before {
  content: "\E164";
}

/* line 410, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-iphone-transfer:before {
  content: "\E165";
}

/* line 412, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-iphone-exchange:before {
  content: "\E166";
}

/* line 414, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ipod:before {
  content: "\E167";
}

/* line 416, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}

/* line 418, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ear-plugs:before {
  content: "\E169";
}

/* line 420, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-record:before {
  content: "\E170";
}

/* line 422, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-step-backward:before {
  content: "\E171";
}

/* line 424, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fast-backward:before {
  content: "\E172";
}

/* line 426, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rewind:before {
  content: "\E173";
}

/* line 428, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-play:before {
  content: "\E174";
}

/* line 430, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pause:before {
  content: "\E175";
}

/* line 432, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stop:before {
  content: "\E176";
}

/* line 434, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-forward:before {
  content: "\E177";
}

/* line 436, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fast-forward:before {
  content: "\E178";
}

/* line 438, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-step-forward:before {
  content: "\E179";
}

/* line 440, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eject:before {
  content: "\E180";
}

/* line 442, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-facetime-video:before {
  content: "\E181";
}

/* line 444, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-download-alt:before {
  content: "\E182";
}

/* line 446, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mute:before {
  content: "\E183";
}

/* line 448, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-volume-down:before {
  content: "\E184";
}

/* line 450, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-volume-up:before {
  content: "\E185";
}

/* line 452, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-screenshot:before {
  content: "\E186";
}

/* line 454, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-move:before {
  content: "\E187";
}

/* line 456, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-more:before {
  content: "\E188";
}

/* line 458, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-brightness-reduce:before {
  content: "\E189";
}

/* line 460, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-brightness-increase:before {
  content: "\E190";
}

/* line 462, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-plus-sign:before {
  content: "\E191";
}

/* line 464, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-minus-sign:before {
  content: "\E192";
}

/* line 466, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-remove-sign:before {
  content: "\E193";
}

/* line 468, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ok-sign:before {
  content: "\E194";
}

/* line 470, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-question-sign:before {
  content: "\E195";
}

/* line 472, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-info-sign:before {
  content: "\E196";
}

/* line 474, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-exclamation-sign:before {
  content: "\E197";
}

/* line 476, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-remove-circle:before {
  content: "\E198";
}

/* line 478, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ok-circle:before {
  content: "\E199";
}

/* line 480, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ban-circle:before {
  content: "\E200";
}

/* line 482, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-download:before {
  content: "\E201";
}

/* line 484, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-upload:before {
  content: "\E202";
}

/* line 486, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shopping-cart:before {
  content: "\E203";
}

/* line 488, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lock:before {
  content: "\E204";
}

/* line 490, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-unlock:before {
  content: "\E205";
}

/* line 492, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-electricity:before {
  content: "\E206";
}

/* line 494, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ok:before {
  content: "\E207";
}

/* line 496, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-remove:before {
  content: "\E208";
}

/* line 498, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cart-in:before {
  content: "\E209";
}

/* line 500, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cart-out:before {
  content: "\E210";
}

/* line 502, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-arrow-left:before {
  content: "\E211";
}

/* line 504, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-arrow-right:before {
  content: "\E212";
}

/* line 506, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-arrow-down:before {
  content: "\E213";
}

/* line 508, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-arrow-up:before {
  content: "\E214";
}

/* line 510, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-resize-small:before {
  content: "\E215";
}

/* line 512, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-resize-full:before {
  content: "\E216";
}

/* line 514, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}

/* line 516, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}

/* line 518, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}

/* line 520, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}

/* line 522, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-play-button:before {
  content: "\E221";
}

/* line 524, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-unshare:before {
  content: "\E222";
}

/* line 526, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-share:before {
  content: "\E223";
}

/* line 528, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chevron-right:before {
  content: "\E224";
}

/* line 530, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chevron-left:before {
  content: "\E225";
}

/* line 532, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bluetooth:before {
  content: "\E226";
}

/* line 534, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-euro:before {
  content: "\E227";
}

/* line 536, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-usd:before {
  content: "\E228";
}

/* line 538, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gbp:before {
  content: "\E229";
}

/* line 540, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-retweet-2:before {
  content: "\E230";
}

/* line 542, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-moon:before {
  content: "\E231";
}

/* line 544, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sun:before {
  content: "\E232";
}

/* line 546, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cloud:before {
  content: "\E233";
}

/* line 548, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-direction:before {
  content: "\E234";
}

/* line 550, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-brush:before {
  content: "\E235";
}

/* line 552, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pen:before {
  content: "\E236";
}

/* line 554, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-zoom-in:before {
  content: "\E237";
}

/* line 556, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-zoom-out:before {
  content: "\E238";
}

/* line 558, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pin:before {
  content: "\E239";
}

/* line 560, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-albums:before {
  content: "\E240";
}

/* line 562, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rotation-lock:before {
  content: "\E241";
}

/* line 564, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-flash:before {
  content: "\E242";
}

/* line 566, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-map-marker:before {
  content: "\E243";
}

/* line 568, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-anchor:before {
  content: "\E244";
}

/* line 570, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-conversation:before {
  content: "\E245";
}

/* line 572, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chat:before {
  content: "\E246";
}

/* line 574, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-note-empty:before {
  content: "\E247";
}

/* line 576, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-note:before {
  content: "\E248";
}

/* line 578, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-asterisk:before {
  content: "\E249";
}

/* line 580, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-divide:before {
  content: "\E250";
}

/* line 582, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-snorkel-diving:before {
  content: "\E251";
}

/* line 584, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scuba-diving:before {
  content: "\E252";
}

/* line 586, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}

/* line 588, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fins:before {
  content: "\E254";
}

/* line 590, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fishes:before {
  content: "\E255";
}

/* line 592, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-boat:before {
  content: "\E256";
}

/* line 594, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-delete:before {
  content: "\E257";
}

/* line 596, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sheriffs-star:before {
  content: "\E258";
}

/* line 598, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-qrcode:before {
  content: "\E259";
}

/* line 600, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-barcode:before {
  content: "\E260";
}

/* line 602, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pool:before {
  content: "\E261";
}

/* line 604, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-buoy:before {
  content: "\E262";
}

/* line 606, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-spade:before {
  content: "\E263";
}

/* line 608, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bank:before {
  content: "\E264";
}

/* line 610, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vcard:before {
  content: "\E265";
}

/* line 612, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-electrical-plug:before {
  content: "\E266";
}

/* line 614, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-flag:before {
  content: "\E267";
}

/* line 616, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-credit-card:before {
  content: "\E268";
}

/* line 618, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}

/* line 620, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-keyboard-wired:before {
  content: "\E270";
}

/* line 622, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shield:before {
  content: "\E271";
}

/* line 624, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ring:before {
  content: "\E272";
}

/* line 626, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cake:before {
  content: "\E273";
}

/* line 628, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-drink:before {
  content: "\E274";
}

/* line 630, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-beer:before {
  content: "\E275";
}

/* line 632, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fast-food:before {
  content: "\E276";
}

/* line 634, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cutlery:before {
  content: "\E277";
}

/* line 636, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pizza:before {
  content: "\E278";
}

/* line 638, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-birthday-cake:before {
  content: "\E279";
}

/* line 640, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tablet:before {
  content: "\E280";
}

/* line 642, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-settings:before {
  content: "\E281";
}

/* line 644, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bullets:before {
  content: "\E282";
}

/* line 646, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cardio:before {
  content: "\E283";
}

/* line 648, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-t-shirt:before {
  content: "\E284";
}

/* line 650, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pants:before {
  content: "\E285";
}

/* line 652, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sweater:before {
  content: "\E286";
}

/* line 654, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fabric:before {
  content: "\E287";
}

/* line 656, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-leather:before {
  content: "\E288";
}

/* line 658, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scissors:before {
  content: "\E289";
}

/* line 660, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bomb:before {
  content: "\E290";
}

/* line 662, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-skull:before {
  content: "\E291";
}

/* line 664, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-celebration:before {
  content: "\E292";
}

/* line 666, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tea-kettle:before {
  content: "\E293";
}

/* line 668, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-french-press:before {
  content: "\E294";
}

/* line 670, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-coffee-cup:before {
  content: "\E295";
}

/* line 672, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pot:before {
  content: "\E296";
}

/* line 674, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-grater:before {
  content: "\E297";
}

/* line 676, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kettle:before {
  content: "\E298";
}

/* line 678, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hospital:before {
  content: "\E299";
}

/* line 680, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hospital-h:before {
  content: "\E300";
}

/* line 682, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-microphone:before {
  content: "\E301";
}

/* line 684, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-webcam:before {
  content: "\E302";
}

/* line 686, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}

/* line 688, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temple-islam:before {
  content: "\E304";
}

/* line 690, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temple-hindu:before {
  content: "\E305";
}

/* line 692, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temple-buddhist:before {
  content: "\E306";
}

/* line 694, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bicycle:before {
  content: "\E307";
}

/* line 696, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-life-preserver:before {
  content: "\E308";
}

/* line 698, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-share-alt:before {
  content: "\E309";
}

/* line 700, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-comments:before {
  content: "\E310";
}

/* line 702, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-flower:before {
  content: "\E311";
}

/* line 704, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-baseball:before {
  content: "\E312";
}

/* line 706, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rugby:before {
  content: "\E313";
}

/* line 708, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ax:before {
  content: "\E314";
}

/* line 710, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-table-tennis:before {
  content: "\E315";
}

/* line 712, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bowling:before {
  content: "\E316";
}

/* line 714, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tree-conifer:before {
  content: "\E317";
}

/* line 716, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tree-deciduous:before {
  content: "\E318";
}

/* line 718, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-more-items:before {
  content: "\E319";
}

/* line 720, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort:before {
  content: "\E320";
}

/* line 722, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-filter:before {
  content: "\E321";
}

/* line 724, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gamepad:before {
  content: "\E322";
}

/* line 726, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-playing-dices:before {
  content: "\E323";
}

/* line 728, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-calculator:before {
  content: "\E324";
}

/* line 730, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tie:before {
  content: "\E325";
}

/* line 732, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-wallet:before {
  content: "\E326";
}

/* line 734, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-piano:before {
  content: "\E327";
}

/* line 736, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sampler:before {
  content: "\E328";
}

/* line 738, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-podium:before {
  content: "\E329";
}

/* line 740, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-soccer-ball:before {
  content: "\E330";
}

/* line 742, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-blog:before {
  content: "\E331";
}

/* line 744, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dashboard:before {
  content: "\E332";
}

/* line 746, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-certificate:before {
  content: "\E333";
}

/* line 748, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bell:before {
  content: "\E334";
}

/* line 750, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-candle:before {
  content: "\E335";
}

/* line 752, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pushpin:before {
  content: "\E336";
}

/* line 754, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-iphone-shake:before {
  content: "\E337";
}

/* line 756, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pin-flag:before {
  content: "\E338";
}

/* line 758, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-turtle:before {
  content: "\E339";
}

/* line 760, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rabbit:before {
  content: "\E340";
}

/* line 762, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-globe:before {
  content: "\E341";
}

/* line 764, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-briefcase:before {
  content: "\E342";
}

/* line 766, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hdd:before {
  content: "\E343";
}

/* line 768, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-thumbs-up:before {
  content: "\E344";
}

/* line 770, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-thumbs-down:before {
  content: "\E345";
}

/* line 772, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hand-right:before {
  content: "\E346";
}

/* line 774, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hand-left:before {
  content: "\E347";
}

/* line 776, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hand-up:before {
  content: "\E348";
}

/* line 778, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hand-down:before {
  content: "\E349";
}

/* line 780, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fullscreen:before {
  content: "\E350";
}

/* line 782, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shopping-bag:before {
  content: "\E351";
}

/* line 784, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-book-open:before {
  content: "\E352";
}

/* line 786, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-nameplate:before {
  content: "\E353";
}

/* line 788, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-nameplate-alt:before {
  content: "\E354";
}

/* line 790, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vases:before {
  content: "\E355";
}

/* line 792, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bullhorn:before {
  content: "\E356";
}

/* line 794, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dumbbell:before {
  content: "\E357";
}

/* line 796, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-suitcase:before {
  content: "\E358";
}

/* line 798, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-import:before {
  content: "\E359";
}

/* line 800, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-export:before {
  content: "\E360";
}

/* line 802, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bug:before {
  content: "\E361";
}

/* line 804, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-crown:before {
  content: "\E362";
}

/* line 806, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-smoking:before {
  content: "\E363";
}

/* line 808, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cloud-upload:before {
  content: "\E364";
}

/* line 810, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cloud-download:before {
  content: "\E365";
}

/* line 812, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-restart:before {
  content: "\E366";
}

/* line 814, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-security-camera:before {
  content: "\E367";
}

/* line 816, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-expand:before {
  content: "\E368";
}

/* line 818, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-collapse:before {
  content: "\E369";
}

/* line 820, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-collapse-top:before {
  content: "\E370";
}

/* line 822, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-globe-af:before {
  content: "\E371";
}

/* line 824, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-global:before {
  content: "\E372";
}

/* line 826, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-spray:before {
  content: "\E373";
}

/* line 828, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-nails:before {
  content: "\E374";
}

/* line 830, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-claw-hammer:before {
  content: "\E375";
}

/* line 832, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-classic-hammer:before {
  content: "\E376";
}

/* line 834, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hand-saw:before {
  content: "\E377";
}

/* line 836, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-riflescope:before {
  content: "\E378";
}

/* line 838, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}

/* line 840, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}

/* line 842, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-message-forward:before {
  content: "\E381";
}

/* line 844, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-coat-hanger:before {
  content: "\E382";
}

/* line 846, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dress:before {
  content: "\E383";
}

/* line 848, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bathrobe:before {
  content: "\E384";
}

/* line 850, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shirt:before {
  content: "\E385";
}

/* line 852, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-underwear:before {
  content: "\E386";
}

/* line 854, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-log-in:before {
  content: "\E387";
}

/* line 856, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-log-out:before {
  content: "\E388";
}

/* line 858, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-exit:before {
  content: "\E389";
}

/* line 860, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-new-window-alt:before {
  content: "\E390";
}

/* line 862, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-video-sd:before {
  content: "\E391";
}

/* line 864, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-video-hd:before {
  content: "\E392";
}

/* line 866, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-subtitles:before {
  content: "\E393";
}

/* line 868, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sound-stereo:before {
  content: "\E394";
}

/* line 870, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sound-dolby:before {
  content: "\E395";
}

/* line 872, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sound-5-1:before {
  content: "\E396";
}

/* line 874, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sound-6-1:before {
  content: "\E397";
}

/* line 876, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sound-7-1:before {
  content: "\E398";
}

/* line 878, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-copyright-mark:before {
  content: "\E399";
}

/* line 880, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-registration-mark:before {
  content: "\E400";
}

/* line 882, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-radar:before {
  content: "\E401";
}

/* line 884, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-skateboard:before {
  content: "\E402";
}

/* line 886, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-golf-course:before {
  content: "\E403";
}

/* line 888, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sorting:before {
  content: "\E404";
}

/* line 890, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}

/* line 892, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}

/* line 894, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-order:before {
  content: "\E407";
}

/* line 896, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}

/* line 898, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}

/* line 900, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}

/* line 902, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-compressed:before {
  content: "\E411";
}

/* line 904, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-package:before {
  content: "\E412";
}

/* line 906, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cloud-plus:before {
  content: "\E413";
}

/* line 908, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cloud-minus:before {
  content: "\E414";
}

/* line 910, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-save:before {
  content: "\E415";
}

/* line 912, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-open:before {
  content: "\E416";
}

/* line 914, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-saved:before {
  content: "\E417";
}

/* line 916, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-remove:before {
  content: "\E418";
}

/* line 918, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-import:before {
  content: "\E419";
}

/* line 920, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-disk-export:before {
  content: "\E420";
}

/* line 922, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tower:before {
  content: "\E421";
}

/* line 924, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-send:before {
  content: "\E422";
}

/* line 926, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-branch:before {
  content: "\E423";
}

/* line 928, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-create:before {
  content: "\E424";
}

/* line 930, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-private:before {
  content: "\E425";
}

/* line 932, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-delete:before {
  content: "\E426";
}

/* line 934, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-merge:before {
  content: "\E427";
}

/* line 936, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-pull-request:before {
  content: "\E428";
}

/* line 938, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-compare:before {
  content: "\E429";
}

/* line 940, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-git-commit:before {
  content: "\E430";
}

/* line 942, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-construction-cone:before {
  content: "\E431";
}

/* line 944, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shoe-steps:before {
  content: "\E432";
}

/* line 946, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-plus:before {
  content: "\E433";
}

/* line 948, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-minus:before {
  content: "\E434";
}

/* line 950, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-redo:before {
  content: "\E435";
}

/* line 952, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-undo:before {
  content: "\E436";
}

/* line 954, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-golf:before {
  content: "\E437";
}

/* line 956, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hockey:before {
  content: "\E438";
}

/* line 958, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pipe:before {
  content: "\E439";
}

/* line 960, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-wrench:before {
  content: "\E440";
}

/* line 962, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-closed:before {
  content: "\E441";
}

/* line 964, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-phone-alt:before {
  content: "\E442";
}

/* line 966, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-earphone:before {
  content: "\E443";
}

/* line 968, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-floppy-disk:before {
  content: "\E444";
}

/* line 970, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-floppy-saved:before {
  content: "\E445";
}

/* line 972, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-floppy-remove:before {
  content: "\E446";
}

/* line 974, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-floppy-save:before {
  content: "\E447";
}

/* line 976, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-floppy-open:before {
  content: "\E448";
}

/* line 978, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-translate:before {
  content: "\E449";
}

/* line 980, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fax:before {
  content: "\E450";
}

/* line 982, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-factory:before {
  content: "\E451";
}

/* line 984, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shop-window:before {
  content: "\E452";
}

/* line 986, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shop:before {
  content: "\E453";
}

/* line 988, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kiosk:before {
  content: "\E454";
}

/* line 990, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}

/* line 992, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kiosk-light:before {
  content: "\E456";
}

/* line 994, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kiosk-food:before {
  content: "\E457";
}

/* line 996, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-transfer:before {
  content: "\E458";
}

/* line 998, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-money:before {
  content: "\E459";
}

/* line 1000, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-header:before {
  content: "\E460";
}

/* line 1002, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-blacksmith:before {
  content: "\E461";
}

/* line 1004, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-saw-blade:before {
  content: "\E462";
}

/* line 1006, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-basketball:before {
  content: "\E463";
}

/* line 1008, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server:before {
  content: "\E464";
}

/* line 1010, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-plus:before {
  content: "\E465";
}

/* line 1012, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-minus:before {
  content: "\E466";
}

/* line 1014, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-ban:before {
  content: "\E467";
}

/* line 1016, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-flag:before {
  content: "\E468";
}

/* line 1018, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-lock:before {
  content: "\E469";
}

/* line 1020, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-server-new:before {
  content: "\E470";
}

/* line 1022, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-charging-station:before {
  content: "\E471";
}

/* line 1024, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gas-station:before {
  content: "\E472";
}

/* line 1026, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-target:before {
  content: "\E473";
}

/* line 1028, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bed:before {
  content: "\E474";
}

/* line 1030, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mosquito:before {
  content: "\E475";
}

/* line 1032, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dining-set:before {
  content: "\E476";
}

/* line 1034, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-plate-of-food:before {
  content: "\E477";
}

/* line 1036, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hygiene-kit:before {
  content: "\E478";
}

/* line 1038, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-blackboard:before {
  content: "\E479";
}

/* line 1040, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-marriage:before {
  content: "\E480";
}

/* line 1042, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bucket:before {
  content: "\E481";
}

/* line 1044, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-none-color-swatch:before {
  content: "\E482";
}

/* line 1046, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bring-forward:before {
  content: "\E483";
}

/* line 1048, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bring-to-front:before {
  content: "\E484";
}

/* line 1050, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-send-backward:before {
  content: "\E485";
}

/* line 1052, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-send-to-back:before {
  content: "\E486";
}

/* line 1054, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}

/* line 1056, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}

/* line 1058, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-multiple-displays:before {
  content: "\E489";
}

/* line 1060, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-handshake:before {
  content: "\E490";
}

/* line 1062, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-child:before {
  content: "\E491";
}

/* line 1064, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-baby-formula:before {
  content: "\E492";
}

/* line 1066, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-medicine:before {
  content: "\E493";
}

/* line 1068, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-atv-vehicle:before {
  content: "\E494";
}

/* line 1070, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-motorcycle:before {
  content: "\E495";
}

/* line 1072, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bed-alt:before {
  content: "\E496";
}

/* line 1074, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tent:before {
  content: "\E497";
}

/* line 1076, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-glasses:before {
  content: "\E498";
}

/* line 1078, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sunglasses:before {
  content: "\E499";
}

/* line 1080, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-family:before {
  content: "\E500";
}

/* line 1082, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-education:before {
  content: "\E501";
}

/* line 1084, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shoes:before {
  content: "\E502";
}

/* line 1086, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-map:before {
  content: "\E503";
}

/* line 1088, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cd:before {
  content: "\E504";
}

/* line 1090, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-alert:before {
  content: "\E505";
}

/* line 1092, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-piggy-bank:before {
  content: "\E506";
}

/* line 1094, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-star-half:before {
  content: "\E507";
}

/* line 1096, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cluster:before {
  content: "\E508";
}

/* line 1098, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-flowchart:before {
  content: "\E509";
}

/* line 1100, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-commodities:before {
  content: "\E510";
}

/* line 1102, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-duplicate:before {
  content: "\E511";
}

/* line 1104, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-copy:before {
  content: "\E512";
}

/* line 1106, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-paste:before {
  content: "\E513";
}

/* line 1108, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bath-bathtub:before {
  content: "\E514";
}

/* line 1110, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bath-shower:before {
  content: "\E515";
}

/* line 1112, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shower:before {
  content: "\E516";
}

/* line 1114, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-menu-hamburger:before {
  content: "\E517";
}

/* line 1116, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-option-vertical:before {
  content: "\E518";
}

/* line 1118, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-option-horizontal:before {
  content: "\E519";
}

/* line 1120, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-currency-conversion:before {
  content: "\E520";
}

/* line 1122, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-ban:before {
  content: "\E521";
}

/* line 1124, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-lock:before {
  content: "\E522";
}

/* line 1126, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-flag:before {
  content: "\E523";
}

/* line 1128, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-asterisk:before {
  content: "\E524";
}

/* line 1130, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-alert:before {
  content: "\E525";
}

/* line 1132, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-key:before {
  content: "\E526";
}

/* line 1134, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-conversation:before {
  content: "\E527";
}

/* line 1136, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database:before {
  content: "\E528";
}

/* line 1138, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-database-search:before {
  content: "\E529";
}

/* line 1140, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-list-alt:before {
  content: "\E530";
}

/* line 1142, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hazard-sign:before {
  content: "\E531";
}

/* line 1144, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hazard:before {
  content: "\E532";
}

/* line 1146, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stop-sign:before {
  content: "\E533";
}

/* line 1148, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lab:before {
  content: "\E534";
}

/* line 1150, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lab-alt:before {
  content: "\E535";
}

/* line 1152, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ice-cream:before {
  content: "\E536";
}

/* line 1154, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ice-lolly:before {
  content: "\E537";
}

/* line 1156, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}

/* line 1158, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-invoice:before {
  content: "\E539";
}

/* line 1160, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cart-tick:before {
  content: "\E540";
}

/* line 1162, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hourglass:before {
  content: "\E541";
}

/* line 1164, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cat:before {
  content: "\E542";
}

/* line 1166, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lamp:before {
  content: "\E543";
}

/* line 1168, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scale-classic:before {
  content: "\E544";
}

/* line 1170, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eye-plus:before {
  content: "\E545";
}

/* line 1172, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-eye-minus:before {
  content: "\E546";
}

/* line 1174, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-quote:before {
  content: "\E547";
}

/* line 1176, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bitcoin:before {
  content: "\E548";
}

/* line 1178, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-yen:before {
  content: "\E549";
}

/* line 1180, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ruble:before {
  content: "\E550";
}

/* line 1182, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-erase:before {
  content: "\E551";
}

/* line 1184, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-podcast:before {
  content: "\E552";
}

/* line 1186, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-firework:before {
  content: "\E553";
}

/* line 1188, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scale:before {
  content: "\E554";
}

/* line 1190, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-king:before {
  content: "\E555";
}

/* line 1192, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-queen:before {
  content: "\E556";
}

/* line 1194, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pawn:before {
  content: "\E557";
}

/* line 1196, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bishop:before {
  content: "\E558";
}

/* line 1198, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-knight:before {
  content: "\E559";
}

/* line 1200, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mic-mute:before {
  content: "\E560";
}

/* line 1202, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-voicemail:before {
  content: "\E561";
}

/* line 1204, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-paragraph-alt:before {
  content: "\E562";
}

/* line 1206, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person-walking:before {
  content: "\E563";
}

/* line 1208, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person-wheelchair:before {
  content: "\E564";
}

/* line 1210, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-underground:before {
  content: "\E565";
}

/* line 1212, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-car-hov:before {
  content: "\E566";
}

/* line 1214, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-car-rental:before {
  content: "\E567";
}

/* line 1216, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-transport:before {
  content: "\E568";
}

/* line 1218, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-taxi:before {
  content: "\E569";
}

/* line 1220, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ice-cream-no:before {
  content: "\E570";
}

/* line 1222, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-u:before {
  content: "\E571";
}

/* line 1224, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}

/* line 1226, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}

/* line 1228, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-12:before {
  content: "\E574";
}

/* line 1230, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-15:before {
  content: "\E575";
}

/* line 1232, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-18:before {
  content: "\E576";
}

/* line 1234, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}

/* line 1236, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tv:before {
  content: "\E578";
}

/* line 1238, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sms:before {
  content: "\E579";
}

/* line 1240, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mms:before {
  content: "\E580";
}

/* line 1242, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-us-rat-g:before {
  content: "\E581";
}

/* line 1244, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-us-rat-pg:before {
  content: "\E582";
}

/* line 1246, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}

/* line 1248, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}

/* line 1250, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}

/* line 1252, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-equalizer:before {
  content: "\E586";
}

/* line 1254, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-speakers:before {
  content: "\E587";
}

/* line 1256, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-remote-control:before {
  content: "\E588";
}

/* line 1258, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-remote-control-tv:before {
  content: "\E589";
}

/* line 1260, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-shredder:before {
  content: "\E590";
}

/* line 1262, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-folder-heart:before {
  content: "\E591";
}

/* line 1264, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person-running:before {
  content: "\E592";
}

/* line 1266, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person:before {
  content: "\E593";
}

/* line 1268, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-voice:before {
  content: "\E594";
}

/* line 1270, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-stethoscope:before {
  content: "\E595";
}

/* line 1272, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-paired:before {
  content: "\E596";
}

/* line 1274, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-activity:before {
  content: "\E597";
}

/* line 1276, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-watch:before {
  content: "\E598";
}

/* line 1278, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scissors-alt:before {
  content: "\E599";
}

/* line 1280, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-car-wheel:before {
  content: "\E600";
}

/* line 1282, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chevron-up:before {
  content: "\E601";
}

/* line 1284, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chevron-down:before {
  content: "\E602";
}

/* line 1286, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-superscript:before {
  content: "\E603";
}

/* line 1288, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-subscript:before {
  content: "\E604";
}

/* line 1290, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-size:before {
  content: "\E605";
}

/* line 1292, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-color:before {
  content: "\E606";
}

/* line 1294, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-text-background:before {
  content: "\E607";
}

/* line 1296, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-modal-window:before {
  content: "\E608";
}

/* line 1298, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-newspaper:before {
  content: "\E609";
}

/* line 1300, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tractor:before {
  content: "\E610";
}

/* line 1302, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-camping:before {
  content: "\E611";
}

/* line 1304, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-camping-benches:before {
  content: "\E612";
}

/* line 1306, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-forest:before {
  content: "\E613";
}

/* line 1308, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-park:before {
  content: "\E614";
}

/* line 1310, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-field:before {
  content: "\E615";
}

/* line 1312, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mountains:before {
  content: "\E616";
}

/* line 1314, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fees-payments:before {
  content: "\E617";
}

/* line 1316, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-small-payments:before {
  content: "\E618";
}

/* line 1318, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mixed-buildings:before {
  content: "\E619";
}

/* line 1320, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-industrial-zone:before {
  content: "\E620";
}

/* line 1322, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-visitor-tag:before {
  content: "\E621";
}

/* line 1324, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-businessman:before {
  content: "\E622";
}

/* line 1326, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-meditation:before {
  content: "\E623";
}

/* line 1328, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bath:before {
  content: "\E624";
}

/* line 1330, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-donate:before {
  content: "\E625";
}

/* line 1332, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sauna:before {
  content: "\E626";
}

/* line 1334, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bedroom-nightstand:before {
  content: "\E627";
}

/* line 1336, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bedroom-lamp:before {
  content: "\E628";
}

/* line 1338, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-doctor:before {
  content: "\E629";
}

/* line 1340, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-engineering-networks:before {
  content: "\E630";
}

/* line 1342, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-washing-machine:before {
  content: "\E631";
}

/* line 1344, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dryer:before {
  content: "\E632";
}

/* line 1346, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dishwasher:before {
  content: "\E633";
}

/* line 1348, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-luggage-group:before {
  content: "\E634";
}

/* line 1350, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-teenager:before {
  content: "\E635";
}

/* line 1352, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person-stick:before {
  content: "\E636";
}

/* line 1354, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-person-stick-old:before {
  content: "\E637";
}

/* line 1356, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-traveler:before {
  content: "\E638";
}

/* line 1358, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-veteran:before {
  content: "\E639";
}

/* line 1360, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-group-chat:before {
  content: "\E640";
}

/* line 1362, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-elections:before {
  content: "\E641";
}

/* line 1364, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-law-justice:before {
  content: "\E642";
}

/* line 1366, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-judiciary:before {
  content: "\E643";
}

/* line 1368, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-house-fire:before {
  content: "\E644";
}

/* line 1370, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-firefighters:before {
  content: "\E645";
}

/* line 1372, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-police:before {
  content: "\E646";
}

/* line 1374, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ambulance:before {
  content: "\E647";
}

/* line 1376, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-light-beacon:before {
  content: "\E648";
}

/* line 1378, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-important-day:before {
  content: "\E649";
}

/* line 1380, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-bike-park:before {
  content: "\E650";
}

/* line 1382, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-top:before {
  content: "\E651";
}

/* line 1384, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-bottom:before {
  content: "\E652";
}

/* line 1386, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-horizontal:before {
  content: "\E653";
}

/* line 1388, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-left:before {
  content: "\E654";
}

/* line 1390, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-vertical:before {
  content: "\E655";
}

/* line 1392, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-object-align-right:before {
  content: "\E656";
}

/* line 1394, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-reflect-y:before {
  content: "\E657";
}

/* line 1396, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-reflect-x:before {
  content: "\E658";
}

/* line 1398, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tick:before {
  content: "\E659";
}

/* line 1400, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lawnmower:before {
  content: "\E660";
}

/* line 1402, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-redirect:before {
  content: "\E661";
}

/* line 1404, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-ip:before {
  content: "\E662";
}

/* line 1406, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-record:before {
  content: "\E663";
}

/* line 1408, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-ringtone:before {
  content: "\E664";
}

/* line 1410, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-traffic:before {
  content: "\E665";
}

/* line 1412, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-hold:before {
  content: "\E666";
}

/* line 1414, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-incoming:before {
  content: "\E667";
}

/* line 1416, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-outgoing:before {
  content: "\E668";
}

/* line 1418, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-video:before {
  content: "\E669";
}

/* line 1420, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-call-missed:before {
  content: "\E670";
}

/* line 1422, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-theater:before {
  content: "\E671";
}

/* line 1424, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-heartbeat:before {
  content: "\E672";
}

/* line 1426, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-kettlebell:before {
  content: "\E673";
}

/* line 1428, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fireplace:before {
  content: "\E674";
}

/* line 1430, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-street-lights:before {
  content: "\E675";
}

/* line 1432, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pedestrian:before {
  content: "\E676";
}

/* line 1434, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-flood:before {
  content: "\E677";
}

/* line 1436, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-open-water:before {
  content: "\E678";
}

/* line 1438, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-for-sale:before {
  content: "\E679";
}

/* line 1440, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dustbin:before {
  content: "\E680";
}

/* line 1442, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-door:before {
  content: "\E681";
}

/* line 1444, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-camp-fire:before {
  content: "\E682";
}

/* line 1446, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fleur-de-lis:before {
  content: "\E683";
}

/* line 1448, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature-settings:before {
  content: "\E684";
}

/* line 1450, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-article:before {
  content: "\E685";
}

/* line 1452, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sunbath:before {
  content: "\E686";
}

/* line 1454, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-balanced-diet:before {
  content: "\E687";
}

/* line 1456, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ticket:before {
  content: "\E688";
}

/* line 1458, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-parking-ticket:before {
  content: "\E689";
}

/* line 1460, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-parking-meter:before {
  content: "\E690";
}

/* line 1462, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-laptop:before {
  content: "\E691";
}

/* line 1464, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-tree-structure:before {
  content: "\E692";
}

/* line 1466, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-weather-warning:before {
  content: "\E693";
}

/* line 1468, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature-low:before {
  content: "\E694";
}

/* line 1470, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature-high:before {
  content: "\E695";
}

/* line 1472, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature-low-warning:before {
  content: "\E696";
}

/* line 1474, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature-high-warning:before {
  content: "\E697";
}

/* line 1476, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hurricane:before {
  content: "\E698";
}

/* line 1478, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-storm:before {
  content: "\E699";
}

/* line 1480, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-sorted-waste:before {
  content: "\E700";
}

/* line 1482, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ear:before {
  content: "\E701";
}

/* line 1484, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ear-deaf:before {
  content: "\E702";
}

/* line 1486, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-plus:before {
  content: "\E703";
}

/* line 1488, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-minus:before {
  content: "\E704";
}

/* line 1490, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-lock:before {
  content: "\E705";
}

/* line 1492, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-cloud:before {
  content: "\E706";
}

/* line 1494, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-cloud-download:before {
  content: "\E707";
}

/* line 1496, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-file-cloud-upload:before {
  content: "\E708";
}

/* line 1498, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-paragraph:before {
  content: "\E709";
}

/* line 1500, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-list-numbered:before {
  content: "\E710";
}

/* line 1502, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-donate-heart:before {
  content: "\E711";
}

/* line 1504, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-government:before {
  content: "\E712";
}

/* line 1506, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-maze:before {
  content: "\E713";
}

/* line 1508, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-chronicle:before {
  content: "\E714";
}

/* line 1510, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-structure:before {
  content: "\E715";
}

/* line 1512, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-recycle:before {
  content: "\E716";
}

/* line 1514, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gas:before {
  content: "\E717";
}

/* line 1516, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-waste-pipe:before {
  content: "\E718";
}

/* line 1518, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-water-pipe:before {
  content: "\E719";
}

/* line 1520, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-parking:before {
  content: "\E720";
}

/* line 1522, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-closed:before {
  content: "\E721";
}

/* line 1524, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse:before {
  content: "\E722";
}

/* line 1526, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse-double-click:before {
  content: "\E723";
}

/* line 1528, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse-left-click:before {
  content: "\E724";
}

/* line 1530, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse-right-click:before {
  content: "\E725";
}

/* line 1532, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse-middle-click:before {
  content: "\E726";
}

/* line 1534, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-mouse-scroll:before {
  content: "\E727";
}

/* line 1536, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-resize-vertical:before {
  content: "\E728";
}

/* line 1538, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-resize-horizontal:before {
  content: "\E729";
}

/* line 1540, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-temperature:before {
  content: "\E730";
}

/* line 1542, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-puzzle:before {
  content: "\E731";
}

/* line 1544, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-puzzle-2:before {
  content: "\E732";
}

/* line 1546, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-puzzle-3:before {
  content: "\E733";
}

/* line 1548, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-nearby-square:before {
  content: "\E734";
}

/* line 1550, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-nearby-circle:before {
  content: "\E735";
}

/* line 1552, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rotate-right:before {
  content: "\E736";
}

/* line 1554, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-rotate-left:before {
  content: "\E737";
}

/* line 1556, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pictures:before {
  content: "\E738";
}

/* line 1558, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-photo-album:before {
  content: "\E739";
}

/* line 1560, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cadastral-map:before {
  content: "\E740";
}

/* line 1562, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint-scan:before {
  content: "\E741";
}

/* line 1564, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint:before {
  content: "\E742";
}

/* line 1566, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint-lock:before {
  content: "\E743";
}

/* line 1568, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint-ok:before {
  content: "\E744";
}

/* line 1570, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint-remove:before {
  content: "\E745";
}

/* line 1572, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-fingerprint-reload:before {
  content: "\E746";
}

/* line 1574, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-pending-notifications:before {
  content: "\E747";
}

/* line 1576, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-synchronization:before {
  content: "\E748";
}

/* line 1578, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-synchronization-ban:before {
  content: "\E749";
}

/* line 1580, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-hash:before {
  content: "\E750";
}

/* line 1582, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-male:before {
  content: "\E751";
}

/* line 1584, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-female:before {
  content: "\E752";
}

/* line 1586, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-virgin-female:before {
  content: "\E753";
}

/* line 1588, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-intersex:before {
  content: "\E754";
}

/* line 1590, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-transgender:before {
  content: "\E755";
}

/* line 1592, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-ori-lesbian:before {
  content: "\E756";
}

/* line 1594, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-ori-gay:before {
  content: "\E757";
}

/* line 1596, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-ori-hetero:before {
  content: "\E758";
}

/* line 1598, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-other:before {
  content: "\E759";
}

/* line 1600, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-gender-unknown:before {
  content: "\E760";
}

/* line 1602, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-scanner:before {
  content: "\E761";
}

/* line 1604, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-multifunction-printer:before {
  content: "\E762";
}

/* line 1606, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-lasso:before {
  content: "\E763";
}

/* line 1608, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-view-360:before {
  content: "\E764";
}

/* line 1610, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-charging:before {
  content: "\E765";
}

/* line 1612, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-full:before {
  content: "\E766";
}

/* line 1614, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-75:before {
  content: "\E767";
}

/* line 1616, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-50:before {
  content: "\E768";
}

/* line 1618, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-25:before {
  content: "\E769";
}

/* line 1620, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-battery-10:before {
  content: "\E770";
}

/* line 1622, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-satellite:before {
  content: "\E771";
}

/* line 1624, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-satellite-dish:before {
  content: "\E772";
}

/* line 1626, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-satellite-dish-alt:before {
  content: "\E773";
}

/* line 1628, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-auction:before {
  content: "\E774";
}

/* line 1630, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-directions:before {
  content: "\E775";
}

/* line 1632, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-race:before {
  content: "\E776";
}

/* line 1634, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-robot:before {
  content: "\E777";
}

/* line 1636, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-ruler-alt:before {
  content: "\E778";
}

/* line 1638, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cube-empty:before {
  content: "\E779";
}

/* line 1640, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-cube-black:before {
  content: "\E780";
}

/* line 1642, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-move-square:before {
  content: "\E781";
}

/* line 1644, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-drop:before {
  content: "\E782";
}

/* line 1646, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-headset:before {
  content: "\E783";
}

/* line 1648, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-charging:before {
  content: "\E784";
}

/* line 1650, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-low-battery:before {
  content: "\E785";
}

/* line 1652, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-paired:before {
  content: "\E786";
}

/* line 1654, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-settings:before {
  content: "\E787";
}

/* line 1656, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-vr-maintenance:before {
  content: "\E788";
}

/* line 1658, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-filter-remove:before {
  content: "\E789";
}

/* line 1660, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-filter-applied:before {
  content: "\E790";
}

/* line 1662, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-one-day:before {
  content: "\E791";
}

/* line 1664, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-vr:before {
  content: "\E792";
}

/* line 1666, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-vr-add:before {
  content: "\E793";
}

/* line 1668, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-user-vr-remove:before {
  content: "\E794";
}

/* line 1670, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-1:before {
  content: "\E795";
}

/* line 1672, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-2:before {
  content: "\E796";
}

/* line 1674, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-3:before {
  content: "\E797";
}

/* line 1676, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-4:before {
  content: "\E798";
}

/* line 1678, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-5:before {
  content: "\E799";
}

/* line 1680, app/assets/stylesheets/buybayux/glyphicons.css.scss */
.glyphicons-dice-6:before {
  content: "\E800";
}
/* line 1, app/assets/stylesheets/buybayux/buttons.css.scss */
.btn-bb-primary, .btn-bb-primary:hover, .btn-bb-primary:active, .btn-bb-primary:visited {
  background-color: #EC6C1C;
  color: #FFFFFF;
}
/* line 1, app/assets/stylesheets/buybayux/inscriptions.css.scss */
.footer-label {
  text-align: center;
  color: white;
  font-size: 36px;
  font-family: 'hnueulightcondensed';
}
/* The side navigation menu */
/* line 2, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  overflow: visible;
  transition: 0s;
  /* 0.3 second transition effect to slide in the sidenav */
}

/* line 13, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav-header {
  padding-top: 0px;
  flex-direction: column;
  align-items: center;
}

/* line 19, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav-menu {
  padding-top: 40px;
}

/* line 22, app/assets/stylesheets/buybayux/sidebar.css.scss */
.redborder {
  border: 1px solid red;
}

/* The navigation menu links */
/* line 26, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: 0s;
  color: #FFFFFF;
}

/* line 35, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav a:hover {
  color: #6DC8D0;
}

/* line 39, app/assets/stylesheets/buybayux/sidebar.css.scss */
.sidenav a.selectedmainmenubg:hover {
  color: #FFFFFF;
}

/* line 43, app/assets/stylesheets/buybayux/sidebar.css.scss */
a.sidenav-links:hover {
  background-color: #6DC8D0;
  color: #FFF;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* line 49, app/assets/stylesheets/buybayux/sidebar.css.scss */
#main {
  transition: margin-left 0s;
  padding: 10px;
  min-width: 900px;
}

/* line 55, app/assets/stylesheets/buybayux/sidebar.css.scss */
.btn-collapse-full {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 61, app/assets/stylesheets/buybayux/sidebar.css.scss */
.btn-collapse-short {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  /* line 70, app/assets/stylesheets/buybayux/sidebar.css.scss */
  .sidenav {
    padding-top: 15px;
  }
  /* line 71, app/assets/stylesheets/buybayux/sidebar.css.scss */
  .sidenav a {
    font-size: 14px;
  }
}

/* line 75, app/assets/stylesheets/buybayux/sidebar.css.scss */
.dd-menu-center {
  text-align: center;
}

/* line 81, app/assets/stylesheets/buybayux/sidebar.css.scss */
.dropright > a:hover {
  background-color: #6DC8D0;
  color: #FFF;
}

/* line 86, app/assets/stylesheets/buybayux/sidebar.css.scss */
.dropright > .dropdown-menu {
  padding-left: 0;
  margin-left: 0;
  border: 1;
  border-color: #31454D;
}

/* line 93, app/assets/stylesheets/buybayux/sidebar.css.scss */
.dropright > .dropdown-menu > a:hover {
  background-color: #6DC8D0;
  color: #FFF;
}

/* line 98, app/assets/stylesheets/buybayux/sidebar.css.scss */
.dropright > .dropdown-divider {
  background-color: #31454D;
}

/* line 102, app/assets/stylesheets/buybayux/sidebar.css.scss */
.logo_subtitle {
  color: #FD6921;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 8px;
  margin-top: -8px;
}

/* line 110, app/assets/stylesheets/buybayux/sidebar.css.scss */
#mySideNav {
  width: 250px;
}

/* line 113, app/assets/stylesheets/buybayux/sidebar.css.scss */
#main {
  margin-left: 250px;
}

/* line 116, app/assets/stylesheets/buybayux/sidebar.css.scss */
#main #messagebar {
  margin-left: 250px;
}

/* line 121, app/assets/stylesheets/buybayux/sidebar.css.scss */
#buybay_full_logo_column {
  display: flex;
}

/* line 124, app/assets/stylesheets/buybayux/sidebar.css.scss */
#buybay_palm_only_logo_column {
  display: none;
}

/* line 128, app/assets/stylesheets/buybayux/sidebar.css.scss */
#buybay_full_menu {
  display: block;
}

/* line 132, app/assets/stylesheets/buybayux/sidebar.css.scss */
#buybay_short_menu {
  display: none;
}

/* line 136, app/assets/stylesheets/buybayux/sidebar.css.scss */
.menu_production {
  background-color: #262B33;
}

/* line 140, app/assets/stylesheets/buybayux/sidebar.css.scss */
.menu_staging {
  background-color: #70C8CF;
}

/* line 144, app/assets/stylesheets/buybayux/sidebar.css.scss */
.menu_test {
  background-color: #FD6921;
}

/* line 148, app/assets/stylesheets/buybayux/sidebar.css.scss */
.menu_development {
  background-color: #000000;
}
/* line 1, app/assets/stylesheets/buybayux/messagebar.css.scss */
.messagebar-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  /* Stay on top */
}

/* line 9, app/assets/stylesheets/buybayux/messagebar.css.scss */
.messagebar-short {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 2;
  /* Stay on top */
}

/* line 17, app/assets/stylesheets/buybayux/messagebar.css.scss */
.inner-messagebar {
  margin: 0 auto;
  max-width: 50%;
}
/*
 * Table styles
 */
/* line 4, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 16, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 3px solid #eeeeee;
}

/* line 23, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 26, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 3px solid #eeeeee;
}

/* line 30, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 39, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting {
  background-image: url(/../images/sort_both.png);
}

/* line 41, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/../images/sort_asc.png);
}

/* line 43, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/../images/sort_desc.png);
}

/* line 45, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/../images/sort_asc_disabled.png);
}

/* line 47, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/../images/sort_desc_disabled.png);
}

/* line 49, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody tr {
  background-color: white;
}

/* line 51, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

/* line 53, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 56, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 3px solid #eeeeee;
}

/* line 58, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 62, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.cell-border thead th,
table.dataTable.cell-border tbody td {
  border-top: 3px solid #eeeeee;
  border-right: 3px solid #eeeeee;
}

/* line 66, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.cell-border thead tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 3px solid #eeeeee;
}

/* line 69, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 72, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 74, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 76, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 78, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #a9b7d1;
}

/* line 80, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 86, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 92, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 94, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 96, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 98, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 100, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 102, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 104, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 106, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 108, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 110, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 112, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 114, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 116, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 118, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 120, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 122, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a1aec7;
}

/* line 124, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a2afc8;
}

/* line 126, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 128, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.no-footer {
  border-bottom: 3px solid #eeeeee;
}

/* line 130, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 132, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 135, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 138, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 141, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 144, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 148, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 151, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 154, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 157, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 162, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 167, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 172, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 177, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 182, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 185, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 188, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 191, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 194, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 198, app/assets/stylesheets/buybayux/datatables.css.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 208, app/assets/stylesheets/buybayux/datatables.css.scss */
.body-bg::before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(128, 128, 128, 0.6);
  z-index: 1;
}

/* line 221, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 226, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 228, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 231, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 233, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 237, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 241, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #32454c !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 254, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #32454c !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

/* line 270, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 276, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

/* line 292, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 308, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 310, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: white;
  display: inline-block;
  padding: 20px 30px;
  font-size: 24px;
  line-height: 27px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 323, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_paginate {
  color: #32454c;
}

/* line 329, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 331, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 334, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 336, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 343, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 3px solid #eeeeee;
}

/* line 345, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper .dataTables_processing .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 348, app/assets/stylesheets/buybayux/datatables.css.scss */
.dataTables_wrapper .dataTables_processing .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 358, app/assets/stylesheets/buybayux/datatables.css.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 362, app/assets/stylesheets/buybayux/datatables.css.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 365, app/assets/stylesheets/buybayux/datatables.css.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 370, app/assets/stylesheets/buybayux/datatables.css.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/buybayux/select2.min.css.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* line 1, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead {
  background: #eee;
}

/* line 5, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 0px;
  border-top: 0px;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  font-size: 14px;
  line-height: 1em;
}

/* line 18, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
  background-image: none;
  position: relative;
  padding-right: 15px;
}

/* line 25, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  position: absolute;
  font-family: 'FontAwesome';
  color: #262B33;
  margin: 0px 7px;
  font-size: 1.25em;
}

/* line 34, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead .sorting_desc:after {
  content: '\f0dd';
  top: 0;
}

/* line 39, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead .sorting_asc:after {
  content: '\f0de';
}

/* line 43, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_scrollBody > table.dataTable thead .sorting_desc:after,
.dataTables_scrollBody > table.dataTable thead .sorting_asc:after {
  display: none;
}

/* line 48, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable.order-column tbody tr > .sorting_1 {
  background-color: inherit;
}

/* line 52, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
  font-size: 14px;
  margin: auto;
}

/* line 63, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  background: #e9ecef;
  color: #262B33 !important;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* line 73, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .bottom {
  padding: 0;
  display: flex;
  align-items: center;
}

/* line 79, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .bottom .page-counter {
  display: flex;
  margin: 6px 0;
}

/* line 84, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_info_custom {
  order: 2;
  padding-left: 20px;
}

/* line 89, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .dataTables_paginate {
  order: 3;
  margin-left: auto;
}

/* line 94, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .bottom .page-counter p {
  margin: 5px 0;
}

/* line 98, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_wrapper .bottom .page-counter > div {
  margin: auto 15px;
}

/* line 102, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_filter {
  padding-left: 10px;
}

/* line 106, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
input.search-field {
  width: 250px;
}

/* line 110, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.paginate_button {
  background-color: #fff;
}

/* line 114, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field:focus {
  outline: none;
}

/* line 118, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.colored_column {
  background-color: #19A4B0;
  color: white !important;
}

/* line 123, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.green_column {
  background-color: #1CD0AD;
  color: white !important;
}

/* line 128, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_filter,
.buybay-table_filter {
  height: 32px;
  display: flex;
  align-items: center;
}

/* line 135, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table_filter {
  font-size: 30px;
  display: flex;
  align-items: baseline;
  background: #EEEEEE;
}

/* line 142, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table_length {
  font-family: 'HelveticaNeue-Light-Condensed', 'HelveticaNeue';
  color: #31454D;
}

/* line 147, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table_paginate {
  font-family: 'HelveticaNeue-Light-Condensed', 'HelveticaNeue';
  color: #31454D;
}

/* line 152, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
[class="search-field"] {
  height: 100%;
}

/* line 156, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-search-box {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 165, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-search-box .buybay-table-dropdown-filter:hover {
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-search-box + .dataTables_processing {
  margin-top: 60px;
}

/* line 175, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table td {
  color: #31454D;
}

/* line 179, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: condensed;
}

/* line 185, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.bottom {
  margin-top: 15px;
}

/* line 189, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.entries-box {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 194, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field {
  font-family: "Helvetica Neue", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  background-color: #e9ecef;
  border: 0px;
}

/* line 200, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field::placeholder {
  color: #CCCCCC;
}

/* line 203, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field::-webkit-input-placeholder {
  color: #CCCCCC;
}

/* line 206, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field::-moz-placeholder {
  color: #CCCCCC;
}

/* line 209, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field:-ms-input-placeholder {
  color: #CCCCCC;
}

/* line 212, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.search-field:-moz-placeholder {
  color: #CCCCCC;
}

/* line 217, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-dropdown {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* line 224, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
}

/* line 232, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
#buybay-table_filter,
.dataTables_filter {
  background-color: #e9ecef;
}

/* line 236, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
#buybay-table_filter label,
.dataTables_filter label {
  margin-bottom: 0;
}

/* line 239, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
#buybay-table_filter label input,
.dataTables_filter label input {
  width: 100%;
}

/* line 243, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_filter {
  margin-right: 15px;
  padding-right: 40px;
}

/* line 247, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.dataTables_filter label {
  margin-bottom: 0;
}

/* line 250, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.top.buybay-search-box > div.buybay-table-dropdown > span:first-of-type {
  margin-right: 10px;
}

/* line 254, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.top.buybay-search-box > div.buybay-table-dropdown > span:last-of-type {
  flex: 3;
}

/* line 258, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
div.input-group input {
  border-radius: 0;
}

/* line 262, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-dropdown p {
  color: #262B33;
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 268, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.a-grade {
  background-color: #BDE6EA;
}

/* line 272, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.b-grade {
  background-color: #95CDD3;
}

/* line 276, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.c-grade {
  background-color: #0EA5B2;
}

/* line 280, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.c--grade {
  background-color: #17767E;
}

/* line 284, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-dropdown-grey {
  color: #262B33 !important;
  border: none !important;
  border-radius: 0px !important;
  background-color: #e9ecef !important;
}

/* line 291, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-pagination-grey-background {
  background-color: #e9ecef !important;
}

/* line 295, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-filter-box {
  width: 100%;
}

/* line 299, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.table {
  width: 100% !important;
}

/* line 303, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.selection > span > ul > li.select2-selection__choice {
  font-size: small;
}

/* line 307, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 0;
}

/* line 311, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
}

/* line 315, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
html.fontawesome-i2svg-active.fontawesome-i2svg-complete body.bg-main.xl span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below span.select2-results {
  font-size: 14px;
}

/* line 319, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
div.buybay-table-dropdown span.select2.select2-container.select2-container--default {
  line-height: 1.4;
}

/* line 323, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
.buybay-table-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**** Table styles ****/
/* line 330, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable.no-footer,
table.dataTable thead th,
table.inline-table-reference tbody td,
.table-wrap tbody td {
  border-bottom: 0;
}

/* line 337, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead th {
  padding: 10px 5px;
  vertical-align: middle;
}

/* line 342, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.inline-table-reference tbody tr td,
.table-wrap tbody td {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
}

/* line 348, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.inline-table-reference tbody tr td,
table.inline-table-reference thead tr th {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 354, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.inline-table-reference tbody tr:last-child td,
.table-wrap tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

/* line 359, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.table-wrap thead {
  background-color: transparent;
}

/* line 364, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable tbody tr {
  cursor: pointer;
}

/* line 368, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 5px;
}

/* line 373, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable tbody td.text-hightlight-t2 {
  font-size: 16px;
}

/* line 379, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead th {
  line-height: 1.2;
}

/* line 385, app/assets/stylesheets/buybayux/buybay-datatables.css.scss */
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::after {
  color: #19A4B0;
  top: 50%;
  transform: translateY(-100%);
  height: 10px;
  margin: 0px 5px;
}
/* line 1, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter {
  background-color: white;
  padding: 22px 21px 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 8, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .input-group > input, .form-filter .input-group > span {
  background: #eee;
}

/* line 12, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .form-group {
  margin-bottom: initial;
  display: flex;
}

/* line 17, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .form-group > div {
  margin: 2px 10px;
}

/* line 21, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .select2-container--default .selection .select2-selection--single {
  background-color: #eee;
  height: 35px;
}

/* line 26, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

/* line 30, app/assets/stylesheets/buybayux/form-filter.css.scss */
.form-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

/* line 34, app/assets/stylesheets/buybayux/form-filter.css.scss */
.select2-container--default .selection .select2-selection--single {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
}

/* line 41, app/assets/stylesheets/buybayux/form-filter.css.scss */
.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #000;
}

/* line 45, app/assets/stylesheets/buybayux/form-filter.css.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #262B33;
}
/* line 1, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar {
  background: #0EA5B2;
  min-height: 160px;
  padding: 54px 5% 0;
  font-size: 12px;
  color: #fff;
  position: relative;
  width: 100%;
}

/* line 11, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state {
  margin-bottom: auto;
  text-align: center;
}

/* line 16, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state > .rounded-circle {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  display: block;
  text-align: center;
  font-size: 21px;
  background-color: #31454D;
  color: #0EA5B2;
  padding: 6px;
  position: relative;
  z-index: 1;
}

/* line 30, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state {
  position: relative;
  flex: 1;
}

/* line 35, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state:first-child:after {
  display: none;
}

/* line 39, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state::after {
  border-top: 5px solid #31454D;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 50, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state::after {
  right: 50%;
}

/* line 55, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state:first-child > .rounded-circle::before,
.statusbar > .state:last-of-type > .rounded-circle::after {
  content: none;
}

/* line 60, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state-completed > .rounded-circle,
.statusbar > .state-active > .rounded-circle {
  background-color: #FFF;
}

/* line 65, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state-completed::after,
.statusbar > .state-active::after {
  border-color: #FFF;
}

/* line 70, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar > .state-failed > .rounded-circle {
  background-color: #FF4040;
  color: #FFF;
}

/* line 75, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar-tooltip > .tooltip-inner {
  background-color: #FF4040;
  line-height: 1em;
  font-size: 12px;
}

/* line 80, app/assets/stylesheets/buybayux/statusbar.css.scss */
.statusbar-tooltip .arrow::before {
  border-top-color: #FF4040;
}
/*!
 * bootstrap-fileinput v4.4.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */.btn-file input[type=file],.file-caption-icon,.file-no-browse,.file-preview .fileinput-remove,.file-zoom-dialog .btn-navigate,.file-zoom-dialog .floating-buttons,.krajee-default .file-thumb-progress{position:absolute}.file-loading input[type=file],input[type=file].file-loading{width:0;height:0}.file-no-browse{left:50%;bottom:20%;width:1px;height:1px;font-size:0;opacity:0;border:none;background:0 0;outline:0;box-shadow:none}.file-caption-icon,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn,.file-zoom-dialog .modal-header:after,.file-zoom-dialog .modal-header:before,.hide-content .kv-file-content,.kv-hidden{display:none}.btn-file,.file-caption,.file-input,.file-loading:before,.file-preview,.file-zoom-dialog .modal-dialog,.krajee-default .file-thumbnail-footer,.krajee-default.file-preview-frame{position:relative}.file-error-message pre,.file-error-message ul,.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.file-error-message pre,.file-error-message ul{margin:0}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{float:left;margin:5px 0 -5px;width:16px;height:16px}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:11px;font-size:9px;line-height:10px}.krajee-default .file-caption-info,.krajee-default .file-size-info{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;height:15px;margin:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-image,.file-zoom-content>.file-object.type-video{max-width:100%;max-height:100%;width:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{height:100%}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.rotate-2{transform:rotateY(180deg)}.rotate-3{transform:rotate(180deg)}.rotate-4{transform:rotate(180deg) rotateY(180deg)}.rotate-5{transform:rotate(270deg) rotateY(180deg)}.rotate-6{transform:rotate(90deg)}.rotate-7{transform:rotate(90deg) rotateY(180deg)}.rotate-8{transform:rotate(270deg)}.file-loading:before{content:" Loading...";display:inline-block;padding-left:20px;line-height:16px;font-size:13px;font-variant:small-caps;color:#999;background:url(/../img/loading.gif) top left no-repeat}.file-object{margin:0 0 -5px;padding:0}.btn-file{overflow:hidden}.btn-file input[type=file]{top:0;left:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.btn-file ::-ms-browse{font-size:10000px;width:100%;height:100%}.file-caption .file-caption-name{width:100%;margin:0;padding:0;box-shadow:none;border:none;background:0 0;outline:0}.file-caption.icon-visible .file-caption-icon{display:inline-block}.file-caption.icon-visible .file-caption-name{padding-left:15px}.file-caption-icon{left:8px}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:8px;width:100%;margin-bottom:5px}.file-preview .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.file-preview .fileinput-remove{top:1px;right:1px;line-height:10px}.file-preview .clickable{cursor:pointer}.file-preview-image{font:40px Impact,Charcoal,sans-serif;color:green}.krajee-default.file-preview-frame{margin:8px;border:1px solid #ddd;box-shadow:1px 1px 5px 0 #a2958a;padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame .kv-file-content{width:213px;height:160px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default.file-preview-frame:not(.file-preview-error):hover{box-shadow:3px 3px 5px 0 #333}.krajee-default .file-preview-text{display:block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd;padding:8px;overflow:auto}.krajee-default .file-other-icon{font-size:6em}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;text-align:center;padding-top:4px;font-size:11px;color:#777;margin-bottom:15px}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-thumb-progress{height:11px;top:37px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.kv-upload-progress .progress{height:20px;line-height:20px;margin:10px 0;overflow:hidden}.kv-upload-progress .progress-bar{height:20px;line-height:20px}.file-zoom-dialog .file-other-icon{font-size:22em;font-size:50vmin}.file-zoom-dialog .modal-dialog{width:auto}.file-zoom-dialog .modal-header{display:flex;align-items:center;justify-content:space-between}.file-zoom-dialog .btn-navigate{padding:0;margin:0;background:0 0;text-decoration:none;outline:0;opacity:.7;top:45%;font-size:4em;color:#1c94c4}.file-zoom-dialog .btn-navigate:not([disabled]):hover{outline:0;box-shadow:none;opacity:.6}.file-zoom-dialog .floating-buttons{top:5px;right:10px}.file-zoom-dialog .btn-navigate[disabled]{opacity:.3}.file-zoom-dialog .btn-prev{left:1px}.file-zoom-dialog .btn-next{right:1px}.file-zoom-dialog .kv-zoom-title{font-weight:300;color:#999;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-caption-main{width:100%}.file-thumb-loading{background:url(/../img/loading.gif) center center no-repeat content-box!important}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-drop-zone-title{color:#aaa;font-size:1.6em;padding:85px 10px;cursor:default}.file-highlighted{border:2px dashed #999!important;background-color:#eee}.file-uploading{background:url(/../img/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}@media (min-width:576px){.file-zoom-dialog .modal-dialog{max-width:500px}}@media (min-width:992px){.file-zoom-dialog .modal-lg{max-width:800px}}.file-zoom-fullscreen.modal{position:fixed;top:0;right:0;bottom:0;left:0}.file-zoom-fullscreen .modal-dialog{position:fixed;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none}.file-zoom-fullscreen .modal-body{overflow-y:auto}.floating-buttons{z-index:3000}.floating-buttons .btn-kv{margin-left:3px;z-index:3000}.file-zoom-content{height:480px;text-align:center}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content .is-portrait-gt4{margin-top:60px}.file-zoom-content>.file-object.type-image{height:auto;min-height:inherit}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}@media screen and (max-width:767px){.file-preview-thumbnails{display:flex;justify-content:center;align-items:center;flex-direction:column}.file-zoom-dialog .modal-header{flex-direction:column}}@media screen and (max-width:350px){.krajee-default.file-preview-frame .kv-file-content{width:160px}}.file-loading[dir=rtl]:before{background:url(/../img/loading.gif) top right no-repeat;padding-left:0;padding-right:20px}.file-sortable .file-drag-handle{cursor:move;opacity:1}.file-sortable .file-drag-handle:hover{opacity:.7}.clickable .file-drop-zone-title{cursor:pointer}.kv-zoom-actions .btn-kv{margin-left:3px}.file-preview-initial.sortable-chosen{background-color:#d9edf7}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* line 1, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal {
  position: relative;
  font-family: 'HelveticaNeue';
}

/* line 5, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .close {
  font-size: 44px;
  color: #EEEEEE;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
  margin: 15px;
}

/* line 14, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .modal-content {
  border-radius: 0;
  padding: 56px 115px 106px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .modal-header {
  justify-content: center;
  border: none;
  font-size: 76px;
  font-family: 'hnueu67mediumcondensed';
  display: block;
}

/* line 28, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 80%;
}

@media (max-width: 768px) {
  /* line 28, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
  .buybay-modal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/* line 41, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .modal-success {
  border-left: 15px solid #1CD0AD;
}

/* line 44, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.buybay-modal .modal-success .modal-header {
  color: #1CD0AD;
}

/* line 50, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.modal-backdrop {
  background-color: #262B33;
}

/* line 54, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
.half-modal.show {
  opacity: 0.9;
  margin: 0 -15px;
  position: absolute;
}

/* line 60, app/assets/stylesheets/buybayux/buybay-modal.css.scss */
#main > .p-2 {
  position: relative;
}
/*overwrite bootstrap style*/
/* line 2, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn {
  font-family: 'Helvetica-Bold' !important;
  cursor: pointer !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 9, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn.disabled {
  cursor: default !important;
}

/* line 14, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn-warning:hover {
  color: white !important;
}

/* line 18, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn-warning:active {
  color: white !important;
}

/* line 22, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn-warning {
  background-color: var(--orange) !important;
  color: white !important;
  border-color: var(--orange) !important;
  box-shadow: var(--orange) !important;
}

/* line 29, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn-sm {
  min-width: 125px !important;
  font-size: 14px !important;
  height: 32px !important;
}

/* line 35, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.badge-sm {
  min-width: 125px;
  height: 32px;
}

/* line 40, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.badge {
  font-size: 0.875rem;
  font-weight: unset;
  line-height: 1.5;
  padding: 0.3rem 0.4rem;
}

/* line 47, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.badge-warning {
  color: #D0C918;
  color: #fff;
}

/* line 52, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.btn, .badge {
  border-radius: unset;
}

/* line 56, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm {
  padding: .1rem .6rem;
  border-radius: 0;
  border: 2px solid #BDE6EA;
  width: auto;
  height: 30px;
}

/* line 63, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm::placeholder {
  color: #CCCCCC;
}

/* line 66, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm::-webkit-input-placeholder {
  /* Opera/Safari */
  color: #CCCCCC;
}

/* line 69, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}

/* line 72, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}

/* line 75, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-sm:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}

/* line 80, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

/* line 87, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.input-group-prepend {
  max-width: 100%;
}

/* line 91, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline {
  margin-bottom: 0;
}

/* line 94, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline span {
  cursor: pointer;
  color: #CCCCCC;
  font-size: 11px;
  display: flex;
  align-items: center;
}

/* line 101, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline span:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CCCCCC;
  margin-right: 5px;
}

/* line 111, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline input {
  visibility: hidden;
  position: absolute;
}

/* line 115, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline input:checked + span {
  color: #0EA5B2;
}

/* line 118, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
.radio-inline input:checked + span:before {
  background-color: #0EA5B2;
}

/* line 125, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h1, .h1 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: var(--cyan);
}

/* line 130, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h2, .h2 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: var(--dark_grey);
  font-weight: bold;
}

/* line 136, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h3, .h3 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: var(--black);
  font-size: 21px;
}

/* line 142, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h3.cyan-h3,
.h3.cyan-h3 {
  color: var(--cyan);
}

/* line 147, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h4, .h4 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: var(--cyan);
}

/* line 152, app/assets/stylesheets/buybayux/bootstrap_overwrites.css.scss */
h5, .h5 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: var(--cyan);
}

/*end*/
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

button.dt-button,
div.dt-button,
a.dt-button {
  display: inline-block;
  border: none;
  color: white;
  background-color: var(--cyan);
  padding: 5px;
  font-size: 13px;
  margin-left:10px;
  height: 32px;
  width: 104px;
  vertical-align: top;
  text-align: center;
  border-radius: 2px;
}

button.dt-button,
div.dt-button,
a.dt-button > span {
  font-size: 14px;
}

button > svg {
  margin-right: 5px;
}


button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {

}


button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {

}

button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {

}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {

}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {

}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {

}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {

}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
/* line 2, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .selection .select2-selection--single {
  border: 2px solid #BDE6EA;
}

/* line 6, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #BDE6EA;
  border-radius: 0;
}

/* line 13, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--single {
  height: 30px;
}

/* line 17, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  min-height: 31px;
  display: flex;
}

/* line 24, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

/* line 27, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered li {
  max-width: 100%;
}

/* line 32, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #BDE6EA transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  margin-left: -8px;
  margin-top: -3px;
}

/* line 40, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-container--focus .select2-selection--multiple {
  line-height: 30px;
  min-height: 30px;
}

/* line 45, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-container--focus .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 51, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-container--focus .select2-selection--multiple .select2-selection__rendered {
  line-height: 23px;
}

/* line 55, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-container--focus .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
  background-color: #BDE6EA;
  border: none;
  border: 0;
}

/* line 62, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-container--focus .select2-selection--multiple .select2-selection__clear {
  margin-top: 3px;
  height: 100%;
  color: #dee2e6;
}

/* line 70, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 185px;
}

/* line 74, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #BDE6EA transparent;
  border-width: 0 6px 8px 6px;
}

/* line 79, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #31454D;
}

/* line 84, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #CCCCCC;
}

/* line 87, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  /* Opera/Safari */
  color: #CCCCCC;
}

/* line 90, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}

/* line 93, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}

/* line 96, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}

/* line 101, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.select2-dropdown {
  z-index: 1071;
}

/* line 105, app/assets/stylesheets/buybayux/select2-customization.css.scss */
.detail-view-details .select-3-items .select2 {
  max-width: 97px;
  min-width: 97px;
}
/* line 43, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch {
  font-size: 1rem;
  position: relative;
}

/* line 47, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

/* line 58, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

/* line 72, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

/* line 83, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}

/* line 90, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

/* line 100, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input:checked + label::before {
  background-color: #08d;
}

/* line 104, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

/* line 108, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

/* line 113, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

/* line 118, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch input:disabled + label::before {
  background-color: #e9ecef;
}

/* line 124, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-sm {
  font-size: 0.875rem;
}

/* line 128, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

/* line 135, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}

/* line 139, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

/* line 144, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}

/* line 151, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-lg {
  font-size: 1.25rem;
}

/* line 155, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

/* line 162, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}

/* line 166, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}

/* line 171, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}

/* line 177, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.switch + .switch {
  margin-left: 1rem;
}

/* line 186, app/assets/stylesheets/buybayux/bootstrap-switches.css.scss */
.dropdown-menu {
  margin-top: .75rem;
}
/* line 1, app/assets/stylesheets/buybayux/popover-customization.scss */
.popover {
  border-radius: 0;
  border: 2px solid #BDE6EA;
}

/* line 5, app/assets/stylesheets/buybayux/popover-customization.scss */
.popover .arrow::before {
  border-bottom-color: #a3d3d8;
}

/* line 10, app/assets/stylesheets/buybayux/popover-customization.scss */
.popover-body {
  padding-left: 0;
  padding-right: 0;
}

/* line 15, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: .2rem .7rem;
}

/* line 21, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis:first-child {
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis:last-child {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis span {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #0EA5B2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

/* line 39, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis span svg {
  font-size: 10px;
  color: #fff;
}

/* line 45, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis.unselect span {
  background-color: #BDE6EA;
}

/* line 48, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis.unselect span svg {
  opacity: 0;
}

/* line 53, app/assets/stylesheets/buybayux/popover-customization.scss */
.buybay-table-toggle-vis:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1, app/assets/stylesheets/buybayux/datepicker-customization.css.scss */
.picker__input[readonly],
.picker__input:hover {
  background: #fff;
  cursor: text;
}
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
/* ...



























*/
@font-face {
  font-family: 'hnueu67mediumcondensed';
  src: url(/assets/buybayux/HelveticaNeueLTStd-MdCn-3a430d45ade5ef7ca90db2442472e83ee861f1eb8863ad45515fac07b0706950.otf) format("opentype");
}

@font-face {
  font-family: 'hnueulightcondensed';
  src: url(/assets/buybayux/Helvetica-Condensed-Light-50d0fd4e67a72ad0d5a95840e09c84e67b290594e25d4e00857677faadb519d3.otf) format("opentype");
}

@font-face {
  font-family: 'hnueuboldcondensed';
  src: url(/assets/buybayux/HelveticaNeueLTStd-BdCn-166e4ecfa6d5e0827c1f8f2a5ff134daea19a2d19023829847683d5aae58ecf6.otf) format("opentype");
}

/* line 46, app/assets/stylesheets/buybayux/buybayux.css.scss */
html, body {
  height: 100%;
  font-family: "Helvetica Neue", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 51, app/assets/stylesheets/buybayux/buybayux.css.scss */
#minimizediv {
  position: fixed;
  bottom: 0px;
  color: white;
  height: 14px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Helvetica';
}

/* line 61, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bg-lefttop {
  background-color: #203E46;
  min-height: 60px !important;
}

/* line 66, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bg-righttop {
  background-color: white;
  min-height: 60px !important;
}

/* line 71, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bg-sidebar {
  background-color: #262B33;
}

/* line 75, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bg-leftbottom {
  background-color: #31454D;
}

/* line 79, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bg-main {
  background-color: #EEEEEE;
}

/* line 83, app/assets/stylesheets/buybayux/buybayux.css.scss */
.bbcyan {
  color: #0EA5B2;
}

/* line 87, app/assets/stylesheets/buybayux/buybayux.css.scss */
.submenubg {
  background-color: #32454c;
}

/* line 90, app/assets/stylesheets/buybayux/buybayux.css.scss */
.selectedmainmenubg {
  background-color: #70C8CF;
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/buybayux/buybayux.css.scss */
.hneue {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/buybayux/buybayux.css.scss */
#myNavToggleButtonFull, #myNavToggleButtonShort {
  color: white;
}

/* line 105, app/assets/stylesheets/buybayux/buybayux.css.scss */
#myNavToggleButtonFull svg, #myNavToggleButtonShort svg {
  color: #70C8CF;
}

/* line 110, app/assets/stylesheets/buybayux/buybayux.css.scss */
.menusub {
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Helvetica';
}

/* line 116, app/assets/stylesheets/buybayux/buybayux.css.scss */
.smallermenu {
  color: #EEEEEE;
  font-size: 11px;
  font-family: 'Helvetica';
}

/* line 123, app/assets/stylesheets/buybayux/buybayux.css.scss */
.white {
  color: #FFFFFF;
}

/* line 127, app/assets/stylesheets/buybayux/buybayux.css.scss */
.redborder {
  border: 1px solid red;
}

/* line 131, app/assets/stylesheets/buybayux/buybayux.css.scss */
.list-group.special {
  display: flex;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* line 138, app/assets/stylesheets/buybayux/buybayux.css.scss */
.list-group-item {
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 145, app/assets/stylesheets/buybayux/buybayux.css.scss */
.special .btn {
  flex: 1;
}

@media (max-width: 960px) {
  /* line 151, app/assets/stylesheets/buybayux/buybayux.css.scss */
  .hidesmall {
    display: none;
  }
  /* line 154, app/assets/stylesheets/buybayux/buybayux.css.scss */
  .submenubg {
    background-color: #32454c;
  }
}

@media (min-width: 960px) {
  /* line 161, app/assets/stylesheets/buybayux/buybayux.css.scss */
  [data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0de";
    transform: rotate(0deg);
    transition: all linear 0.35s;
    float: right;
    color: #B7E4E8;
  }
  /* line 175, app/assets/stylesheets/buybayux/buybayux.css.scss */
  .collapsed[data-toggle="collapse"]:after {
    transform: rotate(-180deg);
    color: #0EA5B2;
  }
}

/* line 181, app/assets/stylesheets/buybayux/buybayux.css.scss */
.col-centered {
  float: none;
  margin: 0 auto;
  text-align: middle;
  width: 100%;
}

/* line 188, app/assets/stylesheets/buybayux/buybayux.css.scss */
.buybaybg {
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #272B33 0%, #272B33 84%, #22434C 84.2%, #22434C 85.7%, #272B33 85.7%, #272B33 87.2%, #1F6871 87.2%, #1F6871 90.15%, #272B33 90.15%, #272B33 91.62%, #20A5B1 91.62%, #20A5B1 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #272B33 0%, #272B33 84%, #22434C 84.2%, #22434C 85.7%, #272B33 85.7%, #272B33 87.2%, #1F6871 87.2%, #1F6871 90.15%, #272B33 90.15%, #272B33 91.62%, #20A5B1 91.62%, #20A5B1 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #272B33 0%, #272B33 84%, #22434C 84.2%, #22434C 85.7%, #272B33 85.7%, #272B33 87.2%, #1F6871 87.2%, #1F6871 90.15%, #272B33 90.15%, #272B33 91.62%, #20A5B1 91.62%, #20A5B1 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #272B33), color-stop(84, #272B33), color-stop(84.2, #22434C), color-stop(85.7, #22434C), color-stop(85.7, #272B33), color-stop(87.2, #272B33), color-stop(87.2, #1F6871), color-stop(90.15, #1F6871), color-stop(90.15, #272B33), color-stop(91.62, #272B33), color-stop(91.62, #20A5B1), color-stop(100, #20A5B1));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #272B33 0%, #272B33 84%, #22434C 84.2%, #22434C 85.7%, #272B33 85.7%, #272B33 87.2%, #1F6871 87.2%, #1F6871 90.15%, #272B33 90.15%, #272B33 91.62%, #20A5B1 91.62%, #20A5B1 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #272B33 0%, #272B33 84%, #22434C 84.2%, #22434C 85.7%, #272B33 85.7%, #272B33 87.2%, #1F6871 87.2%, #1F6871 90.15%, #272B33 90.15%, #272B33 91.62%, #20A5B1 91.62%, #20A5B1 100%);
}

/* input field placeholder colors */
/* line 209, app/assets/stylesheets/buybayux/buybayux.css.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262B33;
  opacity: 1;
  /* Firefox */
}

/* line 214, app/assets/stylesheets/buybayux/buybayux.css.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #262B33;
}

/* line 218, app/assets/stylesheets/buybayux/buybayux.css.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #262B33;
}
/* line 1, app/assets/stylesheets/detail-views.css.scss */
.detail-view-image {
  max-width: 166px;
  flex-basis: 100%;
  margin-right: 1em;
}

/* line 6, app/assets/stylesheets/detail-views.css.scss */
.detail-view-image img {
  max-width: 100%;
}

/* line 10, app/assets/stylesheets/detail-views.css.scss */
.detail-view-image a:hover {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/detail-views.css.scss */
.detail-view-details {
  margin-top: 20px;
}

/* line 19, app/assets/stylesheets/detail-views.css.scss */
.detail-view-details .clear-border td {
  border: none;
}

/* line 26, app/assets/stylesheets/detail-views.css.scss */
.detail-view-details .input-sm,
.detail-view-details .select2-container {
  max-width: 300px;
  width: 100%;
}

/* line 35, app/assets/stylesheets/detail-views.css.scss */
.detail-view-details .input-sm,
.detail-view-details .select2-container, .detail-view-details w-100 {
  max-width: unset !important;
  width: 100%;
}

/* line 42, app/assets/stylesheets/detail-views.css.scss */
.select2-container--default .select2-selection--single {
  height: 38px;
}

/* line 46, app/assets/stylesheets/detail-views.css.scss */
.select2-container--default .selection .select2-selection--single {
  border-radius: 0.25rem;
  border-width: 1px;
}

/* line 52, app/assets/stylesheets/detail-views.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

/* line 56, app/assets/stylesheets/detail-views.css.scss */
.detail-view-id {
  font-size: 32px;
  font-family: 'HelveticaNeue-Light';
  margin-left: 16px;
}
@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url(/glyphicons-filetypes-regular.eot);
  src: url(/glyphicons-filetypes-regular.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-filetypes-regular-f4123aaceb2bfdd36b2e2238b26135db44a2f7a9b4fc638cd3346e55d6024fe4.woff2) format("woff2"), url(/assets/glyphicons-filetypes-regular-a21f94a98e1666715ae837d4649680d04d4a74e08bba8ac83235aad33d5ec618.woff) format("woff"), url(/assets/glyphicons-filetypes-regular-cb2b39f0efd304514f05cba0527564aaffd24874321eb929a4142bdd35aae53c.ttf) format("truetype"), url(/assets/glyphicons-filetypes-regular-733c7df5e1c439783f1962d9c3c05df4890e5977ffc27d49cee031cbec2234a8.svg#glyphicons_filetypesregular) format("svg");
}

/* line 6, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.x05 {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.x2 {
  font-size: 48px;
}

/* line 23, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.x3 {
  font-size: 72px;
}

/* line 26, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.x4 {
  font-size: 96px;
}

/* line 29, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.x5 {
  font-size: 120px;
}

/* line 32, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.light:before {
  color: #f2f2f2;
}

/* line 35, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 38, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 45, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 52, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 58, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 64, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 70, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-txt:before {
  content: "\E001";
}

/* line 72, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-doc:before {
  content: "\E002";
}

/* line 74, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-rtf:before {
  content: "\E003";
}

/* line 76, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-log:before {
  content: "\E004";
}

/* line 78, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tex:before {
  content: "\E005";
}

/* line 80, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-msg:before {
  content: "\E006";
}

/* line 82, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-text:before {
  content: "\E007";
}

/* line 84, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-wpd:before {
  content: "\E008";
}

/* line 86, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-wps:before {
  content: "\E009";
}

/* line 88, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-docx:before {
  content: "\E010";
}

/* line 90, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-page:before {
  content: "\E011";
}

/* line 92, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-csv:before {
  content: "\E012";
}

/* line 94, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-dat:before {
  content: "\E013";
}

/* line 96, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tar:before {
  content: "\E014";
}

/* line 98, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xml:before {
  content: "\E015";
}

/* line 100, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-vcf:before {
  content: "\E016";
}

/* line 102, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pps:before {
  content: "\E017";
}

/* line 104, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-key:before {
  content: "\E018";
}

/* line 106, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ppt:before {
  content: "\E019";
}

/* line 108, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pptx:before {
  content: "\E020";
}

/* line 110, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-sdf:before {
  content: "\E021";
}

/* line 112, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-gbr:before {
  content: "\E022";
}

/* line 114, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ged:before {
  content: "\E023";
}

/* line 116, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mp3:before {
  content: "\E024";
}

/* line 118, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-m4a:before {
  content: "\E025";
}

/* line 120, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-waw:before {
  content: "\E026";
}

/* line 122, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-wma:before {
  content: "\E027";
}

/* line 124, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mpa:before {
  content: "\E028";
}

/* line 126, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-iff:before {
  content: "\E029";
}

/* line 128, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-aif:before {
  content: "\E030";
}

/* line 130, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ra:before {
  content: "\E031";
}

/* line 132, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mid:before {
  content: "\E032";
}

/* line 134, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-m3v:before {
  content: "\E033";
}

/* line 136, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-e-3gp:before {
  content: "\E034";
}

/* line 138, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-swf:before {
  content: "\E035";
}

/* line 140, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-avi:before {
  content: "\E036";
}

/* line 142, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-asx:before {
  content: "\E037";
}

/* line 144, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mp4:before {
  content: "\E038";
}

/* line 146, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-e-3g2:before {
  content: "\E039";
}

/* line 148, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mpg:before {
  content: "\E040";
}

/* line 150, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-asf:before {
  content: "\E041";
}

/* line 152, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-vob:before {
  content: "\E042";
}

/* line 154, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-wmv:before {
  content: "\E043";
}

/* line 156, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mov:before {
  content: "\E044";
}

/* line 158, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-srt:before {
  content: "\E045";
}

/* line 160, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-m4v:before {
  content: "\E046";
}

/* line 162, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-flv:before {
  content: "\E047";
}

/* line 164, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-rm:before {
  content: "\E048";
}

/* line 166, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-png:before {
  content: "\E049";
}

/* line 168, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-psd:before {
  content: "\E050";
}

/* line 170, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-psp:before {
  content: "\E051";
}

/* line 172, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-jpg:before {
  content: "\E052";
}

/* line 174, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tif:before {
  content: "\E053";
}

/* line 176, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tiff:before {
  content: "\E054";
}

/* line 178, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-gif:before {
  content: "\E055";
}

/* line 180, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-bmp:before {
  content: "\E056";
}

/* line 182, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tga:before {
  content: "\E057";
}

/* line 184, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-thm:before {
  content: "\E058";
}

/* line 186, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-yuv:before {
  content: "\E059";
}

/* line 188, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-dds:before {
  content: "\E060";
}

/* line 190, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ai:before {
  content: "\E061";
}

/* line 192, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-eps:before {
  content: "\E062";
}

/* line 194, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ps:before {
  content: "\E063";
}

/* line 196, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-svg:before {
  content: "\E064";
}

/* line 198, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pdf:before {
  content: "\E065";
}

/* line 200, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pct:before {
  content: "\E066";
}

/* line 202, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-indd:before {
  content: "\E067";
}

/* line 204, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xlr:before {
  content: "\E068";
}

/* line 206, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xls:before {
  content: "\E069";
}

/* line 208, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xlsx:before {
  content: "\E070";
}

/* line 210, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-db:before {
  content: "\E071";
}

/* line 212, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-dbf:before {
  content: "\E072";
}

/* line 214, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-mdb:before {
  content: "\E073";
}

/* line 216, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pdb:before {
  content: "\E074";
}

/* line 218, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-sql:before {
  content: "\E075";
}

/* line 220, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-aacd:before {
  content: "\E076";
}

/* line 222, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-app:before {
  content: "\E077";
}

/* line 224, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-exe:before {
  content: "\E078";
}

/* line 226, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-com:before {
  content: "\E079";
}

/* line 228, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-bat:before {
  content: "\E080";
}

/* line 230, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-apk:before {
  content: "\E081";
}

/* line 232, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-jar:before {
  content: "\E082";
}

/* line 234, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-hsf:before {
  content: "\E083";
}

/* line 236, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pif:before {
  content: "\E084";
}

/* line 238, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-vb:before {
  content: "\E085";
}

/* line 240, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cgi:before {
  content: "\E086";
}

/* line 242, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-css:before {
  content: "\E087";
}

/* line 244, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-js:before {
  content: "\E088";
}

/* line 246, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-php:before {
  content: "\E089";
}

/* line 248, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xhtml:before {
  content: "\E090";
}

/* line 250, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-htm:before {
  content: "\E091";
}

/* line 252, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-html:before {
  content: "\E092";
}

/* line 254, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-asp:before {
  content: "\E093";
}

/* line 256, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cer:before {
  content: "\E094";
}

/* line 258, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-jsp:before {
  content: "\E095";
}

/* line 260, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cfm:before {
  content: "\E096";
}

/* line 262, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-aspx:before {
  content: "\E097";
}

/* line 264, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-rss:before {
  content: "\E098";
}

/* line 266, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-csr:before {
  content: "\E099";
}

/* line 268, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-less:before {
  content: "\E100";
}

/* line 270, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-otf:before {
  content: "\E101";
}

/* line 272, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ttf:before {
  content: "\E102";
}

/* line 274, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-font:before {
  content: "\E103";
}

/* line 276, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-fnt:before {
  content: "\E104";
}

/* line 278, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-eot:before {
  content: "\E105";
}

/* line 280, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-woff:before {
  content: "\E106";
}

/* line 282, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-zip:before {
  content: "\E107";
}

/* line 284, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-zipx:before {
  content: "\E108";
}

/* line 286, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-rar:before {
  content: "\E109";
}

/* line 288, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-targ:before {
  content: "\E110";
}

/* line 290, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-sitx:before {
  content: "\E111";
}

/* line 292, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-deb:before {
  content: "\E112";
}

/* line 294, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-e-7z:before {
  content: "\E113";
}

/* line 296, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-pkg:before {
  content: "\E114";
}

/* line 298, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-rpm:before {
  content: "\E115";
}

/* line 300, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cbr:before {
  content: "\E116";
}

/* line 302, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-gz:before {
  content: "\E117";
}

/* line 304, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-dmg:before {
  content: "\E118";
}

/* line 306, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cue:before {
  content: "\E119";
}

/* line 308, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-bin:before {
  content: "\E120";
}

/* line 310, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-iso:before {
  content: "\E121";
}

/* line 312, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-hdf:before {
  content: "\E122";
}

/* line 314, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-vcd:before {
  content: "\E123";
}

/* line 316, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-bak:before {
  content: "\E124";
}

/* line 318, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-tmp:before {
  content: "\E125";
}

/* line 320, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ics:before {
  content: "\E126";
}

/* line 322, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-msi:before {
  content: "\E127";
}

/* line 324, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-cfg:before {
  content: "\E128";
}

/* line 326, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ini:before {
  content: "\E129";
}

/* line 328, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-prf:before {
  content: "\E130";
}

/* line 330, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-json:before {
  content: "\E131";
}

/* line 332, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-site:before {
  content: "\E132";
}

/* line 334, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-xap:before {
  content: "\E133";
}

/* line 336, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-api:before {
  content: "\E134";
}

/* line 338, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ico:before {
  content: "\E135";
}

/* line 340, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-webp:before {
  content: "\E136";
}

/* line 342, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-bpg:before {
  content: "\E137";
}

/* line 344, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-flac:before {
  content: "\E138";
}

/* line 346, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-ogg:before {
  content: "\E139";
}

/* line 348, app/assets/stylesheets/glyphicons-filetypes.scss */
.filetypes-unknown:before {
  content: "\E140";
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/glyphicons-halflings-pro-regular.eot);
  src: url(/glyphicons-halflings-pro-regular.eot?#iefix) format("embedded-opentype"), url(/glyphicons-halflings-pro-regular.woff2) format("woff2"), url(/glyphicons-halflings-pro-regular.woff) format("woff"), url(/glyphicons-halflings-pro-regular.ttf) format("truetype"), url(/glyphicons-halflings-pro-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 6, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x05 {
  font-size: 6px;
}

/* line 20, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x2 {
  font-size: 24px;
}

/* line 23, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x3 {
  font-size: 36px;
}

/* line 26, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x4 {
  font-size: 48px;
}

/* line 29, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x5 {
  font-size: 60px;
}

/* line 32, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x6 {
  font-size: 72px;
}

/* line 35, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x7 {
  font-size: 84px;
}

/* line 38, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.x8 {
  font-size: 96px;
}

/* line 41, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.light:before {
  color: #f2f2f2;
}

/* line 44, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 47, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 54, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 61, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 67, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 73, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 79, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-glass:before {
  content: "\E001";
}

/* line 81, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-music:before {
  content: "\E002";
}

/* line 83, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-search:before {
  content: "\E003";
}

/* line 85, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-envelope:before {
  content: "\E004";
}

/* line 87, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-heart:before {
  content: "\E005";
}

/* line 89, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-star:before {
  content: "\E006";
}

/* line 91, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-star-empty:before {
  content: "\E007";
}

/* line 93, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-user:before {
  content: "\E008";
}

/* line 95, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-film:before {
  content: "\E009";
}

/* line 97, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-th-large:before {
  content: "\E010";
}

/* line 99, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-th:before {
  content: "\E011";
}

/* line 101, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-th-list:before {
  content: "\E012";
}

/* line 103, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ok:before {
  content: "\E013";
}

/* line 105, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-remove:before {
  content: "\E014";
}

/* line 107, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-zoom-in:before {
  content: "\E015";
}

/* line 109, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-zoom-out:before {
  content: "\E016";
}

/* line 111, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-off:before {
  content: "\E017";
}

/* line 113, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-signal:before {
  content: "\E018";
}

/* line 115, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cog:before {
  content: "\E019";
}

/* line 117, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-trash:before {
  content: "\E020";
}

/* line 119, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-home:before {
  content: "\E021";
}

/* line 121, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-file:before {
  content: "\E022";
}

/* line 123, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-time:before {
  content: "\E023";
}

/* line 125, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-road:before {
  content: "\E024";
}

/* line 127, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-download-alt:before {
  content: "\E025";
}

/* line 129, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-download:before {
  content: "\E026";
}

/* line 131, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-upload:before {
  content: "\E027";
}

/* line 133, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-inbox:before {
  content: "\E028";
}

/* line 135, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-play-circle:before {
  content: "\E029";
}

/* line 137, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-repeat:before {
  content: "\E030";
}

/* line 139, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-refresh:before {
  content: "\E031";
}

/* line 141, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-list-alt:before {
  content: "\E032";
}

/* line 143, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-lock:before {
  content: "\E033";
}

/* line 145, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-flag:before {
  content: "\E034";
}

/* line 147, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-headphones:before {
  content: "\E035";
}

/* line 149, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-volume-off:before {
  content: "\E036";
}

/* line 151, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-volume-down:before {
  content: "\E037";
}

/* line 153, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-volume-up:before {
  content: "\E038";
}

/* line 155, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-qrcode:before {
  content: "\E039";
}

/* line 157, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-barcode:before {
  content: "\E040";
}

/* line 159, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tag:before {
  content: "\E041";
}

/* line 161, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tags:before {
  content: "\E042";
}

/* line 163, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-book:before {
  content: "\E043";
}

/* line 165, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bookmark:before {
  content: "\E044";
}

/* line 167, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-print:before {
  content: "\E045";
}

/* line 169, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-camera:before {
  content: "\E046";
}

/* line 171, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-font:before {
  content: "\E047";
}

/* line 173, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bold:before {
  content: "\E048";
}

/* line 175, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-italic:before {
  content: "\E049";
}

/* line 177, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-text-height:before {
  content: "\E050";
}

/* line 179, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-text-width:before {
  content: "\E051";
}

/* line 181, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-align-left:before {
  content: "\E052";
}

/* line 183, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-align-center:before {
  content: "\E053";
}

/* line 185, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-align-right:before {
  content: "\E054";
}

/* line 187, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-align-justify:before {
  content: "\E055";
}

/* line 189, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-list:before {
  content: "\E056";
}

/* line 191, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-indent-left:before {
  content: "\E057";
}

/* line 193, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-indent-right:before {
  content: "\E058";
}

/* line 195, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-facetime-video:before {
  content: "\E059";
}

/* line 197, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-picture:before {
  content: "\E060";
}

/* line 199, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-pencil:before {
  content: "\E061";
}

/* line 201, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-map-marker:before {
  content: "\E062";
}

/* line 203, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-adjust:before {
  content: "\E063";
}

/* line 205, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tint:before {
  content: "\E064";
}

/* line 207, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-edit:before {
  content: "\E065";
}

/* line 209, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-share:before {
  content: "\E066";
}

/* line 211, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-check:before {
  content: "\E067";
}

/* line 213, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-move:before {
  content: "\E068";
}

/* line 215, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-step-backward:before {
  content: "\E069";
}

/* line 217, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-fast-backward:before {
  content: "\E070";
}

/* line 219, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-backward:before {
  content: "\E071";
}

/* line 221, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-play:before {
  content: "\E072";
}

/* line 223, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-pause:before {
  content: "\E073";
}

/* line 225, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-stop:before {
  content: "\E074";
}

/* line 227, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-forward:before {
  content: "\E075";
}

/* line 229, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-fast-forward:before {
  content: "\E076";
}

/* line 231, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-step-forward:before {
  content: "\E077";
}

/* line 233, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-eject:before {
  content: "\E078";
}

/* line 235, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-chevron-left:before {
  content: "\E079";
}

/* line 237, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-chevron-right:before {
  content: "\E080";
}

/* line 239, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-plus-sign:before {
  content: "\E081";
}

/* line 241, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-minus-sign:before {
  content: "\E082";
}

/* line 243, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-remove-sign:before {
  content: "\E083";
}

/* line 245, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ok-sign:before {
  content: "\E084";
}

/* line 247, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-question-sign:before {
  content: "\E085";
}

/* line 249, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-info-sign:before {
  content: "\E086";
}

/* line 251, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-screenshot:before {
  content: "\E087";
}

/* line 253, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-remove-circle:before {
  content: "\E088";
}

/* line 255, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ok-circle:before {
  content: "\E089";
}

/* line 257, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ban-circle:before {
  content: "\E090";
}

/* line 259, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-arrow-left:before {
  content: "\E091";
}

/* line 261, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-arrow-right:before {
  content: "\E092";
}

/* line 263, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-arrow-up:before {
  content: "\E093";
}

/* line 265, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-arrow-down:before {
  content: "\E094";
}

/* line 267, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-share-alt:before {
  content: "\E095";
}

/* line 269, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-resize-full:before {
  content: "\E096";
}

/* line 271, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-resize-small:before {
  content: "\E097";
}

/* line 273, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-plus:before {
  content: "\E098";
}

/* line 275, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-minus:before {
  content: "\E099";
}

/* line 277, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-asterisk:before {
  content: "\E100";
}

/* line 279, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-exclamation-sign:before {
  content: "\E101";
}

/* line 281, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-gift:before {
  content: "\E102";
}

/* line 283, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-leaf:before {
  content: "\E103";
}

/* line 285, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-fire:before {
  content: "\E104";
}

/* line 287, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-eye-open:before {
  content: "\E105";
}

/* line 289, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-eye-close:before {
  content: "\E106";
}

/* line 291, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-warning-sign:before {
  content: "\E107";
}

/* line 293, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-plane:before {
  content: "\E108";
}

/* line 295, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-calendar:before {
  content: "\E109";
}

/* line 297, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-random:before {
  content: "\E110";
}

/* line 299, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-comments:before {
  content: "\E111";
}

/* line 301, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-magnet:before {
  content: "\E112";
}

/* line 303, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-chevron-up:before {
  content: "\E113";
}

/* line 305, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-chevron-down:before {
  content: "\E114";
}

/* line 307, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-retweet:before {
  content: "\E115";
}

/* line 309, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-shopping-cart:before {
  content: "\E116";
}

/* line 311, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-folder-close:before {
  content: "\E117";
}

/* line 313, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-folder-open:before {
  content: "\E118";
}

/* line 315, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-resize-vertical:before {
  content: "\E119";
}

/* line 317, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-resize-horizontal:before {
  content: "\E120";
}

/* line 319, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hdd:before {
  content: "\E121";
}

/* line 321, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bullhorn:before {
  content: "\E122";
}

/* line 323, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bell:before {
  content: "\E123";
}

/* line 325, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-certificate:before {
  content: "\E124";
}

/* line 327, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-thumbs-up:before {
  content: "\E125";
}

/* line 329, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-thumbs-down:before {
  content: "\E126";
}

/* line 331, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hand-right:before {
  content: "\E127";
}

/* line 333, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hand-left:before {
  content: "\E128";
}

/* line 335, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hand-top:before {
  content: "\E129";
}

/* line 337, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hand-down:before {
  content: "\E130";
}

/* line 339, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-circle-arrow-right:before {
  content: "\E131";
}

/* line 341, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-circle-arrow-left:before {
  content: "\E132";
}

/* line 343, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-circle-arrow-top:before {
  content: "\E133";
}

/* line 345, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-circle-arrow-down:before {
  content: "\E134";
}

/* line 347, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-globe:before {
  content: "\E135";
}

/* line 349, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-wrench:before {
  content: "\E136";
}

/* line 351, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tasks:before {
  content: "\E137";
}

/* line 353, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-filter:before {
  content: "\E138";
}

/* line 355, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-briefcase:before {
  content: "\E139";
}

/* line 357, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-fullscreen:before {
  content: "\E140";
}

/* line 359, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-dashboard:before {
  content: "\E141";
}

/* line 361, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-paperclip:before {
  content: "\E142";
}

/* line 363, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-heart-empty:before {
  content: "\E143";
}

/* line 365, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-link:before {
  content: "\E144";
}

/* line 367, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-phone:before {
  content: "\E145";
}

/* line 369, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-pushpin:before {
  content: "\E146";
}

/* line 371, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-euro:before {
  content: "\E147";
}

/* line 373, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-usd:before {
  content: "\E148";
}

/* line 375, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-gbp:before {
  content: "\E149";
}

/* line 377, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort:before {
  content: "\E150";
}

/* line 379, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-alphabet:before {
  content: "\E151";
}

/* line 381, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-alphabet-alt:before {
  content: "\E152";
}

/* line 383, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-order:before {
  content: "\E153";
}

/* line 385, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-order-alt:before {
  content: "\E154";
}

/* line 387, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-attributes:before {
  content: "\E155";
}

/* line 389, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sort-by-attributes-alt:before {
  content: "\E156";
}

/* line 391, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-unchecked:before {
  content: "\E157";
}

/* line 393, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-expand:before {
  content: "\E158";
}

/* line 395, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-collapse:before {
  content: "\E159";
}

/* line 397, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-collapse-top:before {
  content: "\E160";
}

/* line 399, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-log-in:before {
  content: "\E161";
}

/* line 401, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-flash:before {
  content: "\E162";
}

/* line 403, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-log-out:before {
  content: "\E163";
}

/* line 405, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-new-window:before {
  content: "\E164";
}

/* line 407, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-record:before {
  content: "\E165";
}

/* line 409, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-save:before {
  content: "\E166";
}

/* line 411, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-open:before {
  content: "\E167";
}

/* line 413, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-saved:before {
  content: "\E168";
}

/* line 415, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-import:before {
  content: "\E169";
}

/* line 417, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-export:before {
  content: "\E170";
}

/* line 419, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-send:before {
  content: "\E171";
}

/* line 421, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-floppy-disk:before {
  content: "\E172";
}

/* line 423, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-floppy-saved:before {
  content: "\E173";
}

/* line 425, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-floppy-remove:before {
  content: "\E174";
}

/* line 427, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-floppy-save:before {
  content: "\E175";
}

/* line 429, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-floppy-open:before {
  content: "\E176";
}

/* line 431, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-credit-card:before {
  content: "\E177";
}

/* line 433, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-transfer:before {
  content: "\E178";
}

/* line 435, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cutlery:before {
  content: "\E179";
}

/* line 437, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-header:before {
  content: "\E180";
}

/* line 439, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-compressed:before {
  content: "\E181";
}

/* line 441, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-earphone:before {
  content: "\E182";
}

/* line 443, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-phone-alt:before {
  content: "\E183";
}

/* line 445, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tower:before {
  content: "\E184";
}

/* line 447, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-stats:before {
  content: "\E185";
}

/* line 449, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sd-video:before {
  content: "\E186";
}

/* line 451, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hd-video:before {
  content: "\E187";
}

/* line 453, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-subtitles:before {
  content: "\E188";
}

/* line 455, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sound-stereo:before {
  content: "\E189";
}

/* line 457, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sound-dolby:before {
  content: "\E190";
}

/* line 459, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sound-5-1:before {
  content: "\E191";
}

/* line 461, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sound-6-1:before {
  content: "\E192";
}

/* line 463, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sound-7-1:before {
  content: "\E193";
}

/* line 465, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-copyright-mark:before {
  content: "\E194";
}

/* line 467, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-registration-mark:before {
  content: "\E195";
}

/* line 469, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cloud:before {
  content: "\E196";
}

/* line 471, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cloud-download:before {
  content: "\E197";
}

/* line 473, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cloud-upload:before {
  content: "\E198";
}

/* line 475, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tree-conifer:before {
  content: "\E199";
}

/* line 477, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tree-deciduous:before {
  content: "\E200";
}

/* line 479, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cd:before {
  content: "\E201";
}

/* line 481, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-save-file:before {
  content: "\E202";
}

/* line 483, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-open-file:before {
  content: "\E203";
}

/* line 485, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-level-up:before {
  content: "\E204";
}

/* line 487, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-copy:before {
  content: "\E205";
}

/* line 489, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-paste:before {
  content: "\E206";
}

/* line 491, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-door:before {
  content: "\E207";
}

/* line 493, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-key:before {
  content: "\E208";
}

/* line 495, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-alert:before {
  content: "\E209";
}

/* line 497, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-equalizer:before {
  content: "\E210";
}

/* line 499, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-king:before {
  content: "\E211";
}

/* line 501, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-queen:before {
  content: "\E212";
}

/* line 503, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-pawn:before {
  content: "\E213";
}

/* line 505, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bishop:before {
  content: "\E214";
}

/* line 507, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-knight:before {
  content: "\E215";
}

/* line 509, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-baby-formula:before {
  content: "\E216";
}

/* line 511, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tent:before {
  content: "\E217";
}

/* line 513, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-blackboard:before {
  content: "\E218";
}

/* line 515, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bed:before {
  content: "\E219";
}

/* line 517, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-apple:before {
  content: "\E220";
}

/* line 519, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-erase:before {
  content: "\E221";
}

/* line 521, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hourglass:before {
  content: "\E222";
}

/* line 523, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-lamp:before {
  content: "\E223";
}

/* line 525, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-duplicate:before {
  content: "\E224";
}

/* line 527, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-piggy-bank:before {
  content: "\E225";
}

/* line 529, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-scissors:before {
  content: "\E226";
}

/* line 531, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bitcoin:before {
  content: "\E227";
}

/* line 533, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-yen:before {
  content: "\E228";
}

/* line 535, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ruble:before {
  content: "\E229";
}

/* line 537, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-scale:before {
  content: "\E230";
}

/* line 539, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ice-lolly:before {
  content: "\E231";
}

/* line 541, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-ice-lolly-tasted:before {
  content: "\E232";
}

/* line 543, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-education:before {
  content: "\E233";
}

/* line 545, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-option-horizontal:before {
  content: "\E234";
}

/* line 547, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-option-vertical:before {
  content: "\E235";
}

/* line 549, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-menu-hamburger:before {
  content: "\E236";
}

/* line 551, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-modal-window:before {
  content: "\E237";
}

/* line 553, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-oil:before {
  content: "\E238";
}

/* line 555, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-grain:before {
  content: "\E239";
}

/* line 557, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sunglasses:before {
  content: "\E240";
}

/* line 559, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-text-size:before {
  content: "\E241";
}

/* line 561, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-text-color:before {
  content: "\E242";
}

/* line 563, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-text-background:before {
  content: "\E243";
}

/* line 565, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-top:before {
  content: "\E244";
}

/* line 567, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-bottom:before {
  content: "\E245";
}

/* line 569, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-horizontal:before {
  content: "\E246";
}

/* line 571, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-left:before {
  content: "\E247";
}

/* line 573, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-vertical:before {
  content: "\E248";
}

/* line 575, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-object-align-right:before {
  content: "\E249";
}

/* line 577, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-triangle-right:before {
  content: "\E250";
}

/* line 579, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-triangle-left:before {
  content: "\E251";
}

/* line 581, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-triangle-bottom:before {
  content: "\E252";
}

/* line 583, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-triangle-top:before {
  content: "\E253";
}

/* line 585, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-terminal:before {
  content: "\E254";
}

/* line 587, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-superscript:before {
  content: "\E255";
}

/* line 589, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-subscript:before {
  content: "\E256";
}

/* line 591, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-menu-left:before {
  content: "\E257";
}

/* line 593, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-menu-right:before {
  content: "\E258";
}

/* line 595, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-menu-down:before {
  content: "\E259";
}

/* line 597, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-menu-up:before {
  content: "\E260";
}

/* line 599, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-building:before {
  content: "\E261";
}

/* line 601, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-tick:before {
  content: "\E262";
}

/* line 603, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-star-half:before {
  content: "\E263";
}

/* line 605, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-hash:before {
  content: "\E264";
}

/* line 607, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-directions:before {
  content: "\E265";
}

/* line 609, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-gas:before {
  content: "\E266";
}

/* line 611, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-snowflake:before {
  content: "\E267";
}

/* line 613, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sunlight:before {
  content: "\E268";
}

/* line 615, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-selectbox:before {
  content: "\E269";
}

/* line 617, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-sortable:before {
  content: "\E270";
}

/* line 619, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-note-empty:before {
  content: "\E271";
}

/* line 621, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-note:before {
  content: "\E272";
}

/* line 623, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-direction-right:before {
  content: "\E273";
}

/* line 625, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-direction-left:before {
  content: "\E274";
}

/* line 627, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-direction-down:before {
  content: "\E275";
}

/* line 629, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-direction-up:before {
  content: "\E276";
}

/* line 631, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-parking:before {
  content: "\E277";
}

/* line 633, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-coffee-cup:before {
  content: "\E278";
}

/* line 635, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-record-empty:before {
  content: "\E279";
}

/* line 637, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-move-square:before {
  content: "\E280";
}

/* line 639, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-bug:before {
  content: "\E281";
}

/* line 641, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-display:before {
  content: "\E282";
}

/* line 643, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-direction:before {
  content: "\E283";
}

/* line 645, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-group:before {
  content: "\E284";
}

/* line 647, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-reflext-y:before {
  content: "\E285";
}

/* line 649, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-reflect-x:before {
  content: "\E286";
}

/* line 651, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-charging:before {
  content: "\E287";
}

/* line 653, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-full:before {
  content: "\E288";
}

/* line 655, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-75:before {
  content: "\E289";
}

/* line 657, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-50:before {
  content: "\E290";
}

/* line 659, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-25:before {
  content: "\E291";
}

/* line 661, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-battery-10:before {
  content: "\E292";
}

/* line 663, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-paired:before {
  content: "\E293";
}

/* line 665, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-rotate-right:before {
  content: "\E294";
}

/* line 667, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-rotate-left:before {
  content: "\E295";
}

/* line 669, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-list-numbered:before {
  content: "\E296";
}

/* line 671, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-paragraph:before {
  content: "\E297";
}

/* line 673, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-list-plus:before {
  content: "\E298";
}

/* line 675, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-synchronization:before {
  content: "\E299";
}

/* line 677, app/assets/stylesheets/glyphicons-halflings.scss */
.halflings-cube-black:before {
  content: "\E300";
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url(/assets/glyphicons-social-regular-7f0f1810d5d6d361b22adfceb5ef65c39f7d35bf1f7722ce3fc6ae8a3f437c54.eot);
  src: url(/assets/glyphicons-social-regular-7f0f1810d5d6d361b22adfceb5ef65c39f7d35bf1f7722ce3fc6ae8a3f437c54.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-social-regular-51db69628ed29b6876894768ef299a092cc6c3a0ea6453cca0ccaf993d0599c9.woff2) format("woff2"), url(/assets/glyphicons-social-regular-b785078cce98a3a1061f0191515aa52e693723d35af5332371896448b554ccfa.woff) format("woff"), url(/assets/glyphicons-social-regular-7ec82cd68a32d9c05ac73d9d82462e778777ad468d89d8fb295f03108ca52fc0.ttf) format("truetype"), url(/assets/glyphicons-social-regular-5f4dd5fb7e909d7bd2c7248a004bdf6ffd37000a16750a1fe68567abea419e05.svg#glyphicons_socialregular) format("svg");
}

/* line 6, app/assets/stylesheets/glyphicons-social.scss */
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/glyphicons-social.scss */
.social.x05 {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/glyphicons-social.scss */
.social.x2 {
  font-size: 48px;
}

/* line 23, app/assets/stylesheets/glyphicons-social.scss */
.social.x3 {
  font-size: 72px;
}

/* line 26, app/assets/stylesheets/glyphicons-social.scss */
.social.x4 {
  font-size: 96px;
}

/* line 29, app/assets/stylesheets/glyphicons-social.scss */
.social.x5 {
  font-size: 120px;
}

/* line 32, app/assets/stylesheets/glyphicons-social.scss */
.social.light:before {
  color: #f2f2f2;
}

/* line 35, app/assets/stylesheets/glyphicons-social.scss */
.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 38, app/assets/stylesheets/glyphicons-social.scss */
.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 45, app/assets/stylesheets/glyphicons-social.scss */
.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 52, app/assets/stylesheets/glyphicons-social.scss */
.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 58, app/assets/stylesheets/glyphicons-social.scss */
.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 64, app/assets/stylesheets/glyphicons-social.scss */
.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 70, app/assets/stylesheets/glyphicons-social.scss */
.social-pinterest:before {
  content: "\E001";
}

/* line 72, app/assets/stylesheets/glyphicons-social.scss */
.social-dropbox:before {
  content: "\E002";
}

/* line 74, app/assets/stylesheets/glyphicons-social.scss */
.social-google-plus:before {
  content: "\E003";
}

/* line 76, app/assets/stylesheets/glyphicons-social.scss */
.social-jolicloud:before {
  content: "\E004";
}

/* line 78, app/assets/stylesheets/glyphicons-social.scss */
.social-yahoo:before {
  content: "\E005";
}

/* line 80, app/assets/stylesheets/glyphicons-social.scss */
.social-blogger:before {
  content: "\E006";
}

/* line 82, app/assets/stylesheets/glyphicons-social.scss */
.social-picasa:before {
  content: "\E007";
}

/* line 84, app/assets/stylesheets/glyphicons-social.scss */
.social-amazon:before {
  content: "\E008";
}

/* line 86, app/assets/stylesheets/glyphicons-social.scss */
.social-tumblr:before {
  content: "\E009";
}

/* line 88, app/assets/stylesheets/glyphicons-social.scss */
.social-wordpress:before {
  content: "\E010";
}

/* line 90, app/assets/stylesheets/glyphicons-social.scss */
.social-instapaper:before {
  content: "\E011";
}

/* line 92, app/assets/stylesheets/glyphicons-social.scss */
.social-evernote:before {
  content: "\E012";
}

/* line 94, app/assets/stylesheets/glyphicons-social.scss */
.social-xing:before {
  content: "\E013";
}

/* line 96, app/assets/stylesheets/glyphicons-social.scss */
.social-e-mail-envelope:before {
  content: "\E014";
}

/* line 98, app/assets/stylesheets/glyphicons-social.scss */
.social-dribbble:before {
  content: "\E015";
}

/* line 100, app/assets/stylesheets/glyphicons-social.scss */
.social-deviantart:before {
  content: "\E016";
}

/* line 102, app/assets/stylesheets/glyphicons-social.scss */
.social-read-it-later:before {
  content: "\E017";
}

/* line 104, app/assets/stylesheets/glyphicons-social.scss */
.social-linked-in:before {
  content: "\E018";
}

/* line 106, app/assets/stylesheets/glyphicons-social.scss */
.social-gmail:before {
  content: "\E019";
}

/* line 108, app/assets/stylesheets/glyphicons-social.scss */
.social-pinboard:before {
  content: "\E020";
}

/* line 110, app/assets/stylesheets/glyphicons-social.scss */
.social-behance:before {
  content: "\E021";
}

/* line 112, app/assets/stylesheets/glyphicons-social.scss */
.social-github:before {
  content: "\E022";
}

/* line 114, app/assets/stylesheets/glyphicons-social.scss */
.social-youtube:before {
  content: "\E023";
}

/* line 116, app/assets/stylesheets/glyphicons-social.scss */
.social-open-id:before {
  content: "\E024";
}

/* line 118, app/assets/stylesheets/glyphicons-social.scss */
.social-foursquare:before {
  content: "\E025";
}

/* line 120, app/assets/stylesheets/glyphicons-social.scss */
.social-quora:before {
  content: "\E026";
}

/* line 122, app/assets/stylesheets/glyphicons-social.scss */
.social-badoo:before {
  content: "\E027";
}

/* line 124, app/assets/stylesheets/glyphicons-social.scss */
.social-spotify:before {
  content: "\E028";
}

/* line 126, app/assets/stylesheets/glyphicons-social.scss */
.social-stumbleupon:before {
  content: "\E029";
}

/* line 128, app/assets/stylesheets/glyphicons-social.scss */
.social-readability:before {
  content: "\E030";
}

/* line 130, app/assets/stylesheets/glyphicons-social.scss */
.social-facebook:before {
  content: "\E031";
}

/* line 132, app/assets/stylesheets/glyphicons-social.scss */
.social-twitter:before {
  content: "\E032";
}

/* line 134, app/assets/stylesheets/glyphicons-social.scss */
.social-instagram:before {
  content: "\E033";
}

/* line 136, app/assets/stylesheets/glyphicons-social.scss */
.social-posterous-spaces:before {
  content: "\E034";
}

/* line 138, app/assets/stylesheets/glyphicons-social.scss */
.social-vimeo:before {
  content: "\E035";
}

/* line 140, app/assets/stylesheets/glyphicons-social.scss */
.social-flickr:before {
  content: "\E036";
}

/* line 142, app/assets/stylesheets/glyphicons-social.scss */
.social-last-fm:before {
  content: "\E037";
}

/* line 144, app/assets/stylesheets/glyphicons-social.scss */
.social-rss:before {
  content: "\E038";
}

/* line 146, app/assets/stylesheets/glyphicons-social.scss */
.social-skype:before {
  content: "\E039";
}

/* line 148, app/assets/stylesheets/glyphicons-social.scss */
.social-e-mail:before {
  content: "\E040";
}

/* line 150, app/assets/stylesheets/glyphicons-social.scss */
.social-vine:before {
  content: "\E041";
}

/* line 152, app/assets/stylesheets/glyphicons-social.scss */
.social-myspace:before {
  content: "\E042";
}

/* line 154, app/assets/stylesheets/glyphicons-social.scss */
.social-goodreads:before {
  content: "\E043";
}

/* line 156, app/assets/stylesheets/glyphicons-social.scss */
.social-apple:before {
  content: "\E044";
}

/* line 158, app/assets/stylesheets/glyphicons-social.scss */
.social-windows:before {
  content: "\E045";
}

/* line 160, app/assets/stylesheets/glyphicons-social.scss */
.social-yelp:before {
  content: "\E046";
}

/* line 162, app/assets/stylesheets/glyphicons-social.scss */
.social-playstation:before {
  content: "\E047";
}

/* line 164, app/assets/stylesheets/glyphicons-social.scss */
.social-xbox:before {
  content: "\E048";
}

/* line 166, app/assets/stylesheets/glyphicons-social.scss */
.social-android:before {
  content: "\E049";
}

/* line 168, app/assets/stylesheets/glyphicons-social.scss */
.social-ios:before {
  content: "\E050";
}

/* line 170, app/assets/stylesheets/glyphicons-social.scss */
.social-wikipedia:before {
  content: "\E051";
}

/* line 172, app/assets/stylesheets/glyphicons-social.scss */
.social-pocket:before {
  content: "\E052";
}

/* line 174, app/assets/stylesheets/glyphicons-social.scss */
.social-steam:before {
  content: "\E053";
}

/* line 176, app/assets/stylesheets/glyphicons-social.scss */
.social-soundcloud:before {
  content: "\E054";
}

/* line 178, app/assets/stylesheets/glyphicons-social.scss */
.social-slideshare:before {
  content: "\E055";
}

/* line 180, app/assets/stylesheets/glyphicons-social.scss */
.social-netflix:before {
  content: "\E056";
}

/* line 182, app/assets/stylesheets/glyphicons-social.scss */
.social-paypal:before {
  content: "\E057";
}

/* line 184, app/assets/stylesheets/glyphicons-social.scss */
.social-google-drive:before {
  content: "\E058";
}

/* line 186, app/assets/stylesheets/glyphicons-social.scss */
.social-linux-foundation:before {
  content: "\E059";
}

/* line 188, app/assets/stylesheets/glyphicons-social.scss */
.social-ebay:before {
  content: "\E060";
}

/* line 190, app/assets/stylesheets/glyphicons-social.scss */
.social-bitbucket:before {
  content: "\E061";
}

/* line 192, app/assets/stylesheets/glyphicons-social.scss */
.social-whatsapp:before {
  content: "\E062";
}

/* line 194, app/assets/stylesheets/glyphicons-social.scss */
.social-buffer:before {
  content: "\E063";
}

/* line 196, app/assets/stylesheets/glyphicons-social.scss */
.social-medium:before {
  content: "\E064";
}

/* line 198, app/assets/stylesheets/glyphicons-social.scss */
.social-stackoverflow:before {
  content: "\E065";
}

/* line 200, app/assets/stylesheets/glyphicons-social.scss */
.social-linux:before {
  content: "\E066";
}

/* line 202, app/assets/stylesheets/glyphicons-social.scss */
.social-vk:before {
  content: "\E067";
}

/* line 204, app/assets/stylesheets/glyphicons-social.scss */
.social-snapchat:before {
  content: "\E068";
}

/* line 206, app/assets/stylesheets/glyphicons-social.scss */
.social-etsy:before {
  content: "\E069";
}

/* line 208, app/assets/stylesheets/glyphicons-social.scss */
.social-stackexchange:before {
  content: "\E070";
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url(/assets/glyphicons-regular-9ef7d33a89a56aee013a5fbe6ae1c48485257adae80c8fe50f49ec2bea522dac.eot);
  src: url(/assets/glyphicons-regular-9ef7d33a89a56aee013a5fbe6ae1c48485257adae80c8fe50f49ec2bea522dac.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-regular-ea19605f9e1111114dfa85c632a8a32ab1b26e1ea8a8e78b44e6525743c772ba.woff2) format("woff2"), url(/assets/glyphicons-regular-6a8a540c5cb8f441d44d9aef3c68a0facbfdf87eebd4ab4d817d12f34a627e95.woff) format("woff"), url(/assets/glyphicons-regular-fbd127490487ca335f2823b1cf85cf3a839f32c2d2fb6dfb53aacbc40f545d5b.ttf) format("truetype"), url(/assets/glyphicons-regular-f6313693a4bc0393f7de511d83217a4158c354e96d1227dd07664488f11ed04e.svg#glyphiconsregular) format("svg");
}

/* line 10, app/assets/stylesheets/glyphicons.scss */
.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /*vertical-align: top;*/
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x05 {
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x2 {
  font-size: 48px;
}

/* line 27, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x2:before {
  padding: 8px 12px;
}

/* line 30, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x3 {
  font-size: 72px;
}

/* line 33, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x3:before {
  padding: 16px 20px;
}

/* line 36, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x4 {
  font-size: 96px;
}

/* line 39, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x4:before {
  padding: 20px 28px;
}

/* line 42, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x5 {
  font-size: 120px;
}

/* line 45, app/assets/stylesheets/glyphicons.scss */
.glyphicons.x5:before {
  padding: 28px 36px;
}

/* line 48, app/assets/stylesheets/glyphicons.scss */
.glyphicons.light:before {
  color: #f2f2f2;
}

/* line 51, app/assets/stylesheets/glyphicons.scss */
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 54, app/assets/stylesheets/glyphicons.scss */
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 61, app/assets/stylesheets/glyphicons.scss */
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 68, app/assets/stylesheets/glyphicons.scss */
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 74, app/assets/stylesheets/glyphicons.scss */
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 80, app/assets/stylesheets/glyphicons.scss */
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 86, app/assets/stylesheets/glyphicons.scss */
.glyphicons-glass:before {
  content: "\E001";
}

/* line 88, app/assets/stylesheets/glyphicons.scss */
.glyphicons-leaf:before {
  content: "\E002";
}

/* line 90, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dog:before {
  content: "\E003";
}

/* line 92, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user:before {
  content: "\E004";
}

/* line 94, app/assets/stylesheets/glyphicons.scss */
.glyphicons-girl:before {
  content: "\E005";
}

/* line 96, app/assets/stylesheets/glyphicons.scss */
.glyphicons-car:before {
  content: "\E006";
}

/* line 98, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-add:before {
  content: "\E007";
}

/* line 100, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-remove:before {
  content: "\E008";
}

/* line 102, app/assets/stylesheets/glyphicons.scss */
.glyphicons-film:before {
  content: "\E009";
}

/* line 104, app/assets/stylesheets/glyphicons.scss */
.glyphicons-magic:before {
  content: "\E010";
}

/* line 106, app/assets/stylesheets/glyphicons.scss */
.glyphicons-envelope:before {
  content: "\E011";
}

/* line 108, app/assets/stylesheets/glyphicons.scss */
.glyphicons-camera:before {
  content: "\E012";
}

/* line 110, app/assets/stylesheets/glyphicons.scss */
.glyphicons-heart:before {
  content: "\E013";
}

/* line 112, app/assets/stylesheets/glyphicons.scss */
.glyphicons-beach-umbrella:before {
  content: "\E014";
}

/* line 114, app/assets/stylesheets/glyphicons.scss */
.glyphicons-train:before {
  content: "\E015";
}

/* line 116, app/assets/stylesheets/glyphicons.scss */
.glyphicons-print:before {
  content: "\E016";
}

/* line 118, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bin:before {
  content: "\E017";
}

/* line 120, app/assets/stylesheets/glyphicons.scss */
.glyphicons-music:before {
  content: "\E018";
}

/* line 122, app/assets/stylesheets/glyphicons.scss */
.glyphicons-music-alt:before {
  content: "\E019";
}

/* line 124, app/assets/stylesheets/glyphicons.scss */
.glyphicons-heart-empty:before {
  content: "\E020";
}

/* line 126, app/assets/stylesheets/glyphicons.scss */
.glyphicons-home:before {
  content: "\E021";
}

/* line 128, app/assets/stylesheets/glyphicons.scss */
.glyphicons-snowflake:before {
  content: "\E022";
}

/* line 130, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fire:before {
  content: "\E023";
}

/* line 132, app/assets/stylesheets/glyphicons.scss */
.glyphicons-magnet:before {
  content: "\E024";
}

/* line 134, app/assets/stylesheets/glyphicons.scss */
.glyphicons-parents:before {
  content: "\E025";
}

/* line 136, app/assets/stylesheets/glyphicons.scss */
.glyphicons-binoculars:before {
  content: "\E026";
}

/* line 138, app/assets/stylesheets/glyphicons.scss */
.glyphicons-road:before {
  content: "\E027";
}

/* line 140, app/assets/stylesheets/glyphicons.scss */
.glyphicons-search:before {
  content: "\E028";
}

/* line 142, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cars:before {
  content: "\E029";
}

/* line 144, app/assets/stylesheets/glyphicons.scss */
.glyphicons-notes-2:before {
  content: "\E030";
}

/* line 146, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pencil:before {
  content: "\E031";
}

/* line 148, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bus:before {
  content: "\E032";
}

/* line 150, app/assets/stylesheets/glyphicons.scss */
.glyphicons-wifi-alt:before {
  content: "\E033";
}

/* line 152, app/assets/stylesheets/glyphicons.scss */
.glyphicons-luggage:before {
  content: "\E034";
}

/* line 154, app/assets/stylesheets/glyphicons.scss */
.glyphicons-old-man:before {
  content: "\E035";
}

/* line 156, app/assets/stylesheets/glyphicons.scss */
.glyphicons-woman:before {
  content: "\E036";
}

/* line 158, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file:before {
  content: "\E037";
}

/* line 160, app/assets/stylesheets/glyphicons.scss */
.glyphicons-coins:before {
  content: "\E038";
}

/* line 162, app/assets/stylesheets/glyphicons.scss */
.glyphicons-plane:before {
  content: "\E039";
}

/* line 164, app/assets/stylesheets/glyphicons.scss */
.glyphicons-notes:before {
  content: "\E040";
}

/* line 166, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stats:before {
  content: "\E041";
}

/* line 168, app/assets/stylesheets/glyphicons.scss */
.glyphicons-charts:before {
  content: "\E042";
}

/* line 170, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pie-chart:before {
  content: "\E043";
}

/* line 172, app/assets/stylesheets/glyphicons.scss */
.glyphicons-group:before {
  content: "\E044";
}

/* line 174, app/assets/stylesheets/glyphicons.scss */
.glyphicons-keys:before {
  content: "\E045";
}

/* line 176, app/assets/stylesheets/glyphicons.scss */
.glyphicons-calendar:before {
  content: "\E046";
}

/* line 178, app/assets/stylesheets/glyphicons.scss */
.glyphicons-router:before {
  content: "\E047";
}

/* line 180, app/assets/stylesheets/glyphicons.scss */
.glyphicons-camera-small:before {
  content: "\E048";
}

/* line 182, app/assets/stylesheets/glyphicons.scss */
.glyphicons-star-empty:before {
  content: "\E049";
}

/* line 184, app/assets/stylesheets/glyphicons.scss */
.glyphicons-star:before {
  content: "\E050";
}

/* line 186, app/assets/stylesheets/glyphicons.scss */
.glyphicons-link:before {
  content: "\E051";
}

/* line 188, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eye-open:before {
  content: "\E052";
}

/* line 190, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eye-close:before {
  content: "\E053";
}

/* line 192, app/assets/stylesheets/glyphicons.scss */
.glyphicons-alarm:before {
  content: "\E054";
}

/* line 194, app/assets/stylesheets/glyphicons.scss */
.glyphicons-clock:before {
  content: "\E055";
}

/* line 196, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stopwatch:before {
  content: "\E056";
}

/* line 198, app/assets/stylesheets/glyphicons.scss */
.glyphicons-projector:before {
  content: "\E057";
}

/* line 200, app/assets/stylesheets/glyphicons.scss */
.glyphicons-history:before {
  content: "\E058";
}

/* line 202, app/assets/stylesheets/glyphicons.scss */
.glyphicons-truck:before {
  content: "\E059";
}

/* line 204, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cargo:before {
  content: "\E060";
}

/* line 206, app/assets/stylesheets/glyphicons.scss */
.glyphicons-compass:before {
  content: "\E061";
}

/* line 208, app/assets/stylesheets/glyphicons.scss */
.glyphicons-keynote:before {
  content: "\E062";
}

/* line 210, app/assets/stylesheets/glyphicons.scss */
.glyphicons-paperclip:before {
  content: "\E063";
}

/* line 212, app/assets/stylesheets/glyphicons.scss */
.glyphicons-power:before {
  content: "\E064";
}

/* line 214, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lightbulb:before {
  content: "\E065";
}

/* line 216, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tag:before {
  content: "\E066";
}

/* line 218, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tags:before {
  content: "\E067";
}

/* line 220, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cleaning:before {
  content: "\E068";
}

/* line 222, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ruler:before {
  content: "\E069";
}

/* line 224, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gift:before {
  content: "\E070";
}

/* line 226, app/assets/stylesheets/glyphicons.scss */
.glyphicons-umbrella:before {
  content: "\E071";
}

/* line 228, app/assets/stylesheets/glyphicons.scss */
.glyphicons-book:before {
  content: "\E072";
}

/* line 230, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bookmark:before {
  content: "\E073";
}

/* line 232, app/assets/stylesheets/glyphicons.scss */
.glyphicons-wifi:before {
  content: "\E074";
}

/* line 234, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cup:before {
  content: "\E075";
}

/* line 236, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stroller:before {
  content: "\E076";
}

/* line 238, app/assets/stylesheets/glyphicons.scss */
.glyphicons-headphones:before {
  content: "\E077";
}

/* line 240, app/assets/stylesheets/glyphicons.scss */
.glyphicons-headset:before {
  content: "\E078";
}

/* line 242, app/assets/stylesheets/glyphicons.scss */
.glyphicons-warning-sign:before {
  content: "\E079";
}

/* line 244, app/assets/stylesheets/glyphicons.scss */
.glyphicons-signal:before {
  content: "\E080";
}

/* line 246, app/assets/stylesheets/glyphicons.scss */
.glyphicons-retweet:before {
  content: "\E081";
}

/* line 248, app/assets/stylesheets/glyphicons.scss */
.glyphicons-refresh:before {
  content: "\E082";
}

/* line 250, app/assets/stylesheets/glyphicons.scss */
.glyphicons-roundabout:before {
  content: "\E083";
}

/* line 252, app/assets/stylesheets/glyphicons.scss */
.glyphicons-random:before {
  content: "\E084";
}

/* line 254, app/assets/stylesheets/glyphicons.scss */
.glyphicons-heat:before {
  content: "\E085";
}

/* line 256, app/assets/stylesheets/glyphicons.scss */
.glyphicons-repeat:before {
  content: "\E086";
}

/* line 258, app/assets/stylesheets/glyphicons.scss */
.glyphicons-display:before {
  content: "\E087";
}

/* line 260, app/assets/stylesheets/glyphicons.scss */
.glyphicons-log-book:before {
  content: "\E088";
}

/* line 262, app/assets/stylesheets/glyphicons.scss */
.glyphicons-address-book:before {
  content: "\E089";
}

/* line 264, app/assets/stylesheets/glyphicons.scss */
.glyphicons-building:before {
  content: "\E090";
}

/* line 266, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eyedropper:before {
  content: "\E091";
}

/* line 268, app/assets/stylesheets/glyphicons.scss */
.glyphicons-adjust:before {
  content: "\E092";
}

/* line 270, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tint:before {
  content: "\E093";
}

/* line 272, app/assets/stylesheets/glyphicons.scss */
.glyphicons-crop:before {
  content: "\E094";
}

/* line 274, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-square:before {
  content: "\E095";
}

/* line 276, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-circle:before {
  content: "\E096";
}

/* line 278, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}

/* line 280, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-line:before {
  content: "\E098";
}

/* line 282, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-curve:before {
  content: "\E099";
}

/* line 284, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vector-path-all:before {
  content: "\E100";
}

/* line 286, app/assets/stylesheets/glyphicons.scss */
.glyphicons-font:before {
  content: "\E101";
}

/* line 288, app/assets/stylesheets/glyphicons.scss */
.glyphicons-italic:before {
  content: "\E102";
}

/* line 290, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bold:before {
  content: "\E103";
}

/* line 292, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-underline:before {
  content: "\E104";
}

/* line 294, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-strike:before {
  content: "\E105";
}

/* line 296, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-height:before {
  content: "\E106";
}

/* line 298, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-width:before {
  content: "\E107";
}

/* line 300, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-resize:before {
  content: "\E108";
}

/* line 302, app/assets/stylesheets/glyphicons.scss */
.glyphicons-left-indent:before {
  content: "\E109";
}

/* line 304, app/assets/stylesheets/glyphicons.scss */
.glyphicons-right-indent:before {
  content: "\E110";
}

/* line 306, app/assets/stylesheets/glyphicons.scss */
.glyphicons-align-left:before {
  content: "\E111";
}

/* line 308, app/assets/stylesheets/glyphicons.scss */
.glyphicons-align-center:before {
  content: "\E112";
}

/* line 310, app/assets/stylesheets/glyphicons.scss */
.glyphicons-align-right:before {
  content: "\E113";
}

/* line 312, app/assets/stylesheets/glyphicons.scss */
.glyphicons-justify:before {
  content: "\E114";
}

/* line 314, app/assets/stylesheets/glyphicons.scss */
.glyphicons-list:before {
  content: "\E115";
}

/* line 316, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-smaller:before {
  content: "\E116";
}

/* line 318, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-bigger:before {
  content: "\E117";
}

/* line 320, app/assets/stylesheets/glyphicons.scss */
.glyphicons-embed:before {
  content: "\E118";
}

/* line 322, app/assets/stylesheets/glyphicons.scss */
.glyphicons-embed-close:before {
  content: "\E119";
}

/* line 324, app/assets/stylesheets/glyphicons.scss */
.glyphicons-table:before {
  content: "\E120";
}

/* line 326, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-full:before {
  content: "\E121";
}

/* line 328, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-empty:before {
  content: "\E122";
}

/* line 330, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-in:before {
  content: "\E123";
}

/* line 332, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-out:before {
  content: "\E124";
}

/* line 334, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-plus:before {
  content: "\E125";
}

/* line 336, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-minus:before {
  content: "\E126";
}

/* line 338, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-ban:before {
  content: "\E127";
}

/* line 340, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-flag:before {
  content: "\E128";
}

/* line 342, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-lock:before {
  content: "\E129";
}

/* line 344, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-new:before {
  content: "\E130";
}

/* line 346, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox:before {
  content: "\E131";
}

/* line 348, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox-plus:before {
  content: "\E132";
}

/* line 350, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox-minus:before {
  content: "\E133";
}

/* line 352, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox-lock:before {
  content: "\E134";
}

/* line 354, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox-in:before {
  content: "\E135";
}

/* line 356, app/assets/stylesheets/glyphicons.scss */
.glyphicons-inbox-out:before {
  content: "\E136";
}

/* line 358, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cogwheel:before {
  content: "\E137";
}

/* line 360, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cogwheels:before {
  content: "\E138";
}

/* line 362, app/assets/stylesheets/glyphicons.scss */
.glyphicons-picture:before {
  content: "\E139";
}

/* line 364, app/assets/stylesheets/glyphicons.scss */
.glyphicons-adjust-alt:before {
  content: "\E140";
}

/* line 366, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database-lock:before {
  content: "\E141";
}

/* line 368, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database-plus:before {
  content: "\E142";
}

/* line 370, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database-minus:before {
  content: "\E143";
}

/* line 372, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database-ban:before {
  content: "\E144";
}

/* line 374, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-open:before {
  content: "\E145";
}

/* line 376, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-plus:before {
  content: "\E146";
}

/* line 378, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-minus:before {
  content: "\E147";
}

/* line 380, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-lock:before {
  content: "\E148";
}

/* line 382, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-flag:before {
  content: "\E149";
}

/* line 384, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-new:before {
  content: "\E150";
}

/* line 386, app/assets/stylesheets/glyphicons.scss */
.glyphicons-edit:before {
  content: "\E151";
}

/* line 388, app/assets/stylesheets/glyphicons.scss */
.glyphicons-new-window:before {
  content: "\E152";
}

/* line 390, app/assets/stylesheets/glyphicons.scss */
.glyphicons-check:before {
  content: "\E153";
}

/* line 392, app/assets/stylesheets/glyphicons.scss */
.glyphicons-unchecked:before {
  content: "\E154";
}

/* line 394, app/assets/stylesheets/glyphicons.scss */
.glyphicons-more-windows:before {
  content: "\E155";
}

/* line 396, app/assets/stylesheets/glyphicons.scss */
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}

/* line 398, app/assets/stylesheets/glyphicons.scss */
.glyphicons-show-thumbnails:before {
  content: "\E157";
}

/* line 400, app/assets/stylesheets/glyphicons.scss */
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}

/* line 402, app/assets/stylesheets/glyphicons.scss */
.glyphicons-show-lines:before {
  content: "\E159";
}

/* line 404, app/assets/stylesheets/glyphicons.scss */
.glyphicons-playlist:before {
  content: "\E160";
}

/* line 406, app/assets/stylesheets/glyphicons.scss */
.glyphicons-imac:before {
  content: "\E161";
}

/* line 408, app/assets/stylesheets/glyphicons.scss */
.glyphicons-macbook:before {
  content: "\E162";
}

/* line 410, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ipad:before {
  content: "\E163";
}

/* line 412, app/assets/stylesheets/glyphicons.scss */
.glyphicons-iphone:before {
  content: "\E164";
}

/* line 414, app/assets/stylesheets/glyphicons.scss */
.glyphicons-iphone-transfer:before {
  content: "\E165";
}

/* line 416, app/assets/stylesheets/glyphicons.scss */
.glyphicons-iphone-exchange:before {
  content: "\E166";
}

/* line 418, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ipod:before {
  content: "\E167";
}

/* line 420, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}

/* line 422, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ear-plugs:before {
  content: "\E169";
}

/* line 424, app/assets/stylesheets/glyphicons.scss */
.glyphicons-record:before {
  content: "\E170";
}

/* line 426, app/assets/stylesheets/glyphicons.scss */
.glyphicons-step-backward:before {
  content: "\E171";
}

/* line 428, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fast-backward:before {
  content: "\E172";
}

/* line 430, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rewind:before {
  content: "\E173";
}

/* line 432, app/assets/stylesheets/glyphicons.scss */
.glyphicons-play:before {
  content: "\E174";
}

/* line 434, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pause:before {
  content: "\E175";
}

/* line 436, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stop:before {
  content: "\E176";
}

/* line 438, app/assets/stylesheets/glyphicons.scss */
.glyphicons-forward:before {
  content: "\E177";
}

/* line 440, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fast-forward:before {
  content: "\E178";
}

/* line 442, app/assets/stylesheets/glyphicons.scss */
.glyphicons-step-forward:before {
  content: "\E179";
}

/* line 444, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eject:before {
  content: "\E180";
}

/* line 446, app/assets/stylesheets/glyphicons.scss */
.glyphicons-facetime-video:before {
  content: "\E181";
}

/* line 448, app/assets/stylesheets/glyphicons.scss */
.glyphicons-download-alt:before {
  content: "\E182";
}

/* line 450, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mute:before {
  content: "\E183";
}

/* line 452, app/assets/stylesheets/glyphicons.scss */
.glyphicons-volume-down:before {
  content: "\E184";
}

/* line 454, app/assets/stylesheets/glyphicons.scss */
.glyphicons-volume-up:before {
  content: "\E185";
}

/* line 456, app/assets/stylesheets/glyphicons.scss */
.glyphicons-screenshot:before {
  content: "\E186";
}

/* line 458, app/assets/stylesheets/glyphicons.scss */
.glyphicons-move:before {
  content: "\E187";
}

/* line 460, app/assets/stylesheets/glyphicons.scss */
.glyphicons-more:before {
  content: "\E188";
}

/* line 462, app/assets/stylesheets/glyphicons.scss */
.glyphicons-brightness-reduce:before {
  content: "\E189";
}

/* line 464, app/assets/stylesheets/glyphicons.scss */
.glyphicons-brightness-increase:before {
  content: "\E190";
}

/* line 466, app/assets/stylesheets/glyphicons.scss */
.glyphicons-plus-sign:before {
  content: "\E191";
}

/* line 468, app/assets/stylesheets/glyphicons.scss */
.glyphicons-minus-sign:before {
  content: "\E192";
}

/* line 470, app/assets/stylesheets/glyphicons.scss */
.glyphicons-remove-sign:before {
  content: "\E193";
}

/* line 472, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ok-sign:before {
  content: "\E194";
}

/* line 474, app/assets/stylesheets/glyphicons.scss */
.glyphicons-question-sign:before {
  content: "\E195";
}

/* line 476, app/assets/stylesheets/glyphicons.scss */
.glyphicons-info-sign:before {
  content: "\E196";
}

/* line 478, app/assets/stylesheets/glyphicons.scss */
.glyphicons-exclamation-sign:before {
  content: "\E197";
}

/* line 480, app/assets/stylesheets/glyphicons.scss */
.glyphicons-remove-circle:before {
  content: "\E198";
}

/* line 482, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ok-circle:before {
  content: "\E199";
}

/* line 484, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ban-circle:before {
  content: "\E200";
}

/* line 486, app/assets/stylesheets/glyphicons.scss */
.glyphicons-download:before {
  content: "\E201";
}

/* line 488, app/assets/stylesheets/glyphicons.scss */
.glyphicons-upload:before {
  content: "\E202";
}

/* line 490, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shopping-cart:before {
  content: "\E203";
}

/* line 492, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lock:before {
  content: "\E204";
}

/* line 494, app/assets/stylesheets/glyphicons.scss */
.glyphicons-unlock:before {
  content: "\E205";
}

/* line 496, app/assets/stylesheets/glyphicons.scss */
.glyphicons-electricity:before {
  content: "\E206";
}

/* line 498, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ok:before {
  content: "\E207";
}

/* line 500, app/assets/stylesheets/glyphicons.scss */
.glyphicons-remove:before {
  content: "\E208";
}

/* line 502, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cart-in:before {
  content: "\E209";
}

/* line 504, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cart-out:before {
  content: "\E210";
}

/* line 506, app/assets/stylesheets/glyphicons.scss */
.glyphicons-arrow-left:before {
  content: "\E211";
}

/* line 508, app/assets/stylesheets/glyphicons.scss */
.glyphicons-arrow-right:before {
  content: "\E212";
}

/* line 510, app/assets/stylesheets/glyphicons.scss */
.glyphicons-arrow-down:before {
  content: "\E213";
}

/* line 512, app/assets/stylesheets/glyphicons.scss */
.glyphicons-arrow-up:before {
  content: "\E214";
}

/* line 514, app/assets/stylesheets/glyphicons.scss */
.glyphicons-resize-small:before {
  content: "\E215";
}

/* line 516, app/assets/stylesheets/glyphicons.scss */
.glyphicons-resize-full:before {
  content: "\E216";
}

/* line 518, app/assets/stylesheets/glyphicons.scss */
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}

/* line 520, app/assets/stylesheets/glyphicons.scss */
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}

/* line 522, app/assets/stylesheets/glyphicons.scss */
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}

/* line 524, app/assets/stylesheets/glyphicons.scss */
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}

/* line 526, app/assets/stylesheets/glyphicons.scss */
.glyphicons-play-button:before {
  content: "\E221";
}

/* line 528, app/assets/stylesheets/glyphicons.scss */
.glyphicons-unshare:before {
  content: "\E222";
}

/* line 530, app/assets/stylesheets/glyphicons.scss */
.glyphicons-share:before {
  content: "\E223";
}

/* line 532, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chevron-right:before {
  content: "\E224";
}

/* line 534, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chevron-left:before {
  content: "\E225";
}

/* line 536, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bluetooth:before {
  content: "\E226";
}

/* line 538, app/assets/stylesheets/glyphicons.scss */
.glyphicons-euro:before {
  content: "\E227";
}

/* line 540, app/assets/stylesheets/glyphicons.scss */
.glyphicons-usd:before {
  content: "\E228";
}

/* line 542, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gbp:before {
  content: "\E229";
}

/* line 544, app/assets/stylesheets/glyphicons.scss */
.glyphicons-retweet-2:before {
  content: "\E230";
}

/* line 546, app/assets/stylesheets/glyphicons.scss */
.glyphicons-moon:before {
  content: "\E231";
}

/* line 548, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sun:before {
  content: "\E232";
}

/* line 550, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cloud:before {
  content: "\E233";
}

/* line 552, app/assets/stylesheets/glyphicons.scss */
.glyphicons-direction:before {
  content: "\E234";
}

/* line 554, app/assets/stylesheets/glyphicons.scss */
.glyphicons-brush:before {
  content: "\E235";
}

/* line 556, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pen:before {
  content: "\E236";
}

/* line 558, app/assets/stylesheets/glyphicons.scss */
.glyphicons-zoom-in:before {
  content: "\E237";
}

/* line 560, app/assets/stylesheets/glyphicons.scss */
.glyphicons-zoom-out:before {
  content: "\E238";
}

/* line 562, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pin:before {
  content: "\E239";
}

/* line 564, app/assets/stylesheets/glyphicons.scss */
.glyphicons-albums:before {
  content: "\E240";
}

/* line 566, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rotation-lock:before {
  content: "\E241";
}

/* line 568, app/assets/stylesheets/glyphicons.scss */
.glyphicons-flash:before {
  content: "\E242";
}

/* line 570, app/assets/stylesheets/glyphicons.scss */
.glyphicons-map-marker:before {
  content: "\E243";
}

/* line 572, app/assets/stylesheets/glyphicons.scss */
.glyphicons-anchor:before {
  content: "\E244";
}

/* line 574, app/assets/stylesheets/glyphicons.scss */
.glyphicons-conversation:before {
  content: "\E245";
}

/* line 576, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chat:before {
  content: "\E246";
}

/* line 578, app/assets/stylesheets/glyphicons.scss */
.glyphicons-note-empty:before {
  content: "\E247";
}

/* line 580, app/assets/stylesheets/glyphicons.scss */
.glyphicons-note:before {
  content: "\E248";
}

/* line 582, app/assets/stylesheets/glyphicons.scss */
.glyphicons-asterisk:before {
  content: "\E249";
}

/* line 584, app/assets/stylesheets/glyphicons.scss */
.glyphicons-divide:before {
  content: "\E250";
}

/* line 586, app/assets/stylesheets/glyphicons.scss */
.glyphicons-snorkel-diving:before {
  content: "\E251";
}

/* line 588, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scuba-diving:before {
  content: "\E252";
}

/* line 590, app/assets/stylesheets/glyphicons.scss */
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}

/* line 592, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fins:before {
  content: "\E254";
}

/* line 594, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fishes:before {
  content: "\E255";
}

/* line 596, app/assets/stylesheets/glyphicons.scss */
.glyphicons-boat:before {
  content: "\E256";
}

/* line 598, app/assets/stylesheets/glyphicons.scss */
.glyphicons-delete:before {
  content: "\E257";
}

/* line 600, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sheriffs-star:before {
  content: "\E258";
}

/* line 602, app/assets/stylesheets/glyphicons.scss */
.glyphicons-qrcode:before {
  content: "\E259";
}

/* line 604, app/assets/stylesheets/glyphicons.scss */
.glyphicons-barcode:before {
  content: "\E260";
}

/* line 606, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pool:before {
  content: "\E261";
}

/* line 608, app/assets/stylesheets/glyphicons.scss */
.glyphicons-buoy:before {
  content: "\E262";
}

/* line 610, app/assets/stylesheets/glyphicons.scss */
.glyphicons-spade:before {
  content: "\E263";
}

/* line 612, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bank:before {
  content: "\E264";
}

/* line 614, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vcard:before {
  content: "\E265";
}

/* line 616, app/assets/stylesheets/glyphicons.scss */
.glyphicons-electrical-plug:before {
  content: "\E266";
}

/* line 618, app/assets/stylesheets/glyphicons.scss */
.glyphicons-flag:before {
  content: "\E267";
}

/* line 620, app/assets/stylesheets/glyphicons.scss */
.glyphicons-credit-card:before {
  content: "\E268";
}

/* line 622, app/assets/stylesheets/glyphicons.scss */
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}

/* line 624, app/assets/stylesheets/glyphicons.scss */
.glyphicons-keyboard-wired:before {
  content: "\E270";
}

/* line 626, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shield:before {
  content: "\E271";
}

/* line 628, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ring:before {
  content: "\E272";
}

/* line 630, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cake:before {
  content: "\E273";
}

/* line 632, app/assets/stylesheets/glyphicons.scss */
.glyphicons-drink:before {
  content: "\E274";
}

/* line 634, app/assets/stylesheets/glyphicons.scss */
.glyphicons-beer:before {
  content: "\E275";
}

/* line 636, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fast-food:before {
  content: "\E276";
}

/* line 638, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cutlery:before {
  content: "\E277";
}

/* line 640, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pizza:before {
  content: "\E278";
}

/* line 642, app/assets/stylesheets/glyphicons.scss */
.glyphicons-birthday-cake:before {
  content: "\E279";
}

/* line 644, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tablet:before {
  content: "\E280";
}

/* line 646, app/assets/stylesheets/glyphicons.scss */
.glyphicons-settings:before {
  content: "\E281";
}

/* line 648, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bullets:before {
  content: "\E282";
}

/* line 650, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cardio:before {
  content: "\E283";
}

/* line 652, app/assets/stylesheets/glyphicons.scss */
.glyphicons-t-shirt:before {
  content: "\E284";
}

/* line 654, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pants:before {
  content: "\E285";
}

/* line 656, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sweater:before {
  content: "\E286";
}

/* line 658, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fabric:before {
  content: "\E287";
}

/* line 660, app/assets/stylesheets/glyphicons.scss */
.glyphicons-leather:before {
  content: "\E288";
}

/* line 662, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scissors:before {
  content: "\E289";
}

/* line 664, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bomb:before {
  content: "\E290";
}

/* line 666, app/assets/stylesheets/glyphicons.scss */
.glyphicons-skull:before {
  content: "\E291";
}

/* line 668, app/assets/stylesheets/glyphicons.scss */
.glyphicons-celebration:before {
  content: "\E292";
}

/* line 670, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tea-kettle:before {
  content: "\E293";
}

/* line 672, app/assets/stylesheets/glyphicons.scss */
.glyphicons-french-press:before {
  content: "\E294";
}

/* line 674, app/assets/stylesheets/glyphicons.scss */
.glyphicons-coffee-cup:before {
  content: "\E295";
}

/* line 676, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pot:before {
  content: "\E296";
}

/* line 678, app/assets/stylesheets/glyphicons.scss */
.glyphicons-grater:before {
  content: "\E297";
}

/* line 680, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kettle:before {
  content: "\E298";
}

/* line 682, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hospital:before {
  content: "\E299";
}

/* line 684, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hospital-h:before {
  content: "\E300";
}

/* line 686, app/assets/stylesheets/glyphicons.scss */
.glyphicons-microphone:before {
  content: "\E301";
}

/* line 688, app/assets/stylesheets/glyphicons.scss */
.glyphicons-webcam:before {
  content: "\E302";
}

/* line 690, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}

/* line 692, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temple-islam:before {
  content: "\E304";
}

/* line 694, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temple-hindu:before {
  content: "\E305";
}

/* line 696, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temple-buddhist:before {
  content: "\E306";
}

/* line 698, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bicycle:before {
  content: "\E307";
}

/* line 700, app/assets/stylesheets/glyphicons.scss */
.glyphicons-life-preserver:before {
  content: "\E308";
}

/* line 702, app/assets/stylesheets/glyphicons.scss */
.glyphicons-share-alt:before {
  content: "\E309";
}

/* line 704, app/assets/stylesheets/glyphicons.scss */
.glyphicons-comments:before {
  content: "\E310";
}

/* line 706, app/assets/stylesheets/glyphicons.scss */
.glyphicons-flower:before {
  content: "\E311";
}

/* line 708, app/assets/stylesheets/glyphicons.scss */
.glyphicons-baseball:before {
  content: "\E312";
}

/* line 710, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rugby:before {
  content: "\E313";
}

/* line 712, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ax:before {
  content: "\E314";
}

/* line 714, app/assets/stylesheets/glyphicons.scss */
.glyphicons-table-tennis:before {
  content: "\E315";
}

/* line 716, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bowling:before {
  content: "\E316";
}

/* line 718, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tree-conifer:before {
  content: "\E317";
}

/* line 720, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tree-deciduous:before {
  content: "\E318";
}

/* line 722, app/assets/stylesheets/glyphicons.scss */
.glyphicons-more-items:before {
  content: "\E319";
}

/* line 724, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort:before {
  content: "\E320";
}

/* line 726, app/assets/stylesheets/glyphicons.scss */
.glyphicons-filter:before {
  content: "\E321";
}

/* line 728, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gamepad:before {
  content: "\E322";
}

/* line 730, app/assets/stylesheets/glyphicons.scss */
.glyphicons-playing-dices:before {
  content: "\E323";
}

/* line 732, app/assets/stylesheets/glyphicons.scss */
.glyphicons-calculator:before {
  content: "\E324";
}

/* line 734, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tie:before {
  content: "\E325";
}

/* line 736, app/assets/stylesheets/glyphicons.scss */
.glyphicons-wallet:before {
  content: "\E326";
}

/* line 738, app/assets/stylesheets/glyphicons.scss */
.glyphicons-piano:before {
  content: "\E327";
}

/* line 740, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sampler:before {
  content: "\E328";
}

/* line 742, app/assets/stylesheets/glyphicons.scss */
.glyphicons-podium:before {
  content: "\E329";
}

/* line 744, app/assets/stylesheets/glyphicons.scss */
.glyphicons-soccer-ball:before {
  content: "\E330";
}

/* line 746, app/assets/stylesheets/glyphicons.scss */
.glyphicons-blog:before {
  content: "\E331";
}

/* line 748, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dashboard:before {
  content: "\E332";
}

/* line 750, app/assets/stylesheets/glyphicons.scss */
.glyphicons-certificate:before {
  content: "\E333";
}

/* line 752, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bell:before {
  content: "\E334";
}

/* line 754, app/assets/stylesheets/glyphicons.scss */
.glyphicons-candle:before {
  content: "\E335";
}

/* line 756, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pushpin:before {
  content: "\E336";
}

/* line 758, app/assets/stylesheets/glyphicons.scss */
.glyphicons-iphone-shake:before {
  content: "\E337";
}

/* line 760, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pin-flag:before {
  content: "\E338";
}

/* line 762, app/assets/stylesheets/glyphicons.scss */
.glyphicons-turtle:before {
  content: "\E339";
}

/* line 764, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rabbit:before {
  content: "\E340";
}

/* line 766, app/assets/stylesheets/glyphicons.scss */
.glyphicons-globe:before {
  content: "\E341";
}

/* line 768, app/assets/stylesheets/glyphicons.scss */
.glyphicons-briefcase:before {
  content: "\E342";
}

/* line 770, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hdd:before {
  content: "\E343";
}

/* line 772, app/assets/stylesheets/glyphicons.scss */
.glyphicons-thumbs-up:before {
  content: "\E344";
}

/* line 774, app/assets/stylesheets/glyphicons.scss */
.glyphicons-thumbs-down:before {
  content: "\E345";
}

/* line 776, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hand-right:before {
  content: "\E346";
}

/* line 778, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hand-left:before {
  content: "\E347";
}

/* line 780, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hand-up:before {
  content: "\E348";
}

/* line 782, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hand-down:before {
  content: "\E349";
}

/* line 784, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fullscreen:before {
  content: "\E350";
}

/* line 786, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shopping-bag:before {
  content: "\E351";
}

/* line 788, app/assets/stylesheets/glyphicons.scss */
.glyphicons-book-open:before {
  content: "\E352";
}

/* line 790, app/assets/stylesheets/glyphicons.scss */
.glyphicons-nameplate:before {
  content: "\E353";
}

/* line 792, app/assets/stylesheets/glyphicons.scss */
.glyphicons-nameplate-alt:before {
  content: "\E354";
}

/* line 794, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vases:before {
  content: "\E355";
}

/* line 796, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bullhorn:before {
  content: "\E356";
}

/* line 798, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dumbbell:before {
  content: "\E357";
}

/* line 800, app/assets/stylesheets/glyphicons.scss */
.glyphicons-suitcase:before {
  content: "\E358";
}

/* line 802, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-import:before {
  content: "\E359";
}

/* line 804, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-export:before {
  content: "\E360";
}

/* line 806, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bug:before {
  content: "\E361";
}

/* line 808, app/assets/stylesheets/glyphicons.scss */
.glyphicons-crown:before {
  content: "\E362";
}

/* line 810, app/assets/stylesheets/glyphicons.scss */
.glyphicons-smoking:before {
  content: "\E363";
}

/* line 812, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cloud-upload:before {
  content: "\E364";
}

/* line 814, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cloud-download:before {
  content: "\E365";
}

/* line 816, app/assets/stylesheets/glyphicons.scss */
.glyphicons-restart:before {
  content: "\E366";
}

/* line 818, app/assets/stylesheets/glyphicons.scss */
.glyphicons-security-camera:before {
  content: "\E367";
}

/* line 820, app/assets/stylesheets/glyphicons.scss */
.glyphicons-expand:before {
  content: "\E368";
}

/* line 822, app/assets/stylesheets/glyphicons.scss */
.glyphicons-collapse:before {
  content: "\E369";
}

/* line 824, app/assets/stylesheets/glyphicons.scss */
.glyphicons-collapse-top:before {
  content: "\E370";
}

/* line 826, app/assets/stylesheets/glyphicons.scss */
.glyphicons-globe-af:before {
  content: "\E371";
}

/* line 828, app/assets/stylesheets/glyphicons.scss */
.glyphicons-global:before {
  content: "\E372";
}

/* line 830, app/assets/stylesheets/glyphicons.scss */
.glyphicons-spray:before {
  content: "\E373";
}

/* line 832, app/assets/stylesheets/glyphicons.scss */
.glyphicons-nails:before {
  content: "\E374";
}

/* line 834, app/assets/stylesheets/glyphicons.scss */
.glyphicons-claw-hammer:before {
  content: "\E375";
}

/* line 836, app/assets/stylesheets/glyphicons.scss */
.glyphicons-classic-hammer:before {
  content: "\E376";
}

/* line 838, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hand-saw:before {
  content: "\E377";
}

/* line 840, app/assets/stylesheets/glyphicons.scss */
.glyphicons-riflescope:before {
  content: "\E378";
}

/* line 842, app/assets/stylesheets/glyphicons.scss */
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}

/* line 844, app/assets/stylesheets/glyphicons.scss */
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}

/* line 846, app/assets/stylesheets/glyphicons.scss */
.glyphicons-message-forward:before {
  content: "\E381";
}

/* line 848, app/assets/stylesheets/glyphicons.scss */
.glyphicons-coat-hanger:before {
  content: "\E382";
}

/* line 850, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dress:before {
  content: "\E383";
}

/* line 852, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bathrobe:before {
  content: "\E384";
}

/* line 854, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shirt:before {
  content: "\E385";
}

/* line 856, app/assets/stylesheets/glyphicons.scss */
.glyphicons-underwear:before {
  content: "\E386";
}

/* line 858, app/assets/stylesheets/glyphicons.scss */
.glyphicons-log-in:before {
  content: "\E387";
}

/* line 860, app/assets/stylesheets/glyphicons.scss */
.glyphicons-log-out:before {
  content: "\E388";
}

/* line 862, app/assets/stylesheets/glyphicons.scss */
.glyphicons-exit:before {
  content: "\E389";
}

/* line 864, app/assets/stylesheets/glyphicons.scss */
.glyphicons-new-window-alt:before {
  content: "\E390";
}

/* line 866, app/assets/stylesheets/glyphicons.scss */
.glyphicons-video-sd:before {
  content: "\E391";
}

/* line 868, app/assets/stylesheets/glyphicons.scss */
.glyphicons-video-hd:before {
  content: "\E392";
}

/* line 870, app/assets/stylesheets/glyphicons.scss */
.glyphicons-subtitles:before {
  content: "\E393";
}

/* line 872, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sound-stereo:before {
  content: "\E394";
}

/* line 874, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sound-dolby:before {
  content: "\E395";
}

/* line 876, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sound-5-1:before {
  content: "\E396";
}

/* line 878, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sound-6-1:before {
  content: "\E397";
}

/* line 880, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sound-7-1:before {
  content: "\E398";
}

/* line 882, app/assets/stylesheets/glyphicons.scss */
.glyphicons-copyright-mark:before {
  content: "\E399";
}

/* line 884, app/assets/stylesheets/glyphicons.scss */
.glyphicons-registration-mark:before {
  content: "\E400";
}

/* line 886, app/assets/stylesheets/glyphicons.scss */
.glyphicons-radar:before {
  content: "\E401";
}

/* line 888, app/assets/stylesheets/glyphicons.scss */
.glyphicons-skateboard:before {
  content: "\E402";
}

/* line 890, app/assets/stylesheets/glyphicons.scss */
.glyphicons-golf-course:before {
  content: "\E403";
}

/* line 892, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sorting:before {
  content: "\E404";
}

/* line 894, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}

/* line 896, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}

/* line 898, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-order:before {
  content: "\E407";
}

/* line 900, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}

/* line 902, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}

/* line 904, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}

/* line 906, app/assets/stylesheets/glyphicons.scss */
.glyphicons-compressed:before {
  content: "\E411";
}

/* line 908, app/assets/stylesheets/glyphicons.scss */
.glyphicons-package:before {
  content: "\E412";
}

/* line 910, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cloud-plus:before {
  content: "\E413";
}

/* line 912, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cloud-minus:before {
  content: "\E414";
}

/* line 914, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-save:before {
  content: "\E415";
}

/* line 916, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-open:before {
  content: "\E416";
}

/* line 918, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-saved:before {
  content: "\E417";
}

/* line 920, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-remove:before {
  content: "\E418";
}

/* line 922, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-import:before {
  content: "\E419";
}

/* line 924, app/assets/stylesheets/glyphicons.scss */
.glyphicons-disk-export:before {
  content: "\E420";
}

/* line 926, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tower:before {
  content: "\E421";
}

/* line 928, app/assets/stylesheets/glyphicons.scss */
.glyphicons-send:before {
  content: "\E422";
}

/* line 930, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-branch:before {
  content: "\E423";
}

/* line 932, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-create:before {
  content: "\E424";
}

/* line 934, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-private:before {
  content: "\E425";
}

/* line 936, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-delete:before {
  content: "\E426";
}

/* line 938, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-merge:before {
  content: "\E427";
}

/* line 940, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-pull-request:before {
  content: "\E428";
}

/* line 942, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-compare:before {
  content: "\E429";
}

/* line 944, app/assets/stylesheets/glyphicons.scss */
.glyphicons-git-commit:before {
  content: "\E430";
}

/* line 946, app/assets/stylesheets/glyphicons.scss */
.glyphicons-construction-cone:before {
  content: "\E431";
}

/* line 948, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shoe-steps:before {
  content: "\E432";
}

/* line 950, app/assets/stylesheets/glyphicons.scss */
.glyphicons-plus:before {
  content: "\E433";
}

/* line 952, app/assets/stylesheets/glyphicons.scss */
.glyphicons-minus:before {
  content: "\E434";
}

/* line 954, app/assets/stylesheets/glyphicons.scss */
.glyphicons-redo:before {
  content: "\E435";
}

/* line 956, app/assets/stylesheets/glyphicons.scss */
.glyphicons-undo:before {
  content: "\E436";
}

/* line 958, app/assets/stylesheets/glyphicons.scss */
.glyphicons-golf:before {
  content: "\E437";
}

/* line 960, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hockey:before {
  content: "\E438";
}

/* line 962, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pipe:before {
  content: "\E439";
}

/* line 964, app/assets/stylesheets/glyphicons.scss */
.glyphicons-wrench:before {
  content: "\E440";
}

/* line 966, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-closed:before {
  content: "\E441";
}

/* line 968, app/assets/stylesheets/glyphicons.scss */
.glyphicons-phone-alt:before {
  content: "\E442";
}

/* line 970, app/assets/stylesheets/glyphicons.scss */
.glyphicons-earphone:before {
  content: "\E443";
}

/* line 972, app/assets/stylesheets/glyphicons.scss */
.glyphicons-floppy-disk:before {
  content: "\E444";
}

/* line 974, app/assets/stylesheets/glyphicons.scss */
.glyphicons-floppy-saved:before {
  content: "\E445";
}

/* line 976, app/assets/stylesheets/glyphicons.scss */
.glyphicons-floppy-remove:before {
  content: "\E446";
}

/* line 978, app/assets/stylesheets/glyphicons.scss */
.glyphicons-floppy-save:before {
  content: "\E447";
}

/* line 980, app/assets/stylesheets/glyphicons.scss */
.glyphicons-floppy-open:before {
  content: "\E448";
}

/* line 982, app/assets/stylesheets/glyphicons.scss */
.glyphicons-translate:before {
  content: "\E449";
}

/* line 984, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fax:before {
  content: "\E450";
}

/* line 986, app/assets/stylesheets/glyphicons.scss */
.glyphicons-factory:before {
  content: "\E451";
}

/* line 988, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shop-window:before {
  content: "\E452";
}

/* line 990, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shop:before {
  content: "\E453";
}

/* line 992, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kiosk:before {
  content: "\E454";
}

/* line 994, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}

/* line 996, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kiosk-light:before {
  content: "\E456";
}

/* line 998, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kiosk-food:before {
  content: "\E457";
}

/* line 1000, app/assets/stylesheets/glyphicons.scss */
.glyphicons-transfer:before {
  content: "\E458";
}

/* line 1002, app/assets/stylesheets/glyphicons.scss */
.glyphicons-money:before {
  content: "\E459";
}

/* line 1004, app/assets/stylesheets/glyphicons.scss */
.glyphicons-header:before {
  content: "\E460";
}

/* line 1006, app/assets/stylesheets/glyphicons.scss */
.glyphicons-blacksmith:before {
  content: "\E461";
}

/* line 1008, app/assets/stylesheets/glyphicons.scss */
.glyphicons-saw-blade:before {
  content: "\E462";
}

/* line 1010, app/assets/stylesheets/glyphicons.scss */
.glyphicons-basketball:before {
  content: "\E463";
}

/* line 1012, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server:before {
  content: "\E464";
}

/* line 1014, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-plus:before {
  content: "\E465";
}

/* line 1016, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-minus:before {
  content: "\E466";
}

/* line 1018, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-ban:before {
  content: "\E467";
}

/* line 1020, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-flag:before {
  content: "\E468";
}

/* line 1022, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-lock:before {
  content: "\E469";
}

/* line 1024, app/assets/stylesheets/glyphicons.scss */
.glyphicons-server-new:before {
  content: "\E470";
}

/* line 1026, app/assets/stylesheets/glyphicons.scss */
.glyphicons-charging-station:before {
  content: "\E471";
}

/* line 1028, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gas-station:before {
  content: "\E472";
}

/* line 1030, app/assets/stylesheets/glyphicons.scss */
.glyphicons-target:before {
  content: "\E473";
}

/* line 1032, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bed:before {
  content: "\E474";
}

/* line 1034, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mosquito:before {
  content: "\E475";
}

/* line 1036, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dining-set:before {
  content: "\E476";
}

/* line 1038, app/assets/stylesheets/glyphicons.scss */
.glyphicons-plate-of-food:before {
  content: "\E477";
}

/* line 1040, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hygiene-kit:before {
  content: "\E478";
}

/* line 1042, app/assets/stylesheets/glyphicons.scss */
.glyphicons-blackboard:before {
  content: "\E479";
}

/* line 1044, app/assets/stylesheets/glyphicons.scss */
.glyphicons-marriage:before {
  content: "\E480";
}

/* line 1046, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bucket:before {
  content: "\E481";
}

/* line 1048, app/assets/stylesheets/glyphicons.scss */
.glyphicons-none-color-swatch:before {
  content: "\E482";
}

/* line 1050, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bring-forward:before {
  content: "\E483";
}

/* line 1052, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bring-to-front:before {
  content: "\E484";
}

/* line 1054, app/assets/stylesheets/glyphicons.scss */
.glyphicons-send-backward:before {
  content: "\E485";
}

/* line 1056, app/assets/stylesheets/glyphicons.scss */
.glyphicons-send-to-back:before {
  content: "\E486";
}

/* line 1058, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}

/* line 1060, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}

/* line 1062, app/assets/stylesheets/glyphicons.scss */
.glyphicons-multiple-displays:before {
  content: "\E489";
}

/* line 1064, app/assets/stylesheets/glyphicons.scss */
.glyphicons-handshake:before {
  content: "\E490";
}

/* line 1066, app/assets/stylesheets/glyphicons.scss */
.glyphicons-child:before {
  content: "\E491";
}

/* line 1068, app/assets/stylesheets/glyphicons.scss */
.glyphicons-baby-formula:before {
  content: "\E492";
}

/* line 1070, app/assets/stylesheets/glyphicons.scss */
.glyphicons-medicine:before {
  content: "\E493";
}

/* line 1072, app/assets/stylesheets/glyphicons.scss */
.glyphicons-atv-vehicle:before {
  content: "\E494";
}

/* line 1074, app/assets/stylesheets/glyphicons.scss */
.glyphicons-motorcycle:before {
  content: "\E495";
}

/* line 1076, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bed-alt:before {
  content: "\E496";
}

/* line 1078, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tent:before {
  content: "\E497";
}

/* line 1080, app/assets/stylesheets/glyphicons.scss */
.glyphicons-glasses:before {
  content: "\E498";
}

/* line 1082, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sunglasses:before {
  content: "\E499";
}

/* line 1084, app/assets/stylesheets/glyphicons.scss */
.glyphicons-family:before {
  content: "\E500";
}

/* line 1086, app/assets/stylesheets/glyphicons.scss */
.glyphicons-education:before {
  content: "\E501";
}

/* line 1088, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shoes:before {
  content: "\E502";
}

/* line 1090, app/assets/stylesheets/glyphicons.scss */
.glyphicons-map:before {
  content: "\E503";
}

/* line 1092, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cd:before {
  content: "\E504";
}

/* line 1094, app/assets/stylesheets/glyphicons.scss */
.glyphicons-alert:before {
  content: "\E505";
}

/* line 1096, app/assets/stylesheets/glyphicons.scss */
.glyphicons-piggy-bank:before {
  content: "\E506";
}

/* line 1098, app/assets/stylesheets/glyphicons.scss */
.glyphicons-star-half:before {
  content: "\E507";
}

/* line 1100, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cluster:before {
  content: "\E508";
}

/* line 1102, app/assets/stylesheets/glyphicons.scss */
.glyphicons-flowchart:before {
  content: "\E509";
}

/* line 1104, app/assets/stylesheets/glyphicons.scss */
.glyphicons-commodities:before {
  content: "\E510";
}

/* line 1106, app/assets/stylesheets/glyphicons.scss */
.glyphicons-duplicate:before {
  content: "\E511";
}

/* line 1108, app/assets/stylesheets/glyphicons.scss */
.glyphicons-copy:before {
  content: "\E512";
}

/* line 1110, app/assets/stylesheets/glyphicons.scss */
.glyphicons-paste:before {
  content: "\E513";
}

/* line 1112, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bath-bathtub:before {
  content: "\E514";
}

/* line 1114, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bath-shower:before {
  content: "\E515";
}

/* line 1116, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shower:before {
  content: "\E516";
}

/* line 1118, app/assets/stylesheets/glyphicons.scss */
.glyphicons-menu-hamburger:before {
  content: "\E517";
}

/* line 1120, app/assets/stylesheets/glyphicons.scss */
.glyphicons-option-vertical:before {
  content: "\E518";
}

/* line 1122, app/assets/stylesheets/glyphicons.scss */
.glyphicons-option-horizontal:before {
  content: "\E519";
}

/* line 1124, app/assets/stylesheets/glyphicons.scss */
.glyphicons-currency-conversion:before {
  content: "\E520";
}

/* line 1126, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-ban:before {
  content: "\E521";
}

/* line 1128, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-lock:before {
  content: "\E522";
}

/* line 1130, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-flag:before {
  content: "\E523";
}

/* line 1132, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-asterisk:before {
  content: "\E524";
}

/* line 1134, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-alert:before {
  content: "\E525";
}

/* line 1136, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-key:before {
  content: "\E526";
}

/* line 1138, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-conversation:before {
  content: "\E527";
}

/* line 1140, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database:before {
  content: "\E528";
}

/* line 1142, app/assets/stylesheets/glyphicons.scss */
.glyphicons-database-search:before {
  content: "\E529";
}

/* line 1144, app/assets/stylesheets/glyphicons.scss */
.glyphicons-list-alt:before {
  content: "\E530";
}

/* line 1146, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hazard-sign:before {
  content: "\E531";
}

/* line 1148, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hazard:before {
  content: "\E532";
}

/* line 1150, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stop-sign:before {
  content: "\E533";
}

/* line 1152, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lab:before {
  content: "\E534";
}

/* line 1154, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lab-alt:before {
  content: "\E535";
}

/* line 1156, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ice-cream:before {
  content: "\E536";
}

/* line 1158, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ice-lolly:before {
  content: "\E537";
}

/* line 1160, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}

/* line 1162, app/assets/stylesheets/glyphicons.scss */
.glyphicons-invoice:before {
  content: "\E539";
}

/* line 1164, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cart-tick:before {
  content: "\E540";
}

/* line 1166, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hourglass:before {
  content: "\E541";
}

/* line 1168, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cat:before {
  content: "\E542";
}

/* line 1170, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lamp:before {
  content: "\E543";
}

/* line 1172, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scale-classic:before {
  content: "\E544";
}

/* line 1174, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eye-plus:before {
  content: "\E545";
}

/* line 1176, app/assets/stylesheets/glyphicons.scss */
.glyphicons-eye-minus:before {
  content: "\E546";
}

/* line 1178, app/assets/stylesheets/glyphicons.scss */
.glyphicons-quote:before {
  content: "\E547";
}

/* line 1180, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bitcoin:before {
  content: "\E548";
}

/* line 1182, app/assets/stylesheets/glyphicons.scss */
.glyphicons-yen:before {
  content: "\E549";
}

/* line 1184, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ruble:before {
  content: "\E550";
}

/* line 1186, app/assets/stylesheets/glyphicons.scss */
.glyphicons-erase:before {
  content: "\E551";
}

/* line 1188, app/assets/stylesheets/glyphicons.scss */
.glyphicons-podcast:before {
  content: "\E552";
}

/* line 1190, app/assets/stylesheets/glyphicons.scss */
.glyphicons-firework:before {
  content: "\E553";
}

/* line 1192, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scale:before {
  content: "\E554";
}

/* line 1194, app/assets/stylesheets/glyphicons.scss */
.glyphicons-king:before {
  content: "\E555";
}

/* line 1196, app/assets/stylesheets/glyphicons.scss */
.glyphicons-queen:before {
  content: "\E556";
}

/* line 1198, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pawn:before {
  content: "\E557";
}

/* line 1200, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bishop:before {
  content: "\E558";
}

/* line 1202, app/assets/stylesheets/glyphicons.scss */
.glyphicons-knight:before {
  content: "\E559";
}

/* line 1204, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mic-mute:before {
  content: "\E560";
}

/* line 1206, app/assets/stylesheets/glyphicons.scss */
.glyphicons-voicemail:before {
  content: "\E561";
}

/* line 1208, app/assets/stylesheets/glyphicons.scss */
.glyphicons-paragraph-alt:before {
  content: "\E562";
}

/* line 1210, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person-walking:before {
  content: "\E563";
}

/* line 1212, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person-wheelchair:before {
  content: "\E564";
}

/* line 1214, app/assets/stylesheets/glyphicons.scss */
.glyphicons-underground:before {
  content: "\E565";
}

/* line 1216, app/assets/stylesheets/glyphicons.scss */
.glyphicons-car-hov:before {
  content: "\E566";
}

/* line 1218, app/assets/stylesheets/glyphicons.scss */
.glyphicons-car-rental:before {
  content: "\E567";
}

/* line 1220, app/assets/stylesheets/glyphicons.scss */
.glyphicons-transport:before {
  content: "\E568";
}

/* line 1222, app/assets/stylesheets/glyphicons.scss */
.glyphicons-taxi:before {
  content: "\E569";
}

/* line 1224, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ice-cream-no:before {
  content: "\E570";
}

/* line 1226, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-u:before {
  content: "\E571";
}

/* line 1228, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}

/* line 1230, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}

/* line 1232, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-12:before {
  content: "\E574";
}

/* line 1234, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-15:before {
  content: "\E575";
}

/* line 1236, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-18:before {
  content: "\E576";
}

/* line 1238, app/assets/stylesheets/glyphicons.scss */
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}

/* line 1240, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tv:before {
  content: "\E578";
}

/* line 1242, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sms:before {
  content: "\E579";
}

/* line 1244, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mms:before {
  content: "\E580";
}

/* line 1246, app/assets/stylesheets/glyphicons.scss */
.glyphicons-us-rat-g:before {
  content: "\E581";
}

/* line 1248, app/assets/stylesheets/glyphicons.scss */
.glyphicons-us-rat-pg:before {
  content: "\E582";
}

/* line 1250, app/assets/stylesheets/glyphicons.scss */
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}

/* line 1252, app/assets/stylesheets/glyphicons.scss */
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}

/* line 1254, app/assets/stylesheets/glyphicons.scss */
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}

/* line 1256, app/assets/stylesheets/glyphicons.scss */
.glyphicons-equalizer:before {
  content: "\E586";
}

/* line 1258, app/assets/stylesheets/glyphicons.scss */
.glyphicons-speakers:before {
  content: "\E587";
}

/* line 1260, app/assets/stylesheets/glyphicons.scss */
.glyphicons-remote-control:before {
  content: "\E588";
}

/* line 1262, app/assets/stylesheets/glyphicons.scss */
.glyphicons-remote-control-tv:before {
  content: "\E589";
}

/* line 1264, app/assets/stylesheets/glyphicons.scss */
.glyphicons-shredder:before {
  content: "\E590";
}

/* line 1266, app/assets/stylesheets/glyphicons.scss */
.glyphicons-folder-heart:before {
  content: "\E591";
}

/* line 1268, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person-running:before {
  content: "\E592";
}

/* line 1270, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person:before {
  content: "\E593";
}

/* line 1272, app/assets/stylesheets/glyphicons.scss */
.glyphicons-voice:before {
  content: "\E594";
}

/* line 1274, app/assets/stylesheets/glyphicons.scss */
.glyphicons-stethoscope:before {
  content: "\E595";
}

/* line 1276, app/assets/stylesheets/glyphicons.scss */
.glyphicons-paired:before {
  content: "\E596";
}

/* line 1278, app/assets/stylesheets/glyphicons.scss */
.glyphicons-activity:before {
  content: "\E597";
}

/* line 1280, app/assets/stylesheets/glyphicons.scss */
.glyphicons-watch:before {
  content: "\E598";
}

/* line 1282, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scissors-alt:before {
  content: "\E599";
}

/* line 1284, app/assets/stylesheets/glyphicons.scss */
.glyphicons-car-wheel:before {
  content: "\E600";
}

/* line 1286, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chevron-up:before {
  content: "\E601";
}

/* line 1288, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chevron-down:before {
  content: "\E602";
}

/* line 1290, app/assets/stylesheets/glyphicons.scss */
.glyphicons-superscript:before {
  content: "\E603";
}

/* line 1292, app/assets/stylesheets/glyphicons.scss */
.glyphicons-subscript:before {
  content: "\E604";
}

/* line 1294, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-size:before {
  content: "\E605";
}

/* line 1296, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-color:before {
  content: "\E606";
}

/* line 1298, app/assets/stylesheets/glyphicons.scss */
.glyphicons-text-background:before {
  content: "\E607";
}

/* line 1300, app/assets/stylesheets/glyphicons.scss */
.glyphicons-modal-window:before {
  content: "\E608";
}

/* line 1302, app/assets/stylesheets/glyphicons.scss */
.glyphicons-newspaper:before {
  content: "\E609";
}

/* line 1304, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tractor:before {
  content: "\E610";
}

/* line 1306, app/assets/stylesheets/glyphicons.scss */
.glyphicons-camping:before {
  content: "\E611";
}

/* line 1308, app/assets/stylesheets/glyphicons.scss */
.glyphicons-camping-benches:before {
  content: "\E612";
}

/* line 1310, app/assets/stylesheets/glyphicons.scss */
.glyphicons-forest:before {
  content: "\E613";
}

/* line 1312, app/assets/stylesheets/glyphicons.scss */
.glyphicons-park:before {
  content: "\E614";
}

/* line 1314, app/assets/stylesheets/glyphicons.scss */
.glyphicons-field:before {
  content: "\E615";
}

/* line 1316, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mountains:before {
  content: "\E616";
}

/* line 1318, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fees-payments:before {
  content: "\E617";
}

/* line 1320, app/assets/stylesheets/glyphicons.scss */
.glyphicons-small-payments:before {
  content: "\E618";
}

/* line 1322, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mixed-buildings:before {
  content: "\E619";
}

/* line 1324, app/assets/stylesheets/glyphicons.scss */
.glyphicons-industrial-zone:before {
  content: "\E620";
}

/* line 1326, app/assets/stylesheets/glyphicons.scss */
.glyphicons-visitor-tag:before {
  content: "\E621";
}

/* line 1328, app/assets/stylesheets/glyphicons.scss */
.glyphicons-businessman:before {
  content: "\E622";
}

/* line 1330, app/assets/stylesheets/glyphicons.scss */
.glyphicons-meditation:before {
  content: "\E623";
}

/* line 1332, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bath:before {
  content: "\E624";
}

/* line 1334, app/assets/stylesheets/glyphicons.scss */
.glyphicons-donate:before {
  content: "\E625";
}

/* line 1336, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sauna:before {
  content: "\E626";
}

/* line 1338, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bedroom-nightstand:before {
  content: "\E627";
}

/* line 1340, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bedroom-lamp:before {
  content: "\E628";
}

/* line 1342, app/assets/stylesheets/glyphicons.scss */
.glyphicons-doctor:before {
  content: "\E629";
}

/* line 1344, app/assets/stylesheets/glyphicons.scss */
.glyphicons-engineering-networks:before {
  content: "\E630";
}

/* line 1346, app/assets/stylesheets/glyphicons.scss */
.glyphicons-washing-machine:before {
  content: "\E631";
}

/* line 1348, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dryer:before {
  content: "\E632";
}

/* line 1350, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dishwasher:before {
  content: "\E633";
}

/* line 1352, app/assets/stylesheets/glyphicons.scss */
.glyphicons-luggage-group:before {
  content: "\E634";
}

/* line 1354, app/assets/stylesheets/glyphicons.scss */
.glyphicons-teenager:before {
  content: "\E635";
}

/* line 1356, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person-stick:before {
  content: "\E636";
}

/* line 1358, app/assets/stylesheets/glyphicons.scss */
.glyphicons-person-stick-old:before {
  content: "\E637";
}

/* line 1360, app/assets/stylesheets/glyphicons.scss */
.glyphicons-traveler:before {
  content: "\E638";
}

/* line 1362, app/assets/stylesheets/glyphicons.scss */
.glyphicons-veteran:before {
  content: "\E639";
}

/* line 1364, app/assets/stylesheets/glyphicons.scss */
.glyphicons-group-chat:before {
  content: "\E640";
}

/* line 1366, app/assets/stylesheets/glyphicons.scss */
.glyphicons-elections:before {
  content: "\E641";
}

/* line 1368, app/assets/stylesheets/glyphicons.scss */
.glyphicons-law-justice:before {
  content: "\E642";
}

/* line 1370, app/assets/stylesheets/glyphicons.scss */
.glyphicons-judiciary:before {
  content: "\E643";
}

/* line 1372, app/assets/stylesheets/glyphicons.scss */
.glyphicons-house-fire:before {
  content: "\E644";
}

/* line 1374, app/assets/stylesheets/glyphicons.scss */
.glyphicons-firefighters:before {
  content: "\E645";
}

/* line 1376, app/assets/stylesheets/glyphicons.scss */
.glyphicons-police:before {
  content: "\E646";
}

/* line 1378, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ambulance:before {
  content: "\E647";
}

/* line 1380, app/assets/stylesheets/glyphicons.scss */
.glyphicons-light-beacon:before {
  content: "\E648";
}

/* line 1382, app/assets/stylesheets/glyphicons.scss */
.glyphicons-important-day:before {
  content: "\E649";
}

/* line 1384, app/assets/stylesheets/glyphicons.scss */
.glyphicons-bike-park:before {
  content: "\E650";
}

/* line 1386, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-top:before {
  content: "\E651";
}

/* line 1388, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-bottom:before {
  content: "\E652";
}

/* line 1390, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-horizontal:before {
  content: "\E653";
}

/* line 1392, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-left:before {
  content: "\E654";
}

/* line 1394, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-vertical:before {
  content: "\E655";
}

/* line 1396, app/assets/stylesheets/glyphicons.scss */
.glyphicons-object-align-right:before {
  content: "\E656";
}

/* line 1398, app/assets/stylesheets/glyphicons.scss */
.glyphicons-reflect-y:before {
  content: "\E657";
}

/* line 1400, app/assets/stylesheets/glyphicons.scss */
.glyphicons-reflect-x:before {
  content: "\E658";
}

/* line 1402, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tick:before {
  content: "\E659";
}

/* line 1404, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lawnmower:before {
  content: "\E660";
}

/* line 1406, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-redirect:before {
  content: "\E661";
}

/* line 1408, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-ip:before {
  content: "\E662";
}

/* line 1410, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-record:before {
  content: "\E663";
}

/* line 1412, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-ringtone:before {
  content: "\E664";
}

/* line 1414, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-traffic:before {
  content: "\E665";
}

/* line 1416, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-hold:before {
  content: "\E666";
}

/* line 1418, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-incoming:before {
  content: "\E667";
}

/* line 1420, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-outgoing:before {
  content: "\E668";
}

/* line 1422, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-video:before {
  content: "\E669";
}

/* line 1424, app/assets/stylesheets/glyphicons.scss */
.glyphicons-call-missed:before {
  content: "\E670";
}

/* line 1426, app/assets/stylesheets/glyphicons.scss */
.glyphicons-theater:before {
  content: "\E671";
}

/* line 1428, app/assets/stylesheets/glyphicons.scss */
.glyphicons-heartbeat:before {
  content: "\E672";
}

/* line 1430, app/assets/stylesheets/glyphicons.scss */
.glyphicons-kettlebell:before {
  content: "\E673";
}

/* line 1432, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fireplace:before {
  content: "\E674";
}

/* line 1434, app/assets/stylesheets/glyphicons.scss */
.glyphicons-street-lights:before {
  content: "\E675";
}

/* line 1436, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pedestrian:before {
  content: "\E676";
}

/* line 1438, app/assets/stylesheets/glyphicons.scss */
.glyphicons-flood:before {
  content: "\E677";
}

/* line 1440, app/assets/stylesheets/glyphicons.scss */
.glyphicons-open-water:before {
  content: "\E678";
}

/* line 1442, app/assets/stylesheets/glyphicons.scss */
.glyphicons-for-sale:before {
  content: "\E679";
}

/* line 1444, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dustbin:before {
  content: "\E680";
}

/* line 1446, app/assets/stylesheets/glyphicons.scss */
.glyphicons-door:before {
  content: "\E681";
}

/* line 1448, app/assets/stylesheets/glyphicons.scss */
.glyphicons-camp-fire:before {
  content: "\E682";
}

/* line 1450, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fleur-de-lis:before {
  content: "\E683";
}

/* line 1452, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature-settings:before {
  content: "\E684";
}

/* line 1454, app/assets/stylesheets/glyphicons.scss */
.glyphicons-article:before {
  content: "\E685";
}

/* line 1456, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sunbath:before {
  content: "\E686";
}

/* line 1458, app/assets/stylesheets/glyphicons.scss */
.glyphicons-balanced-diet:before {
  content: "\E687";
}

/* line 1460, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ticket:before {
  content: "\E688";
}

/* line 1462, app/assets/stylesheets/glyphicons.scss */
.glyphicons-parking-ticket:before {
  content: "\E689";
}

/* line 1464, app/assets/stylesheets/glyphicons.scss */
.glyphicons-parking-meter:before {
  content: "\E690";
}

/* line 1466, app/assets/stylesheets/glyphicons.scss */
.glyphicons-laptop:before {
  content: "\E691";
}

/* line 1468, app/assets/stylesheets/glyphicons.scss */
.glyphicons-tree-structure:before {
  content: "\E692";
}

/* line 1470, app/assets/stylesheets/glyphicons.scss */
.glyphicons-weather-warning:before {
  content: "\E693";
}

/* line 1472, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature-low:before {
  content: "\E694";
}

/* line 1474, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature-high:before {
  content: "\E695";
}

/* line 1476, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature-low-warning:before {
  content: "\E696";
}

/* line 1478, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature-high-warning:before {
  content: "\E697";
}

/* line 1480, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hurricane:before {
  content: "\E698";
}

/* line 1482, app/assets/stylesheets/glyphicons.scss */
.glyphicons-storm:before {
  content: "\E699";
}

/* line 1484, app/assets/stylesheets/glyphicons.scss */
.glyphicons-sorted-waste:before {
  content: "\E700";
}

/* line 1486, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ear:before {
  content: "\E701";
}

/* line 1488, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ear-deaf:before {
  content: "\E702";
}

/* line 1490, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-plus:before {
  content: "\E703";
}

/* line 1492, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-minus:before {
  content: "\E704";
}

/* line 1494, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-lock:before {
  content: "\E705";
}

/* line 1496, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-cloud:before {
  content: "\E706";
}

/* line 1498, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-cloud-download:before {
  content: "\E707";
}

/* line 1500, app/assets/stylesheets/glyphicons.scss */
.glyphicons-file-cloud-upload:before {
  content: "\E708";
}

/* line 1502, app/assets/stylesheets/glyphicons.scss */
.glyphicons-paragraph:before {
  content: "\E709";
}

/* line 1504, app/assets/stylesheets/glyphicons.scss */
.glyphicons-list-numbered:before {
  content: "\E710";
}

/* line 1506, app/assets/stylesheets/glyphicons.scss */
.glyphicons-donate-heart:before {
  content: "\E711";
}

/* line 1508, app/assets/stylesheets/glyphicons.scss */
.glyphicons-government:before {
  content: "\E712";
}

/* line 1510, app/assets/stylesheets/glyphicons.scss */
.glyphicons-maze:before {
  content: "\E713";
}

/* line 1512, app/assets/stylesheets/glyphicons.scss */
.glyphicons-chronicle:before {
  content: "\E714";
}

/* line 1514, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-structure:before {
  content: "\E715";
}

/* line 1516, app/assets/stylesheets/glyphicons.scss */
.glyphicons-recycle:before {
  content: "\E716";
}

/* line 1518, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gas:before {
  content: "\E717";
}

/* line 1520, app/assets/stylesheets/glyphicons.scss */
.glyphicons-waste-pipe:before {
  content: "\E718";
}

/* line 1522, app/assets/stylesheets/glyphicons.scss */
.glyphicons-water-pipe:before {
  content: "\E719";
}

/* line 1524, app/assets/stylesheets/glyphicons.scss */
.glyphicons-parking:before {
  content: "\E720";
}

/* line 1526, app/assets/stylesheets/glyphicons.scss */
.glyphicons-closed:before {
  content: "\E721";
}

/* line 1528, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse:before {
  content: "\E722";
}

/* line 1530, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse-double-click:before {
  content: "\E723";
}

/* line 1532, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse-left-click:before {
  content: "\E724";
}

/* line 1534, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse-right-click:before {
  content: "\E725";
}

/* line 1536, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse-middle-click:before {
  content: "\E726";
}

/* line 1538, app/assets/stylesheets/glyphicons.scss */
.glyphicons-mouse-scroll:before {
  content: "\E727";
}

/* line 1540, app/assets/stylesheets/glyphicons.scss */
.glyphicons-resize-vertical:before {
  content: "\E728";
}

/* line 1542, app/assets/stylesheets/glyphicons.scss */
.glyphicons-resize-horizontal:before {
  content: "\E729";
}

/* line 1544, app/assets/stylesheets/glyphicons.scss */
.glyphicons-temperature:before {
  content: "\E730";
}

/* line 1546, app/assets/stylesheets/glyphicons.scss */
.glyphicons-puzzle:before {
  content: "\E731";
}

/* line 1548, app/assets/stylesheets/glyphicons.scss */
.glyphicons-puzzle-2:before {
  content: "\E732";
}

/* line 1550, app/assets/stylesheets/glyphicons.scss */
.glyphicons-puzzle-3:before {
  content: "\E733";
}

/* line 1552, app/assets/stylesheets/glyphicons.scss */
.glyphicons-nearby-square:before {
  content: "\E734";
}

/* line 1554, app/assets/stylesheets/glyphicons.scss */
.glyphicons-nearby-circle:before {
  content: "\E735";
}

/* line 1556, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rotate-right:before {
  content: "\E736";
}

/* line 1558, app/assets/stylesheets/glyphicons.scss */
.glyphicons-rotate-left:before {
  content: "\E737";
}

/* line 1560, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pictures:before {
  content: "\E738";
}

/* line 1562, app/assets/stylesheets/glyphicons.scss */
.glyphicons-photo-album:before {
  content: "\E739";
}

/* line 1564, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cadastral-map:before {
  content: "\E740";
}

/* line 1566, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint-scan:before {
  content: "\E741";
}

/* line 1568, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint:before {
  content: "\E742";
}

/* line 1570, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint-lock:before {
  content: "\E743";
}

/* line 1572, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint-ok:before {
  content: "\E744";
}

/* line 1574, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint-remove:before {
  content: "\E745";
}

/* line 1576, app/assets/stylesheets/glyphicons.scss */
.glyphicons-fingerprint-reload:before {
  content: "\E746";
}

/* line 1578, app/assets/stylesheets/glyphicons.scss */
.glyphicons-pending-notifications:before {
  content: "\E747";
}

/* line 1580, app/assets/stylesheets/glyphicons.scss */
.glyphicons-synchronization:before {
  content: "\E748";
}

/* line 1582, app/assets/stylesheets/glyphicons.scss */
.glyphicons-synchronization-ban:before {
  content: "\E749";
}

/* line 1584, app/assets/stylesheets/glyphicons.scss */
.glyphicons-hash:before {
  content: "\E750";
}

/* line 1586, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-male:before {
  content: "\E751";
}

/* line 1588, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-female:before {
  content: "\E752";
}

/* line 1590, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-virgin-female:before {
  content: "\E753";
}

/* line 1592, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-intersex:before {
  content: "\E754";
}

/* line 1594, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-transgender:before {
  content: "\E755";
}

/* line 1596, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-ori-lesbian:before {
  content: "\E756";
}

/* line 1598, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-ori-gay:before {
  content: "\E757";
}

/* line 1600, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-ori-hetero:before {
  content: "\E758";
}

/* line 1602, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-other:before {
  content: "\E759";
}

/* line 1604, app/assets/stylesheets/glyphicons.scss */
.glyphicons-gender-unknown:before {
  content: "\E760";
}

/* line 1606, app/assets/stylesheets/glyphicons.scss */
.glyphicons-scanner:before {
  content: "\E761";
}

/* line 1608, app/assets/stylesheets/glyphicons.scss */
.glyphicons-multifunction-printer:before {
  content: "\E762";
}

/* line 1610, app/assets/stylesheets/glyphicons.scss */
.glyphicons-lasso:before {
  content: "\E763";
}

/* line 1612, app/assets/stylesheets/glyphicons.scss */
.glyphicons-view-360:before {
  content: "\E764";
}

/* line 1614, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-charging:before {
  content: "\E765";
}

/* line 1616, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-full:before {
  content: "\E766";
}

/* line 1618, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-75:before {
  content: "\E767";
}

/* line 1620, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-50:before {
  content: "\E768";
}

/* line 1622, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-25:before {
  content: "\E769";
}

/* line 1624, app/assets/stylesheets/glyphicons.scss */
.glyphicons-battery-10:before {
  content: "\E770";
}

/* line 1626, app/assets/stylesheets/glyphicons.scss */
.glyphicons-satellite:before {
  content: "\E771";
}

/* line 1628, app/assets/stylesheets/glyphicons.scss */
.glyphicons-satellite-dish:before {
  content: "\E772";
}

/* line 1630, app/assets/stylesheets/glyphicons.scss */
.glyphicons-satellite-dish-alt:before {
  content: "\E773";
}

/* line 1632, app/assets/stylesheets/glyphicons.scss */
.glyphicons-auction:before {
  content: "\E774";
}

/* line 1634, app/assets/stylesheets/glyphicons.scss */
.glyphicons-directions:before {
  content: "\E775";
}

/* line 1636, app/assets/stylesheets/glyphicons.scss */
.glyphicons-race:before {
  content: "\E776";
}

/* line 1638, app/assets/stylesheets/glyphicons.scss */
.glyphicons-robot:before {
  content: "\E777";
}

/* line 1640, app/assets/stylesheets/glyphicons.scss */
.glyphicons-ruler-alt:before {
  content: "\E778";
}

/* line 1642, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cube-empty:before {
  content: "\E779";
}

/* line 1644, app/assets/stylesheets/glyphicons.scss */
.glyphicons-cube-black:before {
  content: "\E780";
}

/* line 1646, app/assets/stylesheets/glyphicons.scss */
.glyphicons-move-square:before {
  content: "\E781";
}

/* line 1648, app/assets/stylesheets/glyphicons.scss */
.glyphicons-drop:before {
  content: "\E782";
}

/* line 1650, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-headset:before {
  content: "\E783";
}

/* line 1652, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-charging:before {
  content: "\E784";
}

/* line 1654, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-low-battery:before {
  content: "\E785";
}

/* line 1656, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-paired:before {
  content: "\E786";
}

/* line 1658, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-settings:before {
  content: "\E787";
}

/* line 1660, app/assets/stylesheets/glyphicons.scss */
.glyphicons-vr-maintenance:before {
  content: "\E788";
}

/* line 1662, app/assets/stylesheets/glyphicons.scss */
.glyphicons-filter-remove:before {
  content: "\E789";
}

/* line 1664, app/assets/stylesheets/glyphicons.scss */
.glyphicons-filter-applied:before {
  content: "\E790";
}

/* line 1666, app/assets/stylesheets/glyphicons.scss */
.glyphicons-one-day:before {
  content: "\E791";
}

/* line 1668, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-vr:before {
  content: "\E792";
}

/* line 1670, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-vr-add:before {
  content: "\E793";
}

/* line 1672, app/assets/stylesheets/glyphicons.scss */
.glyphicons-user-vr-remove:before {
  content: "\E794";
}

/* line 1674, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-1:before {
  content: "\E795";
}

/* line 1676, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-2:before {
  content: "\E796";
}

/* line 1678, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-3:before {
  content: "\E797";
}

/* line 1680, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-4:before {
  content: "\E798";
}

/* line 1682, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-5:before {
  content: "\E799";
}

/* line 1684, app/assets/stylesheets/glyphicons.scss */
.glyphicons-dice-6:before {
  content: "\E800";
}
/**** Table styles ****/
/* line 5, app/assets/stylesheets/index_table.css.scss */
table.dataTable tbody tr {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/index_table.css.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 5px;
}

/* line 16, app/assets/stylesheets/index_table.css.scss */
table.dataTable thead th {
  line-height: 1.2;
  padding: 10px 5px;
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/index_table.css.scss */
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::after {
  color: #19A4B0;
  top: 50%;
  transform: translateY(-100%);
  height: 10px;
  margin: 0 5px;
}

/* line 34, app/assets/stylesheets/index_table.css.scss */
.table.detail-view-details td {
  padding: 5px 0;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

/* line 39, app/assets/stylesheets/index_table.css.scss */
.table.detail-view-details td.column-title {
  color: #19A4B0;
  font-family: 'HelveticaNeue-Bold';
  font-weight: bold;
  padding-right: 10px;
  width: 260px;
}

/* line 46, app/assets/stylesheets/index_table.css.scss */
.table.detail-view-details td.column-title--sm {
  width: 100px;
}
/* line 3, app/assets/stylesheets/main_styles.scss */
h1, .h1 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: #19A4B0;
}

/* line 8, app/assets/stylesheets/main_styles.scss */
h2, .h2 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: #212529;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/main_styles.scss */
h3, .h3 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: #050505;
  font-size: 21px;
}

/* line 20, app/assets/stylesheets/main_styles.scss */
h3.cyan-h3,
.h3.cyan-h3 {
  color: #19A4B0;
}

/* line 25, app/assets/stylesheets/main_styles.scss */
h4, .h4 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: #19A4B0;
}

/* line 30, app/assets/stylesheets/main_styles.scss */
h5, .h5 {
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  color: #19A4B0;
}

/* line 35, app/assets/stylesheets/main_styles.scss */
.btn, .column-title {
  font-family: 'Helvetica Neue' !important;
  font-weight: normal !important;
}

/* line 40, app/assets/stylesheets/main_styles.scss */
.canvas-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 49, app/assets/stylesheets/main_styles.scss */
.white-bg {
  background-color: white;
}

/* line 53, app/assets/stylesheets/main_styles.scss */
.navbar-brand {
  padding-bottom: 0;
}

/* line 57, app/assets/stylesheets/main_styles.scss */
.glyphicons {
  vertical-align: initial;
}

/* badges */
/* line 62, app/assets/stylesheets/main_styles.scss */
.badge-active {
  background-color: #1CD0AD;
  color: #fff;
}

/* line 67, app/assets/stylesheets/main_styles.scss */
.badge-status {
  margin-left: 1em;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  color: #fff;
}

/* line 76, app/assets/stylesheets/main_styles.scss */
.badge-inactive {
  background-color: #FD6921;
  color: #fff;
}

/* line 83, app/assets/stylesheets/main_styles.scss */
.form-check-label:hover,
.form-check-input:hover {
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/main_styles.scss */
.scroll-box {
  overflow-y: scroll;
  height: 280px;
  padding: 1rem;
}

/* line 94, app/assets/stylesheets/main_styles.scss */
.btn-wrap-text {
  white-space: normal !important;
  word-wrap: break-word !important;
}

/* line 99, app/assets/stylesheets/main_styles.scss */
.text-light-gray {
  color: #AAAAAA;
}

/* line 103, app/assets/stylesheets/main_styles.scss */
.text-note {
  font-family: 'HelveticaNeue';
  font-size: 11px;
  font-weight: normal;
}

/* file upload */
/* line 110, app/assets/stylesheets/main_styles.scss */
.file-drop-zone-title {
  color: #BDE6EA;
}

/* line 114, app/assets/stylesheets/main_styles.scss */
.file-drop-zone {
  border: 2px dashed #BDE6EA;
}

/* end file upload */
/* line 119, app/assets/stylesheets/main_styles.scss */
.description-title {
  font-size: 18px;
  color: #414d5c;
}

/* line 124, app/assets/stylesheets/main_styles.scss */
.textarea-sm {
  min-height: 60px;
}

/* line 128, app/assets/stylesheets/main_styles.scss */
.image-fieldset {
  border: 1px solid #dee2e6;
  padding: 5px 15px;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 3 - 30px);
}

/* line 137, app/assets/stylesheets/main_styles.scss */
.image-title {
  font-size: 18px;
  padding: 5px 15px;
  width: auto;
  color: #414d5c;
  margin-bottom: 0;
}

/* line 146, app/assets/stylesheets/main_styles.scss */
.image-field svg, .image-field img {
  max-width: 100%;
}

/* line 151, app/assets/stylesheets/main_styles.scss */
.form-control[readonly] {
  cursor: not-allowed;
}

/* line 154, app/assets/stylesheets/main_styles.scss */
.form-control[readonly]:focus {
  box-shadow: none;
  border-color: #BDE6EA;
}

/* line 160, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox {
  min-height: 1rem;
  padding-left: 0;
  margin-right: 0;
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox .buybay-control-indicator {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 10px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  vertical-align: middle;
  margin: 0 0px;
  box-shadow: none;
}

/* line 181, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox .buybay-control-indicator:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -2px;
  top: -4px;
  -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
  transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

/* line 195, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox .buybay-control-input:checked ~ .buybay-control-indicator {
  background-color: #84c7c1;
  background-image: none;
  box-shadow: none !important;
}

/* line 200, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox .buybay-control-input:checked ~ .buybay-control-indicator:after {
  background-color: #84c7c1;
  left: 15px;
}

/* line 204, app/assets/stylesheets/main_styles.scss */
.buybay-checkbox .buybay-control-input:focus ~ .buybay-control-indicator {
  box-shadow: none !important;
}

/* line 208, app/assets/stylesheets/main_styles.scss */
label.buybay-control {
  margin-bottom: 0px;
}

/* line 212, app/assets/stylesheets/main_styles.scss */
.buybay-true {
  background-color: #19A4B0;
  color: white;
}

/* line 217, app/assets/stylesheets/main_styles.scss */
.buybay-false {
  background-color: #FD6921;
  color: white;
}

/* line 222, app/assets/stylesheets/main_styles.scss */
.file-upload-button {
  font-family: 'Helvetica Neue' !important;
}

/* Spinner for loading */
/* line 227, app/assets/stylesheets/main_styles.scss */
.progress-spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #19A4B0;
  background-color: transparent;
  width: 67px;
  height: 67px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End Spinner for loading */
/* div for showing overlay flash alerts */
/* line 251, app/assets/stylesheets/main_styles.scss */
.flash-box {
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

/* line 260, app/assets/stylesheets/main_styles.scss */
.select-dropdown {
  position: static;
}

/* line 263, app/assets/stylesheets/main_styles.scss */
.select-dropdown .select-dropdown--above {
  margin-top: 336px;
}
/* line 4, app/assets/stylesheets/nav-tabs.css.scss */
.nav-tabs .nav-link {
  color: #414d5c;
  padding: .5rem 1rem .2rem 1rem;
  font-family: 'hnueu67mediumcondensed', 'HelveticaNeue';
  font-size: 21px;
  line-height: 27px;
}

/* line 11, app/assets/stylesheets/nav-tabs.css.scss */
.nav-tabs .nav-link.active {
  color: #050505;
}

/* line 16, app/assets/stylesheets/nav-tabs.css.scss */
.nav-tabs .dropdown-menu {
  min-width: 100%;
}

/* line 20, app/assets/stylesheets/nav-tabs.css.scss */
.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
  background-color: #19A4B0;
}

/* line 25, app/assets/stylesheets/nav-tabs.css.scss */
.nav-tabs .dropdown-item--empty {
  padding: 0.25rem 1rem;
}
/*










*/
