<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popover-content {
  padding: 9px 14px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner&gt;.item {
  position: relative;
  display: none;
  -webkit-transition: left .6s ease-in-out;
  -o-transition: .6s ease-in-out left;
  transition: left .6s ease-in-out;
}

.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img {
  line-height: 1;
}

@media (-webkit-transform-3d),(transform-3d) {
  .carousel-inner&gt;.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner&gt;.item.active.right,
  .carousel-inner&gt;.item.next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }

  .carousel-inner&gt;.item.active.left,
  .carousel-inner&gt;.item.prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }

  .carousel-inner&gt;.item.active,
  .carousel-inner&gt;.item.next.left,
  .carousel-inner&gt;.item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
  }
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
  display: block;
}

.carousel-inner&gt;.active {
  left: 0;
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner&gt;.next {
  left: 100%;
}

.carousel-inner&gt;.prev {
  left: -100%;
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
  left: 0;
}

.carousel-inner&gt;.active.left {
  left: -100%;
}

.carousel-inner&gt;.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical&gt;.btn-group:after,
.btn-group-vertical&gt;.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical&gt;.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none!important;
}

.affix {
  position: fixed;
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

/*!
 *  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(/static/media/fontawesome-webfont.674f50d2.eot);
  src: url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&amp;v=4.7.0) format("embedded-opentype"),url(/static/media/fontawesome-webfont.af7ae505.woff2) format("woff2"),url(/static/media/fontawesome-webfont.fee66e71.woff) format("woff"),url(/static/media/fontawesome-webfont.b06871f2.ttf) format("truetype"),url(/static/media/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul&gt;li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.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);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\F150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\F151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\F152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\F156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\F158";
}

.fa-krw:before,
.fa-won:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\F19C";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\F1C5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\F1C6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\F1D0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\F1D8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-television:before,
.fa-tv:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\F2A3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\F2BB";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.react-bs-table .react-bs-container-header .sort-column,
.s-alert-close,
td.react-bs-table-expand-cell,
th.react-bs-table-expand-cell&gt;div {
  cursor: pointer;
}

.react-bs-table-container .react-bs-table-search-form {
  margin-bottom: 0;
}

.react-bs-table-bordered {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.react-bs-table table {
  margin-bottom: 0;
  table-layout: fixed;
}

.react-bs-table table td,
.react-bs-table table th {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.react-bs-table-pagination {
  margin-top: 10px;
}

.react-bs-table-tool-bar {
  margin-bottom: 5px;
}

.react-bs-container-footer,
.react-bs-container-header {
  overflow: hidden;
  width: 100%;
}

.react-bs-container-body {
  overflow: auto;
  width: 100%;
}

.react-bootstrap-table-page-btns-ul {
  float: right;
  margin-top: 0;
}

.react-bs-table .table-bordered {
  border: 0;
  outline: 0!important;
}

.react-bs-table .table-bordered&gt;thead&gt;tr&gt;td,
.react-bs-table .table-bordered&gt;thead&gt;tr&gt;th {
  border-bottom-width: 2px;
}

.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;td {
  outline: 0!important;
}

.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;td.default-focus-cell {
  outline: 3px solid #6495ed!important;
  outline-offset: -1px;
}

.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;td,
.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;th {
  border-top-width: 2px;
  border-bottom-width: 0;
}

.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.react-bs-table .table-bordered&gt;thead&gt;tr&gt;td:first-child,
.react-bs-table .table-bordered&gt;thead&gt;tr&gt;th:first-child {
  border-left-width: 0;
}

.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.react-bs-table .table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.react-bs-table .table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.react-bs-table .table-bordered&gt;thead&gt;tr&gt;td:last-child,
.react-bs-table .table-bordered&gt;thead&gt;tr&gt;th:last-child {
  border-right-width: 0;
}

.react-bs-table .table-bordered&gt;thead&gt;tr:first-child&gt;td,
.react-bs-table .table-bordered&gt;thead&gt;tr:first-child&gt;th {
  border-top-width: 0;
}

.react-bs-table .table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.react-bs-table .table-bordered&gt;tfoot&gt;tr:last-child&gt;th {
  border-bottom-width: 0;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th {
  vertical-align: middle;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .filter,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .filter {
  font-weight: 400;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .filter::-webkit-input-placeholder,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .number-filter-input::-webkit-input-placeholder,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .select-filter.placeholder-selected,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .select-filter option[value=""],
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .filter::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .number-filter-input::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .select-filter.placeholder-selected,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .select-filter option[value=""] {
  color: #d3d3d3;
  font-style: italic;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .select-filter.placeholder-selected option:not([value=""]),
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .select-filter.placeholder-selected option:not([value=""]) {
  color: initial;
  font-style: normal;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .date-filter,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .number-filter,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .date-filter,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .number-filter {
  display: -ms-flexbox;
  display: flex;
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .date-filter-input,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .number-filter-input,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .date-filter-input,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .number-filter-input {
  margin-left: 5px;
  float: left;
  width: calc(100% - 67px - 5px);
}

.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .date-filter-comparator,
.react-bs-table .react-bs-container-footer&gt;table&gt;thead&gt;tr&gt;th .number-filter-comparator,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .date-filter-comparator,
.react-bs-table .react-bs-container-header&gt;table&gt;thead&gt;tr&gt;th .number-filter-comparator {
  width: 67px;
  float: left;
}

.react-bs-container .textarea-save-btn {
  position: absolute;
  z-index: 100;
  right: 0;
  top: -21px;
}

.react-bs-table-no-data {
  text-align: center;
}

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0,0,0,.5);
  z-index: 101;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.ReactModal__Content {
  -webkit-transform: scale(.5) rotateX(-30deg);
  transform: scale(.5) rotateX(-30deg);
}

.ReactModal__Content--after-open {
  -webkit-transform: scale(1) rotateX(0);
  transform: scale(1) rotateX(0);
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.ReactModal__Content--before-close {
  -webkit-transform: scale(.5) rotateX(30deg);
  transform: scale(.5) rotateX(30deg);
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.ReactModal__Content.modal-dialog {
  border: none;
  background-color: transparent;
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.shake {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.s-alert-box,
.s-alert-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s-alert-box {
  position: fixed;
  background: rgba(42,45,50,.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250,251,255,.95);
  font-size: 100%;
  font-family: Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
  max-width: 300px;
  -webkit-transition: top .4s,bottom .4s;
  -o-transition: top .4s,bottom .4s;
  transition: top .4s,bottom .4s;
}

.s-alert-box.s-alert-show,
.s-alert-box.s-alert-visible {
  pointer-events: auto;
}

.s-alert-box a {
  color: inherit;
  opacity: .7;
  font-weight: 700;
}

.s-alert-box a:focus,
.s-alert-box a:hover {
  opacity: 1;
}

.s-alert-box p {
  margin: 0;
}

.s-alert-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.s-alert-close:focus,
.s-alert-close:hover {
  outline: 0;
}

.s-alert-close:after,
.s-alert-close:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff;
}

.s-alert-close:hover:after,
.s-alert-close:hover:before {
  background: #fff;
}

.s-alert-close:before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.s-alert-close:after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

.s-alert-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
}

.s-alert-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
}

.s-alert-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
}

.s-alert-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}

.s-alert-bottom,
.s-alert-top {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}

.s-alert-bottom {
  bottom: 0;
  top: auto;
}

.s-alert-top {
  top: 0;
  bottom: auto;
}

.s-alert-info {
  background: #00a2d3;
  color: #fff;
}

.s-alert-success {
  background: #27ae60;
  color: #fff;
}

.s-alert-warning {
  background: #f1c40f;
  color: #fff;
}

.s-alert-error {
  background: #e74c3c;
  color: #fff;
}

[class*=" s-alert-effect-"].s-alert-hide,
[class^=s-alert-effect-].s-alert-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.s-alert-box-height {
  visibility: hidden;
  position: fixed;
}

.s-alert-effect-scale a,
.s-alert-effect-scale a:focus,
.s-alert-effect-scale a:hover {
  color: #fff;
}

.s-alert-effect-scale .s-alert-close:after,
.s-alert-effect-scale .s-alert-close:before,
.s-alert-effect-scale .s-alert-close:hover:after,
.s-alert-effect-scale .s-alert-close:hover:before {
  background: #fff;
}

.s-alert-effect-scale.s-alert-hide,
.s-alert-effect-scale.s-alert-show {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,40px,0) scale3d(.1,.6,1);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) scaleX(1);
  }
}

@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,40px,0) scale3d(.1,.6,1);
    transform: translate3d(0,40px,0) scale3d(.1,.6,1);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) scaleX(1);
    transform: translateZ(0) scaleX(1);
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  height: 100%;
  color: #575757;
}

@media (max-width:1024px) {
  body {
    background-size: contain;
  }
}

html {
  height: 100%;
}

.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
  background-color: transparent;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 23px;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 24px!important;
}

.modal-container.modal-open {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}

input::-ms-reveal {
  display: none;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-left-10 {
  margin-left: 10px;
}

.mg-lr-10,
.mg-right-10 {
  margin-right: 10px;
}

.mg-lr-10 {
  margin-left: 10px;
}

.mg-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg-10 {
  margin: 10px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-left-20 {
  margin-left: 20px;
}

.mg-lr-20,
.mg-right-20 {
  margin-right: 20px;
}

.mg-lr-20 {
  margin-left: 20px;
}

.mg-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-20 {
  margin: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-left-30 {
  margin-left: 30px;
}

.mg-lr-30,
.mg-right-30 {
  margin-right: 30px;
}

.mg-lr-30 {
  margin-left: 30px;
}

.mg-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg-30 {
  margin: 30px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-left-40 {
  margin-left: 40px;
}

.mg-lr-40,
.mg-right-40 {
  margin-right: 40px;
}

.mg-lr-40 {
  margin-left: 40px;
}

.mg-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-40 {
  margin: 40px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-left-50 {
  margin-left: 50px;
}

.mg-lr-50,
.mg-right-50 {
  margin-right: 50px;
}

.mg-lr-50 {
  margin-left: 50px;
}

.mg-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mg-50 {
  margin: 50px;
}

.mg-top-60 {
  margin-top: 60px;
}

.mg-bottom-60 {
  margin-bottom: 60px;
}

.mg-left-60 {
  margin-left: 60px;
}

.mg-lr-60,
.mg-right-60 {
  margin-right: 60px;
}

.mg-lr-60 {
  margin-left: 60px;
}

.mg-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg-60 {
  margin: 60px;
}

.mg-top-70 {
  margin-top: 70px;
}

.mg-bottom-70 {
  margin-bottom: 70px;
}

.mg-left-70 {
  margin-left: 70px;
}

.mg-lr-70,
.mg-right-70 {
  margin-right: 70px;
}

.mg-lr-70 {
  margin-left: 70px;
}

.mg-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mg-70 {
  margin: 70px;
}

.mg-top-80 {
  margin-top: 80px;
}

.mg-bottom-80 {
  margin-bottom: 80px;
}

.mg-left-80 {
  margin-left: 80px;
}

.mg-lr-80,
.mg-right-80 {
  margin-right: 80px;
}

.mg-lr-80 {
  margin-left: 80px;
}

.mg-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mg-80 {
  margin: 80px;
}

.mg-top-90 {
  margin-top: 90px;
}

.mg-bottom-90 {
  margin-bottom: 90px;
}

.mg-left-90 {
  margin-left: 90px;
}

.mg-lr-90,
.mg-right-90 {
  margin-right: 90px;
}

.mg-lr-90 {
  margin-left: 90px;
}

.mg-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mg-90 {
  margin: 90px;
}

.mg-top-100 {
  margin-top: 100px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.mg-left-100 {
  margin-left: 100px;
}

.mg-lr-100,
.mg-right-100 {
  margin-right: 100px;
}

.mg-lr-100 {
  margin-left: 100px;
}

.mg-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mg-100 {
  margin: 100px;
}

.mg-top-110 {
  margin-top: 110px;
}

.mg-bottom-110 {
  margin-bottom: 110px;
}

.mg-left-110 {
  margin-left: 110px;
}

.mg-lr-110,
.mg-right-110 {
  margin-right: 110px;
}

.mg-lr-110 {
  margin-left: 110px;
}

.mg-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mg-110 {
  margin: 110px;
}

.mg-top-120 {
  margin-top: 120px;
}

.mg-bottom-120 {
  margin-bottom: 120px;
}

.mg-left-120 {
  margin-left: 120px;
}

.mg-lr-120,
.mg-right-120 {
  margin-right: 120px;
}

.mg-lr-120 {
  margin-left: 120px;
}

.mg-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mg-120 {
  margin: 120px;
}

.pd-top-10 {
  padding-top: 10px;
}

.pd-bottom-10 {
  padding-bottom: 10px;
}

.pd-left-10 {
  padding-left: 10px;
}

.pd-lr-10,
.pd-right-10 {
  padding-right: 10px;
}

.pd-lr-10 {
  padding-left: 10px;
}

.pd-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-10 {
  padding: 10px;
}

.pd-top-20 {
  padding-top: 20px;
}

.pd-bottom-20 {
  padding-bottom: 20px;
}

.pd-left-20 {
  padding-left: 20px;
}

.pd-lr-20,
.pd-right-20 {
  padding-right: 20px;
}

.pd-lr-20 {
  padding-left: 20px;
}

.pd-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-20 {
  padding: 20px;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-bottom-30 {
  padding-bottom: 30px;
}

.pd-left-30 {
  padding-left: 30px;
}

.pd-lr-30,
.pd-right-30 {
  padding-right: 30px;
}

.pd-lr-30 {
  padding-left: 30px;
}

.pd-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-30 {
  padding: 30px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.pd-left-40 {
  padding-left: 40px;
}

.pd-lr-40,
.pd-right-40 {
  padding-right: 40px;
}

.pd-lr-40 {
  padding-left: 40px;
}

.pd-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-40 {
  padding: 40px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-left-50 {
  padding-left: 50px;
}

.pd-lr-50,
.pd-right-50 {
  padding-right: 50px;
}

.pd-lr-50 {
  padding-left: 50px;
}

.pd-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-50 {
  padding: 50px;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-left-60 {
  padding-left: 60px;
}

.pd-lr-60,
.pd-right-60 {
  padding-right: 60px;
}

.pd-lr-60 {
  padding-left: 60px;
}

.pd-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-60 {
  padding: 60px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-left-70 {
  padding-left: 70px;
}

.pd-lr-70,
.pd-right-70 {
  padding-right: 70px;
}

.pd-lr-70 {
  padding-left: 70px;
}

.pd-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd-70 {
  padding: 70px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-left-80 {
  padding-left: 80px;
}

.pd-lr-80,
.pd-right-80 {
  padding-right: 80px;
}

.pd-lr-80 {
  padding-left: 80px;
}

.pd-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd-80 {
  padding: 80px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-left-90 {
  padding-left: 90px;
}

.pd-lr-90,
.pd-right-90 {
  padding-right: 90px;
}

.pd-lr-90 {
  padding-left: 90px;
}

.pd-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pd-90 {
  padding: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-left-100 {
  padding-left: 100px;
}

.pd-lr-100,
.pd-right-100 {
  padding-right: 100px;
}

.pd-lr-100 {
  padding-left: 100px;
}

.pd-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-100 {
  padding: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-left-110 {
  padding-left: 110px;
}

.pd-lr-110,
.pd-right-110 {
  padding-right: 110px;
}

.pd-lr-110 {
  padding-left: 110px;
}

.pd-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pd-110 {
  padding: 110px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.pd-left-120 {
  padding-left: 120px;
}

.pd-lr-120,
.pd-right-120 {
  padding-right: 120px;
}

.pd-lr-120 {
  padding-left: 120px;
}

.pd-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pd-120 {
  padding: 120px;
}

div.progress-bar {
  background-color: #ab182e;
}

.fluid {
  width: 100%!important;
}

.btn,
.btn-form {
  outline: none!important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 39px;
  padding: 0 14px;
  text-transform: none;
}

.btn-form.btn-link,
.btn.btn-link {
  color: #ab182e;
}

.btn-form i,
.btn i {
  margin: 0 5px;
}

.btn-form {
  text-transform: uppercase;
  background: transparent!important;
  border: 1px solid;
  margin-top: 15px;
  padding: 5px 10px;
  height: auto;
  line-height: 14px;
}

.btn-form[disabled],
.btn-form[disabled]:hover {
  cursor: not-allowed!important;
  background: hsla(0,0%,87%,.56)!important;
  color: #fff!important;
  border-color: #fff!important;
}

.dropdown button {
  font-size: 14px!important;
  font-weight: 400!important;
}

.dropdown .btn-default {
  color: #000;
}

.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline-offset: 0;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-red,
.btn-primary,
.btn-red {
  background-color: #ab182e;
}

.btn-group-red:focus,
.btn-group-red:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-red:focus,
.btn-red:hover {
  border-color: #820d24!important;
  background-color: #820d24!important;
}

.btn-group-red:active,
.btn-primary:active,
.btn-red:active {
  border-color: #520b16!important;
  background-color: #520b16!important;
}

.btn-form-primary,
.btn-form-red {
  color: #ab182e;
}

.btn-form-primary:focus,
.btn-form-primary:hover,
.btn-form-red:focus,
.btn-form-red:hover {
  border-color: #820d24!important;
  background-color: #820d24!important;
  color: #fff!important;
}

.btn-form-primary:active,
.btn-form-red:active {
  border-color: #520b16!important;
  background-color: #520b16!important;
  color: #fff!important;
}

.btn-red-light {
  background-color: #c11a3f;
  color: #fff;
}

.btn-red-light:hover {
  background-color: #ab182e!important;
  color: #fff!important;
}

.btn-red-light:active {
  background-color: #520b16!important;
}

.btn-white {
  background-color: #fff;
  color: #fff;
}

.btn-white:hover {
  color: #fff!important;
}

.btn-white:active,
.btn-white:hover {
  background-color: #e6e6e6!important;
}

.btn-form-white {
  color: #fff;
}

.btn-form-white:active,
.btn-form-white:focus,
.btn-form-white:hover {
  background-color: #e6e6e6!important;
  border-color: #e6e6e6!important;
  color: #575756!important;
}

.btn-form-red-light {
  color: #c11a3f;
}

.btn-form-red-light:focus,
.btn-form-red-light:hover {
  background-color: #820d24!important;
  border-color: #820d24!important;
  color: #575756!important;
}

.btn-form-red-light:active {
  background-color: #520b16!important;
  border-color: #520b16!important;
  color: #575756!important;
}

.btn-login {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-grey {
  background-color: #575756;
  color: #fff!important;
}

.btn-grey:hover {
  background-color: #3d3d3d;
  color: #fff!important;
}

.btn-form-grey {
  color: #575756;
}

.btn-form-grey:focus,
.btn-form-grey:hover {
  background-color: #3d3d3d!important;
  border-color: #3d3d3d!important;
  color: #fff!important;
}

.btn-form-grey:active {
  background-color: #171717!important;
  border-color: #171717!important;
  color: #fff!important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Raleway,sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  font-weight: 900;
}

h1,
h2 {
  margin: 23px 0;
  line-height: 1.1!important;
  font-family: inherit;
  color: #575756;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h3,
h4 {
  margin: 23px 0;
  line-height: 1.1!important;
  font-weight: 700;
  font-family: inherit;
  color: #575756;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin: 0 0 11.5px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.control-label,
label {
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  margin-bottom: 8px;
}

.form-control,
input.read-only,
input[type=password],
input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 49px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #575756;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 2px;
  margin-bottom: 26px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus,
input.read-only:focus,
input[type=password]:focus,
input[type=text]:focus {
  border-color: #d7d7d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px hsla(0,0%,84%,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px hsla(0,0%,84%,.6);
}

.form-control:disabled,
input.read-only:disabled,
input[type=password]:disabled,
input[type=text]:disabled {
  cursor: not-allowed;
  border-color: #c5c5c5;
  background-color: #d2d2d2;
}

.form-control.read-only,
input.read-only.read-only,
input[type=password].read-only,
input[type=text].read-only {
  background-color: #d2d2d2;
  border-color: #c5c5c5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default;
}

.form-control+.help-block,
input.read-only+.help-block,
input[type=password]+.help-block,
input[type=text]+.help-block {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #979797;
  font-size: 16px;
  line-height: 1.7;
}

.form-group.has-success .control-label {
  color: #282828;
}

.form-group.has-success .form-control {
  border-color: #5dba5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-group.has-success .form-control:focus {
  border-color: #454f12;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b1cc2e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b1cc2e;
  outline: 0;
}

.form-group.has-success .form-control-feedback {
  color: #69791b;
}

.form-group.has-success .help-block {
  margin-top: -28px;
  color: #5dba5b;
}

.form-group.has-warning .control-label {
  color: #282828;
}

.form-group.has-warning .form-control {
  border-color: #fab200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-group.has-warning .form-control:focus {
  border-color: #674b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb901;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb901;
  outline: 0;
}

.form-group.has-warning .form-control-feedback {
  color: #9a7000;
}

.form-group.has-warning .help-block {
  margin-top: -28px;
  color: #fab200;
}

.form-group.has-error .control-label {
  color: #282828;
}

.form-group.has-error .form-control {
  border-color: #820d24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-group.has-error .form-control:focus {
  border-color: #24050c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ab1738;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ab1738;
  outline: 0;
}

.form-group.has-error .form-control-feedback {
  color: #510b1b;
}

.form-group.has-error .help-block {
  color: #820d24;
  margin-top: -28px;
}

.form-group .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 38px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  pointer-events: none;
}

.form-group .checkbox {
  min-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  position: relative;
}

.form-group .checkbox.disabled label {
  cursor: not-allowed;
  color: #282828;
}

.form-group .checkbox label {
  padding-left: 30px;
  min-height: 23px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  color: #282828;
}

.form-group .checkbox label&gt;input {
  position: absolute;
  left: 20px;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 -20px;
  line-height: normal;
  padding: 0;
}

.form-group .checkbox label&gt;input:disabled {
  cursor: not-allowed;
}

.form-group .radio {
  position: relative;
  min-height: 23px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-group .radio.disabled label {
  cursor: not-allowed;
}

.form-group .radio label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.form-group .radio label&gt;input {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal;
  padding: 0;
}

.form-group .radio label&gt;input:disabled {
  cursor: not-allowed;
}

.btn.red-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fff;
  background-color: #ab182e;
  border-color: #ab182e;
}

.btn.red-btn:disabled {
  opacity: .65;
}

.btn.red-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.red-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.red-btn .ignite-icon {
  margin: 0 2px;
}

.btn.red-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.red-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.red-btn:hover {
  color: #fff;
  background-color: #7e1129;
  border-color: #751026;
}

.btn.red-btn:focus {
  color: #fff;
  background-color: #7e1129;
  border-color: #3b0813;
}

.btn.red-btn:active {
  color: #fff;
  background-color: #7e1129;
  border-color: #751026;
}

.btn.red-btn:active:hover {
  color: #fff;
  background-color: #5f0d1f;
  border-color: #3b0813;
}

.btn.red-btn:disabled:hover {
  color: #fff;
  background-color: #ab182e;
  border-color: #ab182e;
}

.btn.red-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.red-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.yellow-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fff;
  background-color: #fab200;
  border-color: #fab200;
}

.btn.yellow-btn:disabled {
  opacity: .65;
}

.btn.yellow-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.yellow-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.yellow-btn .ignite-icon {
  margin: 0 2px;
}

.btn.yellow-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.yellow-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.yellow-btn:hover {
  color: #fff;
  background-color: #ffb901;
  border-color: #f6b200;
}

.btn.yellow-btn:focus {
  color: #fff;
  background-color: #ffb901;
  border-color: #b38200;
}

.btn.yellow-btn:active {
  color: #fff;
  background-color: #ffb901;
  border-color: #f6b200;
}

.btn.yellow-btn:active:hover {
  color: #fff;
  background-color: #dca000;
  border-color: #b38200;
}

.btn.yellow-btn:disabled:hover {
  color: #fff;
  background-color: #fab200;
  border-color: #fab200;
}

.btn.yellow-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.yellow-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.grey-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fff;
  background-color: #575756;
  border-color: #575756;
}

.btn.grey-btn:disabled {
  opacity: .65;
}

.btn.grey-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.grey-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.grey-btn .ignite-icon {
  margin: 0 2px;
}

.btn.grey-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.grey-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.grey-btn:hover {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #383838;
}

.btn.grey-btn:focus {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #171717;
}

.btn.grey-btn:active {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #383838;
}

.btn.grey-btn:active:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #171717;
}

.btn.grey-btn:disabled:hover {
  color: #fff;
  background-color: #575756;
  border-color: #575756;
}

.btn.grey-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.grey-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.white-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #ab182e;
  background-color: #fff;
  border-color: #fff;
}

.btn.white-btn:disabled {
  opacity: .65;
}

.btn.white-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.white-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.white-btn .ignite-icon {
  margin: 0 2px;
}

.btn.white-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.white-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.white-btn:hover {
  color: #ab182e;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn.white-btn:focus {
  color: #ab182e;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}

.btn.white-btn:active {
  color: #ab182e;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn.white-btn:active:hover {
  color: #ab182e;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn.white-btn:disabled:hover {
  color: #ab182e;
  background-color: #fff;
  border-color: #fff;
}

.btn.white-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.white-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.green-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fff;
  background-color: #5dba5b;
  border-color: #5dba5b;
}

.btn.green-btn:disabled {
  opacity: .65;
}

.btn.green-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.green-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.green-btn .ignite-icon {
  margin: 0 2px;
}

.btn.green-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.green-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.green-btn:hover {
  color: #fff;
  background-color: #45a442;
  border-color: #3b8939;
}

.btn.green-btn:focus {
  color: #fff;
  background-color: #45a442;
  border-color: #337c31;
}

.btn.green-btn:active {
  color: #fff;
  background-color: #45a442;
  border-color: #3b8939;
}

.btn.green-btn:active:hover {
  color: #fff;
  background-color: #3d9a3b;
  border-color: #337c31;
}

.btn.green-btn:disabled:hover {
  color: #ab182e;
  background-color: #5dba5b;
  border-color: #5dba5b;
}

.btn.green-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.green-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.red-ghost-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #ab182e;
  background-color: transparent;
  border-color: #ab182e;
}

.btn.red-ghost-btn:disabled {
  opacity: .65;
}

.btn.red-ghost-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.red-ghost-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.red-ghost-btn .ignite-icon {
  margin: 0 2px;
}

.btn.red-ghost-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.red-ghost-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.red-ghost-btn:hover {
  color: #fff;
  background-color: #ab182e;
  border-color: #751026;
}

.btn.red-ghost-btn:focus {
  color: #fff;
  background-color: #ab182e;
  border-color: #3b0813;
}

.btn.red-ghost-btn:active {
  color: #fff;
  background-color: #ab182e;
  border-color: #751026;
}

.btn.red-ghost-btn:active:hover {
  color: #fff;
  background-color: #ab182e;
  border-color: #3b0813;
}

.btn.red-ghost-btn:active .ignite-icon.arrow-right,
.btn.red-ghost-btn:focus .ignite-icon.arrow-right,
.btn.red-ghost-btn:hover .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.red-ghost-btn:active .ignite-icon.arrow-left,
.btn.red-ghost-btn:focus .ignite-icon.arrow-left,
.btn.red-ghost-btn:hover .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.red-ghost-btn:disabled:hover {
  color: #fff;
  background-color: #ab182e;
  border-color: #ab182e;
}

.btn.red-ghost-btn .ignite-icon.arrow-right {
  background-position: 0 -48px;
}

.btn.red-ghost-btn .ignite-icon.arrow-left {
  background-position: 0 -60px;
}

.btn.yellow-ghost-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fab200;
  background-color: transparent;
  border-color: #fab200;
}

.btn.yellow-ghost-btn:disabled {
  opacity: .65;
}

.btn.yellow-ghost-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.yellow-ghost-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.yellow-ghost-btn .ignite-icon {
  margin: 0 2px;
}

.btn.yellow-ghost-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.yellow-ghost-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.yellow-ghost-btn:hover {
  color: #ab182e;
  background-color: #fab200;
  border-color: #f6b200;
}

.btn.yellow-ghost-btn:focus {
  color: #ab182e;
  background-color: #fab200;
  border-color: #b38200;
}

.btn.yellow-ghost-btn:active {
  color: #ab182e;
  background-color: #fab200;
  border-color: #f6b200;
}

.btn.yellow-ghost-btn:active:hover {
  color: #ab182e;
  background-color: #fab200;
  border-color: #b38200;
}

.btn.yellow-ghost-btn:active .ignite-icon.arrow-right,
.btn.yellow-ghost-btn:focus .ignite-icon.arrow-right,
.btn.yellow-ghost-btn:hover .ignite-icon.arrow-right {
  background-position: 0 -48px;
}

.btn.yellow-ghost-btn:active .ignite-icon.arrow-left,
.btn.yellow-ghost-btn:focus .ignite-icon.arrow-left,
.btn.yellow-ghost-btn:hover .ignite-icon.arrow-left {
  background-position: 0 -60px;
}

.btn.yellow-ghost-btn:disabled:hover {
  color: #ab182e;
  background-color: #fab200;
  border-color: #fab200;
}

.btn.yellow-ghost-btn .ignite-icon.arrow-right {
  background-position: -17px -48px;
}

.btn.yellow-ghost-btn .ignite-icon.arrow-left {
  background-position: -17px -60px;
}

.btn.grey-ghost-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #575756;
  background-color: transparent;
  border-color: #575756;
}

.btn.grey-ghost-btn:disabled {
  opacity: .65;
}

.btn.grey-ghost-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.grey-ghost-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.grey-ghost-btn .ignite-icon {
  margin: 0 2px;
}

.btn.grey-ghost-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.grey-ghost-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.grey-ghost-btn:hover {
  color: #fff;
  background-color: #575756;
  border-color: #383838;
}

.btn.grey-ghost-btn:focus {
  color: #fff;
  background-color: #575756;
  border-color: #171717;
}

.btn.grey-ghost-btn:active {
  color: #fff;
  background-color: #575756;
  border-color: #383838;
}

.btn.grey-ghost-btn:active:hover {
  color: #fff;
  background-color: #575756;
  border-color: #171717;
}

.btn.grey-ghost-btn:active .ignite-icon.arrow-right,
.btn.grey-ghost-btn:focus .ignite-icon.arrow-right,
.btn.grey-ghost-btn:hover .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.grey-ghost-btn:active .ignite-icon.arrow-left,
.btn.grey-ghost-btn:focus .ignite-icon.arrow-left,
.btn.grey-ghost-btn:hover .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.grey-ghost-btn:disabled:hover {
  color: #fff;
  background-color: #575756;
  border-color: #575756;
}

.btn.grey-ghost-btn .ignite-icon.arrow-right {
  background-position: -34px -48px;
}

.btn.grey-ghost-btn .ignite-icon.arrow-left {
  background-position: -34px -60px;
}

.btn.white-ghost-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.white-ghost-btn:disabled {
  opacity: .65;
}

.btn.white-ghost-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.white-ghost-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.white-ghost-btn .ignite-icon {
  margin: 0 2px;
}

.btn.white-ghost-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.white-ghost-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.white-ghost-btn:hover {
  color: #ab182e;
  background-color: #fff;
  border-color: #e0e0e0;
}

.btn.white-ghost-btn:focus {
  color: #ab182e;
  background-color: #fff;
  border-color: #bfbfbf;
}

.btn.white-ghost-btn:active {
  color: #ab182e;
  background-color: #fff;
  border-color: #e0e0e0;
}

.btn.white-ghost-btn:active:hover {
  color: #ab182e;
  background-color: #fff;
  border-color: #bfbfbf;
}

.btn.white-ghost-btn:disabled:hover {
  color: #ab182e;
  background-color: #fff;
  border-color: #fff;
}

.btn.white-ghost-btn:active .ignite-icon.arrow-right,
.btn.white-ghost-btn:focus .ignite-icon.arrow-right,
.btn.white-ghost-btn:hover .ignite-icon.arrow-right {
  background-position: 0 -48px;
}

.btn.white-ghost-btn:active .ignite-icon.arrow-left,
.btn.white-ghost-btn:focus .ignite-icon.arrow-left,
.btn.white-ghost-btn:hover .ignite-icon.arrow-left {
  background-position: 0 -60px;
}

.btn.white-ghost-btn .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.white-ghost-btn .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.green-ghost-btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  min-height: 49px;
  min-width: 180px;
  border-width: 2px;
  color: #5dba5b;
  background-color: transparent;
  border-color: #5dba5b;
}

.btn.green-ghost-btn:disabled {
  opacity: .65;
}

.btn.green-ghost-btn.btn-block {
  width: 100%;
  position: relative;
}

.btn.green-ghost-btn.btn-block .ignite-icon {
  position: absolute;
  right: 10px;
  top: 16px;
}

.btn.green-ghost-btn .ignite-icon {
  margin: 0 2px;
}

.btn.green-ghost-btn .ignite-icon.arrow-right {
  margin-left: 6px;
  width: 17px;
  height: 12px;
}

.btn.green-ghost-btn .ignite-icon.arrow-left {
  margin-right: 6px;
  width: 17px;
  height: 12px;
}

.btn.green-ghost-btn:hover {
  color: #fff;
  background-color: #5dba5b;
  border-color: #3b8939;
}

.btn.green-ghost-btn:focus {
  color: #fff;
  background-color: #5dba5b;
  border-color: #337c31;
}

.btn.green-ghost-btn:active {
  color: #fff;
  background-color: #5dba5b;
  border-color: #3b8939;
}

.btn.green-ghost-btn:active:hover {
  color: #fff;
  background-color: #5dba5b;
  border-color: #337c31;
}

.btn.green-ghost-btn:active .ignite-icon.arrow-right,
.btn.green-ghost-btn:focus .ignite-icon.arrow-right,
.btn.green-ghost-btn:hover .ignite-icon.arrow-right {
  background-position: -51px -48px;
}

.btn.green-ghost-btn:active .ignite-icon.arrow-left,
.btn.green-ghost-btn:focus .ignite-icon.arrow-left,
.btn.green-ghost-btn:hover .ignite-icon.arrow-left {
  background-position: -51px -60px;
}

.btn.green-ghost-btn:disabled:hover {
  color: #fff;
  background-color: #5dba5b;
  border-color: #5dba5b;
}

.btn.green-ghost-btn .ignite-icon.arrow-right {
  background-position: 0 -48px;
}

.btn.green-ghost-btn .ignite-icon.arrow-left {
  background-position: 0 -60px;
}

.btn .arrow {
  font-size: 40px;
  line-height: .5;
  float: right;
}

input[type=checkbox] {
  margin-left: 5px;
  margin-right: 5px;
}

.Ignite-range-slider {
  position: relative;
  margin: 30px auto 20px;
}

.Ignite-range-slider .Ignite-range-slider-inner {
  max-height: 30px;
  overflow: hidden;
}

.Ignite-range-slider .Ignite-range-slider-label-from,
.Ignite-range-slider .Ignite-range-slider-label-to {
  position: absolute;
  top: -40px;
}

.Ignite-range-slider .Ignite-range-slider-label-from {
  left: 0;
}

.Ignite-range-slider .Ignite-range-slider-label-to {
  right: 0;
}

.Spinner {
  margin: 5px;
  display: inline-block;
  width: 70px;
  height: 49px;
  position: relative;
}

.Spinner .Spinner-input {
  display: inline-block;
  padding: 0 12px 0 0;
  text-align: center;
}

.Spinner .Spinner-button-up {
  right: 0;
  background-color: #b7bdbf;
  color: #000;
}

.Spinner .Spinner-button-up .glyphicon {
  top: 0;
}

.Spinner .Spinner-button-down {
  right: 0;
  background-color: #b7bdbf;
  color: #000;
}

.Spinner .Spinner-button-down .glyphicon {
  top: 0;
}

.Spinner .Spinner-button-down,
.Spinner .Spinner-button-up {
  cursor: pointer;
  position: absolute;
  right: -20px;
  font-size: 10px;
  line-height: 25px;
  font-weight: 400;
  padding-top: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Spinner .Spinner-button-down:not(.disabled):hover,
.Spinner .Spinner-button-up:not(.disabled):hover {
  color: #fff;
  background-color: #222;
}

.Spinner .Spinner-button-down:not(.disabled):active,
.Spinner .Spinner-button-down:not(.disabled):focus,
.Spinner .Spinner-button-up:not(.disabled):active,
.Spinner .Spinner-button-up:not(.disabled):focus {
  background-color: #000;
  color: #fff;
}

.Spinner .Spinner-button-up {
  top: 0;
}

.Spinner .Spinner-button-down {
  bottom: 0;
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.06);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.nav.nav-tabs {
  border-bottom: 0;
}

.tab-content .tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

.tab-content .tab-pane .simple-filter {
  border: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.ignite-datepicker .rdt input {
  margin-bottom: 0;
}

.ignite-datepicker .rdtPicker {
  padding: 4px 0;
}

.ignite-datepicker .rdtPicker thead tr:first-child {
  color: #ab182e;
}

.ignite-datepicker .rdtPicker thead tr:first-child :hover {
  background: #ab1738;
  color: #fff;
}

.ignite-datepicker .rdtPicker thead tr:first-child th {
  border-bottom: 1px solid #ddd;
}

.ignite-datepicker .rdtPicker .rdtDay {
  padding: 5px;
  border-radius: 4px;
}

.ignite-datepicker .rdtPicker .rdtDay:hover:not(.rdtActive) {
  background: #eee;
  cursor: pointer;
}

.ignite-datepicker .rdtPicker .rdtDay.rdtActive {
  color: #fab200;
  background: #ab182e;
}

.ignite-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAB7CAYAAAC2G+QGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNGI2MTkyOS02MGNkLWJlNDMtODUxMy0wZWJjZmFlMGI3YmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTY4MzhFRjAzODc0MTFFNjk3QTlBNzRERTA1MkFGRUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTY4MzhFRUYzODc0MTFFNjk3QTlBNzRERTA1MkFGRUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhkNGQyNmUyLTRlNWYtZjI0ZS05ZWFkLWQzZDAyODYwMjE2YSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNGI2MTkyOS02MGNkLWJlNDMtODUxMy0wZWJjZmFlMGI3YmUiLz4gPC9y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) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.ignite-icon.user {
  width: 24px;
  height: 24px;
  background-position: 0 0;
}

.ignite-icon.user:hover {
  background-position: 0 -24px;
}

.ignite-icon.edit {
  width: 24px;
  height: 24px;
  background-position: -24px 0;
}

.ignite-icon.edit:hover {
  background-position: -24px -24px;
}

.ignite-icon.question {
  width: 24px;
  height: 24px;
  background-position: -48px 0;
}

.ignite-icon.question:hover {
  background-position: -48px -24px;
}

.ignite-icon.eye {
  width: 24px;
  height: 24px;
  background-position: -72px 0;
}

.ignite-icon.eye:hover {
  background-position: -72px -24px;
}

.accordion .panel.panel-default {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.accordion .panel.panel-default .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  color: #333;
  background-color: #f5f5f5;
}

.accordion .panel.panel-default .panel-heading .panel-title .handle {
  font-weight: 700;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  top: 3px;
  opacity: .6;
  color: #575756;
  cursor: move;
}

.accordion .panel.panel-default .panel-heading .panel-title .handle:hover {
  opacity: 1;
}

.accordion .panel.panel-default .panel-heading .panel-title .btn-link {
  padding: 0;
  font-size: 24px;
}

.btn.tip {
  line-height: normal;
  padding: 2px 6px;
  margin-left: 6px;
  margin-top: -4px;
  border-radius: 4px;
  color: #333;
  border-color: #ccc;
}

.tooltip,
.tooltip.red {
  z-index: 10000;
}

.tooltip.red .tooltip-inner,
.tooltip .tooltip-inner {
  background-color: #d80d48!important;
}

.tooltip.red.top .tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color: #d80d48!important;
}

.tooltip.left .tooltip-arrow,
.tooltip.red.left .tooltip-arrow {
  border-left-color: #d80d48!important;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.red.bottom .tooltip-arrow {
  border-bottom-color: #d80d48!important;
}

.tooltip.red.right .tooltip-arrow,
.tooltip.right .tooltip-arrow {
  border-right-color: #d80d48!important;
}

.tooltip,
.tooltip.dark-grey {
  z-index: 10000;
  text-align: left;
}

.tooltip.dark-grey .tooltip-inner,
.tooltip .tooltip-inner {
  background-color: #282828!important;
}

.tooltip.dark-grey.top .tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color: #282828!important;
}

.tooltip.dark-grey.left .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  border-left-color: #282828!important;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.dark-grey.bottom .tooltip-arrow {
  border-bottom-color: #282828!important;
}

.tooltip.dark-grey.right .tooltip-arrow,
.tooltip.right .tooltip-arrow {
  border-right-color: #282828!important;
}

.tooltip.grey .tooltip-inner {
  background-color: #575756!important;
}

.tooltip.grey.top .tooltip-arrow {
  border-top-color: #575756!important;
}

.tooltip.grey.left .tooltip-arrow {
  border-left-color: #575756!important;
}

.tooltip.grey.bottom .tooltip-arrow {
  border-bottom-color: #575756!important;
}

.tooltip.grey.right .tooltip-arrow {
  border-right-color: #575756!important;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.red-highlight {
  color: #fff;
  padding: 10px;
  background: #c11a3f;
  margin: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.red-highlight .btn-link,
.red-highlight .order-item-total {
  color: #fff!important;
}

.has-feedback label~.form-control-feedback {
  top: 31px;
}

</pre></body></html>