@charset "UTF-8";
.responsive-disclaimer {
  display: none; }

@media (max-width: 1024px) {
  .responsive-disclaimer {
    display: block;
    width: 100%;
    padding: 40px 10px;
    font-size: 16px;
    text-align: center;
    color: #F44336; } }

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (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; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.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: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1280px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1280px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

*,
*:before,
*:after {
  box-sizing: border-box; }

.row.row-sm {
  margin-left: 0;
  margin-right: -15px; }
  .row.row-sm .col, .row.row-sm .col-xs-1, .row.row-sm .col-sm-1, .row.row-sm .col-md-1, .row.row-sm .col-lg-1, .row.row-sm .col-xs-2, .row.row-sm .col-sm-2, .row.row-sm .col-md-2, .row.row-sm .col-lg-2, .row.row-sm .col-xs-3, .row.row-sm .col-sm-3, .row.row-sm .col-md-3, .row.row-sm .col-lg-3, .row.row-sm .col-xs-4, .row.row-sm .col-sm-4, .row.row-sm .col-md-4, .row.row-sm .col-lg-4, .row.row-sm .col-xs-5, .row.row-sm .col-sm-5, .row.row-sm .col-md-5, .row.row-sm .col-lg-5, .row.row-sm .col-xs-6, .row.row-sm .col-sm-6, .row.row-sm .col-md-6, .row.row-sm .col-lg-6, .row.row-sm .col-xs-7, .row.row-sm .col-sm-7, .row.row-sm .col-md-7, .row.row-sm .col-lg-7, .row.row-sm .col-xs-8, .row.row-sm .col-sm-8, .row.row-sm .col-md-8, .row.row-sm .col-lg-8, .row.row-sm .col-xs-9, .row.row-sm .col-sm-9, .row.row-sm .col-md-9, .row.row-sm .col-lg-9, .row.row-sm .col-xs-10, .row.row-sm .col-sm-10, .row.row-sm .col-md-10, .row.row-sm .col-lg-10, .row.row-sm .col-xs-11, .row.row-sm .col-sm-11, .row.row-sm .col-md-11, .row.row-sm .col-lg-11, .row.row-sm .col-xs-12, .row.row-sm .col-sm-12, .row.row-sm .col-md-12, .row.row-sm .col-lg-12 {
    padding-left: 0;
    padding-right: 15px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.abs-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pointer-events-none {
  pointer-events: none; }

.justify-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.pointer {
  cursor: pointer !important; }

.aero, #notie-alert-outer #notie-alert-inner #notie-alert-text, .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell {
  line-height: 1.5 !important; }

b,
b *,
strong,
strong *,
.bold {
  font-weight: 700 !important; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

ol, ul {
  list-style: none; }

em {
  font-style: italic; }

.uppercase {
  text-transform: uppercase !important; }

.u {
  text-decoration: underline !important; }

.u-hover:hover {
  text-decoration: underline !important; }

.italic {
  font-style: italic !important; }

.f-0 {
  font-size: 0 !important; }

.f-12 {
  font-size: 12px !important; }

.f-14 {
  font-size: 14px !important; }

.f-16 {
  font-size: 16px !important; }

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.break-word {
  word-break: break-word; }

.nowrap {
  white-space: nowrap; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.va-middle {
  vertical-align: middle !important; }

.va-top {
  vertical-align: top !important; }

.va-bottom {
  vertical-align: bottom !important; }

.va-baseline {
  vertical-align: baseline !important; }

.flex-center {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center !important;
      align-items: center !important; }

.space-between {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  -ms-flex-align: center !important;
      align-items: center !important; }

.justify-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.align-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.dis-flex {
  display: -ms-flexbox;
  display: flex; }

.flex {
  -ms-flex: 1;
      flex: 1; }

.dis-ib {
  display: inline-block !important; }

.dis-b {
  display: block !important; }

.dis-t {
  display: table !important; }

.dis-tc {
  display: table-cell !important; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.pos-rel {
  position: relative !important; }

.pos-abs {
  position: absolute !important; }

.pos-fix {
  position: fixed !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-33 {
  width: 33.3333% !important; }

.w-50 {
  width: 50% !important; }

.w-66 {
  width: 66.6666% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-33 {
  height: 33% !important; }

.h-50 {
  height: 50% !important; }

.h-66 {
  height: 66% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.modal-opened {
  overflow: hidden; }

.z-index-1 {
  z-index: 1 !important; }

@media (max-width: 767px) {
  .mb-10-xs {
    margin-bottom: 10px !important; } }

.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.m-x-auto {
  margin-left: auto;
  margin-right: auto; }

.p-0 {
  padding: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important; } }

@media (min-width: 1280px) {
  .hide-large-desktop {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .hide-small-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important; } }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide {
  outline: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -10px\9;
  /*lte IE 8*/
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  content: " ";
  display: inline-block;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\F104';
    font-family: 'FontAwesome'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\F105';
    font-family: 'FontAwesome'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 15;
   }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */
.as-sortable-item,
.as-sortable-placeholder {
  height: 125px;
  width: 190px; }

.as-sortable-placeholder {
  margin: 20px 5px 0 5px;
  border-radius: 3px;
  border: 2px dashed #817F96;
  background-color: #E1E5F2; }

.as-sortable-drag {
  opacity: .8; }
  .as-sortable-drag .uploaded-photo-container {
    position: relative;
    margin: 20px 5px 0 5px;
    width: 190px;
    height: 125px;
    background: #817F96;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #817F96; }
  .as-sortable-drag .uploaded-photo {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; }
    .as-sortable-drag .uploaded-photo .index {
      display: none; }
    .as-sortable-drag .uploaded-photo .remove-photo {
      display: none; }

.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mapboxgl-missing-css {
  display: none; }

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-nav-compass {
  cursor: -webkit-grab;
  cursor: grab; }

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-nav-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan {
  -ms-touch-action: pinch-zoom; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan {
  -ms-touch-action: none;
  touch-action: none; }

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2; }

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0; }

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0; }

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0; }

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0; }

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto; }

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left; }

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right; }

.mapboxgl-ctrl-group {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff; }

.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mapboxgl-ctrl > button:last-child {
  border-bottom: 0; }

.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mapboxgl-ctrl-icon {
  padding: 5px; }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23333%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23aaa%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23e58978%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23e54e33%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  animation: mapboxgl-spin 2s infinite linear; }

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZnVsbHNjcmVlbi5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxODUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnM0MTgzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ3MSIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI2OTUiCiAgICAgaWQ9Im5hbWVkdmlldzQxODEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjExLjMxMzcwOCIKICAgICBpbmtzY2FwZTpjeD0iMTQuNjk4MjgiCiAgICAgaW5rc2NhcGU6Y3k9IjEwLjUyNjY4OSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNjk3IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNjA3NiIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIGQ9Ik0gNSA0IEMgNC41IDQgNCA0LjUgNCA1IEwgNCA2IEwgNCA5IEwgNC41IDkgTCA1Ljc3NzM0MzggNy4yOTY4NzUgQyA2Ljc3NzEzMTkgOC4wNjAyMTMxIDcuODM1NzY1IDguOTU2NTcyOCA4Ljg5MDYyNSAxMCBDIDcuODI1NzEyMSAxMS4wNjMzIDYuNzc2MTc5MSAxMS45NTE2NzUgNS43ODEyNSAxMi43MDcwMzEgTCA0LjUgMTEgTCA0IDExIEwgNCAxNSBDIDQgMTUuNSA0LjUgMTYgNSAxNiBMIDkgMTYgTCA5IDE1LjUgTCA3LjI3MzQzNzUgMTQuMjA1MDc4IEMgOC4wNDI4OTMxIDEzLjE4Nzg4NiA4LjkzOTU0NDEgMTIuMTMzNDgxIDkuOTYwOTM3NSAxMS4wNjgzNTkgQyAxMS4wNDIzNzEgMTIuMTQ2OTkgMTEuOTQyMDkzIDEzLjIxMTIgMTIuNzA3MDMxIDE0LjIxODc1IEwgMTEgMTUuNSBMIDExIDE2IEwgMTQgMTYgTCAxNSAxNiBDIDE1LjUgMTYgMTYgMTUuNSAxNiAxNSBMIDE2IDE0IEwgMTYgMTEgTCAxNS41IDExIEwgMTQuMjA1MDc4IDEyLjcyNjU2MiBDIDEzLjE3Nzk4NSAxMS45NDk2MTcgMTIuMTEyNzE4IDExLjA0MzU3NyAxMS4wMzcxMDkgMTAuMDA5NzY2IEMgMTIuMTUxODU2IDguOTgxMDYxIDEzLjIyNDM0NSA4LjA3OTg2MjQgMTQuMjI4NTE2IDcuMzA0Njg3NSBMIDE1LjUgOSBMIDE2IDkgTCAxNiA1IEMgMTYgNC41IDE1LjUgNCAxNSA0IEwgMTEgNCBMIDExIDQuNSBMIDEyLjcwMzEyNSA1Ljc3NzM0MzggQyAxMS45MzI2NDcgNi43ODY0ODM0IDExLjAyNjY5MyA3Ljg1NTQ3MTIgOS45NzA3MDMxIDguOTE5OTIxOSBDIDguOTU4NDczOSA3LjgyMDQ5NDMgOC4wNjk4NzY3IDYuNzYyNzE4OCA3LjMwNDY4NzUgNS43NzE0ODQ0IEwgOSA0LjUgTCA5IDQgTCA2IDQgTCA1IDQgeiAiCiAgICAgaWQ9InBhdGg0MTY5IiAvPjwvc3ZnPg=="); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2hyaW5rLnN2ZyI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTkiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwMjEiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTA4IgogICAgIGlkPSJuYW1lZHZpZXcxNSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMSIKICAgICBpbmtzY2FwZTpjeD0iNC45NTAxMDgyIgogICAgIGlua3NjYXBlOmN5PSIxMC44NTQ3NDciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1lZGdlLW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1taWRwb2ludHM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNDE0NyIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDAiCiAgICAgZD0iTSA0LjI0MjE4NzUgMy40OTIxODc1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMy43MTg3NSA0Ljc4MTI1IEwgNS45NjQ4NDM4IDcuMDI3MzQzOCBMIDQgOC41IEwgNCA5IEwgOCA5IEMgOC41MDAwMDEgOC45OTk5OTg4IDkgOC40OTk5OTkyIDkgOCBMIDkgNCBMIDguNSA0IEwgNy4wMTc1NzgxIDUuOTU1MDc4MSBMIDQuNzgxMjUgMy43MTg3NSBBIDAuNzUwMDc1IDAuNzUwMDc1IDAgMCAwIDQuMjQyMTg3NSAzLjQ5MjE4NzUgeiBNIDE1LjczNDM3NSAzLjQ5MjE4NzUgQSAwLjc1MDA3NSAwLjc1MDA3NSAwIDAgMCAxNS4yMTg3NSAzLjcxODc1IEwgMTIuOTg0Mzc1IDUuOTUzMTI1IEwgMTEuNSA0IEwgMTEgNCBMIDExIDggQyAxMSA4LjQ5OTk5OTIgMTEuNDk5OTk5IDguOTk5OTk4OCAxMiA5IEwgMTYgOSBMIDE2IDguNSBMIDE0LjAzNTE1NiA3LjAyNzM0MzggTCAxNi4yODEyNSA0Ljc4MTI1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMTUuNzM0Mzc1IDMuNDkyMTg3NSB6IE0gNCAxMSBMIDQgMTEuNSBMIDUuOTY0ODQzOCAxMi45NzI2NTYgTCAzLjcxODc1IDE1LjIxODc1IEEgMC43NTEzMDA5NiAwLjc1MTMwMDk2IDAgMSAwIDQuNzgxMjUgMTYuMjgxMjUgTCA3LjAyNzM0MzggMTQuMDM1MTU2IEwgOC41IDE2IEwgOSAxNiBMIDkgMTIgQyA5IDExLjUwMDAwMSA4LjUwMDAwMSAxMS4wMDAwMDEgOCAxMSBMIDQgMTEgeiBNIDEyIDExIEMgMTEuNDk5OTk5IDExLjAwMDAwMSAxMSAxMS41MDAwMDEgMTEgMTIgTCAxMSAxNiBMIDExLjUgMTYgTCAxMi45NzI2NTYgMTQuMDM1MTU2IEwgMTUuMjE4NzUgMTYuMjgxMjUgQSAwLjc1MTMwMDk2IDAuNzUxMzAwOTYgMCAxIDAgMTYuMjgxMjUgMTUuMjE4NzUgTCAxNC4wMzUxNTYgMTIuOTcyNjU2IEwgMTYgMTEuNSBMIDE2IDExIEwgMTIgMTEgeiAiCiAgICAgaWQ9InBhdGg3IiAvPjwvc3ZnPg=="); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block; }

a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgIHZpZXdCb3g9IjAgMCA4NC40OSAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQuNDkgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik04My4yNSwxNC4yNmMwLDAuMTItMC4wOSwwLjIxLTAuMjEsMC4yMWgtMS42MWMtMC4xMywwLTAuMjQtMC4wNi0wLjMtMC4xN2wtMS40NC0yLjM5bC0xLjQ0LDIuMzkgICAgYy0wLjA2LDAuMTEtMC4xOCwwLjE3LTAuMywwLjE3aC0xLjYxYy0wLjA0LDAtMC4wOC0wLjAxLTAuMTItMC4wM2MtMC4wOS0wLjA2LTAuMTMtMC4xOS0wLjA2LTAuMjhsMCwwbDIuNDMtMy42OEw3Ni4yLDYuODQgICAgYy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMmMwLTAuMTIsMC4wOS0wLjIxLDAuMjEtMC4yMWgxLjYxYzAuMTMsMCwwLjI0LDAuMDYsMC4zLDAuMTdsMS40MSwyLjM2bDEuNC0yLjM1ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3SDgzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMiwwLjAzYzAuMDksMC4wNiwwLjEzLDAuMTksMC4wNiwwLjI4bDAsMGwtMi4zNywzLjYzbDIuNDMsMy42NyAgICBDODMuMjQsMTQuMTgsODMuMjUsMTQuMjIsODMuMjUsMTQuMjZ6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNjYuMjQsOS41OWMtMC4zOS0xLjg4LTEuOTYtMy4yOC0zLjg0LTMuMjhjLTEuMDMsMC0yLjAzLDAuNDItMi43MywxLjE4VjMuNTFjMC0wLjEzLTAuMS0wLjIzLTAuMjMtMC4yM2gtMS40ICAgIGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MTAuNzJjMCwwLjEzLDAuMSwwLjIzLDAuMjMsMC4yM2gxLjRjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWMTMuNWMwLjcxLDAuNzUsMS43LDEuMTgsMi43MywxLjE4ICAgIGMxLjg4LDAsMy40NS0xLjQxLDMuODQtMy4yOUM2Ni4zNywxMC43OSw2Ni4zNywxMC4xOCw2Ni4yNCw5LjU5TDY2LjI0LDkuNTl6IE02Mi4wOCwxM2MtMS4zMiwwLTIuMzktMS4xMS0yLjQxLTIuNDh2LTAuMDYgICAgYzAuMDItMS4zOCwxLjA5LTIuNDgsMi40MS0yLjQ4czIuNDIsMS4xMiwyLjQyLDIuNTFTNjMuNDEsMTMsNjIuMDgsMTN6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNzEuNjcsNi4zMmMtMS45OC0wLjAxLTMuNzIsMS4zNS00LjE2LDMuMjljLTAuMTMsMC41OS0wLjEzLDEuMTksMCwxLjc3YzAuNDQsMS45NCwyLjE3LDMuMzIsNC4xNywzLjMgICAgYzIuMzUsMCw0LjI2LTEuODcsNC4yNi00LjE5Uzc0LjA0LDYuMzIsNzEuNjcsNi4zMnogTTcxLjY1LDEzLjAxYy0xLjMzLDAtMi40Mi0xLjEyLTIuNDItMi41MXMxLjA4LTIuNTIsMi40Mi0yLjUyICAgIGMxLjMzLDAsMi40MiwxLjEyLDIuNDIsMi41MVM3Mi45OSwxMyw3MS42NSwxMy4wMUw3MS42NSwxMy4wMXoiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik02Mi4wOCw3Ljk4Yy0xLjMyLDAtMi4zOSwxLjExLTIuNDEsMi40OHYwLjA2QzU5LjY4LDExLjksNjAuNzUsMTMsNjIuMDgsMTNzMi40Mi0xLjEyLDIuNDItMi41MSAgICBTNjMuNDEsNy45OCw2Mi4wOCw3Ljk4eiBNNjIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1ICAgIGMwLjYzLDAsMS4xNywwLjU3LDEuMTcsMS4yN0M2My4yNCwxMS4yLDYyLjczLDExLjc2LDYyLjA4LDExLjc2eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTcxLjY1LDcuOThjLTEuMzMsMC0yLjQyLDEuMTItMi40MiwyLjUxUzcwLjMyLDEzLDcxLjY1LDEzczIuNDItMS4xMiwyLjQyLTIuNTFTNzIuOTksNy45OCw3MS42NSw3Ljk4eiAgICAgTTcxLjY1LDExLjc2Yy0wLjY0LDAtMS4xNy0wLjU3LTEuMTctMS4yN2MwLTAuNywwLjUzLTEuMjYsMS4xNy0xLjI2czEuMTcsMC41NywxLjE3LDEuMjdDNzIuODIsMTEuMjEsNzIuMjksMTEuNzYsNzEuNjUsMTEuNzZ6IiAgICAvPiAgPHBhdGggY2xhc3M9InN0MCIgc3R5bGU9Im9wYWNpdHk6MC45OyBmaWxsOiAjRkZGRkZGOyBlbmFibGUtYmFja2dyb3VuZDogbmV3OyIgZD0iTTQ1Ljc0LDYuNTNoLTEuNGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MC43M2MtMC43MS0wLjc1LTEuNy0xLjE4LTIuNzMtMS4xOCAgICBjLTIuMTcsMC0zLjk0LDEuODctMy45NCw0LjE5czEuNzcsNC4xOSwzLjk0LDQuMTljMS4wNCwwLDIuMDMtMC40MywyLjczLTEuMTl2MC43M2MwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNCAgICBjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWNi43NGMwLTAuMTItMC4wOS0wLjIyLTAuMjItMC4yMkM0NS43NSw2LjUzLDQ1Ljc1LDYuNTMsNDUuNzQsNi41M3ogTTQ0LjEyLDEwLjUzICAgIEM0NC4xMSwxMS45LDQzLjAzLDEzLDQxLjcxLDEzcy0yLjQyLTEuMTItMi40Mi0yLjUxczEuMDgtMi41MiwyLjQtMi41MmMxLjMzLDAsMi4zOSwxLjExLDIuNDEsMi40OEw0NC4xMiwxMC41M3oiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik00MS43MSw3Ljk4Yy0xLjMzLDAtMi40MiwxLjEyLTIuNDIsMi41MVM0MC4zNywxMyw0MS43MSwxM3MyLjM5LTEuMTEsMi40MS0yLjQ4di0wLjA2ICAgIEM0NC4xLDkuMDksNDMuMDMsNy45OCw0MS43MSw3Ljk4eiBNNDAuNTUsMTAuNDljMC0wLjcsMC41Mi0xLjI3LDEuMTctMS4yN2MwLjY0LDAsMS4xNCwwLjU2LDEuMTcsMS4yNXYwLjA0ICAgIGMtMC4wMSwwLjY4LTAuNTMsMS4yNC0xLjE3LDEuMjRDNDEuMDgsMTEuNzUsNDAuNTUsMTEuMTksNDAuNTUsMTAuNDl6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNTIuNDEsNi4zMmMtMS4wMywwLTIuMDMsMC40Mi0yLjczLDEuMThWNi43NWMwLTAuMTMtMC4xLTAuMjMtMC4yMy0wLjIzaC0xLjRjLTAuMTMsMC0wLjIzLDAuMTEtMC4yMywwLjIzICAgIHYxMC43MmMwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNGMwLjEzLDAsMC4yMy0wLjEsMC4yMy0wLjIzVjEzLjVjMC43MSwwLjc1LDEuNywxLjE4LDIuNzQsMS4xOGMyLjE3LDAsMy45NC0xLjg3LDMuOTQtNC4xOSAgICBTNTQuNTgsNi4zMiw1Mi40MSw2LjMyeiBNNTIuMDgsMTMuMDFjLTEuMzIsMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0wLjA3YzAuMDItMS4zOCwxLjA5LTIuNDksMi40LTIuNDljMS4zMiwwLDIuNDEsMS4xMiwyLjQxLDIuNTEgICAgUzUzLjQsMTMsNTIuMDgsMTMuMDFMNTIuMDgsMTMuMDF6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNNTIuMDgsNy45OGMtMS4zMiwwLTIuMzksMS4xMS0yLjQyLDIuNDh2MC4wNmMwLjAzLDEuMzgsMS4xLDIuNDgsMi40MiwyLjQ4czIuNDEtMS4xMiwyLjQxLTIuNTEgICAgUzUzLjQsNy45OCw1Mi4wOCw3Ljk4eiBNNTIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1YzAuNjMsMCwxLjE3LDAuNTgsMS4xNywxLjI3ICAgIFM1Mi43MiwxMS43Niw1Mi4wOCwxMS43NnoiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0zNi4wOCwxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjQxYy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1Y5LjY4YzAtMC45OC0wLjc0LTEuNzEtMS42Mi0xLjcxICAgIGMtMC44LDAtMS40NiwwLjctMS41OSwxLjYybDAuMDEsNC42NmMwLDAuMTMtMC4xMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWNi43NCAgICBjMC4wMS0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjIsMC4xMSwwLjIzLDAuMjJWNy40YzAuNS0wLjY4LDEuMy0xLjA5LDIuMTYtMS4xaDAuMDNjMS4wOSwwLDIuMDksMC42LDIuNiwxLjU1ICAgIGMwLjQ1LTAuOTUsMS40LTEuNTUsMi40NC0xLjU2YzEuNjIsMCwyLjkzLDEuMjUsMi45LDIuNzhMMzYuMDgsMTQuMjR6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNODQuMzQsMTMuNTlsLTAuMDctMC4xM2wtMS45Ni0yLjk5bDEuOTQtMi45NWMwLjQ0LTAuNjcsMC4yNi0xLjU2LTAuNDEtMi4wMmMtMC4wMiwwLTAuMDMsMC0wLjA0LTAuMDEgICAgYy0wLjIzLTAuMTUtMC41LTAuMjItMC43OC0wLjIyaC0xLjYxYy0wLjU2LDAtMS4wOCwwLjI5LTEuMzcsMC43OEw3OS43Miw2LjZsLTAuMzQtMC41NkM3OS4wOSw1LjU2LDc4LjU3LDUuMjcsNzgsNS4yN2gtMS42ICAgIGMtMC42LDAtMS4xMywwLjM3LTEuMzUsMC45MmMtMi4xOS0xLjY2LTUuMjgtMS40Ny03LjI2LDAuNDVjLTAuMzUsMC4zNC0wLjY1LDAuNzItMC44OSwxLjE0Yy0wLjktMS42Mi0yLjU4LTIuNzItNC41LTIuNzIgICAgYy0wLjUsMC0xLjAxLDAuMDctMS40OCwwLjIzVjMuNTFjMC0wLjgyLTAuNjYtMS40OC0xLjQ3LTEuNDhoLTEuNGMtMC44MSwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2My43NSAgICBjLTAuOTUtMS4zNi0yLjUtMi4xOC00LjE3LTIuMTljLTAuNzQsMC0xLjQ2LDAuMTYtMi4xMiwwLjQ3Yy0wLjI0LTAuMTctMC41NC0wLjI2LTAuODQtMC4yNmgtMS40Yy0wLjQ1LDAtMC44NywwLjIxLTEuMTUsMC41NiAgICBjLTAuMDItMC4wMy0wLjA0LTAuMDUtMC4wNy0wLjA4Yy0wLjI4LTAuMy0wLjY4LTAuNDctMS4wOS0wLjQ3aC0xLjM5Yy0wLjMsMC0wLjYsMC4wOS0wLjg0LDAuMjZjLTAuNjctMC4zLTEuMzktMC40Ni0yLjEyLTAuNDYgICAgYy0xLjgzLDAtMy40MywxLTQuMzcsMi41Yy0wLjItMC40Ni0wLjQ4LTAuODktMC44My0xLjI1Yy0wLjgtMC44MS0xLjg5LTEuMjUtMy4wMi0xLjI1aC0wLjAxYy0wLjg5LDAuMDEtMS43NSwwLjMzLTIuNDYsMC44OCAgICBjLTAuNzQtMC41Ny0xLjY0LTAuODgtMi41Ny0wLjg4SDI4LjFjLTAuMjksMC0wLjU4LDAuMDMtMC44NiwwLjExYy0wLjI4LDAuMDYtMC41NiwwLjE2LTAuODIsMC4yOGMtMC4yMS0wLjEyLTAuNDUtMC4xOC0wLjctMC4xOCAgICBoLTEuNGMtMC44MiwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2Ny41YzAsMC44MiwwLjY2LDEuNDcsMS40NywxLjQ3aDEuNGMwLjgyLDAsMS40OC0wLjY2LDEuNDgtMS40OGwwLDBWOS43OSAgICBjMC4wMy0wLjM2LDAuMjMtMC41OSwwLjM2LTAuNTljMC4xOCwwLDAuMzgsMC4xOCwwLjM4LDAuNDd2NC41N2MwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjQxYzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3ICAgIGwtMC4wMS00LjU3YzAuMDYtMC4zMiwwLjI1LTAuNDcsMC4zNS0wLjQ3YzAuMTgsMCwwLjM4LDAuMTgsMC4zOCwwLjQ3djQuNTdjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40MSAgICBjMC44MiwwLDEuNDctMC42NiwxLjQ3LTEuNDd2LTAuMzhjMC45NiwxLjI5LDIuNDYsMi4wNiw0LjA2LDIuMDZjMC43NCwwLDEuNDYtMC4xNiwyLjEyLTAuNDdjMC4yNCwwLjE3LDAuNTQsMC4yNiwwLjg0LDAuMjZoMS4zOSAgICBjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2djIuMDFjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40YzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3di0xLjc3YzAuNDgsMC4xNSwwLjk5LDAuMjMsMS40OSwwLjIyICAgIGMxLjcsMCwzLjIyLTAuODcsNC4xNy0yLjJ2MC41MmMwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjRjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2YzAuNjYsMC4zMSwxLjM5LDAuNDcsMi4xMiwwLjQ3ICAgIGMxLjkyLDAsMy42LTEuMSw0LjQ5LTIuNzNjMS41NCwyLjY1LDQuOTUsMy41Myw3LjU4LDEuOThjMC4xOC0wLjExLDAuMzYtMC4yMiwwLjUzLTAuMzZjMC4yMiwwLjU1LDAuNzYsMC45MSwxLjM1LDAuOUg3OCAgICBjMC41NiwwLDEuMDgtMC4yOSwxLjM3LTAuNzhsMC4zNy0wLjYxbDAuMzcsMC42MWMwLjI5LDAuNDgsMC44MSwwLjc4LDEuMzgsMC43OGgxLjZjMC44MSwwLDEuNDYtMC42NiwxLjQ1LTEuNDYgICAgQzg0LjQ5LDE0LjAyLDg0LjQ0LDEzLjgsODQuMzQsMTMuNTlMODQuMzQsMTMuNTl6IE0zNS44NiwxNC40N2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuOCwwLTEuNDYsMC43LTEuNTksMS42MmwwLjAxLDQuNjZjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjkuNjhjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjYuNzRjMC4wMS0wLjEzLDAuMTEtMC4yMiwwLjIzLTAuMjJoMS40YzAuMTMsMCwwLjIyLDAuMTEsMC4yMywwLjIyVjcuNGMwLjUtMC42OCwxLjMtMS4wOSwyLjE2LTEuMWgwLjAzICAgIGMxLjA5LDAsMi4wOSwwLjYsMi42LDEuNTVjMC40NS0wLjk1LDEuNC0xLjU1LDIuNDQtMS41NmMxLjYyLDAsMi45MywxLjI1LDIuOSwyLjc4bDAuMDEsNS4xNkMzNi4wOSwxNC4zNiwzNS45OCwxNC40NiwzNS44NiwxNC40NyAgICBMMzUuODYsMTQuNDd6IE00NS45NywxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjRjLTAuMTMsMC0wLjIzLTAuMTEtMC4yMy0wLjIzVjEzLjVjLTAuNywwLjc2LTEuNjksMS4xOC0yLjcyLDEuMTggICAgYy0yLjE3LDAtMy45NC0xLjg3LTMuOTQtNC4xOXMxLjc3LTQuMTksMy45NC00LjE5YzEuMDMsMCwyLjAyLDAuNDMsMi43MywxLjE4VjYuNzRjMC0wLjEzLDAuMS0wLjIzLDAuMjMtMC4yM2gxLjQgICAgYzAuMTItMC4wMSwwLjIyLDAuMDgsMC4yMywwLjIxYzAsMC4wMSwwLDAuMDEsMCwwLjAydjcuNTFoLTAuMDFWMTQuMjR6IE01Mi40MSwxNC42N2MtMS4wMywwLTIuMDItMC40My0yLjczLTEuMTh2My45NyAgICBjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjEtMC4yMy0wLjIzVjYuNzVjMC0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjMsMC4xMSwwLjIzLDAuMjN2MC43MyAgICBjMC43MS0wLjc2LDEuNy0xLjE4LDIuNzMtMS4xOGMyLjE3LDAsMy45NCwxLjg2LDMuOTQsNC4xOFM1NC41OCwxNC42Nyw1Mi40MSwxNC42N3ogTTY2LjI0LDExLjM5Yy0wLjM5LDEuODctMS45NiwzLjI5LTMuODQsMy4yOSAgICBjLTEuMDMsMC0yLjAyLTAuNDMtMi43My0xLjE4djAuNzNjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1YzLjUxYzAtMC4xMywwLjEtMC4yMywwLjIzLTAuMjMgICAgaDEuNGMwLjEzLDAsMC4yMywwLjExLDAuMjMsMC4yM3YzLjk3YzAuNzEtMC43NSwxLjctMS4xOCwyLjczLTEuMTdjMS44OCwwLDMuNDUsMS40LDMuODQsMy4yOEM2Ni4zNywxMC4xOSw2Ni4zNywxMC44LDY2LjI0LDExLjM5ICAgIEw2Ni4yNCwxMS4zOUw2Ni4yNCwxMS4zOXogTTcxLjY3LDE0LjY4Yy0yLDAuMDEtMy43My0xLjM1LTQuMTctMy4zYy0wLjEzLTAuNTktMC4xMy0xLjE5LDAtMS43N2MwLjQ0LTEuOTQsMi4xNy0zLjMxLDQuMTctMy4zICAgIGMyLjM2LDAsNC4yNiwxLjg3LDQuMjYsNC4xOVM3NC4wMywxNC42OCw3MS42NywxNC42OEw3MS42NywxNC42OHogTTgzLjA0LDE0LjQ3aC0xLjYxYy0wLjEzLDAtMC4yNC0wLjA2LTAuMy0wLjE3bC0xLjQ0LTIuMzkgICAgbC0xLjQ0LDIuMzljLTAuMDYsMC4xMS0wLjE4LDAuMTctMC4zLDAuMTdoLTEuNjFjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMi0wLjAzYy0wLjA5LTAuMDYtMC4xMy0wLjE5LTAuMDYtMC4yOGwwLDBsMi40My0zLjY4ICAgIEw3Ni4yLDYuODRjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjEyYzAtMC4xMiwwLjA5LTAuMjEsMC4yMS0wLjIxaDEuNjFjMC4xMywwLDAuMjQsMC4wNiwwLjMsMC4xN2wxLjQxLDIuMzZsMS40MS0yLjM2ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3aDEuNjFjMC4wNCwwLDAuMDgsMC4wMSwwLjEyLDAuMDNjMC4wOSwwLjA2LDAuMTMsMC4xOSwwLjA2LDAuMjhsMCwwbC0yLjM4LDMuNjRsMi40MywzLjY3ICAgIGMwLjAyLDAuMDMsMC4wMywwLjA3LDAuMDMsMC4xMkM4My4yNSwxNC4zOCw4My4xNiwxNC40Nyw4My4wNCwxNC40N0w4My4wNCwxNC40N0w4My4wNCwxNC40N3oiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0xMC41LDEuMjRjLTUuMTEsMC05LjI1LDQuMTUtOS4yNSw5LjI1czQuMTUsOS4yNSw5LjI1LDkuMjVzOS4yNS00LjE1LDkuMjUtOS4yNSAgICBDMTkuNzUsNS4zOCwxNS42MSwxLjI0LDEwLjUsMS4yNHogTTE0Ljg5LDEyLjc3Yy0xLjkzLDEuOTMtNC43OCwyLjMxLTYuNywyLjMxYy0wLjcsMC0xLjQxLTAuMDUtMi4xLTAuMTZjMCwwLTEuMDItNS42NCwyLjE0LTguODEgICAgYzAuODMtMC44MywxLjk1LTEuMjgsMy4xMy0xLjI4YzEuMjcsMCwyLjQ5LDAuNTEsMy4zOSwxLjQyQzE2LjU5LDguMDksMTYuNjQsMTEsMTQuODksMTIuNzd6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNMTAuNS0wLjAxQzQuNy0wLjAxLDAsNC43LDAsMTAuNDlzNC43LDEwLjUsMTAuNSwxMC41UzIxLDE2LjI5LDIxLDEwLjQ5QzIwLjk5LDQuNywxNi4zLTAuMDEsMTAuNS0wLjAxeiAgICAgTTEwLjUsMTkuNzRjLTUuMTEsMC05LjI1LTQuMTUtOS4yNS05LjI1czQuMTQtOS4yNiw5LjI1LTkuMjZzOS4yNSw0LjE1LDkuMjUsOS4yNUMxOS43NSwxNS42MSwxNS42MSwxOS43NCwxMC41LDE5Ljc0eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTE0Ljc0LDYuMjVDMTIuOSw0LjQxLDkuOTgsNC4zNSw4LjIzLDYuMWMtMy4xNiwzLjE3LTIuMTQsOC44MS0yLjE0LDguODFzNS42NCwxLjAyLDguODEtMi4xNCAgICBDMTYuNjQsMTEsMTYuNTksOC4wOSwxNC43NCw2LjI1eiBNMTIuNDcsMTAuMzRsLTAuOTEsMS44N2wtMC45LTEuODdMOC44LDkuNDNsMS44Ni0wLjlsMC45LTEuODdsMC45MSwxLjg3bDEuODYsMC45TDEyLjQ3LDEwLjM0eiIgICAgLz4gIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIHBvaW50cz0iMTQuMzMsOS40MyAxMi40NywxMC4zNCAxMS41NiwxMi4yMSAxMC42NiwxMC4zNCA4LjgsOS40MyAxMC42Niw4LjUzIDExLjU2LDYuNjYgMTIuNDcsOC41MyAgICIvPjwvZz48L3N2Zz4=); }

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mapboxgl-ctrl-attrib.mapboxgl-compact {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 10px 10px 10px;
  position: relative;
  padding-right: 24px;
  background-color: #fff;
  border-radius: 3px 12px 12px 3px;
  visibility: hidden; }

.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
  visibility: visible; }

.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
  content: '';
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%09%3Cpath%20fill%3D%27%23333333%27%20fill-rule%3D%27evenodd%27%20d%3D%27M4%2C10a6%2C6%200%201%2C0%2012%2C0a6%2C6%200%201%2C0%20-12%2C0%20M9%2C7a1%2C1%200%201%2C0%202%2C0a1%2C1%200%201%2C0%20-2%2C0%20M9%2C10a1%2C1%200%201%2C1%202%2C0l0%2C3a1%2C1%200%201%2C1%20-2%2C0%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-color: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  visibility: visible;
  border-radius: 12px; }

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline; }

/* stylelint-disable */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px; }

/*stylelint-enable*/
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #3C3956;
  padding: 0 5px;
  color: #3C3956; }

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  pointer-events: none; }

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -ms-flex-direction: column;
      flex-direction: column; }

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.mapboxgl-popup-anchor-left {
  -ms-flex-direction: row;
      flex-direction: row; }

.mapboxgl-popup-anchor-right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-top: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-bottom: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-left: none;
  border-right-color: #fff; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-right: none;
  border-left-color: #fff; }

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0); }

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0; }

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }

.mapboxgl-user-location-dot {
  background-color: #1DA1F2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff; }

.mapboxgl-user-location-dot:after {
  content: '';
  display: block;
  box-shadow: #1DA1F2 0 0 0 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  animation: mapboxgl-user-location-dot-pulse 2s;
  animation-iteration-count: infinite; }

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.4); }
  70% {
    box-shadow: 0 0 0 15px rgba(29, 161, 242, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(29, 161, 242, 0); } }

.mapboxgl-user-location-dot-stale {
  background-color: #aaa; }

.mapboxgl-user-location-dot-stale:after {
  display: none; }

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair; }

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5; }

@media print {
  /* stylelint-disable */
  .mapbox-improve-map {
    display: none; }
  /* stylelint-enable */ }

.ui-state-disabled {
  opacity: 1;
  cursor: not-allowed !important; }

.ui-state-disabled .ui-state-default {
  color: #777; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #ff0013;
  border-radius: 5px;
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  z-index: 2 !important; }

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none; }

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #ff0013;
  cursor: pointer;
  transition: color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 700; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: static;
  cursor: default;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1.8;
  margin: 0;
  width: 30px; }

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev:before {
  content: "\F053"; }

.ui-datepicker .ui-datepicker-next:before {
  content: "\F054"; }

.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0; }

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 5px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none; }

.ui-datepicker .ui-datepicker-current-day {
  background-color: #FD6B4D; }

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-element, .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scroll-element.scroll-y {
  height: 100%;
  right: -12px;
  top: 0;
  width: 8px; }

.scroll-element .scroll-element_outer {
  overflow: hidden; }

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  border-radius: 8px; }

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  opacity: 0.7; }

.scroll-element .scroll-element_track {
  background-color: #c8c8c8; }

.scroll-element .scroll-bar {
  background-color: #ff0013;
  opacity: 0.5; }

.scroll-element:hover .scroll-bar {
  background-color: #ff0013; }

.scroll-element.scroll-draggable .scroll-bar {
  background-color: #ff0013;
  opacity: 1; }

/* update scrollbar offset if both scrolls are visible */
.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.intl-tel-input {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 10; }
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important; }

.animated-loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 12px auto; }
  .animated-loader .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #817F96;
    position: absolute; }
  .animated-loader .dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 12px;
    background: #FD6B4D; }
  .animated-loader .dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
    background: #F44336; }
  .animated-loader .dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 12px;
    background: #ff0013; }
  .animated-loader .dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
    background: #ff0013; }

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px); }
  25% {
    transform: rotate(180deg) translateX(-12px); }
  75% {
    transform: rotate(180deg) translateX(-12px); }
  100% {
    transform: rotate(360deg) translateX(-12px); } }

@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px); }
  25% {
    transform: rotate(-180deg) translateX(-12px); }
  75% {
    transform: rotate(-180deg) translateX(-12px); }
  100% {
    transform: rotate(-360deg) translateX(-12px); } }

@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px); }
  25% {
    transform: rotate(180deg) translateX(12px); }
  75% {
    transform: rotate(180deg) translateX(12px); }
  100% {
    transform: rotate(360deg) translateX(12px); } }

@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px); }
  25% {
    transform: rotate(-180deg) translateX(12px); }
  75% {
    transform: rotate(-180deg) translateX(12px); }
  100% {
    transform: rotate(-360deg) translateX(12px); } }

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.select-wrapper {
  display: inline-block;
  
  position: relative; }
  .select-wrapper .clear-icon {
    display: none; }

.select-wrapper.selected .clear-icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 15px;
  z-index: 1;
  cursor: pointer; }

.selectize-control {
  
  display: inline-block;
  min-width: 194px; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 14px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 5px 15px 5px 10px;
  overflow: hidden;
  border: 1px solid #E1E5F2;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  font: 1em "AvenirNextCyr", sans-serif;
  zoom: 1; }

.selectize-input span {
  margin-right: 15px;
  font: inherit; }

.selectize-input.selectize-focus {
  border-color: #ff0013 !important; }

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  display: block;
  clear: left;
  content: ' '; }

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' '; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #E1E5F2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff; }

.selectize-dropdown .active {
  color: #817F96;
  background-color: #ECF4FF; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-dropdown-content * {
  font: 1em "AvenirNextCyr", sans-serif; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 15px;
  height: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: -7px;
  content: '\F002'; }

.select-wrapper.selected .selectize-input:after {
  display: none; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px; }

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  background-color: #ffffff; }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #E1E5F2; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table, .listing-card-carousel .favourite-icon, .main-listing-filters .filter-panel-content, .listings-page .map .price-marker, .listing-component .listing-carousel-wrapper .add-to-favourites-icon {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .infinite.pricing-table, .listing-card-carousel .infinite.favourite-icon, .main-listing-filters .infinite.filter-panel-content, .listings-page .map .infinite.price-marker, .listing-component .listing-carousel-wrapper .infinite.add-to-favourites-icon {
  animation-iteration-count: infinite; }

.animated.hinge, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .hinge.pricing-table, .listing-card-carousel .hinge.favourite-icon, .main-listing-filters .hinge.filter-panel-content, .listings-page .map .hinge.price-marker, .listing-component .listing-carousel-wrapper .hinge.add-to-favourites-icon {
  animation-duration: 2s; }

.animated.flipOutX, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .flipOutX.pricing-table, .listing-card-carousel .flipOutX.favourite-icon, .main-listing-filters .flipOutX.filter-panel-content, .listings-page .map .flipOutX.price-marker, .listing-component .listing-carousel-wrapper .flipOutX.add-to-favourites-icon,
.animated.flipOutY,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .flipOutY.pricing-table,
.listing-card-carousel .flipOutY.favourite-icon,
.main-listing-filters .flipOutY.filter-panel-content,
.listings-page .map .flipOutY.price-marker,
.listing-component .listing-carousel-wrapper .flipOutY.add-to-favourites-icon,
.animated.bounceIn,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .bounceIn.pricing-table,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .listing-card-carousel .pricing-table.favourite-icon.active,
.listing-card-carousel .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table.favourite-icon.active,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .listings-page .map .price-marker-wrapper.price-marker-active .pricing-table.price-marker,
.listings-page .map .price-marker-wrapper.price-marker-active .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table.price-marker,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .listing-component .listing-carousel-wrapper .pricing-table.add-to-favourites-icon.active,
.listing-component .listing-carousel-wrapper .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table.add-to-favourites-icon.active,
.listing-card-carousel .bounceIn.favourite-icon,
.listing-card-carousel .favourite-icon.active,
.main-listing-filters .bounceIn.filter-panel-content,
.listings-page .map .bounceIn.price-marker,
.listings-page .map .price-marker-wrapper.price-marker-active .price-marker,
.listing-component .listing-carousel-wrapper .bounceIn.add-to-favourites-icon,
.listing-component .listing-carousel-wrapper .add-to-favourites-icon.active,
.animated.bounceOut,
.new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .bounceOut.pricing-table,
.listing-card-carousel .bounceOut.favourite-icon,
.main-listing-filters .bounceOut.filter-panel-content,
.listings-page .map .bounceOut.price-marker,
.listing-component .listing-carousel-wrapper .bounceOut.add-to-favourites-icon {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn, .listing-card-carousel .favourite-icon.active, .listings-page .map .price-marker-wrapper.price-marker-active .price-marker, .listing-component .listing-carousel-wrapper .add-to-favourites-icon.active {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip, .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .flip.pricing-table, .listing-card-carousel .flip.favourite-icon, .main-listing-filters .flip.filter-panel-content, .listings-page .map .flip.price-marker, .listing-component .listing-carousel-wrapper .flip.add-to-favourites-icon {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX, .main-listing-filters .filter-panel-content {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/* --------------------------------

Nucleo Mini Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Mini';
  src: url(static/media/nucleo-mini.964d0d91.eot);
  src: url(static/media/nucleo-mini.964d0d91.eot) format("embedded-opentype"), url(static/media/nucleo-mini.4ae40af0.woff2) format("woff2"), url(static/media/nucleo-mini.99c02b44.woff) format("woff"), url(static/media/nucleo-mini.8ddbf58c.ttf) format("truetype"), url(static/media/nucleo-mini.41aebe4f.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
  base class definition
-------------------------*/
.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon-mini.x2 {
  font-size: 2em; }

.nc-icon-mini.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon-mini.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.nc-icon-ul > li {
  position: relative; }

.nc-icon-ul > li > .nc-icon-mini {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center; }

.nc-icon-ul > li > .nc-icon-mini.lg {
  top: 0;
  left: -1.35714286em; }

.nc-icon-ul > li > .nc-icon-mini.circle,
.nc-icon-ul > li > .nc-icon-mini.square {
  top: -0.19047619em;
  left: -1.9047619em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-mini.spin {
  animation: nc-icon-spin 2s infinite linear; }

@keyframes nc-icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-mini.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.nc-icon-mini.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.nc-icon-mini.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.nc-icon-mini.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.nc-icon-mini.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

/*------------------------
  font icons
-------------------------*/
.nc-icon-mini.social_logo-500px:before {
  content: "\EB73"; }

.nc-icon-mini.social_logo-angellist:before {
  content: "\EB74"; }

.nc-icon-mini.social_logo-behance:before {
  content: "\EB75"; }

.nc-icon-mini.social_logo-blogger:before {
  content: "\EB76"; }

.nc-icon-mini.social_logo-buffer:before {
  content: "\EB77"; }

.nc-icon-mini.social_logo-buysellads:before {
  content: "\EB78"; }

.nc-icon-mini.social_logo-codepen:before {
  content: "\EB79"; }

.nc-icon-mini.social_logo-creative-market:before {
  content: "\EB7A"; }

.nc-icon-mini.social_logo-crunchbase:before {
  content: "\EB7B"; }

.nc-icon-mini.social_logo-deviantart:before {
  content: "\EB7C"; }

.nc-icon-mini.social_logo-dribbble:before {
  content: "\EB7D"; }

.nc-icon-mini.social_logo-dropbox:before {
  content: "\EB7E"; }

.nc-icon-mini.social_logo-envato:before {
  content: "\EB7F"; }

.nc-icon-mini.social_logo-evernote:before {
  content: "\EB80"; }

.nc-icon-mini.social_logo-facebook:before {
  content: "\EB81"; }

.nc-icon-mini.social_logo-fb-simple:before {
  content: "\EB82"; }

.nc-icon-mini.social_logo-feedly:before {
  content: "\EB83"; }

.nc-icon-mini.social_logo-flickr:before {
  content: "\EB84"; }

.nc-icon-mini.social_logo-github:before {
  content: "\EB85"; }

.nc-icon-mini.social_logo-google-plus:before {
  content: "\EB86"; }

.nc-icon-mini.social_logo-instagram:before {
  content: "\EB87"; }

.nc-icon-mini.social_logo-lastfm:before {
  content: "\EB88"; }

.nc-icon-mini.social_logo-linkedin:before {
  content: "\EB89"; }

.nc-icon-mini.social_logo-meetup:before {
  content: "\EB8A"; }

.nc-icon-mini.social_logo-myspace:before {
  content: "\EB8B"; }

.nc-icon-mini.social_logo-paypal:before {
  content: "\EB8C"; }

.nc-icon-mini.social_logo-pinterest:before {
  content: "\EB8D"; }

.nc-icon-mini.social_logo-product-hunt:before {
  content: "\EB8E"; }

.nc-icon-mini.social_logo-reddit:before {
  content: "\EB8F"; }

.nc-icon-mini.social_logo-rss:before {
  content: "\EB90"; }

.nc-icon-mini.social_logo-shopify:before {
  content: "\EB91"; }

.nc-icon-mini.social_logo-skype:before {
  content: "\EB92"; }

.nc-icon-mini.social_logo-slack:before {
  content: "\EB93"; }

.nc-icon-mini.social_logo-soundcloud:before {
  content: "\EB94"; }

.nc-icon-mini.social_logo-spotify:before {
  content: "\EB95"; }

.nc-icon-mini.social_logo-trello:before {
  content: "\EB96"; }

.nc-icon-mini.social_logo-tumblr:before {
  content: "\EB97"; }

.nc-icon-mini.social_logo-twitter:before {
  content: "\EB98"; }

.nc-icon-mini.social_logo-vimeo:before {
  content: "\EB99"; }

.nc-icon-mini.social_logo-vine:before {
  content: "\EB9A"; }

.nc-icon-mini.social_logo-whatsapp:before {
  content: "\EB9B"; }

.nc-icon-mini.social_logo-wordpress:before {
  content: "\EB9C"; }

.nc-icon-mini.social_logo-yelp:before {
  content: "\EB9D"; }

.nc-icon-mini.social_logo-youtube:before {
  content: "\EB9E"; }

.nc-icon-mini.design_album:before {
  content: "\ED88"; }

.nc-icon-mini.design_align-bottom:before {
  content: "\ED89"; }

.nc-icon-mini.design_align-center-horizontal:before {
  content: "\ED8A"; }

.nc-icon-mini.design_align-center-vertical:before {
  content: "\ED8B"; }

.nc-icon-mini.design_align-left:before {
  content: "\ED8C"; }

.nc-icon-mini.design_align-right:before {
  content: "\ED8D"; }

.nc-icon-mini.design_align-top:before {
  content: "\ED8E"; }

.nc-icon-mini.design_app:before {
  content: "\ED8F"; }

.nc-icon-mini.design_artboard:before {
  content: "\ED90"; }

.nc-icon-mini.design_blend:before {
  content: "\ED91"; }

.nc-icon-mini.design_book-bookmark:before {
  content: "\ED92"; }

.nc-icon-mini.design_book-open:before {
  content: "\ED93"; }

.nc-icon-mini.design_brush:before {
  content: "\ED94"; }

.nc-icon-mini.design_bug:before {
  content: "\ED95"; }

.nc-icon-mini.design_bullet-list-67:before {
  content: "\ED96"; }

.nc-icon-mini.design_bullet-list-68:before {
  content: "\ED97"; }

.nc-icon-mini.design_bullet-list-69:before {
  content: "\ED98"; }

.nc-icon-mini.design_bullet-list-70:before {
  content: "\ED99"; }

.nc-icon-mini.design_clone:before {
  content: "\ED9A"; }

.nc-icon-mini.design_code:before {
  content: "\ED9B"; }

.nc-icon-mini.design_collection:before {
  content: "\ED9C"; }

.nc-icon-mini.design_command:before {
  content: "\ED9D"; }

.nc-icon-mini.design_compass:before {
  content: "\ED9E"; }

.nc-icon-mini.design_contrast:before {
  content: "\ED9F"; }

.nc-icon-mini.design_copy:before {
  content: "\EDA0"; }

.nc-icon-mini.design_crop:before {
  content: "\EDA1"; }

.nc-icon-mini.design_cursor-48:before {
  content: "\EDA2"; }

.nc-icon-mini.design_cursor-49:before {
  content: "\EDA3"; }

.nc-icon-mini.design_design:before {
  content: "\EDA4"; }

.nc-icon-mini.design_distribute-horizontal:before {
  content: "\EDA5"; }

.nc-icon-mini.design_distribute-vertical:before {
  content: "\EDA6"; }

.nc-icon-mini.design_eraser-32:before {
  content: "\EDA7"; }

.nc-icon-mini.design_eraser-33:before {
  content: "\EDA8"; }

.nc-icon-mini.design_eraser-46:before {
  content: "\EDA9"; }

.nc-icon-mini.design_flip-horizontal:before {
  content: "\EDAA"; }

.nc-icon-mini.design_flip-vertical:before {
  content: "\EDAB"; }

.nc-icon-mini.design_image:before {
  content: "\EDAC"; }

.nc-icon-mini.design_magnet:before {
  content: "\EDAD"; }

.nc-icon-mini.design_marker:before {
  content: "\EDAE"; }

.nc-icon-mini.design_measure-02:before {
  content: "\EDAF"; }

.nc-icon-mini.design_measure-17:before {
  content: "\EDB0"; }

.nc-icon-mini.design_measure-big:before {
  content: "\EDB1"; }

.nc-icon-mini.design_mouse-08:before {
  content: "\EDB2"; }

.nc-icon-mini.design_mouse-09:before {
  content: "\EDB3"; }

.nc-icon-mini.design_mouse-10:before {
  content: "\EDB4"; }

.nc-icon-mini.design_note-code:before {
  content: "\EDB5"; }

.nc-icon-mini.design_paint-16:before {
  content: "\EDB6"; }

.nc-icon-mini.design_paint-37:before {
  content: "\EDB7"; }

.nc-icon-mini.design_paint-38:before {
  content: "\EDB8"; }

.nc-icon-mini.design_paint-bucket-39:before {
  content: "\EDB9"; }

.nc-icon-mini.design_paint-bucket-40:before {
  content: "\EDBA"; }

.nc-icon-mini.design_palette:before {
  content: "\EDBB"; }

.nc-icon-mini.design_pantone:before {
  content: "\EDBC"; }

.nc-icon-mini.design_patch-19:before {
  content: "\EDBD"; }

.nc-icon-mini.design_patch-34:before {
  content: "\EDBE"; }

.nc-icon-mini.design_path-exclude:before {
  content: "\EDBF"; }

.nc-icon-mini.design_path-intersect:before {
  content: "\EDC0"; }

.nc-icon-mini.design_path-minus:before {
  content: "\EDC1"; }

.nc-icon-mini.design_path-unite:before {
  content: "\EDC2"; }

.nc-icon-mini.design_pen-01:before {
  content: "\EDC3"; }

.nc-icon-mini.design_pen-23:before {
  content: "\EDC4"; }

.nc-icon-mini.design_pen-tool:before {
  content: "\EDC5"; }

.nc-icon-mini.design_phone:before {
  content: "\EDC6"; }

.nc-icon-mini.design_scissors:before {
  content: "\EDC7"; }

.nc-icon-mini.design_shape-adjust:before {
  content: "\EDC8"; }

.nc-icon-mini.design_shape-circle:before {
  content: "\EDC9"; }

.nc-icon-mini.design_shape-polygon:before {
  content: "\EDCA"; }

.nc-icon-mini.design_shape-square:before {
  content: "\EDCB"; }

.nc-icon-mini.design_shape-triangle:before {
  content: "\EDCC"; }

.nc-icon-mini.design_shapes:before {
  content: "\EDCD"; }

.nc-icon-mini.design_sharpener:before {
  content: "\EDCE"; }

.nc-icon-mini.design_slice:before {
  content: "\EDCF"; }

.nc-icon-mini.design_spray:before {
  content: "\EDD0"; }

.nc-icon-mini.design_stamp:before {
  content: "\EDD1"; }

.nc-icon-mini.design_tablet:before {
  content: "\EDD2"; }

.nc-icon-mini.design_text:before {
  content: "\EDD3"; }

.nc-icon-mini.design_todo:before {
  content: "\EDD4"; }

.nc-icon-mini.design_usb:before {
  content: "\EDD5"; }

.nc-icon-mini.design_vector:before {
  content: "\EDD6"; }

.nc-icon-mini.design_wand:before {
  content: "\EDD7"; }

.nc-icon-mini.design_webpage:before {
  content: "\EDD8"; }

.nc-icon-mini.design_window-code:before {
  content: "\EDD9"; }

.nc-icon-mini.design_window-paragraph:before {
  content: "\EDDA"; }

.nc-icon-mini.design_window-responsive:before {
  content: "\EDDB"; }

.nc-icon-mini.design-2_3d-28:before {
  content: "\EEA7"; }

.nc-icon-mini.design-2_3d-29:before {
  content: "\EEA8"; }

.nc-icon-mini.design-2_android:before {
  content: "\EEA9"; }

.nc-icon-mini.design-2_angle:before {
  content: "\EEAA"; }

.nc-icon-mini.design-2_animation-14:before {
  content: "\EEAB"; }

.nc-icon-mini.design-2_animation-31:before {
  content: "\EEAC"; }

.nc-icon-mini.design-2_animation-32:before {
  content: "\EEAD"; }

.nc-icon-mini.design-2_apple:before {
  content: "\EEAE"; }

.nc-icon-mini.design-2_bucket:before {
  content: "\EEAF"; }

.nc-icon-mini.design-2_button:before {
  content: "\EEB0"; }

.nc-icon-mini.design-2_canvas:before {
  content: "\EEB1"; }

.nc-icon-mini.design-2_css3:before {
  content: "\EEB2"; }

.nc-icon-mini.design-2_cursor-add:before {
  content: "\EEB3"; }

.nc-icon-mini.design-2_cursor-grab:before {
  content: "\EEB4"; }

.nc-icon-mini.design-2_cursor-load:before {
  content: "\EEB5"; }

.nc-icon-mini.design-2_cursor-menu:before {
  content: "\EEB6"; }

.nc-icon-mini.design-2_cursor-not-allowed:before {
  content: "\EEB7"; }

.nc-icon-mini.design-2_cursor-pointer:before {
  content: "\EEB8"; }

.nc-icon-mini.design-2_cursor-text:before {
  content: "\EEB9"; }

.nc-icon-mini.design-2_divider:before {
  content: "\EEBA"; }

.nc-icon-mini.design-2_filter-organization:before {
  content: "\EEBB"; }

.nc-icon-mini.design-2_form:before {
  content: "\EEBC"; }

.nc-icon-mini.design-2_frame:before {
  content: "\EEBD"; }

.nc-icon-mini.design-2_group:before {
  content: "\EEBE"; }

.nc-icon-mini.design-2_html5:before {
  content: "\EEBF"; }

.nc-icon-mini.design-2_image:before {
  content: "\EEC0"; }

.nc-icon-mini.design-2_layers:before {
  content: "\EEC1"; }

.nc-icon-mini.design-2_layout-11:before {
  content: "\EEC2"; }

.nc-icon-mini.design-2_layout-25:before {
  content: "\EEC3"; }

.nc-icon-mini.design-2_mirror:before {
  content: "\EEC4"; }

.nc-icon-mini.design-2_move-down:before {
  content: "\EEC5"; }

.nc-icon-mini.design-2_move-up:before {
  content: "\EEC6"; }

.nc-icon-mini.design-2_paint-brush:before {
  content: "\EEC7"; }

.nc-icon-mini.design-2_ruler-pencil:before {
  content: "\EEC8"; }

.nc-icon-mini.design-2_scale-down:before {
  content: "\EEC9"; }

.nc-icon-mini.design-2_scale-up:before {
  content: "\EECA"; }

.nc-icon-mini.design-2_scale:before {
  content: "\EECB"; }

.nc-icon-mini.design-2_selection:before {
  content: "\EECC"; }

.nc-icon-mini.design-2_slider:before {
  content: "\EECD"; }

.nc-icon-mini.design-2_text:before {
  content: "\EECE"; }

.nc-icon-mini.design-2_transform-origin:before {
  content: "\EECF"; }

.nc-icon-mini.design-2_transform:before {
  content: "\EED0"; }

.nc-icon-mini.design-2_ungroup:before {
  content: "\EED1"; }

.nc-icon-mini.loader_circle-04:before {
  content: "\EEA3"; }

.nc-icon-mini.loader_dots-06:before {
  content: "\EEA4"; }

.nc-icon-mini.loader_gear:before {
  content: "\EEA5"; }

.nc-icon-mini.loader_refresh:before {
  content: "\EEA6"; }

.nc-icon-mini.ui-1_analytics-88:before {
  content: "\EA0F"; }

.nc-icon-mini.ui-1_analytics-89:before {
  content: "\EA10"; }

.nc-icon-mini.ui-1_attach-86:before {
  content: "\EA11"; }

.nc-icon-mini.ui-1_attach-87:before {
  content: "\EA12"; }

.nc-icon-mini.ui-1_bell-53:before {
  content: "\EA13"; }

.nc-icon-mini.ui-1_bell-54:before {
  content: "\EA14"; }

.nc-icon-mini.ui-1_bell-55:before {
  content: "\EA15"; }

.nc-icon-mini.ui-1_bold-add:before {
  content: "\EA16"; }

.nc-icon-mini.ui-1_bold-delete:before {
  content: "\EA17"; }

.nc-icon-mini.ui-1_bold-remove:before {
  content: "\EA18"; }

.nc-icon-mini.ui-1_bookmark-add:before {
  content: "\EA19"; }

.nc-icon-mini.ui-1_bookmark-remove:before {
  content: "\EA1A"; }

.nc-icon-mini.ui-1_calendar-57:before {
  content: "\EA1B"; }

.nc-icon-mini.ui-1_calendar-60:before {
  content: "\EA1C"; }

.nc-icon-mini.ui-1_check-bold:before {
  content: "\EA1D"; }

.nc-icon-mini.ui-1_check-circle-07:before {
  content: "\EA1E"; }

.nc-icon-mini.ui-1_check-circle-08:before {
  content: "\EA1F"; }

.nc-icon-mini.ui-1_check-curve:before {
  content: "\EA20"; }

.nc-icon-mini.ui-1_check-simple:before {
  content: "\EA21"; }

.nc-icon-mini.ui-1_check-small:before {
  content: "\EA22"; }

.nc-icon-mini.ui-1_check-square-09:before {
  content: "\EA23"; }

.nc-icon-mini.ui-1_check-square-11:before {
  content: "\EA24"; }

.nc-icon-mini.ui-1_check:before {
  content: "\EA25"; }

.nc-icon-mini.ui-1_circle-add:before {
  content: "\EA26"; }

.nc-icon-mini.ui-1_circle-bold-add:before {
  content: "\EA27"; }

.nc-icon-mini.ui-1_circle-bold-remove:before {
  content: "\EA28"; }

.nc-icon-mini.ui-1_circle-delete:before {
  content: "\EA29"; }

.nc-icon-mini.ui-1_circle-remove:before {
  content: "\EA2A"; }

.nc-icon-mini.ui-1_dashboard-29:before {
  content: "\EA2B"; }

.nc-icon-mini.ui-1_dashboard-30:before {
  content: "\EA2C"; }

.nc-icon-mini.ui-1_dashboard-half:before {
  content: "\EA2D"; }

.nc-icon-mini.ui-1_dashboard-level:before {
  content: "\EA2E"; }

.nc-icon-mini.ui-1_database:before {
  content: "\EA2F"; }

.nc-icon-mini.ui-1_drop:before {
  content: "\EA30"; }

.nc-icon-mini.ui-1_edit-71:before {
  content: "\EA31"; }

.nc-icon-mini.ui-1_edit-72:before {
  content: "\EA32"; }

.nc-icon-mini.ui-1_edit-73:before {
  content: "\EA33"; }

.nc-icon-mini.ui-1_edit-74:before {
  content: "\EA34"; }

.nc-icon-mini.ui-1_edit-75:before {
  content: "\EA35"; }

.nc-icon-mini.ui-1_edit-76:before {
  content: "\EA36"; }

.nc-icon-mini.ui-1_edit-77:before {
  content: "\EA37"; }

.nc-icon-mini.ui-1_edit-78:before {
  content: "\EA38"; }

.nc-icon-mini.ui-1_email-83:before {
  content: "\EA39"; }

.nc-icon-mini.ui-1_email-84:before {
  content: "\EA3A"; }

.nc-icon-mini.ui-1_eye-17:before {
  content: "\EA3B"; }

.nc-icon-mini.ui-1_eye-19:before {
  content: "\EA3C"; }

.nc-icon-mini.ui-1_eye-ban-18:before {
  content: "\EA3D"; }

.nc-icon-mini.ui-1_eye-ban-20:before {
  content: "\EA3E"; }

.nc-icon-mini.ui-1_flame:before {
  content: "\EA3F"; }

.nc-icon-mini.ui-1_home-51:before {
  content: "\EA40"; }

.nc-icon-mini.ui-1_home-52:before {
  content: "\EA41"; }

.nc-icon-mini.ui-1_home-minimal:before {
  content: "\EA42"; }

.nc-icon-mini.ui-1_home-simple:before {
  content: "\EA43"; }

.nc-icon-mini.ui-1_leaf-80:before {
  content: "\EA44"; }

.nc-icon-mini.ui-1_leaf-81:before {
  content: "\EA45"; }

.nc-icon-mini.ui-1_leaf-edit:before {
  content: "\EA46"; }

.nc-icon-mini.ui-1_lock-circle-open:before {
  content: "\EA47"; }

.nc-icon-mini.ui-1_lock-circle:before {
  content: "\EA48"; }

.nc-icon-mini.ui-1_lock-open:before {
  content: "\EA49"; }

.nc-icon-mini.ui-1_lock:before {
  content: "\EA4A"; }

.nc-icon-mini.ui-1_notification-69:before {
  content: "\EA4B"; }

.nc-icon-mini.ui-1_pencil:before {
  content: "\EA4C"; }

.nc-icon-mini.ui-1_preferences-circle-rotate:before {
  content: "\EA4D"; }

.nc-icon-mini.ui-1_preferences-circle:before {
  content: "\EA4E"; }

.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
  content: "\EA4F"; }

.nc-icon-mini.ui-1_preferences-container-circle:before {
  content: "\EA50"; }

.nc-icon-mini.ui-1_preferences-container-rotate:before {
  content: "\EA51"; }

.nc-icon-mini.ui-1_preferences-container:before {
  content: "\EA52"; }

.nc-icon-mini.ui-1_preferences-rotate:before {
  content: "\EA53"; }

.nc-icon-mini.ui-1_preferences:before {
  content: "\EA54"; }

.nc-icon-mini.ui-1_send:before {
  content: "\EA55"; }

.nc-icon-mini.ui-1_settings-gear-63:before {
  content: "\EA56"; }

.nc-icon-mini.ui-1_settings-gear-64:before {
  content: "\EA57"; }

.nc-icon-mini.ui-1_settings-gear-65:before {
  content: "\EA58"; }

.nc-icon-mini.ui-1_settings-tool-66:before {
  content: "\EA59"; }

.nc-icon-mini.ui-1_simple-add:before {
  content: "\EA5A"; }

.nc-icon-mini.ui-1_simple-delete:before {
  content: "\EA5B"; }

.nc-icon-mini.ui-1_simple-remove:before {
  content: "\EA5C"; }

.nc-icon-mini.ui-1_trash-simple:before {
  content: "\EA5D"; }

.nc-icon-mini.ui-1_trash:before {
  content: "\EA5E"; }

.nc-icon-mini.ui-1_ui-03:before {
  content: "\EA5F"; }

.nc-icon-mini.ui-1_ui-04:before {
  content: "\EA60"; }

.nc-icon-mini.ui-1_zoom-bold-in:before {
  content: "\EA61"; }

.nc-icon-mini.ui-1_zoom-bold-out:before {
  content: "\EA62"; }

.nc-icon-mini.ui-1_zoom-bold:before {
  content: "\EA63"; }

.nc-icon-mini.ui-1_zoom-in:before {
  content: "\EA64"; }

.nc-icon-mini.ui-1_zoom-out:before {
  content: "\EA65"; }

.nc-icon-mini.ui-1_zoom:before {
  content: "\EA66"; }

.nc-icon-mini.ui-2_alert:before {
  content: "\EA67"; }

.nc-icon-mini.ui-2_alert-:before {
  content: "\EA68"; }

.nc-icon-mini.ui-2_alert-circle:before {
  content: "\EA69"; }

.nc-icon-mini.ui-2_alert-circle-:before {
  content: "\EA6A"; }

.nc-icon-mini.ui-2_alert-circle-i:before {
  content: "\EA6B"; }

.nc-icon-mini.ui-2_alert-i:before {
  content: "\EA6C"; }

.nc-icon-mini.ui-2_alert-square:before {
  content: "\EA6D"; }

.nc-icon-mini.ui-2_alert-square-:before {
  content: "\EA6E"; }

.nc-icon-mini.ui-2_alert-square-i:before {
  content: "\EA6F"; }

.nc-icon-mini.ui-2_archive:before {
  content: "\EA70"; }

.nc-icon-mini.ui-2_ban:before {
  content: "\EA71"; }

.nc-icon-mini.ui-2_battery-81:before {
  content: "\EA72"; }

.nc-icon-mini.ui-2_battery-83:before {
  content: "\EA73"; }

.nc-icon-mini.ui-2_battery-half:before {
  content: "\EA74"; }

.nc-icon-mini.ui-2_battery-low:before {
  content: "\EA75"; }

.nc-icon-mini.ui-2_bluetooth:before {
  content: "\EA76"; }

.nc-icon-mini.ui-2_book:before {
  content: "\EA77"; }

.nc-icon-mini.ui-2_chart-bar-52:before {
  content: "\EA78"; }

.nc-icon-mini.ui-2_chart-bar-53:before {
  content: "\EA79"; }

.nc-icon-mini.ui-2_chat-content:before {
  content: "\EA7A"; }

.nc-icon-mini.ui-2_chat-round-content:before {
  content: "\EA7B"; }

.nc-icon-mini.ui-2_chat-round:before {
  content: "\EA7C"; }

.nc-icon-mini.ui-2_chat:before {
  content: "\EA7D"; }

.nc-icon-mini.ui-2_circle-bold-delete:before {
  content: "\EA7E"; }

.nc-icon-mini.ui-2_cloud-25:before {
  content: "\EA7F"; }

.nc-icon-mini.ui-2_cloud-26:before {
  content: "\EA80"; }

.nc-icon-mini.ui-2_disk:before {
  content: "\EA81"; }

.nc-icon-mini.ui-2_enlarge-57:before {
  content: "\EA82"; }

.nc-icon-mini.ui-2_enlarge-58:before {
  content: "\EA83"; }

.nc-icon-mini.ui-2_favourite-28:before {
  content: "\EA84"; }

.nc-icon-mini.ui-2_favourite-31:before {
  content: "\EA85"; }

.nc-icon-mini.ui-2_filter:before {
  content: "\EA86"; }

.nc-icon-mini.ui-2_fullsize:before {
  content: "\EA87"; }

.nc-icon-mini.ui-2_grid-45:before {
  content: "\EA88"; }

.nc-icon-mini.ui-2_grid-46:before {
  content: "\EA89"; }

.nc-icon-mini.ui-2_grid-48:before {
  content: "\EA8A"; }

.nc-icon-mini.ui-2_grid-50:before {
  content: "\EA8B"; }

.nc-icon-mini.ui-2_grid-square:before {
  content: "\EA8C"; }

.nc-icon-mini.ui-2_hourglass:before {
  content: "\EA8D"; }

.nc-icon-mini.ui-2_lab:before {
  content: "\EA8E"; }

.nc-icon-mini.ui-2_layers:before {
  content: "\EA8F"; }

.nc-icon-mini.ui-2_like:before {
  content: "\EA90"; }

.nc-icon-mini.ui-2_link-66:before {
  content: "\EA91"; }

.nc-icon-mini.ui-2_link-68:before {
  content: "\EA92"; }

.nc-icon-mini.ui-2_link-69:before {
  content: "\EA93"; }

.nc-icon-mini.ui-2_link-72:before {
  content: "\EA94"; }

.nc-icon-mini.ui-2_link-broken-70:before {
  content: "\EA95"; }

.nc-icon-mini.ui-2_link-broken-73:before {
  content: "\EA96"; }

.nc-icon-mini.ui-2_menu-34:before {
  content: "\EA97"; }

.nc-icon-mini.ui-2_menu-35:before {
  content: "\EA98"; }

.nc-icon-mini.ui-2_menu-bold:before {
  content: "\EA99"; }

.nc-icon-mini.ui-2_menu-dots:before {
  content: "\EA9A"; }

.nc-icon-mini.ui-2_menu-square:before {
  content: "\EA9B"; }

.nc-icon-mini.ui-2_node:before {
  content: "\EA9C"; }

.nc-icon-mini.ui-2_paragraph:before {
  content: "\EA9D"; }

.nc-icon-mini.ui-2_phone:before {
  content: "\EA9E"; }

.nc-icon-mini.ui-2_share-bold:before {
  content: "\EA9F"; }

.nc-icon-mini.ui-2_share:before {
  content: "\EAA0"; }

.nc-icon-mini.ui-2_small-add:before {
  content: "\EAA1"; }

.nc-icon-mini.ui-2_small-delete:before {
  content: "\EAA2"; }

.nc-icon-mini.ui-2_small-remove:before {
  content: "\EAA3"; }

.nc-icon-mini.ui-2_square-add-08:before {
  content: "\EAA4"; }

.nc-icon-mini.ui-2_square-add-11:before {
  content: "\EAA5"; }

.nc-icon-mini.ui-2_square-delete-10:before {
  content: "\EAA6"; }

.nc-icon-mini.ui-2_square-delete-13:before {
  content: "\EAA7"; }

.nc-icon-mini.ui-2_square-remove-09:before {
  content: "\EAA8"; }

.nc-icon-mini.ui-2_square-remove-12:before {
  content: "\EAA9"; }

.nc-icon-mini.ui-2_target:before {
  content: "\EAAA"; }

.nc-icon-mini.ui-2_tile-55:before {
  content: "\EAAB"; }

.nc-icon-mini.ui-2_tile-56:before {
  content: "\EAAC"; }

.nc-icon-mini.ui-2_time-alarm:before {
  content: "\EAAD"; }

.nc-icon-mini.ui-2_time-clock:before {
  content: "\EAAE"; }

.nc-icon-mini.ui-2_time-countdown:before {
  content: "\EAAF"; }

.nc-icon-mini.ui-2_time:before {
  content: "\EAB0"; }

.nc-icon-mini.ui-2_webpage:before {
  content: "\EAB1"; }

.nc-icon-mini.ui-3_alert:before {
  content: "\EAB2"; }

.nc-icon-mini.ui-3_backward:before {
  content: "\EAB3"; }

.nc-icon-mini.ui-3_bolt:before {
  content: "\EAB4"; }

.nc-icon-mini.ui-3_bullet-list:before {
  content: "\EAB5"; }

.nc-icon-mini.ui-3_calendar-add:before {
  content: "\EAB6"; }

.nc-icon-mini.ui-3_card-add:before {
  content: "\EAB7"; }

.nc-icon-mini.ui-3_card-alert:before {
  content: "\EAB8"; }

.nc-icon-mini.ui-3_chart-bars:before {
  content: "\EE6E"; }

.nc-icon-mini.ui-3_chart:before {
  content: "\EE6F"; }

.nc-icon-mini.ui-3_chat-33:before {
  content: "\EE70"; }

.nc-icon-mini.ui-3_chat-45:before {
  content: "\EE71"; }

.nc-icon-mini.ui-3_chat-46:before {
  content: "\EE72"; }

.nc-icon-mini.ui-3_chat-reply:before {
  content: "\EE73"; }

.nc-icon-mini.ui-3_check-in:before {
  content: "\EE74"; }

.nc-icon-mini.ui-3_check-out:before {
  content: "\EE75"; }

.nc-icon-mini.ui-3_dock-bottom:before {
  content: "\EE76"; }

.nc-icon-mini.ui-3_dock-left:before {
  content: "\EE77"; }

.nc-icon-mini.ui-3_dock-right:before {
  content: "\EE78"; }

.nc-icon-mini.ui-3_dock-top:before {
  content: "\EE79"; }

.nc-icon-mini.ui-3_filter-check:before {
  content: "\EE7A"; }

.nc-icon-mini.ui-3_filter-remove:before {
  content: "\EE7B"; }

.nc-icon-mini.ui-3_forward:before {
  content: "\EE7C"; }

.nc-icon-mini.ui-3_funnel-39:before {
  content: "\EE7D"; }

.nc-icon-mini.ui-3_funnel-40:before {
  content: "\EE7E"; }

.nc-icon-mini.ui-3_funnel-41:before {
  content: "\EE7F"; }

.nc-icon-mini.ui-3_heart:before {
  content: "\EE80"; }

.nc-icon-mini.ui-3_infinite:before {
  content: "\EE81"; }

.nc-icon-mini.ui-3_link:before {
  content: "\EE82"; }

.nc-icon-mini.ui-3_menu-left:before {
  content: "\EE83"; }

.nc-icon-mini.ui-3_menu-right:before {
  content: "\EE84"; }

.nc-icon-mini.ui-3_menu:before {
  content: "\EE85"; }

.nc-icon-mini.ui-3_metrics:before {
  content: "\EE86"; }

.nc-icon-mini.ui-3_phone-call-end:before {
  content: "\EE87"; }

.nc-icon-mini.ui-3_phone-call:before {
  content: "\EE88"; }

.nc-icon-mini.ui-3_phone:before {
  content: "\EE89"; }

.nc-icon-mini.ui-3_playlist:before {
  content: "\EE8A"; }

.nc-icon-mini.ui-3_security:before {
  content: "\EE8B"; }

.nc-icon-mini.ui-3_segmentation:before {
  content: "\EE8C"; }

.nc-icon-mini.ui-3_select:before {
  content: "\EE8D"; }

.nc-icon-mini.ui-3_send:before {
  content: "\EE8E"; }

.nc-icon-mini.ui-3_signal:before {
  content: "\EE8F"; }

.nc-icon-mini.ui-3_slide-left:before {
  content: "\EE90"; }

.nc-icon-mini.ui-3_slide-right:before {
  content: "\EE91"; }

.nc-icon-mini.ui-3_table-left:before {
  content: "\EE92"; }

.nc-icon-mini.ui-3_table-right:before {
  content: "\EE93"; }

.nc-icon-mini.ui-3_tag:before {
  content: "\EE94"; }

.nc-icon-mini.ui-3_widget:before {
  content: "\EE95"; }

.nc-icon-mini.ui-e_round-e-alert:before {
  content: "\EE96"; }

.nc-icon-mini.ui-e_round-e-help:before {
  content: "\EE97"; }

.nc-icon-mini.ui-e_round-e-info:before {
  content: "\EE98"; }

.nc-icon-mini.ui-e_square-e-alert:before {
  content: "\EE99"; }

.nc-icon-mini.ui-e_square-e-help:before {
  content: "\EE9A"; }

.nc-icon-mini.ui-e_square-e-info:before {
  content: "\EE9B"; }

.nc-icon-mini.ui-e_star-half:before {
  content: "\EE9C"; }

.nc-icon-mini.ui-e-2_calendar-add:before {
  content: "\EE9D"; }

.nc-icon-mini.ui-e-2_dock-bottom:before {
  content: "\EE9E"; }

.nc-icon-mini.ui-e-2_dock-left:before {
  content: "\EE9F"; }

.nc-icon-mini.ui-e-2_dock-right:before {
  content: "\EEA0"; }

.nc-icon-mini.ui-e-2_dock-top:before {
  content: "\EEA1"; }

.nc-icon-mini.ui-e-2_heart:before {
  content: "\EEA2"; }

.nc-icon-mini.envir_bulb-saver:before {
  content: "\EE5C"; }

.nc-icon-mini.envir_bulb:before {
  content: "\EE5D"; }

.nc-icon-mini.envir_car:before {
  content: "\EE5E"; }

.nc-icon-mini.envir_fuel-electric:before {
  content: "\EE5F"; }

.nc-icon-mini.envir_fuel:before {
  content: "\EE60"; }

.nc-icon-mini.envir_home:before {
  content: "\EE61"; }

.nc-icon-mini.envir_level:before {
  content: "\EE62"; }

.nc-icon-mini.envir_panel:before {
  content: "\EE63"; }

.nc-icon-mini.envir_radiation:before {
  content: "\EE64"; }

.nc-icon-mini.envir_recycling:before {
  content: "\EE65"; }

.nc-icon-mini.envir_save-planet:before {
  content: "\EE66"; }

.nc-icon-mini.envir_waste-danger:before {
  content: "\EE67"; }

.nc-icon-mini.envir_waste-recycling:before {
  content: "\EE68"; }

.nc-icon-mini.envir_waste:before {
  content: "\EE69"; }

.nc-icon-mini.envir_water-hand:before {
  content: "\EE6A"; }

.nc-icon-mini.envir_water-sink:before {
  content: "\EE6B"; }

.nc-icon-mini.envir_water:before {
  content: "\EE6C"; }

.nc-icon-mini.envir_wind:before {
  content: "\EE6D"; }

.nc-icon-mini.arrows-1_back-78:before {
  content: "\E900"; }

.nc-icon-mini.arrows-1_back-80:before {
  content: "\E901"; }

.nc-icon-mini.arrows-1_bold-down:before {
  content: "\E902"; }

.nc-icon-mini.arrows-1_bold-left:before {
  content: "\E903"; }

.nc-icon-mini.arrows-1_bold-right:before {
  content: "\E904"; }

.nc-icon-mini.arrows-1_bold-up:before {
  content: "\E905"; }

.nc-icon-mini.arrows-1_circle-down-12:before {
  content: "\E906"; }

.nc-icon-mini.arrows-1_circle-down-40:before {
  content: "\E907"; }

.nc-icon-mini.arrows-1_circle-left-10:before {
  content: "\E908"; }

.nc-icon-mini.arrows-1_circle-left-38:before {
  content: "\E909"; }

.nc-icon-mini.arrows-1_circle-right-09:before {
  content: "\E90A"; }

.nc-icon-mini.arrows-1_circle-right-37:before {
  content: "\E90B"; }

.nc-icon-mini.arrows-1_circle-up-11:before {
  content: "\E90C"; }

.nc-icon-mini.arrows-1_circle-up-39:before {
  content: "\E90D"; }

.nc-icon-mini.arrows-1_cloud-download-95:before {
  content: "\E90E"; }

.nc-icon-mini.arrows-1_cloud-upload-96:before {
  content: "\E90F"; }

.nc-icon-mini.arrows-1_curved-next:before {
  content: "\E910"; }

.nc-icon-mini.arrows-1_curved-previous:before {
  content: "\E911"; }

.nc-icon-mini.arrows-1_direction-53:before {
  content: "\E912"; }

.nc-icon-mini.arrows-1_direction-56:before {
  content: "\E913"; }

.nc-icon-mini.arrows-1_double-left:before {
  content: "\E914"; }

.nc-icon-mini.arrows-1_double-right:before {
  content: "\E915"; }

.nc-icon-mini.arrows-1_download:before {
  content: "\E916"; }

.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
  content: "\E917"; }

.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
  content: "\E918"; }

.nc-icon-mini.arrows-1_enlarge-horizontal:before {
  content: "\E919"; }

.nc-icon-mini.arrows-1_enlarge-vertical:before {
  content: "\E91A"; }

.nc-icon-mini.arrows-1_fullscreen-70:before {
  content: "\E91B"; }

.nc-icon-mini.arrows-1_fullscreen-71:before {
  content: "\E91C"; }

.nc-icon-mini.arrows-1_fullscreen-76:before {
  content: "\E91D"; }

.nc-icon-mini.arrows-1_fullscreen-77:before {
  content: "\E91E"; }

.nc-icon-mini.arrows-1_fullscreen-double-74:before {
  content: "\E91F"; }

.nc-icon-mini.arrows-1_fullscreen-double-75:before {
  content: "\E920"; }

.nc-icon-mini.arrows-1_fullscreen-split-72:before {
  content: "\E921"; }

.nc-icon-mini.arrows-1_fullscreen-split-73:before {
  content: "\E922"; }

.nc-icon-mini.arrows-1_log-in:before {
  content: "\E923"; }

.nc-icon-mini.arrows-1_log-out:before {
  content: "\E924"; }

.nc-icon-mini.arrows-1_loop-82:before {
  content: "\E925"; }

.nc-icon-mini.arrows-1_minimal-down:before {
  content: "\E926"; }

.nc-icon-mini.arrows-1_minimal-left:before {
  content: "\E927"; }

.nc-icon-mini.arrows-1_minimal-right:before {
  content: "\E928"; }

.nc-icon-mini.arrows-1_minimal-up:before {
  content: "\E929"; }

.nc-icon-mini.arrows-1_redo-79:before {
  content: "\E92A"; }

.nc-icon-mini.arrows-1_redo-81:before {
  content: "\E92B"; }

.nc-icon-mini.arrows-1_refresh-68:before {
  content: "\E92C"; }

.nc-icon-mini.arrows-1_refresh-69:before {
  content: "\E92D"; }

.nc-icon-mini.arrows-1_round-down:before {
  content: "\E92E"; }

.nc-icon-mini.arrows-1_round-left:before {
  content: "\E92F"; }

.nc-icon-mini.arrows-1_round-right:before {
  content: "\E930"; }

.nc-icon-mini.arrows-1_round-up:before {
  content: "\E931"; }

.nc-icon-mini.arrows-1_share-66:before {
  content: "\E932"; }

.nc-icon-mini.arrows-1_share-91:before {
  content: "\E933"; }

.nc-icon-mini.arrows-1_share-92:before {
  content: "\E934"; }

.nc-icon-mini.arrows-1_shuffle-97:before {
  content: "\E935"; }

.nc-icon-mini.arrows-1_shuffle-98:before {
  content: "\E936"; }

.nc-icon-mini.arrows-1_simple-down:before {
  content: "\E937"; }

.nc-icon-mini.arrows-1_simple-left:before {
  content: "\E938"; }

.nc-icon-mini.arrows-1_simple-right:before {
  content: "\E939"; }

.nc-icon-mini.arrows-1_simple-up:before {
  content: "\E93A"; }

.nc-icon-mini.arrows-1_small-triangle-down:before {
  content: "\E93B"; }

.nc-icon-mini.arrows-1_small-triangle-left:before {
  content: "\E93C"; }

.nc-icon-mini.arrows-1_small-triangle-right:before {
  content: "\E93D"; }

.nc-icon-mini.arrows-1_small-triangle-up:before {
  content: "\E93E"; }

.nc-icon-mini.arrows-1_square-down:before {
  content: "\E93F"; }

.nc-icon-mini.arrows-1_square-left:before {
  content: "\E940"; }

.nc-icon-mini.arrows-1_square-right:before {
  content: "\E941"; }

.nc-icon-mini.arrows-1_square-up:before {
  content: "\E942"; }

.nc-icon-mini.arrows-1_strong-down:before {
  content: "\E943"; }

.nc-icon-mini.arrows-1_strong-left:before {
  content: "\E944"; }

.nc-icon-mini.arrows-1_strong-right:before {
  content: "\E945"; }

.nc-icon-mini.arrows-1_strong-up:before {
  content: "\E946"; }

.nc-icon-mini.arrows-1_tail-down:before {
  content: "\E947"; }

.nc-icon-mini.arrows-1_tail-left:before {
  content: "\E948"; }

.nc-icon-mini.arrows-1_tail-right:before {
  content: "\E949"; }

.nc-icon-mini.arrows-1_tail-triangle-down:before {
  content: "\E94A"; }

.nc-icon-mini.arrows-1_tail-triangle-left:before {
  content: "\E94B"; }

.nc-icon-mini.arrows-1_tail-triangle-right:before {
  content: "\E94C"; }

.nc-icon-mini.arrows-1_tail-triangle-up:before {
  content: "\E94D"; }

.nc-icon-mini.arrows-1_tail-up:before {
  content: "\E94E"; }

.nc-icon-mini.arrows-1_trend-down:before {
  content: "\E94F"; }

.nc-icon-mini.arrows-1_trend-up:before {
  content: "\E950"; }

.nc-icon-mini.arrows-1_triangle-down-20:before {
  content: "\E951"; }

.nc-icon-mini.arrows-1_triangle-down-65:before {
  content: "\E952"; }

.nc-icon-mini.arrows-1_triangle-left-18:before {
  content: "\E953"; }

.nc-icon-mini.arrows-1_triangle-left-63:before {
  content: "\E954"; }

.nc-icon-mini.arrows-1_triangle-right-17:before {
  content: "\E955"; }

.nc-icon-mini.arrows-1_triangle-right-62:before {
  content: "\E956"; }

.nc-icon-mini.arrows-1_triangle-up-19:before {
  content: "\E957"; }

.nc-icon-mini.arrows-1_triangle-up-64:before {
  content: "\E958"; }

.nc-icon-mini.arrows-1_zoom-88:before {
  content: "\E959"; }

.nc-icon-mini.arrows-2_block-down:before {
  content: "\E95A"; }

.nc-icon-mini.arrows-2_block-left:before {
  content: "\E95B"; }

.nc-icon-mini.arrows-2_block-right:before {
  content: "\E95C"; }

.nc-icon-mini.arrows-2_block-up:before {
  content: "\E95D"; }

.nc-icon-mini.arrows-2_conversion:before {
  content: "\E95E"; }

.nc-icon-mini.arrows-2_corner-down-round:before {
  content: "\E95F"; }

.nc-icon-mini.arrows-2_corner-down:before {
  content: "\E960"; }

.nc-icon-mini.arrows-2_corner-left-down:before {
  content: "\E961"; }

.nc-icon-mini.arrows-2_corner-left-round:before {
  content: "\E962"; }

.nc-icon-mini.arrows-2_corner-left:before {
  content: "\E963"; }

.nc-icon-mini.arrows-2_corner-right-down:before {
  content: "\E964"; }

.nc-icon-mini.arrows-2_corner-right-round:before {
  content: "\E965"; }

.nc-icon-mini.arrows-2_corner-right:before {
  content: "\E966"; }

.nc-icon-mini.arrows-2_corner-up-left:before {
  content: "\E967"; }

.nc-icon-mini.arrows-2_corner-up-right:before {
  content: "\E968"; }

.nc-icon-mini.arrows-2_corner-up-round:before {
  content: "\E969"; }

.nc-icon-mini.arrows-2_corner-up:before {
  content: "\E96A"; }

.nc-icon-mini.arrows-2_cross-down:before {
  content: "\E96B"; }

.nc-icon-mini.arrows-2_cross-left:before {
  content: "\E96C"; }

.nc-icon-mini.arrows-2_cross-right:before {
  content: "\E96D"; }

.nc-icon-mini.arrows-2_cross-up:before {
  content: "\E96E"; }

.nc-icon-mini.arrows-2_delete-49:before {
  content: "\E96F"; }

.nc-icon-mini.arrows-2_delete-50:before {
  content: "\E970"; }

.nc-icon-mini.arrows-2_direction:before {
  content: "\E971"; }

.nc-icon-mini.arrows-2_dots-download:before {
  content: "\E972"; }

.nc-icon-mini.arrows-2_dots-upload:before {
  content: "\E973"; }

.nc-icon-mini.arrows-2_eject:before {
  content: "\E974"; }

.nc-icon-mini.arrows-2_enlarge-circle:before {
  content: "\E975"; }

.nc-icon-mini.arrows-2_file-download-87:before {
  content: "\E976"; }

.nc-icon-mini.arrows-2_file-upload-86:before {
  content: "\E977"; }

.nc-icon-mini.arrows-2_hit-down:before {
  content: "\E978"; }

.nc-icon-mini.arrows-2_hit-left:before {
  content: "\E979"; }

.nc-icon-mini.arrows-2_hit-right:before {
  content: "\E97A"; }

.nc-icon-mini.arrows-2_hit-up:before {
  content: "\E97B"; }

.nc-icon-mini.arrows-2_log-out:before {
  content: "\E97C"; }

.nc-icon-mini.arrows-2_move-down-right:before {
  content: "\E97D"; }

.nc-icon-mini.arrows-2_move-down:before {
  content: "\E97E"; }

.nc-icon-mini.arrows-2_move-left:before {
  content: "\E97F"; }

.nc-icon-mini.arrows-2_move-right:before {
  content: "\E980"; }

.nc-icon-mini.arrows-2_move-up-left:before {
  content: "\E981"; }

.nc-icon-mini.arrows-2_move-up:before {
  content: "\E982"; }

.nc-icon-mini.arrows-2_push-next:before {
  content: "\E983"; }

.nc-icon-mini.arrows-2_push-previous:before {
  content: "\E984"; }

.nc-icon-mini.arrows-2_replay:before {
  content: "\E985"; }

.nc-icon-mini.arrows-2_round-left-down:before {
  content: "\E986"; }

.nc-icon-mini.arrows-2_round-right-down:before {
  content: "\E987"; }

.nc-icon-mini.arrows-2_round-up-left:before {
  content: "\E988"; }

.nc-icon-mini.arrows-2_round-up-right:before {
  content: "\E989"; }

.nc-icon-mini.arrows-2_select-83:before {
  content: "\E98A"; }

.nc-icon-mini.arrows-2_select-84:before {
  content: "\E98B"; }

.nc-icon-mini.arrows-2_skew-down:before {
  content: "\E98C"; }

.nc-icon-mini.arrows-2_skew-left:before {
  content: "\E98D"; }

.nc-icon-mini.arrows-2_skew-right:before {
  content: "\E98E"; }

.nc-icon-mini.arrows-2_skew-up:before {
  content: "\E98F"; }

.nc-icon-mini.arrows-2_small-left:before {
  content: "\E990"; }

.nc-icon-mini.arrows-2_small-right:before {
  content: "\E991"; }

.nc-icon-mini.arrows-2_square-download:before {
  content: "\E992"; }

.nc-icon-mini.arrows-2_square-upload:before {
  content: "\E993"; }

.nc-icon-mini.arrows-2_triangle-down:before {
  content: "\E994"; }

.nc-icon-mini.arrows-2_triangle-left:before {
  content: "\E995"; }

.nc-icon-mini.arrows-2_triangle-right:before {
  content: "\E996"; }

.nc-icon-mini.arrows-2_triangle-up:before {
  content: "\E997"; }

.nc-icon-mini.arrows-2_zoom:before {
  content: "\E998"; }

.nc-icon-mini.arrows-3_circle-simple-down:before {
  content: "\E999"; }

.nc-icon-mini.arrows-3_circle-simple-left:before {
  content: "\E99A"; }

.nc-icon-mini.arrows-3_circle-simple-right:before {
  content: "\E99B"; }

.nc-icon-mini.arrows-3_circle-simple-up:before {
  content: "\E99C"; }

.nc-icon-mini.arrows-3_small-down:before {
  content: "\E99D"; }

.nc-icon-mini.arrows-3_small-up:before {
  content: "\E99E"; }

.nc-icon-mini.arrows-3_square-corner-down-left:before {
  content: "\E99F"; }

.nc-icon-mini.arrows-3_square-corner-down-right:before {
  content: "\E9A0"; }

.nc-icon-mini.arrows-3_square-corner-up-left:before {
  content: "\E9A1"; }

.nc-icon-mini.arrows-3_square-corner-up-right:before {
  content: "\E9A2"; }

.nc-icon-mini.arrows-3_square-down-06:before {
  content: "\E9A3"; }

.nc-icon-mini.arrows-3_square-left-04:before {
  content: "\E9A4"; }

.nc-icon-mini.arrows-3_square-right-03:before {
  content: "\E9A5"; }

.nc-icon-mini.arrows-3_square-simple-down:before {
  content: "\E9A6"; }

.nc-icon-mini.arrows-3_square-simple-left:before {
  content: "\E9A7"; }

.nc-icon-mini.arrows-3_square-simple-right:before {
  content: "\E9A8"; }

.nc-icon-mini.arrows-3_square-simple-up:before {
  content: "\E9A9"; }

.nc-icon-mini.arrows-3_square-up-05:before {
  content: "\E9AA"; }

.nc-icon-mini.arrows-e_archive-e-download:before {
  content: "\E9AB"; }

.nc-icon-mini.arrows-e_archive-e-upload:before {
  content: "\E9AC"; }

.nc-icon-mini.arrows-e_circle-e-down-04:before {
  content: "\E9AD"; }

.nc-icon-mini.arrows-e_circle-e-down-12:before {
  content: "\E9AE"; }

.nc-icon-mini.arrows-e_circle-e-left-02:before {
  content: "\E9AF"; }

.nc-icon-mini.arrows-e_circle-e-left-10:before {
  content: "\E9B0"; }

.nc-icon-mini.arrows-e_circle-e-right-01:before {
  content: "\E9B1"; }

.nc-icon-mini.arrows-e_circle-e-right-09:before {
  content: "\E9B2"; }

.nc-icon-mini.arrows-e_circle-e-up-03:before {
  content: "\E9B3"; }

.nc-icon-mini.arrows-e_circle-e-up-11:before {
  content: "\E9B4"; }

.nc-icon-mini.arrows-e_enlarge-21:before {
  content: "\E9B5"; }

.nc-icon-mini.arrows-e_enlarge-22:before {
  content: "\E9B6"; }

.nc-icon-mini.arrows-e_expand:before {
  content: "\E9B7"; }

.nc-icon-mini.arrows-e_move-bottom-right:before {
  content: "\E9B8"; }

.nc-icon-mini.arrows-e_move-top-left:before {
  content: "\E9B9"; }

.nc-icon-mini.arrows-e_refresh-19:before {
  content: "\E9BA"; }

.nc-icon-mini.arrows-e_refresh-20:before {
  content: "\E9BB"; }

.nc-icon-mini.arrows-e_resize-h:before {
  content: "\E9BC"; }

.nc-icon-mini.arrows-e_resize-v:before {
  content: "\E9BD"; }

.nc-icon-mini.arrows-e_share-26:before {
  content: "\E9BE"; }

.nc-icon-mini.arrows-e_share-27:before {
  content: "\E9BF"; }

.nc-icon-mini.arrows-e_square-e-down:before {
  content: "\E9C0"; }

.nc-icon-mini.arrows-e_square-e-left:before {
  content: "\E9C1"; }

.nc-icon-mini.arrows-e_square-e-right:before {
  content: "\E9C2"; }

.nc-icon-mini.arrows-e_square-e-up:before {
  content: "\E9C3"; }

.nc-icon-mini.arrows-e_zoom-circle:before {
  content: "\E9C4"; }

.nc-icon-mini.arrows-e_zoom-e:before {
  content: "\E9C5"; }

.nc-icon-mini.arrows-e_zoom-square:before {
  content: "\E9C6"; }

.nc-icon-mini.arrows-e_zoom-triangles:before {
  content: "\E9C7"; }

.nc-icon-mini.weather_celsius:before {
  content: "\E9C8"; }

.nc-icon-mini.weather_cloud-drop:before {
  content: "\E9C9"; }

.nc-icon-mini.weather_cloud-fog-31:before {
  content: "\E9CA"; }

.nc-icon-mini.weather_cloud-fog-32:before {
  content: "\E9CB"; }

.nc-icon-mini.weather_cloud-hail:before {
  content: "\E9CC"; }

.nc-icon-mini.weather_cloud-light:before {
  content: "\E9CD"; }

.nc-icon-mini.weather_cloud-moon:before {
  content: "\E9CE"; }

.nc-icon-mini.weather_cloud-rain:before {
  content: "\E9CF"; }

.nc-icon-mini.weather_cloud-snow-34:before {
  content: "\E9D0"; }

.nc-icon-mini.weather_cloud-snow-42:before {
  content: "\E9D1"; }

.nc-icon-mini.weather_cloud-sun-17:before {
  content: "\E9D2"; }

.nc-icon-mini.weather_compass:before {
  content: "\E9D3"; }

.nc-icon-mini.weather_drop-15:before {
  content: "\E9D4"; }

.nc-icon-mini.weather_drops:before {
  content: "\E9D5"; }

.nc-icon-mini.weather_eclipse:before {
  content: "\E9D6"; }

.nc-icon-mini.weather_fahrenheit:before {
  content: "\E9D7"; }

.nc-icon-mini.weather_fog:before {
  content: "\E9D8"; }

.nc-icon-mini.weather_forecast:before {
  content: "\E9D9"; }

.nc-icon-mini.weather_hurricane-44:before {
  content: "\E9DA"; }

.nc-icon-mini.weather_hurricane-45:before {
  content: "\E9DB"; }

.nc-icon-mini.weather_moon-cloud-drop:before {
  content: "\E9DC"; }

.nc-icon-mini.weather_moon-cloud-fog:before {
  content: "\E9DD"; }

.nc-icon-mini.weather_moon-cloud-hail:before {
  content: "\E9DE"; }

.nc-icon-mini.weather_moon-cloud-light:before {
  content: "\E9DF"; }

.nc-icon-mini.weather_moon-cloud-rain:before {
  content: "\E9E0"; }

.nc-icon-mini.weather_moon-cloud-snow-61:before {
  content: "\E9E1"; }

.nc-icon-mini.weather_moon-cloud-snow-62:before {
  content: "\E9E2"; }

.nc-icon-mini.weather_moon-fog:before {
  content: "\E9E3"; }

.nc-icon-mini.weather_moon-full:before {
  content: "\E9E4"; }

.nc-icon-mini.weather_moon-stars:before {
  content: "\E9E5"; }

.nc-icon-mini.weather_moon:before {
  content: "\E9E6"; }

.nc-icon-mini.weather_rain-hail:before {
  content: "\E9E7"; }

.nc-icon-mini.weather_rain:before {
  content: "\E9E8"; }

.nc-icon-mini.weather_rainbow:before {
  content: "\E9E9"; }

.nc-icon-mini.weather_snow:before {
  content: "\E9EA"; }

.nc-icon-mini.weather_sun-cloud-drop:before {
  content: "\E9EB"; }

.nc-icon-mini.weather_sun-cloud-fog:before {
  content: "\E9EC"; }

.nc-icon-mini.weather_sun-cloud-hail:before {
  content: "\E9ED"; }

.nc-icon-mini.weather_sun-cloud-light:before {
  content: "\E9EE"; }

.nc-icon-mini.weather_sun-cloud-rain:before {
  content: "\E9EF"; }

.nc-icon-mini.weather_sun-cloud-snow-54:before {
  content: "\E9F0"; }

.nc-icon-mini.weather_sun-cloud-snow-55:before {
  content: "\E9F1"; }

.nc-icon-mini.weather_sun-cloud:before {
  content: "\E9F2"; }

.nc-icon-mini.weather_sun-fog-30:before {
  content: "\E9F3"; }

.nc-icon-mini.weather_sun-fog-43:before {
  content: "\E9F4"; }

.nc-icon-mini.weather_wind:before {
  content: "\E9F5"; }

.nc-icon-mini.weather-e_cloud-01:before {
  content: "\E9F6"; }

.nc-icon-mini.weather-e_cloud-02:before {
  content: "\E9F7"; }

.nc-icon-mini.users_add-27:before {
  content: "\E9F8"; }

.nc-icon-mini.users_add-29:before {
  content: "\E9F9"; }

.nc-icon-mini.users_badge-13:before {
  content: "\E9FA"; }

.nc-icon-mini.users_badge-14:before {
  content: "\E9FB"; }

.nc-icon-mini.users_badge-15:before {
  content: "\E9FC"; }

.nc-icon-mini.users_circle-08:before {
  content: "\E9FD"; }

.nc-icon-mini.users_circle-09:before {
  content: "\E9FE"; }

.nc-icon-mini.users_circle-10:before {
  content: "\E9FF"; }

.nc-icon-mini.users_delete-28:before {
  content: "\EA00"; }

.nc-icon-mini.users_delete-30:before {
  content: "\EA01"; }

.nc-icon-mini.users_man-20:before {
  content: "\EA02"; }

.nc-icon-mini.users_multiple-11:before {
  content: "\EA03"; }

.nc-icon-mini.users_multiple-19:before {
  content: "\EA04"; }

.nc-icon-mini.users_single-01:before {
  content: "\EA05"; }

.nc-icon-mini.users_single-02:before {
  content: "\EA06"; }

.nc-icon-mini.users_single-03:before {
  content: "\EA07"; }

.nc-icon-mini.users_single-04:before {
  content: "\EA08"; }

.nc-icon-mini.users_single-05:before {
  content: "\EA09"; }

.nc-icon-mini.users_single-body:before {
  content: "\EA0A"; }

.nc-icon-mini.users_square-31:before {
  content: "\EA0B"; }

.nc-icon-mini.users_square-32:before {
  content: "\EA0C"; }

.nc-icon-mini.users_square-33:before {
  content: "\EA0D"; }

.nc-icon-mini.users_woman-21:before {
  content: "\EA0E"; }

.nc-icon-mini.travel_backpack:before {
  content: "\EAB9"; }

.nc-icon-mini.travel_bag:before {
  content: "\EABA"; }

.nc-icon-mini.travel_camping:before {
  content: "\EABB"; }

.nc-icon-mini.travel_drink:before {
  content: "\EABC"; }

.nc-icon-mini.travel_explore:before {
  content: "\EABD"; }

.nc-icon-mini.travel_fire:before {
  content: "\EABE"; }

.nc-icon-mini.travel_hotel-bell:before {
  content: "\EABF"; }

.nc-icon-mini.travel_hotel-symbol:before {
  content: "\EAC0"; }

.nc-icon-mini.travel_hotel:before {
  content: "\EAC1"; }

.nc-icon-mini.travel_igloo:before {
  content: "\EAC2"; }

.nc-icon-mini.travel_jellyfish:before {
  content: "\EAC3"; }

.nc-icon-mini.travel_lamp:before {
  content: "\EAC4"; }

.nc-icon-mini.travel_luggage:before {
  content: "\EAC5"; }

.nc-icon-mini.travel_octopus:before {
  content: "\EAC6"; }

.nc-icon-mini.travel_passport:before {
  content: "\EAC7"; }

.nc-icon-mini.travel_pickaxe:before {
  content: "\EAC8"; }

.nc-icon-mini.travel_pool:before {
  content: "\EAC9"; }

.nc-icon-mini.travel_rackets:before {
  content: "\EACA"; }

.nc-icon-mini.travel_road-sign-left:before {
  content: "\EACB"; }

.nc-icon-mini.travel_road-sign-right:before {
  content: "\EACC"; }

.nc-icon-mini.travel_rowing:before {
  content: "\EACD"; }

.nc-icon-mini.travel_sea-mask:before {
  content: "\EACE"; }

.nc-icon-mini.travel_shark:before {
  content: "\EACF"; }

.nc-icon-mini.travel_spa:before {
  content: "\EAD0"; }

.nc-icon-mini.travel_sunglasses:before {
  content: "\EAD1"; }

.nc-icon-mini.travel_surf:before {
  content: "\EAD2"; }

.nc-icon-mini.travel_swimwear:before {
  content: "\EAD3"; }

.nc-icon-mini.travel_swiss-knife:before {
  content: "\EAD4"; }

.nc-icon-mini.travel_trolley:before {
  content: "\EAD5"; }

.nc-icon-mini.travel_world:before {
  content: "\EAD6"; }

.nc-icon-mini.transportation_air-baloon:before {
  content: "\EAD7"; }

.nc-icon-mini.transportation_bike:before {
  content: "\EAD8"; }

.nc-icon-mini.transportation_boat-small-02:before {
  content: "\EAD9"; }

.nc-icon-mini.transportation_boat-small-03:before {
  content: "\EADA"; }

.nc-icon-mini.transportation_boat:before {
  content: "\EADB"; }

.nc-icon-mini.transportation_bus-front-10:before {
  content: "\EADC"; }

.nc-icon-mini.transportation_bus-front-12:before {
  content: "\EADD"; }

.nc-icon-mini.transportation_car-front:before {
  content: "\EADE"; }

.nc-icon-mini.transportation_car-taxi:before {
  content: "\EADF"; }

.nc-icon-mini.transportation_car:before {
  content: "\EAE0"; }

.nc-icon-mini.transportation_helicopter:before {
  content: "\EAE1"; }

.nc-icon-mini.transportation_helmet:before {
  content: "\EAE2"; }

.nc-icon-mini.transportation_light-traffic:before {
  content: "\EAE3"; }

.nc-icon-mini.transportation_moto:before {
  content: "\EAE4"; }

.nc-icon-mini.transportation_plane-17:before {
  content: "\EAE5"; }

.nc-icon-mini.transportation_plane-18:before {
  content: "\EAE6"; }

.nc-icon-mini.transportation_road:before {
  content: "\EAE7"; }

.nc-icon-mini.transportation_skateboard:before {
  content: "\EAE8"; }

.nc-icon-mini.transportation_tractor:before {
  content: "\EAE9"; }

.nc-icon-mini.transportation_train:before {
  content: "\EAEA"; }

.nc-icon-mini.transportation_tram:before {
  content: "\EAEB"; }

.nc-icon-mini.transportation_truck-front:before {
  content: "\EAEC"; }

.nc-icon-mini.transportation_vespa-front:before {
  content: "\EAED"; }

.nc-icon-mini.gestures_2x-drag-down:before {
  content: "\EAEE"; }

.nc-icon-mini.gestures_2x-drag-up:before {
  content: "\EAEF"; }

.nc-icon-mini.gestures_active-38:before {
  content: "\EAF0"; }

.nc-icon-mini.gestures_active-40:before {
  content: "\EAF1"; }

.nc-icon-mini.gestures_camera:before {
  content: "\EAF2"; }

.nc-icon-mini.gestures_double-tap:before {
  content: "\EAF3"; }

.nc-icon-mini.gestures_drag-21:before {
  content: "\EAF4"; }

.nc-icon-mini.gestures_drag-31:before {
  content: "\EAF5"; }

.nc-icon-mini.gestures_drag-down:before {
  content: "\EAF6"; }

.nc-icon-mini.gestures_drag-left:before {
  content: "\EAF7"; }

.nc-icon-mini.gestures_drag-right:before {
  content: "\EAF8"; }

.nc-icon-mini.gestures_drag-up:before {
  content: "\EAF9"; }

.nc-icon-mini.gestures_grab:before {
  content: "\EAFA"; }

.nc-icon-mini.gestures_pin:before {
  content: "\EAFB"; }

.nc-icon-mini.gestures_pinch:before {
  content: "\EAFC"; }

.nc-icon-mini.gestures_rotate-22:before {
  content: "\EAFD"; }

.nc-icon-mini.gestures_scan:before {
  content: "\EAFE"; }

.nc-icon-mini.gestures_stretch:before {
  content: "\EAFF"; }

.nc-icon-mini.gestures_swipe-bottom:before {
  content: "\EB00"; }

.nc-icon-mini.gestures_swipe-left:before {
  content: "\EB01"; }

.nc-icon-mini.gestures_swipe-right:before {
  content: "\EB02"; }

.nc-icon-mini.gestures_swipe-up:before {
  content: "\EB03"; }

.nc-icon-mini.gestures_tap-01:before {
  content: "\EB04"; }

.nc-icon-mini.gestures_tap-02:before {
  content: "\EB05"; }

.nc-icon-mini.text_align-center:before {
  content: "\EB06"; }

.nc-icon-mini.text_align-justify:before {
  content: "\EB07"; }

.nc-icon-mini.text_align-left:before {
  content: "\EB08"; }

.nc-icon-mini.text_align-right:before {
  content: "\EB09"; }

.nc-icon-mini.text_background:before {
  content: "\EB0A"; }

.nc-icon-mini.text_bold:before {
  content: "\EB0B"; }

.nc-icon-mini.text_capitalize:before {
  content: "\EB0C"; }

.nc-icon-mini.text_caps-small:before {
  content: "\EB0D"; }

.nc-icon-mini.text_color:before {
  content: "\EB0E"; }

.nc-icon-mini.text_edit:before {
  content: "\EB0F"; }

.nc-icon-mini.text_italic:before {
  content: "\EB10"; }

.nc-icon-mini.text_line-height:before {
  content: "\EB11"; }

.nc-icon-mini.text_list-bullet:before {
  content: "\EB12"; }

.nc-icon-mini.text_list-numbers:before {
  content: "\EB13"; }

.nc-icon-mini.text_margin-left:before {
  content: "\EB14"; }

.nc-icon-mini.text_margin-right:before {
  content: "\EB15"; }

.nc-icon-mini.text_quote:before {
  content: "\EB16"; }

.nc-icon-mini.text_scale-horizontal:before {
  content: "\EB17"; }

.nc-icon-mini.text_scale-vertical:before {
  content: "\EB18"; }

.nc-icon-mini.text_size:before {
  content: "\EB19"; }

.nc-icon-mini.text_strikethrough:before {
  content: "\EB1A"; }

.nc-icon-mini.text_subscript:before {
  content: "\EB1B"; }

.nc-icon-mini.text_superscript:before {
  content: "\EB1C"; }

.nc-icon-mini.text_tracking:before {
  content: "\EB1D"; }

.nc-icon-mini.text_underline:before {
  content: "\EB1E"; }

.nc-icon-mini.tech_cable-49:before {
  content: "\EB1F"; }

.nc-icon-mini.tech_cd-reader:before {
  content: "\EB20"; }

.nc-icon-mini.tech_computer-monitor:before {
  content: "\EB21"; }

.nc-icon-mini.tech_computer-old:before {
  content: "\EB22"; }

.nc-icon-mini.tech_computer:before {
  content: "\EB23"; }

.nc-icon-mini.tech_controller-modern:before {
  content: "\EB24"; }

.nc-icon-mini.tech_controller:before {
  content: "\EB25"; }

.nc-icon-mini.tech_desktop-screen:before {
  content: "\EB26"; }

.nc-icon-mini.tech_desktop:before {
  content: "\EB27"; }

.nc-icon-mini.tech_disk-reader:before {
  content: "\EB28"; }

.nc-icon-mini.tech_disk:before {
  content: "\EB29"; }

.nc-icon-mini.tech_headphones:before {
  content: "\EB2A"; }

.nc-icon-mini.tech_keyboard-wifi:before {
  content: "\EB2B"; }

.nc-icon-mini.tech_keyboard:before {
  content: "\EB2C"; }

.nc-icon-mini.tech_laptop-camera:before {
  content: "\EB2D"; }

.nc-icon-mini.tech_laptop-front:before {
  content: "\EB2E"; }

.nc-icon-mini.tech_laptop:before {
  content: "\EB2F"; }

.nc-icon-mini.tech_mobile-button:before {
  content: "\EB30"; }

.nc-icon-mini.tech_mobile-camera:before {
  content: "\EB31"; }

.nc-icon-mini.tech_mobile-recharger-08:before {
  content: "\EB32"; }

.nc-icon-mini.tech_mobile-recharger-09:before {
  content: "\EB33"; }

.nc-icon-mini.tech_mobile-toolbar:before {
  content: "\EB34"; }

.nc-icon-mini.tech_mobile:before {
  content: "\EB35"; }

.nc-icon-mini.tech_music:before {
  content: "\EB36"; }

.nc-icon-mini.tech_navigation:before {
  content: "\EB37"; }

.nc-icon-mini.tech_player-19:before {
  content: "\EB38"; }

.nc-icon-mini.tech_player-48:before {
  content: "\EB39"; }

.nc-icon-mini.tech_print-round:before {
  content: "\EB3A"; }

.nc-icon-mini.tech_print:before {
  content: "\EB3B"; }

.nc-icon-mini.tech_ram:before {
  content: "\EB3C"; }

.nc-icon-mini.tech_remote:before {
  content: "\EB3D"; }

.nc-icon-mini.tech_signal:before {
  content: "\EB3E"; }

.nc-icon-mini.tech_socket:before {
  content: "\EB3F"; }

.nc-icon-mini.tech_sync:before {
  content: "\EB40"; }

.nc-icon-mini.tech_tablet-button:before {
  content: "\EB41"; }

.nc-icon-mini.tech_tablet-reader-31:before {
  content: "\EB42"; }

.nc-icon-mini.tech_tablet-reader-42:before {
  content: "\EB43"; }

.nc-icon-mini.tech_tablet-toolbar:before {
  content: "\EB44"; }

.nc-icon-mini.tech_tablet:before {
  content: "\EB45"; }

.nc-icon-mini.tech_tv-old:before {
  content: "\EB46"; }

.nc-icon-mini.tech_tv:before {
  content: "\EB47"; }

.nc-icon-mini.tech_watch-circle:before {
  content: "\EB48"; }

.nc-icon-mini.tech_watch-time:before {
  content: "\EB49"; }

.nc-icon-mini.tech_watch:before {
  content: "\EB4A"; }

.nc-icon-mini.tech_webcam-38:before {
  content: "\EB4B"; }

.nc-icon-mini.tech_webcam-39:before {
  content: "\EB4C"; }

.nc-icon-mini.tech_wifi-router:before {
  content: "\EB4D"; }

.nc-icon-mini.tech_wifi:before {
  content: "\EB4E"; }

.nc-icon-mini.sport_badminton:before {
  content: "\EB4F"; }

.nc-icon-mini.sport_baseball-ball:before {
  content: "\EB50"; }

.nc-icon-mini.sport_baseball-bat:before {
  content: "\EB51"; }

.nc-icon-mini.sport_basketball-12:before {
  content: "\EB52"; }

.nc-icon-mini.sport_boxing:before {
  content: "\EB53"; }

.nc-icon-mini.sport_cardio:before {
  content: "\EB54"; }

.nc-icon-mini.sport_cricket:before {
  content: "\EB55"; }

.nc-icon-mini.sport_crown:before {
  content: "\EB56"; }

.nc-icon-mini.sport_dart:before {
  content: "\EB57"; }

.nc-icon-mini.sport_dumbbells:before {
  content: "\EB58"; }

.nc-icon-mini.sport_fencing:before {
  content: "\EB59"; }

.nc-icon-mini.sport_fishing:before {
  content: "\EB5A"; }

.nc-icon-mini.sport_flag-finish:before {
  content: "\EB5B"; }

.nc-icon-mini.sport_football-headguard:before {
  content: "\EB5C"; }

.nc-icon-mini.sport_golf:before {
  content: "\EB5D"; }

.nc-icon-mini.sport_helmet:before {
  content: "\EB5E"; }

.nc-icon-mini.sport_hockey:before {
  content: "\EB5F"; }

.nc-icon-mini.sport_kettlebell:before {
  content: "\EB60"; }

.nc-icon-mini.sport_ping-pong:before {
  content: "\EB61"; }

.nc-icon-mini.sport_podium:before {
  content: "\EB62"; }

.nc-icon-mini.sport_rope:before {
  content: "\EB63"; }

.nc-icon-mini.sport_rugby:before {
  content: "\EB64"; }

.nc-icon-mini.sport_shaker:before {
  content: "\EB65"; }

.nc-icon-mini.sport_skateboard:before {
  content: "\EB66"; }

.nc-icon-mini.sport_snowboard:before {
  content: "\EB67"; }

.nc-icon-mini.sport_soccer-field:before {
  content: "\EB68"; }

.nc-icon-mini.sport_steering-wheel:before {
  content: "\EB69"; }

.nc-icon-mini.sport_supplement:before {
  content: "\EB6A"; }

.nc-icon-mini.sport_surf:before {
  content: "\EB6B"; }

.nc-icon-mini.sport_tactic:before {
  content: "\EB6C"; }

.nc-icon-mini.sport_tennis-ball:before {
  content: "\EB6D"; }

.nc-icon-mini.sport_tennis:before {
  content: "\EB6E"; }

.nc-icon-mini.sport_trophy:before {
  content: "\EB6F"; }

.nc-icon-mini.sport_user-run:before {
  content: "\EB70"; }

.nc-icon-mini.sport_volleyball:before {
  content: "\EB71"; }

.nc-icon-mini.sport_whistle:before {
  content: "\EB72"; }

.nc-icon-mini.shopping_award:before {
  content: "\EB9F"; }

.nc-icon-mini.shopping_bag-09:before {
  content: "\EBA0"; }

.nc-icon-mini.shopping_bag-16:before {
  content: "\EBA1"; }

.nc-icon-mini.shopping_bag-17:before {
  content: "\EBA2"; }

.nc-icon-mini.shopping_bag-20:before {
  content: "\EBA3"; }

.nc-icon-mini.shopping_bag-add-18:before {
  content: "\EBA4"; }

.nc-icon-mini.shopping_bag-add-21:before {
  content: "\EBA5"; }

.nc-icon-mini.shopping_bag-remove-19:before {
  content: "\EBA6"; }

.nc-icon-mini.shopping_bag-remove-22:before {
  content: "\EBA7"; }

.nc-icon-mini.shopping_barcode:before {
  content: "\EBA8"; }

.nc-icon-mini.shopping_bardcode-qr:before {
  content: "\EBA9"; }

.nc-icon-mini.shopping_basket-simple-add:before {
  content: "\EBAA"; }

.nc-icon-mini.shopping_basket-simple-remove:before {
  content: "\EBAB"; }

.nc-icon-mini.shopping_basket-simple:before {
  content: "\EBAC"; }

.nc-icon-mini.shopping_basket:before {
  content: "\EBAD"; }

.nc-icon-mini.shopping_bitcoin:before {
  content: "\EBAE"; }

.nc-icon-mini.shopping_box-ribbon:before {
  content: "\EBAF"; }

.nc-icon-mini.shopping_box:before {
  content: "\EBB0"; }

.nc-icon-mini.shopping_cart-modern-in:before {
  content: "\EBB1"; }

.nc-icon-mini.shopping_cart-modern:before {
  content: "\EBB2"; }

.nc-icon-mini.shopping_cart-simple-add:before {
  content: "\EBB3"; }

.nc-icon-mini.shopping_cart-simple-in:before {
  content: "\EBB4"; }

.nc-icon-mini.shopping_cart-simple-remove:before {
  content: "\EBB5"; }

.nc-icon-mini.shopping_cart-simple:before {
  content: "\EBB6"; }

.nc-icon-mini.shopping_cart:before {
  content: "\EBB7"; }

.nc-icon-mini.shopping_cash-register:before {
  content: "\EBB8"; }

.nc-icon-mini.shopping_chart:before {
  content: "\EBB9"; }

.nc-icon-mini.shopping_credit-card-in:before {
  content: "\EBBA"; }

.nc-icon-mini.shopping_credit-card:before {
  content: "\EBBB"; }

.nc-icon-mini.shopping_delivery-fast:before {
  content: "\EBBC"; }

.nc-icon-mini.shopping_discount:before {
  content: "\EBBD"; }

.nc-icon-mini.shopping_gift:before {
  content: "\EBBE"; }

.nc-icon-mini.shopping_list:before {
  content: "\EBBF"; }

.nc-icon-mini.shopping_newsletter:before {
  content: "\EBC0"; }

.nc-icon-mini.shopping_receipt-list-42:before {
  content: "\EBC1"; }

.nc-icon-mini.shopping_receipt-list-43:before {
  content: "\EBC2"; }

.nc-icon-mini.shopping_receipt:before {
  content: "\EBC3"; }

.nc-icon-mini.shopping_shop:before {
  content: "\EBC4"; }

.nc-icon-mini.shopping_stock:before {
  content: "\EBC5"; }

.nc-icon-mini.shopping_tag-content:before {
  content: "\EBC6"; }

.nc-icon-mini.shopping_tag-cut:before {
  content: "\EBC7"; }

.nc-icon-mini.shopping_tag:before {
  content: "\EBC8"; }

.nc-icon-mini.shopping_wallet:before {
  content: "\EBC9"; }

.nc-icon-mini.education_agenda-bookmark:before {
  content: "\EBCA"; }

.nc-icon-mini.education_atom:before {
  content: "\EBCB"; }

.nc-icon-mini.education_award-55:before {
  content: "\EBCC"; }

.nc-icon-mini.education_backpack-57:before {
  content: "\EBCD"; }

.nc-icon-mini.education_backpack-58:before {
  content: "\EBCE"; }

.nc-icon-mini.education_ball-basket:before {
  content: "\EBCF"; }

.nc-icon-mini.education_ball-soccer:before {
  content: "\EBD0"; }

.nc-icon-mini.education_board-51:before {
  content: "\EBD1"; }

.nc-icon-mini.education_book-39:before {
  content: "\EBD2"; }

.nc-icon-mini.education_book-bookmark:before {
  content: "\EBD3"; }

.nc-icon-mini.education_book-open:before {
  content: "\EBD4"; }

.nc-icon-mini.education_books-46:before {
  content: "\EBD5"; }

.nc-icon-mini.education_flask:before {
  content: "\EBD6"; }

.nc-icon-mini.education_glasses:before {
  content: "\EBD7"; }

.nc-icon-mini.education_hat:before {
  content: "\EBD8"; }

.nc-icon-mini.education_language:before {
  content: "\EBD9"; }

.nc-icon-mini.education_molecule:before {
  content: "\EBDA"; }

.nc-icon-mini.education_notepad:before {
  content: "\EBDB"; }

.nc-icon-mini.education_paper-diploma:before {
  content: "\EBDC"; }

.nc-icon-mini.education_paper:before {
  content: "\EBDD"; }

.nc-icon-mini.education_pencil-47:before {
  content: "\EBDE"; }

.nc-icon-mini.education_school:before {
  content: "\EBDF"; }

.nc-icon-mini.objects_alien-29:before {
  content: "\EBE0"; }

.nc-icon-mini.objects_alien-33:before {
  content: "\EBE1"; }

.nc-icon-mini.objects_anchor:before {
  content: "\EBE2"; }

.nc-icon-mini.objects_astronaut:before {
  content: "\EBE3"; }

.nc-icon-mini.objects_axe:before {
  content: "\EBE4"; }

.nc-icon-mini.objects_baby-bottle:before {
  content: "\EBE5"; }

.nc-icon-mini.objects_baby:before {
  content: "\EBE6"; }

.nc-icon-mini.objects_baloon:before {
  content: "\EBE7"; }

.nc-icon-mini.objects_battery:before {
  content: "\EBE8"; }

.nc-icon-mini.objects_bear:before {
  content: "\EBE9"; }

.nc-icon-mini.objects_billiard:before {
  content: "\EBEA"; }

.nc-icon-mini.objects_binocular:before {
  content: "\EBEB"; }

.nc-icon-mini.objects_bow:before {
  content: "\EBEC"; }

.nc-icon-mini.objects_bowling:before {
  content: "\EBED"; }

.nc-icon-mini.objects_broom:before {
  content: "\EBEE"; }

.nc-icon-mini.objects_cone:before {
  content: "\EBEF"; }

.nc-icon-mini.objects_controller:before {
  content: "\EBF0"; }

.nc-icon-mini.objects_diamond:before {
  content: "\EBF1"; }

.nc-icon-mini.objects_dice:before {
  content: "\EBF2"; }

.nc-icon-mini.objects_globe:before {
  content: "\EBF3"; }

.nc-icon-mini.objects_hut:before {
  content: "\EBF4"; }

.nc-icon-mini.objects_key-25:before {
  content: "\EBF5"; }

.nc-icon-mini.objects_key-26:before {
  content: "\EBF6"; }

.nc-icon-mini.objects_lamp:before {
  content: "\EBF7"; }

.nc-icon-mini.objects_leaf-36:before {
  content: "\EBF8"; }

.nc-icon-mini.objects_light:before {
  content: "\EBF9"; }

.nc-icon-mini.objects_planet:before {
  content: "\EBFA"; }

.nc-icon-mini.objects_puzzle-09:before {
  content: "\EBFB"; }

.nc-icon-mini.objects_puzzle-10:before {
  content: "\EBFC"; }

.nc-icon-mini.objects_shovel:before {
  content: "\EBFD"; }

.nc-icon-mini.objects_skull:before {
  content: "\EBFE"; }

.nc-icon-mini.objects_spaceship:before {
  content: "\EBFF"; }

.nc-icon-mini.objects_support-16:before {
  content: "\EC00"; }

.nc-icon-mini.objects_support-17:before {
  content: "\EC01"; }

.nc-icon-mini.objects_umbrella-13:before {
  content: "\EC02"; }

.nc-icon-mini.objects_umbrella-14:before {
  content: "\EC03"; }

.nc-icon-mini.objects_wool-ball:before {
  content: "\EC04"; }

.nc-icon-mini.media-1_3d:before {
  content: "\EC05"; }

.nc-icon-mini.media-1_album:before {
  content: "\EC06"; }

.nc-icon-mini.media-1_audio-91:before {
  content: "\EC07"; }

.nc-icon-mini.media-1_audio-92:before {
  content: "\EC08"; }

.nc-icon-mini.media-1_balance:before {
  content: "\EC09"; }

.nc-icon-mini.media-1_brightness-46:before {
  content: "\EC0A"; }

.nc-icon-mini.media-1_brightness-47:before {
  content: "\EC0B"; }

.nc-icon-mini.media-1_button-eject:before {
  content: "\EC0C"; }

.nc-icon-mini.media-1_button-next:before {
  content: "\EC0D"; }

.nc-icon-mini.media-1_button-pause:before {
  content: "\EC0E"; }

.nc-icon-mini.media-1_button-play:before {
  content: "\EC0F"; }

.nc-icon-mini.media-1_button-power:before {
  content: "\EC10"; }

.nc-icon-mini.media-1_button-previous:before {
  content: "\EC11"; }

.nc-icon-mini.media-1_button-record:before {
  content: "\EC12"; }

.nc-icon-mini.media-1_button-rewind:before {
  content: "\EC13"; }

.nc-icon-mini.media-1_button-skip:before {
  content: "\EC14"; }

.nc-icon-mini.media-1_button-stop:before {
  content: "\EC15"; }

.nc-icon-mini.media-1_camera-18:before {
  content: "\EC16"; }

.nc-icon-mini.media-1_camera-19:before {
  content: "\EC17"; }

.nc-icon-mini.media-1_camera-20:before {
  content: "\EC18"; }

.nc-icon-mini.media-1_camera-ban-37:before {
  content: "\EC19"; }

.nc-icon-mini.media-1_camera-compact:before {
  content: "\EC1A"; }

.nc-icon-mini.media-1_camera-square-57:before {
  content: "\EC1B"; }

.nc-icon-mini.media-1_camera-time:before {
  content: "\EC1C"; }

.nc-icon-mini.media-1_countdown-34:before {
  content: "\EC1D"; }

.nc-icon-mini.media-1_edit-color:before {
  content: "\EC1E"; }

.nc-icon-mini.media-1_edit-contrast-42:before {
  content: "\EC1F"; }

.nc-icon-mini.media-1_edit-contrast-43:before {
  content: "\EC20"; }

.nc-icon-mini.media-1_edit-saturation:before {
  content: "\EC21"; }

.nc-icon-mini.media-1_flash-21:before {
  content: "\EC22"; }

.nc-icon-mini.media-1_flash-24:before {
  content: "\EC23"; }

.nc-icon-mini.media-1_flash-29:before {
  content: "\EC24"; }

.nc-icon-mini.media-1_focus-32:before {
  content: "\EC25"; }

.nc-icon-mini.media-1_focus-38:before {
  content: "\EC26"; }

.nc-icon-mini.media-1_focus-40:before {
  content: "\EC27"; }

.nc-icon-mini.media-1_focus-circle:before {
  content: "\EC28"; }

.nc-icon-mini.media-1_frame-12:before {
  content: "\EC29"; }

.nc-icon-mini.media-1_frame-41:before {
  content: "\EC2A"; }

.nc-icon-mini.media-1_grid:before {
  content: "\EC2B"; }

.nc-icon-mini.media-1_image-01:before {
  content: "\EC2C"; }

.nc-icon-mini.media-1_image-02:before {
  content: "\EC2D"; }

.nc-icon-mini.media-1_image-05:before {
  content: "\EC2E"; }

.nc-icon-mini.media-1_layers:before {
  content: "\EC2F"; }

.nc-icon-mini.media-1_lens-31:before {
  content: "\EC30"; }

.nc-icon-mini.media-1_lens-56:before {
  content: "\EC31"; }

.nc-icon-mini.media-1_macro:before {
  content: "\EC32"; }

.nc-icon-mini.media-1_movie-61:before {
  content: "\EC33"; }

.nc-icon-mini.media-1_movie-62:before {
  content: "\EC34"; }

.nc-icon-mini.media-1_night:before {
  content: "\EC35"; }

.nc-icon-mini.media-1_picture:before {
  content: "\EC36"; }

.nc-icon-mini.media-1_play-68:before {
  content: "\EC37"; }

.nc-icon-mini.media-1_play-69:before {
  content: "\EC38"; }

.nc-icon-mini.media-1_player:before {
  content: "\EC39"; }

.nc-icon-mini.media-1_polaroid-add:before {
  content: "\EC3A"; }

.nc-icon-mini.media-1_polaroid-delete:before {
  content: "\EC3B"; }

.nc-icon-mini.media-1_polaroid-multiple:before {
  content: "\EC3C"; }

.nc-icon-mini.media-1_polaroid:before {
  content: "\EC3D"; }

.nc-icon-mini.media-1_roll:before {
  content: "\EC3E"; }

.nc-icon-mini.media-1_sd:before {
  content: "\EC3F"; }

.nc-icon-mini.media-1_ticket-75:before {
  content: "\EC40"; }

.nc-icon-mini.media-1_ticket-76:before {
  content: "\EC41"; }

.nc-icon-mini.media-1_touch:before {
  content: "\EC42"; }

.nc-icon-mini.media-1_tripod:before {
  content: "\EC43"; }

.nc-icon-mini.media-1_video-64:before {
  content: "\EC44"; }

.nc-icon-mini.media-1_video-65:before {
  content: "\EC45"; }

.nc-icon-mini.media-1_video-66:before {
  content: "\EC46"; }

.nc-icon-mini.media-1_video-67:before {
  content: "\EC47"; }

.nc-icon-mini.media-1_videocamera-71:before {
  content: "\EC48"; }

.nc-icon-mini.media-1_videocamera-72:before {
  content: "\EC49"; }

.nc-icon-mini.media-1_volume-93:before {
  content: "\EC4A"; }

.nc-icon-mini.media-1_volume-97:before {
  content: "\EC4B"; }

.nc-icon-mini.media-1_volume-down:before {
  content: "\EC4C"; }

.nc-icon-mini.media-1_volume-up:before {
  content: "\EC4D"; }

.nc-icon-mini.media-2_headphones-mic:before {
  content: "\EC4E"; }

.nc-icon-mini.media-2_headphones:before {
  content: "\EC4F"; }

.nc-icon-mini.media-2_knob:before {
  content: "\EC50"; }

.nc-icon-mini.media-2_mic:before {
  content: "\EC51"; }

.nc-icon-mini.media-2_music-album:before {
  content: "\EC52"; }

.nc-icon-mini.media-2_note-03:before {
  content: "\EC53"; }

.nc-icon-mini.media-2_note-04:before {
  content: "\EC54"; }

.nc-icon-mini.media-2_radio:before {
  content: "\EC55"; }

.nc-icon-mini.media-2_sound-wave:before {
  content: "\EC56"; }

.nc-icon-mini.media-2_speaker-01:before {
  content: "\EC57"; }

.nc-icon-mini.media-2_speaker-05:before {
  content: "\EC58"; }

.nc-icon-mini.media-2_tape:before {
  content: "\EC59"; }

.nc-icon-mini.location_appointment:before {
  content: "\EC5A"; }

.nc-icon-mini.location_bookmark-add:before {
  content: "\EC5B"; }

.nc-icon-mini.location_bookmark-remove:before {
  content: "\EC5C"; }

.nc-icon-mini.location_bookmark:before {
  content: "\EC5D"; }

.nc-icon-mini.location_compass-04:before {
  content: "\EC5E"; }

.nc-icon-mini.location_compass-05:before {
  content: "\EC5F"; }

.nc-icon-mini.location_compass-06:before {
  content: "\EC60"; }

.nc-icon-mini.location_crosshair:before {
  content: "\EC61"; }

.nc-icon-mini.location_explore:before {
  content: "\EC62"; }

.nc-icon-mini.location_flag-diagonal-33:before {
  content: "\EC63"; }

.nc-icon-mini.location_flag-diagonal-34:before {
  content: "\EC64"; }

.nc-icon-mini.location_flag-points-31:before {
  content: "\EC65"; }

.nc-icon-mini.location_flag-points-32:before {
  content: "\EC66"; }

.nc-icon-mini.location_flag-simple:before {
  content: "\EC67"; }

.nc-icon-mini.location_flag-triangle:before {
  content: "\EC68"; }

.nc-icon-mini.location_flag:before {
  content: "\EC69"; }

.nc-icon-mini.location_gps:before {
  content: "\EC6A"; }

.nc-icon-mini.location_map:before {
  content: "\EC6B"; }

.nc-icon-mini.location_marker:before {
  content: "\EC6C"; }

.nc-icon-mini.location_pin-add:before {
  content: "\EC6D"; }

.nc-icon-mini.location_pin-copy:before {
  content: "\EC6E"; }

.nc-icon-mini.location_pin-remove:before {
  content: "\EC6F"; }

.nc-icon-mini.location_pin:before {
  content: "\EC70"; }

.nc-icon-mini.location_pins:before {
  content: "\EC71"; }

.nc-icon-mini.location_position-marker:before {
  content: "\EC72"; }

.nc-icon-mini.location_radar:before {
  content: "\EC73"; }

.nc-icon-mini.location_treasure-map-40:before {
  content: "\EC74"; }

.nc-icon-mini.location_world:before {
  content: "\EC75"; }

.nc-icon-mini.location-e_bookmark-add:before {
  content: "\EC76"; }

.nc-icon-mini.location-e_bookmark-remove:before {
  content: "\EC77"; }

.nc-icon-mini.location-e_flag-06:before {
  content: "\EC78"; }

.nc-icon-mini.location-e_flag-07:before {
  content: "\EC79"; }

.nc-icon-mini.location-e_gps:before {
  content: "\EC7A"; }

.nc-icon-mini.location-e_pin-add:before {
  content: "\EC7B"; }

.nc-icon-mini.location-e_pin-remove:before {
  content: "\EC7C"; }

.nc-icon-mini.location-e_pin:before {
  content: "\EC7D"; }

.nc-icon-mini.holidays_bat:before {
  content: "\EC7E"; }

.nc-icon-mini.holidays_bones:before {
  content: "\EC7F"; }

.nc-icon-mini.holidays_boot:before {
  content: "\EC80"; }

.nc-icon-mini.holidays_candy:before {
  content: "\EC81"; }

.nc-icon-mini.holidays_cat:before {
  content: "\EC82"; }

.nc-icon-mini.holidays_cauldron:before {
  content: "\EC83"; }

.nc-icon-mini.holidays_chimney:before {
  content: "\EC84"; }

.nc-icon-mini.holidays_cockade:before {
  content: "\EC85"; }

.nc-icon-mini.holidays_coffin:before {
  content: "\EC86"; }

.nc-icon-mini.holidays_deer:before {
  content: "\EC87"; }

.nc-icon-mini.holidays_egg-38:before {
  content: "\EC88"; }

.nc-icon-mini.holidays_egg-39:before {
  content: "\EC89"; }

.nc-icon-mini.holidays_ghost:before {
  content: "\EC8A"; }

.nc-icon-mini.holidays_gift:before {
  content: "\EC8B"; }

.nc-icon-mini.holidays_glove:before {
  content: "\EC8C"; }

.nc-icon-mini.holidays_grave:before {
  content: "\EC8D"; }

.nc-icon-mini.holidays_light:before {
  content: "\EC8E"; }

.nc-icon-mini.holidays_message:before {
  content: "\EC8F"; }

.nc-icon-mini.holidays_owl:before {
  content: "\EC90"; }

.nc-icon-mini.holidays_pumpkin:before {
  content: "\EC91"; }

.nc-icon-mini.holidays_rabbit:before {
  content: "\EC92"; }

.nc-icon-mini.holidays_santa-hat:before {
  content: "\EC93"; }

.nc-icon-mini.holidays_sickle:before {
  content: "\EC94"; }

.nc-icon-mini.holidays_snow-ball:before {
  content: "\EC95"; }

.nc-icon-mini.holidays_snowman:before {
  content: "\EC96"; }

.nc-icon-mini.holidays_soak:before {
  content: "\EC97"; }

.nc-icon-mini.holidays_spider:before {
  content: "\EC98"; }

.nc-icon-mini.holidays_tree-ball:before {
  content: "\EC99"; }

.nc-icon-mini.holidays_tree:before {
  content: "\EC9A"; }

.nc-icon-mini.holidays_vampire:before {
  content: "\EC9B"; }

.nc-icon-mini.holidays_witch-hat:before {
  content: "\EC9C"; }

.nc-icon-mini.holidays_wolf:before {
  content: "\EC9D"; }

.nc-icon-mini.holidays_zombie:before {
  content: "\EC9E"; }

.nc-icon-mini.health_apple:before {
  content: "\EC9F"; }

.nc-icon-mini.health_bag-49:before {
  content: "\ECA0"; }

.nc-icon-mini.health_bag-50:before {
  content: "\ECA1"; }

.nc-icon-mini.health_brain:before {
  content: "\ECA2"; }

.nc-icon-mini.health_dna-27:before {
  content: "\ECA3"; }

.nc-icon-mini.health_dna-38:before {
  content: "\ECA4"; }

.nc-icon-mini.health_flask:before {
  content: "\ECA5"; }

.nc-icon-mini.health_heartbeat-16:before {
  content: "\ECA6"; }

.nc-icon-mini.health_height:before {
  content: "\ECA7"; }

.nc-icon-mini.health_hospital-32:before {
  content: "\ECA8"; }

.nc-icon-mini.health_hospital-33:before {
  content: "\ECA9"; }

.nc-icon-mini.health_hospital-34:before {
  content: "\ECAA"; }

.nc-icon-mini.health_humidity-26:before {
  content: "\ECAB"; }

.nc-icon-mini.health_humidity-52:before {
  content: "\ECAC"; }

.nc-icon-mini.health_molecule-39:before {
  content: "\ECAD"; }

.nc-icon-mini.health_notebook:before {
  content: "\ECAE"; }

.nc-icon-mini.health_patch-46:before {
  content: "\ECAF"; }

.nc-icon-mini.health_pill-42:before {
  content: "\ECB0"; }

.nc-icon-mini.health_pill-43:before {
  content: "\ECB1"; }

.nc-icon-mini.health_pill-container-44:before {
  content: "\ECB2"; }

.nc-icon-mini.health_pill-container-47:before {
  content: "\ECB3"; }

.nc-icon-mini.health_pulse-chart:before {
  content: "\ECB4"; }

.nc-icon-mini.health_pulse-sleep:before {
  content: "\ECB5"; }

.nc-icon-mini.health_pulse:before {
  content: "\ECB6"; }

.nc-icon-mini.health_steps:before {
  content: "\ECB7"; }

.nc-icon-mini.health_syringe:before {
  content: "\ECB8"; }

.nc-icon-mini.health_temperature-23:before {
  content: "\ECB9"; }

.nc-icon-mini.health_temperature-24:before {
  content: "\ECBA"; }

.nc-icon-mini.health_tooth:before {
  content: "\ECBB"; }

.nc-icon-mini.health_weed:before {
  content: "\ECBC"; }

.nc-icon-mini.health_weight:before {
  content: "\ECBD"; }

.nc-icon-mini.health_wheelchair:before {
  content: "\ECBE"; }

.nc-icon-mini.health_woman:before {
  content: "\ECBF"; }

.nc-icon-mini.furniture_air-conditioner:before {
  content: "\ECC0"; }

.nc-icon-mini.furniture_armchair:before {
  content: "\ECC1"; }

.nc-icon-mini.furniture_bed-09:before {
  content: "\ECC2"; }

.nc-icon-mini.furniture_bed-23:before {
  content: "\ECC3"; }

.nc-icon-mini.furniture_cabinet:before {
  content: "\ECC4"; }

.nc-icon-mini.furniture_cactus:before {
  content: "\ECC5"; }

.nc-icon-mini.furniture_chair:before {
  content: "\ECC6"; }

.nc-icon-mini.furniture_coat-hanger:before {
  content: "\ECC7"; }

.nc-icon-mini.furniture_coffee:before {
  content: "\ECC8"; }

.nc-icon-mini.furniture_cradle:before {
  content: "\ECC9"; }

.nc-icon-mini.furniture_curtain:before {
  content: "\ECCA"; }

.nc-icon-mini.furniture_desk:before {
  content: "\ECCB"; }

.nc-icon-mini.furniture_door:before {
  content: "\ECCC"; }

.nc-icon-mini.furniture_drawer:before {
  content: "\ECCD"; }

.nc-icon-mini.furniture_fridge:before {
  content: "\ECCE"; }

.nc-icon-mini.furniture_hanger:before {
  content: "\ECCF"; }

.nc-icon-mini.furniture_iron:before {
  content: "\ECD0"; }

.nc-icon-mini.furniture_lamp-floor:before {
  content: "\ECD1"; }

.nc-icon-mini.furniture_lamp:before {
  content: "\ECD2"; }

.nc-icon-mini.furniture_library:before {
  content: "\ECD3"; }

.nc-icon-mini.furniture_light:before {
  content: "\ECD4"; }

.nc-icon-mini.furniture_mixer:before {
  content: "\ECD5"; }

.nc-icon-mini.furniture_oven:before {
  content: "\ECD6"; }

.nc-icon-mini.furniture_shower:before {
  content: "\ECD7"; }

.nc-icon-mini.furniture_sink-wash:before {
  content: "\ECD8"; }

.nc-icon-mini.furniture_sink:before {
  content: "\ECD9"; }

.nc-icon-mini.furniture_storage-hanger:before {
  content: "\ECDA"; }

.nc-icon-mini.furniture_storage:before {
  content: "\ECDB"; }

.nc-icon-mini.furniture_toilet-paper:before {
  content: "\ECDC"; }

.nc-icon-mini.furniture_toilet:before {
  content: "\ECDD"; }

.nc-icon-mini.furniture_tv:before {
  content: "\ECDE"; }

.nc-icon-mini.furniture_wardrobe:before {
  content: "\ECDF"; }

.nc-icon-mini.furniture_wash:before {
  content: "\ECE0"; }

.nc-icon-mini.food_baby:before {
  content: "\ECE1"; }

.nc-icon-mini.food_bacon:before {
  content: "\ECE2"; }

.nc-icon-mini.food_banana:before {
  content: "\ECE3"; }

.nc-icon-mini.food_barbecue-tools:before {
  content: "\ECE4"; }

.nc-icon-mini.food_beer-95:before {
  content: "\ECE5"; }

.nc-icon-mini.food_beer-96:before {
  content: "\ECE6"; }

.nc-icon-mini.food_beverage:before {
  content: "\ECE7"; }

.nc-icon-mini.food_bottle-wine:before {
  content: "\ECE8"; }

.nc-icon-mini.food_bottle:before {
  content: "\ECE9"; }

.nc-icon-mini.food_bowl:before {
  content: "\ECEA"; }

.nc-icon-mini.food_bread:before {
  content: "\ECEB"; }

.nc-icon-mini.food_broccoli:before {
  content: "\ECEC"; }

.nc-icon-mini.food_cake-13:before {
  content: "\ECED"; }

.nc-icon-mini.food_cake-slice:before {
  content: "\ECEE"; }

.nc-icon-mini.food_candle:before {
  content: "\ECEF"; }

.nc-icon-mini.food_candy:before {
  content: "\ECF0"; }

.nc-icon-mini.food_carrot:before {
  content: "\ECF1"; }

.nc-icon-mini.food_champagne:before {
  content: "\ECF2"; }

.nc-icon-mini.food_cheese-24:before {
  content: "\ECF3"; }

.nc-icon-mini.food_cheese-87:before {
  content: "\ECF4"; }

.nc-icon-mini.food_cheeseburger:before {
  content: "\ECF5"; }

.nc-icon-mini.food_chef-hat:before {
  content: "\ECF6"; }

.nc-icon-mini.food_cherry:before {
  content: "\ECF7"; }

.nc-icon-mini.food_chicken:before {
  content: "\ECF8"; }

.nc-icon-mini.food_chili:before {
  content: "\ECF9"; }

.nc-icon-mini.food_chinese:before {
  content: "\ECFA"; }

.nc-icon-mini.food_chips:before {
  content: "\ECFB"; }

.nc-icon-mini.food_chocolate:before {
  content: "\ECFC"; }

.nc-icon-mini.food_cocktail:before {
  content: "\ECFD"; }

.nc-icon-mini.food_coffe-long:before {
  content: "\ECFE"; }

.nc-icon-mini.food_coffee-long:before {
  content: "\ECFF"; }

.nc-icon-mini.food_coffee:before {
  content: "\ED00"; }

.nc-icon-mini.food_cookies:before {
  content: "\ED01"; }

.nc-icon-mini.food_course:before {
  content: "\ED02"; }

.nc-icon-mini.food_crab:before {
  content: "\ED03"; }

.nc-icon-mini.food_croissant:before {
  content: "\ED04"; }

.nc-icon-mini.food_cutlery-75:before {
  content: "\ED05"; }

.nc-icon-mini.food_cutlery-76:before {
  content: "\ED06"; }

.nc-icon-mini.food_cutlery-77:before {
  content: "\ED07"; }

.nc-icon-mini.food_donut:before {
  content: "\ED08"; }

.nc-icon-mini.food_drink:before {
  content: "\ED09"; }

.nc-icon-mini.food_egg:before {
  content: "\ED0A"; }

.nc-icon-mini.food_energy-drink:before {
  content: "\ED0B"; }

.nc-icon-mini.food_fish:before {
  content: "\ED0C"; }

.nc-icon-mini.food_glass:before {
  content: "\ED0D"; }

.nc-icon-mini.food_grape:before {
  content: "\ED0E"; }

.nc-icon-mini.food_hob:before {
  content: "\ED0F"; }

.nc-icon-mini.food_hot-dog:before {
  content: "\ED10"; }

.nc-icon-mini.food_ice-cream-22:before {
  content: "\ED11"; }

.nc-icon-mini.food_ice-cream-72:before {
  content: "\ED12"; }

.nc-icon-mini.food_kettle:before {
  content: "\ED13"; }

.nc-icon-mini.food_knife:before {
  content: "\ED14"; }

.nc-icon-mini.food_lighter:before {
  content: "\ED15"; }

.nc-icon-mini.food_matches:before {
  content: "\ED16"; }

.nc-icon-mini.food_measuring-cup:before {
  content: "\ED17"; }

.nc-icon-mini.food_microwave:before {
  content: "\ED18"; }

.nc-icon-mini.food_milk:before {
  content: "\ED19"; }

.nc-icon-mini.food_moka:before {
  content: "\ED1A"; }

.nc-icon-mini.food_muffin:before {
  content: "\ED1B"; }

.nc-icon-mini.food_mug:before {
  content: "\ED1C"; }

.nc-icon-mini.food_pan:before {
  content: "\ED1D"; }

.nc-icon-mini.food_pizza-slice:before {
  content: "\ED1E"; }

.nc-icon-mini.food_plate:before {
  content: "\ED1F"; }

.nc-icon-mini.food_pot:before {
  content: "\ED20"; }

.nc-icon-mini.food_recipe-book-46:before {
  content: "\ED21"; }

.nc-icon-mini.food_recipe-book-47:before {
  content: "\ED22"; }

.nc-icon-mini.food_rolling-pin:before {
  content: "\ED23"; }

.nc-icon-mini.food_sausage:before {
  content: "\ED24"; }

.nc-icon-mini.food_scale:before {
  content: "\ED25"; }

.nc-icon-mini.food_steak:before {
  content: "\ED26"; }

.nc-icon-mini.food_strawberry:before {
  content: "\ED27"; }

.nc-icon-mini.food_sushi:before {
  content: "\ED28"; }

.nc-icon-mini.food_tacos:before {
  content: "\ED29"; }

.nc-icon-mini.food_tea:before {
  content: "\ED2A"; }

.nc-icon-mini.food_watermelon:before {
  content: "\ED2B"; }

.nc-icon-mini.food_whisk:before {
  content: "\ED2C"; }

.nc-icon-mini.files_add:before {
  content: "\ED2D"; }

.nc-icon-mini.files_archive-3d-content:before {
  content: "\ED2E"; }

.nc-icon-mini.files_archive-check:before {
  content: "\ED2F"; }

.nc-icon-mini.files_archive-content:before {
  content: "\ED30"; }

.nc-icon-mini.files_archive-paper:before {
  content: "\ED31"; }

.nc-icon-mini.files_archive:before {
  content: "\ED32"; }

.nc-icon-mini.files_book-07:before {
  content: "\ED33"; }

.nc-icon-mini.files_box:before {
  content: "\ED34"; }

.nc-icon-mini.files_copy:before {
  content: "\ED35"; }

.nc-icon-mini.files_drawer:before {
  content: "\ED36"; }

.nc-icon-mini.files_folder-13:before {
  content: "\ED37"; }

.nc-icon-mini.files_folder-14:before {
  content: "\ED38"; }

.nc-icon-mini.files_folder-15:before {
  content: "\ED39"; }

.nc-icon-mini.files_folder-16:before {
  content: "\ED3A"; }

.nc-icon-mini.files_folder-17:before {
  content: "\ED3B"; }

.nc-icon-mini.files_folder-18:before {
  content: "\ED3C"; }

.nc-icon-mini.files_folder-add:before {
  content: "\ED3D"; }

.nc-icon-mini.files_folder-remove:before {
  content: "\ED3E"; }

.nc-icon-mini.files_notebook:before {
  content: "\ED3F"; }

.nc-icon-mini.files_paper:before {
  content: "\ED40"; }

.nc-icon-mini.files_remove:before {
  content: "\ED41"; }

.nc-icon-mini.files_single-content-02:before {
  content: "\ED42"; }

.nc-icon-mini.files_single-content-03:before {
  content: "\ED43"; }

.nc-icon-mini.files_single-copies:before {
  content: "\ED44"; }

.nc-icon-mini.files_single-copy-04:before {
  content: "\ED45"; }

.nc-icon-mini.files_single-copy-06:before {
  content: "\ED46"; }

.nc-icon-mini.files_single-folded-content:before {
  content: "\ED47"; }

.nc-icon-mini.files_single-folded:before {
  content: "\ED48"; }

.nc-icon-mini.files_single-paragraph:before {
  content: "\ED49"; }

.nc-icon-mini.files_single:before {
  content: "\ED4A"; }

.nc-icon-mini.files-e_add:before {
  content: "\ED4B"; }

.nc-icon-mini.files-e_book:before {
  content: "\ED4C"; }

.nc-icon-mini.files-e_folder-02:before {
  content: "\ED4D"; }

.nc-icon-mini.files-e_folder-03:before {
  content: "\ED4E"; }

.nc-icon-mini.files-e_folder-add:before {
  content: "\ED4F"; }

.nc-icon-mini.files-e_folder-remove:before {
  content: "\ED50"; }

.nc-icon-mini.files-e_remove:before {
  content: "\ED51"; }

.nc-icon-mini.emoticons_angry-10:before {
  content: "\ED52"; }

.nc-icon-mini.emoticons_angry-44:before {
  content: "\ED53"; }

.nc-icon-mini.emoticons_big-eyes:before {
  content: "\ED54"; }

.nc-icon-mini.emoticons_big-smile:before {
  content: "\ED55"; }

.nc-icon-mini.emoticons_bigmouth:before {
  content: "\ED56"; }

.nc-icon-mini.emoticons_bomb:before {
  content: "\ED57"; }

.nc-icon-mini.emoticons_cake:before {
  content: "\ED58"; }

.nc-icon-mini.emoticons_cry-15:before {
  content: "\ED59"; }

.nc-icon-mini.emoticons_cute:before {
  content: "\ED5A"; }

.nc-icon-mini.emoticons_devil:before {
  content: "\ED5B"; }

.nc-icon-mini.emoticons_fist:before {
  content: "\ED5C"; }

.nc-icon-mini.emoticons_ghost:before {
  content: "\ED5D"; }

.nc-icon-mini.emoticons_happy-sun:before {
  content: "\ED5E"; }

.nc-icon-mini.emoticons_kiss:before {
  content: "\ED5F"; }

.nc-icon-mini.emoticons_laugh-35:before {
  content: "\ED60"; }

.nc-icon-mini.emoticons_like-no:before {
  content: "\ED61"; }

.nc-icon-mini.emoticons_like:before {
  content: "\ED62"; }

.nc-icon-mini.emoticons_manga-62:before {
  content: "\ED63"; }

.nc-icon-mini.emoticons_manga-63:before {
  content: "\ED64"; }

.nc-icon-mini.emoticons_monster:before {
  content: "\ED65"; }

.nc-icon-mini.emoticons_nerd-22:before {
  content: "\ED66"; }

.nc-icon-mini.emoticons_poop:before {
  content: "\ED67"; }

.nc-icon-mini.emoticons_puzzled:before {
  content: "\ED68"; }

.nc-icon-mini.emoticons_quite-happy:before {
  content: "\ED69"; }

.nc-icon-mini.emoticons_robot:before {
  content: "\ED6A"; }

.nc-icon-mini.emoticons_sad:before {
  content: "\ED6B"; }

.nc-icon-mini.emoticons_satisfied:before {
  content: "\ED6C"; }

.nc-icon-mini.emoticons_shark:before {
  content: "\ED6D"; }

.nc-icon-mini.emoticons_shy:before {
  content: "\ED6E"; }

.nc-icon-mini.emoticons_skull:before {
  content: "\ED6F"; }

.nc-icon-mini.emoticons_smile:before {
  content: "\ED70"; }

.nc-icon-mini.emoticons_speechless:before {
  content: "\ED71"; }

.nc-icon-mini.emoticons_sunglasses-48:before {
  content: "\ED72"; }

.nc-icon-mini.emoticons_sunglasses-49:before {
  content: "\ED73"; }

.nc-icon-mini.emoticons_surprise:before {
  content: "\ED74"; }

.nc-icon-mini.emoticons_virus:before {
  content: "\ED75"; }

.nc-icon-mini.emoticons_what:before {
  content: "\ED76"; }

.nc-icon-mini.emoticons-e_angry-e-08:before {
  content: "\ED77"; }

.nc-icon-mini.emoticons-e_angry-e-17:before {
  content: "\ED78"; }

.nc-icon-mini.emoticons-e_ghost-e:before {
  content: "\ED79"; }

.nc-icon-mini.emoticons-e_kiss-e:before {
  content: "\ED7A"; }

.nc-icon-mini.emoticons-e_laugh-e:before {
  content: "\ED7B"; }

.nc-icon-mini.emoticons-e_monster-e:before {
  content: "\ED7C"; }

.nc-icon-mini.emoticons-e_puzzled-e:before {
  content: "\ED7D"; }

.nc-icon-mini.emoticons-e_quite-happy-e:before {
  content: "\ED7E"; }

.nc-icon-mini.emoticons-e_robot-e:before {
  content: "\ED7F"; }

.nc-icon-mini.emoticons-e_sad-e:before {
  content: "\ED80"; }

.nc-icon-mini.emoticons-e_satisfied-e:before {
  content: "\ED81"; }

.nc-icon-mini.emoticons-e_shark-e:before {
  content: "\ED82"; }

.nc-icon-mini.emoticons-e_shy-e:before {
  content: "\ED83"; }

.nc-icon-mini.emoticons-e_smile-e:before {
  content: "\ED84"; }

.nc-icon-mini.emoticons-e_speechless-e:before {
  content: "\ED85"; }

.nc-icon-mini.emoticons-e_surprise-e:before {
  content: "\ED86"; }

.nc-icon-mini.emoticons-e_what-e:before {
  content: "\ED87"; }

.nc-icon-mini.clothes_baby:before {
  content: "\EDDC"; }

.nc-icon-mini.clothes_backpack:before {
  content: "\EDDD"; }

.nc-icon-mini.clothes_bag-21:before {
  content: "\EDDE"; }

.nc-icon-mini.clothes_bag-22:before {
  content: "\EDDF"; }

.nc-icon-mini.clothes_belt:before {
  content: "\EDE0"; }

.nc-icon-mini.clothes_boot-woman:before {
  content: "\EDE1"; }

.nc-icon-mini.clothes_boot:before {
  content: "\EDE2"; }

.nc-icon-mini.clothes_bra:before {
  content: "\EDE3"; }

.nc-icon-mini.clothes_button:before {
  content: "\EDE4"; }

.nc-icon-mini.clothes_cap:before {
  content: "\EDE5"; }

.nc-icon-mini.clothes_corset:before {
  content: "\EDE6"; }

.nc-icon-mini.clothes_dress-woman:before {
  content: "\EDE7"; }

.nc-icon-mini.clothes_flip:before {
  content: "\EDE8"; }

.nc-icon-mini.clothes_glasses:before {
  content: "\EDE9"; }

.nc-icon-mini.clothes_hat-top:before {
  content: "\EDEA"; }

.nc-icon-mini.clothes_hat:before {
  content: "\EDEB"; }

.nc-icon-mini.clothes_iron:before {
  content: "\EDEC"; }

.nc-icon-mini.clothes_jeans-41:before {
  content: "\EDED"; }

.nc-icon-mini.clothes_jeans-pocket:before {
  content: "\EDEE"; }

.nc-icon-mini.clothes_kitchen:before {
  content: "\EDEF"; }

.nc-icon-mini.clothes_long-sleeve:before {
  content: "\EDF0"; }

.nc-icon-mini.clothes_makeup:before {
  content: "\EDF1"; }

.nc-icon-mini.clothes_ring:before {
  content: "\EDF2"; }

.nc-icon-mini.clothes_scarf:before {
  content: "\EDF3"; }

.nc-icon-mini.clothes_shirt-buttons:before {
  content: "\EDF4"; }

.nc-icon-mini.clothes_shirt-neck:before {
  content: "\EDF5"; }

.nc-icon-mini.clothes_shirt:before {
  content: "\EDF6"; }

.nc-icon-mini.clothes_shoe-man:before {
  content: "\EDF7"; }

.nc-icon-mini.clothes_shoe-sport:before {
  content: "\EDF8"; }

.nc-icon-mini.clothes_shoe-woman:before {
  content: "\EDF9"; }

.nc-icon-mini.clothes_skirt:before {
  content: "\EDFA"; }

.nc-icon-mini.clothes_slacks-12:before {
  content: "\EDFB"; }

.nc-icon-mini.clothes_sock:before {
  content: "\EDFC"; }

.nc-icon-mini.clothes_tie-bow:before {
  content: "\EDFD"; }

.nc-icon-mini.clothes_tshirt-53:before {
  content: "\EDFE"; }

.nc-icon-mini.clothes_tshirt-54:before {
  content: "\EDFF"; }

.nc-icon-mini.clothes_underwear-man:before {
  content: "\EE00"; }

.nc-icon-mini.clothes_underwear:before {
  content: "\EE01"; }

.nc-icon-mini.clothes_vest:before {
  content: "\EE02"; }

.nc-icon-mini.clothes_wash:before {
  content: "\EE03"; }

.nc-icon-mini.business_agenda:before {
  content: "\EE04"; }

.nc-icon-mini.business_atm:before {
  content: "\EE05"; }

.nc-icon-mini.business_award-48:before {
  content: "\EE06"; }

.nc-icon-mini.business_award-49:before {
  content: "\EE07"; }

.nc-icon-mini.business_award-74:before {
  content: "\EE08"; }

.nc-icon-mini.business_badge:before {
  content: "\EE09"; }

.nc-icon-mini.business_bank:before {
  content: "\EE0A"; }

.nc-icon-mini.business_board-27:before {
  content: "\EE0B"; }

.nc-icon-mini.business_board-28:before {
  content: "\EE0C"; }

.nc-icon-mini.business_books:before {
  content: "\EE0D"; }

.nc-icon-mini.business_briefcase-24:before {
  content: "\EE0E"; }

.nc-icon-mini.business_briefcase-25:before {
  content: "\EE0F"; }

.nc-icon-mini.business_briefcase-26:before {
  content: "\EE10"; }

.nc-icon-mini.business_building:before {
  content: "\EE11"; }

.nc-icon-mini.business_bulb-61:before {
  content: "\EE12"; }

.nc-icon-mini.business_bulb-62:before {
  content: "\EE13"; }

.nc-icon-mini.business_bulb-63:before {
  content: "\EE14"; }

.nc-icon-mini.business_businessman-03:before {
  content: "\EE15"; }

.nc-icon-mini.business_businessman-04:before {
  content: "\EE16"; }

.nc-icon-mini.business_calculator:before {
  content: "\EE17"; }

.nc-icon-mini.business_chair:before {
  content: "\EE18"; }

.nc-icon-mini.business_chart-bar-32:before {
  content: "\EE19"; }

.nc-icon-mini.business_chart-growth:before {
  content: "\EE1A"; }

.nc-icon-mini.business_chart-pie-35:before {
  content: "\EE1B"; }

.nc-icon-mini.business_chart-pie-36:before {
  content: "\EE1C"; }

.nc-icon-mini.business_chart:before {
  content: "\EE1D"; }

.nc-icon-mini.business_cheque:before {
  content: "\EE1E"; }

.nc-icon-mini.business_coins:before {
  content: "\EE1F"; }

.nc-icon-mini.business_connect:before {
  content: "\EE20"; }

.nc-icon-mini.business_contacts:before {
  content: "\EE21"; }

.nc-icon-mini.business_currency-dollar:before {
  content: "\EE22"; }

.nc-icon-mini.business_currency-euro:before {
  content: "\EE23"; }

.nc-icon-mini.business_currency-pound:before {
  content: "\EE24"; }

.nc-icon-mini.business_currency-yen:before {
  content: "\EE25"; }

.nc-icon-mini.business_factory:before {
  content: "\EE26"; }

.nc-icon-mini.business_globe:before {
  content: "\EE27"; }

.nc-icon-mini.business_goal-64:before {
  content: "\EE28"; }

.nc-icon-mini.business_goal-65:before {
  content: "\EE29"; }

.nc-icon-mini.business_hammer:before {
  content: "\EE2A"; }

.nc-icon-mini.business_handout:before {
  content: "\EE2B"; }

.nc-icon-mini.business_hat:before {
  content: "\EE2C"; }

.nc-icon-mini.business_hierarchy-53:before {
  content: "\EE2D"; }

.nc-icon-mini.business_math:before {
  content: "\EE2E"; }

.nc-icon-mini.business_money-11:before {
  content: "\EE2F"; }

.nc-icon-mini.business_money-12:before {
  content: "\EE30"; }

.nc-icon-mini.business_money-13:before {
  content: "\EE31"; }

.nc-icon-mini.business_money-bag:before {
  content: "\EE32"; }

.nc-icon-mini.business_net:before {
  content: "\EE33"; }

.nc-icon-mini.business_notes:before {
  content: "\EE34"; }

.nc-icon-mini.business_percentage-39:before {
  content: "\EE35"; }

.nc-icon-mini.business_pin:before {
  content: "\EE36"; }

.nc-icon-mini.business_plug:before {
  content: "\EE37"; }

.nc-icon-mini.business_progress:before {
  content: "\EE38"; }

.nc-icon-mini.business_safe:before {
  content: "\EE39"; }

.nc-icon-mini.business_sign:before {
  content: "\EE3A"; }

.nc-icon-mini.business_signature:before {
  content: "\EE3B"; }

.nc-icon-mini.business_stock:before {
  content: "\EE3C"; }

.nc-icon-mini.business_strategy:before {
  content: "\EE3D"; }

.nc-icon-mini.business_tie-01:before {
  content: "\EE3E"; }

.nc-icon-mini.business_tie-02:before {
  content: "\EE3F"; }

.nc-icon-mini.business_wallet-43:before {
  content: "\EE40"; }

.nc-icon-mini.business_wallet-44:before {
  content: "\EE41"; }

.nc-icon-mini.nature_bee:before {
  content: "\EE42"; }

.nc-icon-mini.nature_butterfly:before {
  content: "\EE43"; }

.nc-icon-mini.nature_chicken:before {
  content: "\EE44"; }

.nc-icon-mini.nature_clover:before {
  content: "\EE45"; }

.nc-icon-mini.nature_collar:before {
  content: "\EE46"; }

.nc-icon-mini.nature_cow:before {
  content: "\EE47"; }

.nc-icon-mini.nature_dog-house:before {
  content: "\EE48"; }

.nc-icon-mini.nature_dog:before {
  content: "\EE49"; }

.nc-icon-mini.nature_flower-05:before {
  content: "\EE4A"; }

.nc-icon-mini.nature_flower-06:before {
  content: "\EE4B"; }

.nc-icon-mini.nature_flower-07:before {
  content: "\EE4C"; }

.nc-icon-mini.nature_food-dog:before {
  content: "\EE4D"; }

.nc-icon-mini.nature_food:before {
  content: "\EE4E"; }

.nc-icon-mini.nature_mountain:before {
  content: "\EE4F"; }

.nc-icon-mini.nature_mushroom:before {
  content: "\EE50"; }

.nc-icon-mini.nature_panda:before {
  content: "\EE51"; }

.nc-icon-mini.nature_paw:before {
  content: "\EE52"; }

.nc-icon-mini.nature_pig:before {
  content: "\EE53"; }

.nc-icon-mini.nature_plant-ground:before {
  content: "\EE54"; }

.nc-icon-mini.nature_plant-vase:before {
  content: "\EE55"; }

.nc-icon-mini.nature_rat:before {
  content: "\EE56"; }

.nc-icon-mini.nature_tree-01:before {
  content: "\EE57"; }

.nc-icon-mini.nature_tree-02:before {
  content: "\EE58"; }

.nc-icon-mini.nature_tree-03:before {
  content: "\EE59"; }

.nc-icon-mini.nature_turtle:before {
  content: "\EE5A"; }

.nc-icon-mini.nature_wood:before {
  content: "\EE5B"; }

/* --------------------------------

Nucleo Glyph Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Glyph';
  src: url(static/media/nucleo-glyph.a68b8312.eot);
  src: url(static/media/nucleo-glyph.a68b8312.eot) format("embedded-opentype"), url(static/media/nucleo-glyph.dd0c823b.woff2) format("woff2"), url(static/media/nucleo-glyph.ad127bd3.woff) format("woff"), url(static/media/nucleo-glyph.34a188f6.ttf) format("truetype"), url(static/media/nucleo-glyph.ba762c5b.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
  base class definition
-------------------------*/
.nc-icon-glyph {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Glyph';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon-glyph.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon-glyph.x2 {
  font-size: 2em; }

.nc-icon-glyph.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-glyph.square,
.nc-icon-glyph.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon-glyph.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.nc-icon-ul > li {
  position: relative; }

.nc-icon-ul > li > .nc-icon-glyph {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center; }

.nc-icon-ul > li > .nc-icon-glyph.lg {
  top: 0;
  left: -1.35714286em; }

.nc-icon-ul > li > .nc-icon-glyph.circle,
.nc-icon-ul > li > .nc-icon-glyph.square {
  top: -0.19047619em;
  left: -1.9047619em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-glyph.spin {
  animation: nc-icon-spin 2s infinite linear; }

@keyframes nc-icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-glyph.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.nc-icon-glyph.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.nc-icon-glyph.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.nc-icon-glyph.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.nc-icon-glyph.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

/*------------------------
  font icons
-------------------------*/
.nc-icon-glyph.tech_cable-49:before {
  content: "\E90B"; }

.nc-icon-glyph.tech_cable-50:before {
  content: "\E90C"; }

.nc-icon-glyph.tech_cd-reader:before {
  content: "\E90D"; }

.nc-icon-glyph.tech_computer-monitor:before {
  content: "\E90E"; }

.nc-icon-glyph.tech_computer-old:before {
  content: "\E90F"; }

.nc-icon-glyph.tech_computer:before {
  content: "\E910"; }

.nc-icon-glyph.tech_controller-modern:before {
  content: "\E911"; }

.nc-icon-glyph.tech_controller:before {
  content: "\E912"; }

.nc-icon-glyph.tech_desktop-screen:before {
  content: "\E913"; }

.nc-icon-glyph.tech_desktop:before {
  content: "\E914"; }

.nc-icon-glyph.tech_disk-reader:before {
  content: "\E915"; }

.nc-icon-glyph.tech_disk:before {
  content: "\E916"; }

.nc-icon-glyph.tech_gopro:before {
  content: "\E917"; }

.nc-icon-glyph.tech_headphones:before {
  content: "\E918"; }

.nc-icon-glyph.tech_keyboard-mouse:before {
  content: "\E919"; }

.nc-icon-glyph.tech_keyboard-wifi:before {
  content: "\E91A"; }

.nc-icon-glyph.tech_keyboard:before {
  content: "\E91B"; }

.nc-icon-glyph.tech_laptop-1:before {
  content: "\E91C"; }

.nc-icon-glyph.tech_laptop-2:before {
  content: "\E91D"; }

.nc-icon-glyph.tech_laptop:before {
  content: "\E91E"; }

.nc-icon-glyph.tech_mobile-button:before {
  content: "\E91F"; }

.nc-icon-glyph.tech_mobile-camera:before {
  content: "\E920"; }

.nc-icon-glyph.tech_mobile-recharger-08:before {
  content: "\E921"; }

.nc-icon-glyph.tech_mobile-recharger-09:before {
  content: "\E922"; }

.nc-icon-glyph.tech_mobile-toolbar:before {
  content: "\E923"; }

.nc-icon-glyph.tech_mobile:before {
  content: "\E924"; }

.nc-icon-glyph.tech_music:before {
  content: "\E925"; }

.nc-icon-glyph.tech_navigation:before {
  content: "\E926"; }

.nc-icon-glyph.tech_player-19:before {
  content: "\E927"; }

.nc-icon-glyph.tech_player-48:before {
  content: "\E928"; }

.nc-icon-glyph.tech_print-fold:before {
  content: "\E929"; }

.nc-icon-glyph.tech_print-round-fold:before {
  content: "\E92A"; }

.nc-icon-glyph.tech_print-round:before {
  content: "\E92B"; }

.nc-icon-glyph.tech_print:before {
  content: "\E92C"; }

.nc-icon-glyph.tech_ram:before {
  content: "\E92D"; }

.nc-icon-glyph.tech_remote:before {
  content: "\E92E"; }

.nc-icon-glyph.tech_signal:before {
  content: "\E92F"; }

.nc-icon-glyph.tech_socket:before {
  content: "\E930"; }

.nc-icon-glyph.tech_sync:before {
  content: "\E931"; }

.nc-icon-glyph.tech_tablet-button:before {
  content: "\E932"; }

.nc-icon-glyph.tech_tablet-reader-31:before {
  content: "\E933"; }

.nc-icon-glyph.tech_tablet-reader-42:before {
  content: "\E934"; }

.nc-icon-glyph.tech_tablet-toolbar:before {
  content: "\E935"; }

.nc-icon-glyph.tech_tablet:before {
  content: "\E936"; }

.nc-icon-glyph.tech_tv-old:before {
  content: "\E937"; }

.nc-icon-glyph.tech_tv:before {
  content: "\E938"; }

.nc-icon-glyph.tech_watch-circle:before {
  content: "\E939"; }

.nc-icon-glyph.tech_watch-time:before {
  content: "\E93A"; }

.nc-icon-glyph.tech_watch:before {
  content: "\E93B"; }

.nc-icon-glyph.tech_webcam-38:before {
  content: "\E93C"; }

.nc-icon-glyph.tech_webcam-39:before {
  content: "\E93D"; }

.nc-icon-glyph.tech_wifi-router:before {
  content: "\E93E"; }

.nc-icon-glyph.tech_wifi:before {
  content: "\E93F"; }

.nc-icon-glyph.tech-2_cctv:before {
  content: "\E940"; }

.nc-icon-glyph.tech-2_connection:before {
  content: "\E941"; }

.nc-icon-glyph.tech-2_device-connection:before {
  content: "\E942"; }

.nc-icon-glyph.tech-2_dock:before {
  content: "\E943"; }

.nc-icon-glyph.tech-2_firewall:before {
  content: "\E944"; }

.nc-icon-glyph.tech-2_hdmi:before {
  content: "\E945"; }

.nc-icon-glyph.tech-2_headphone:before {
  content: "\E946"; }

.nc-icon-glyph.tech-2_headset:before {
  content: "\E947"; }

.nc-icon-glyph.tech-2_keyboard-hide:before {
  content: "\E948"; }

.nc-icon-glyph.tech-2_keyboard-wireless:before {
  content: "\E949"; }

.nc-icon-glyph.tech-2_l-add:before {
  content: "\E94A"; }

.nc-icon-glyph.tech-2_l-check:before {
  content: "\E94B"; }

.nc-icon-glyph.tech-2_l-location:before {
  content: "\E94C"; }

.nc-icon-glyph.tech-2_l-remove:before {
  content: "\E94D"; }

.nc-icon-glyph.tech-2_l-search:before {
  content: "\E94E"; }

.nc-icon-glyph.tech-2_l-security:before {
  content: "\E94F"; }

.nc-icon-glyph.tech-2_l-settings:before {
  content: "\E950"; }

.nc-icon-glyph.tech-2_l-sync:before {
  content: "\E951"; }

.nc-icon-glyph.tech-2_l-system-update:before {
  content: "\E952"; }

.nc-icon-glyph.tech-2_lock-landscape:before {
  content: "\E953"; }

.nc-icon-glyph.tech-2_lock-portrait:before {
  content: "\E954"; }

.nc-icon-glyph.tech-2_mic:before {
  content: "\E955"; }

.nc-icon-glyph.tech-2_mobile-landscape:before {
  content: "\E956"; }

.nc-icon-glyph.tech-2_p-add:before {
  content: "\E957"; }

.nc-icon-glyph.tech-2_p-check:before {
  content: "\E958"; }

.nc-icon-glyph.tech-2_p-edit:before {
  content: "\E959"; }

.nc-icon-glyph.tech-2_p-heart:before {
  content: "\E95A"; }

.nc-icon-glyph.tech-2_p-location:before {
  content: "\E95B"; }

.nc-icon-glyph.tech-2_p-remove:before {
  content: "\E95C"; }

.nc-icon-glyph.tech-2_p-search:before {
  content: "\E95D"; }

.nc-icon-glyph.tech-2_p-settings:before {
  content: "\E95E"; }

.nc-icon-glyph.tech-2_p-share:before {
  content: "\E95F"; }

.nc-icon-glyph.tech-2_p-sync:before {
  content: "\E960"; }

.nc-icon-glyph.tech-2_p-system-update:before {
  content: "\E961"; }

.nc-icon-glyph.tech-2_p-time:before {
  content: "\E962"; }

.nc-icon-glyph.tech-2_pci-card:before {
  content: "\E963"; }

.nc-icon-glyph.tech-2_rotate-lock:before {
  content: "\E964"; }

.nc-icon-glyph.tech-2_rotate:before {
  content: "\E965"; }

.nc-icon-glyph.tech-2_sim-card:before {
  content: "\E966"; }

.nc-icon-glyph.tech-2_socket-europe-1:before {
  content: "\E967"; }

.nc-icon-glyph.tech-2_socket-europe-2:before {
  content: "\E968"; }

.nc-icon-glyph.tech-2_socket-uk:before {
  content: "\E969"; }

.nc-icon-glyph.tech-2_vpn:before {
  content: "\E96A"; }

.nc-icon-glyph.tech-2_wifi-off:before {
  content: "\E96B"; }

.nc-icon-glyph.tech-2_wifi-protected:before {
  content: "\E96C"; }

.nc-icon-glyph.tech-2_wifi:before {
  content: "\E96D"; }

.nc-icon-glyph.files_add:before {
  content: "\E96E"; }

.nc-icon-glyph.files_archive-3d-check:before {
  content: "\EEE0"; }

.nc-icon-glyph.files_archive-3d-content:before {
  content: "\EEE1"; }

.nc-icon-glyph.files_archive-check:before {
  content: "\EEE2"; }

.nc-icon-glyph.files_archive-content:before {
  content: "\EEE3"; }

.nc-icon-glyph.files_archive-paper-check:before {
  content: "\EEE4"; }

.nc-icon-glyph.files_archive-paper:before {
  content: "\EEE5"; }

.nc-icon-glyph.files_archive:before {
  content: "\EEE6"; }

.nc-icon-glyph.files_audio:before {
  content: "\EEE7"; }

.nc-icon-glyph.files_book-07:before {
  content: "\EEE8"; }

.nc-icon-glyph.files_book-08:before {
  content: "\EEE9"; }

.nc-icon-glyph.files_bookmark:before {
  content: "\EEEA"; }

.nc-icon-glyph.files_box:before {
  content: "\EEEB"; }

.nc-icon-glyph.files_chart-bar:before {
  content: "\EEEC"; }

.nc-icon-glyph.files_chart-pie:before {
  content: "\EEED"; }

.nc-icon-glyph.files_check:before {
  content: "\EEEE"; }

.nc-icon-glyph.files_cloud:before {
  content: "\EEEF"; }

.nc-icon-glyph.files_copy:before {
  content: "\EEF0"; }

.nc-icon-glyph.files_dev:before {
  content: "\EEF1"; }

.nc-icon-glyph.files_download:before {
  content: "\EEF2"; }

.nc-icon-glyph.files_drawer:before {
  content: "\EEF3"; }

.nc-icon-glyph.files_edit:before {
  content: "\EEF4"; }

.nc-icon-glyph.files_exclamation:before {
  content: "\EEF5"; }

.nc-icon-glyph.files_folder-13:before {
  content: "\EEF6"; }

.nc-icon-glyph.files_folder-14:before {
  content: "\EEF7"; }

.nc-icon-glyph.files_folder-15:before {
  content: "\EEF8"; }

.nc-icon-glyph.files_folder-16:before {
  content: "\EEF9"; }

.nc-icon-glyph.files_folder-17:before {
  content: "\EEFA"; }

.nc-icon-glyph.files_folder-18:before {
  content: "\EEFB"; }

.nc-icon-glyph.files_folder-19:before {
  content: "\EEFC"; }

.nc-icon-glyph.files_folder-add:before {
  content: "\EEFD"; }

.nc-icon-glyph.files_folder-audio:before {
  content: "\EEFE"; }

.nc-icon-glyph.files_folder-chart-bar:before {
  content: "\EEFF"; }

.nc-icon-glyph.files_folder-chart-pie:before {
  content: "\EF00"; }

.nc-icon-glyph.files_folder-check:before {
  content: "\EF01"; }

.nc-icon-glyph.files_folder-cloud:before {
  content: "\EF02"; }

.nc-icon-glyph.files_folder-dev:before {
  content: "\EF03"; }

.nc-icon-glyph.files_folder-download:before {
  content: "\EF04"; }

.nc-icon-glyph.files_folder-edit:before {
  content: "\EF05"; }

.nc-icon-glyph.files_folder-exclamation:before {
  content: "\EF06"; }

.nc-icon-glyph.files_folder-gallery:before {
  content: "\EF07"; }

.nc-icon-glyph.files_folder-heart:before {
  content: "\EF08"; }

.nc-icon-glyph.files_folder-image:before {
  content: "\EF09"; }

.nc-icon-glyph.files_folder-info:before {
  content: "\EF0A"; }

.nc-icon-glyph.files_folder-link-87:before {
  content: "\EF0B"; }

.nc-icon-glyph.files_folder-link-88:before {
  content: "\EF0C"; }

.nc-icon-glyph.files_folder-locked:before {
  content: "\EF0D"; }

.nc-icon-glyph.files_folder-money:before {
  content: "\EF0E"; }

.nc-icon-glyph.files_folder-music:before {
  content: "\EF0F"; }

.nc-icon-glyph.files_folder-no-access:before {
  content: "\EF10"; }

.nc-icon-glyph.files_folder-play:before {
  content: "\EF11"; }

.nc-icon-glyph.files_folder-question:before {
  content: "\EF12"; }

.nc-icon-glyph.files_folder-refresh:before {
  content: "\EF13"; }

.nc-icon-glyph.files_folder-remove:before {
  content: "\EF14"; }

.nc-icon-glyph.files_folder-search:before {
  content: "\EF15"; }

.nc-icon-glyph.files_folder-settings-81:before {
  content: "\EF16"; }

.nc-icon-glyph.files_folder-settings-97:before {
  content: "\EF17"; }

.nc-icon-glyph.files_folder-shared:before {
  content: "\EF18"; }

.nc-icon-glyph.files_folder-star:before {
  content: "\EF19"; }

.nc-icon-glyph.files_folder-time:before {
  content: "\EF1A"; }

.nc-icon-glyph.files_folder-upload:before {
  content: "\EF1B"; }

.nc-icon-glyph.files_folder-user:before {
  content: "\EF1C"; }

.nc-icon-glyph.files_folder-vector:before {
  content: "\EF1D"; }

.nc-icon-glyph.files_gallery:before {
  content: "\EF1E"; }

.nc-icon-glyph.files_heart:before {
  content: "\EF1F"; }

.nc-icon-glyph.files_image:before {
  content: "\EF20"; }

.nc-icon-glyph.files_info:before {
  content: "\EF21"; }

.nc-icon-glyph.files_link:before {
  content: "\EF22"; }

.nc-icon-glyph.files_locked:before {
  content: "\EF23"; }

.nc-icon-glyph.files_money:before {
  content: "\EF24"; }

.nc-icon-glyph.files_music:before {
  content: "\EF25"; }

.nc-icon-glyph.files_no-access:before {
  content: "\EF26"; }

.nc-icon-glyph.files_notebook:before {
  content: "\EF27"; }

.nc-icon-glyph.files_paper:before {
  content: "\EF28"; }

.nc-icon-glyph.files_play:before {
  content: "\EF29"; }

.nc-icon-glyph.files_question:before {
  content: "\EF2A"; }

.nc-icon-glyph.files_refresh:before {
  content: "\EF2B"; }

.nc-icon-glyph.files_remove:before {
  content: "\EF2C"; }

.nc-icon-glyph.files_replace-folder:before {
  content: "\EF2D"; }

.nc-icon-glyph.files_replace:before {
  content: "\EF2E"; }

.nc-icon-glyph.files_search:before {
  content: "\EF2F"; }

.nc-icon-glyph.files_settings-46:before {
  content: "\EF30"; }

.nc-icon-glyph.files_settings-99:before {
  content: "\EF31"; }

.nc-icon-glyph.files_shared:before {
  content: "\EF32"; }

.nc-icon-glyph.files_single-content-02:before {
  content: "\EF33"; }

.nc-icon-glyph.files_single-content-03:before {
  content: "\EF34"; }

.nc-icon-glyph.files_single-copies:before {
  content: "\EF35"; }

.nc-icon-glyph.files_single-copy-04:before {
  content: "\EF36"; }

.nc-icon-glyph.files_single-copy-06:before {
  content: "\EF37"; }

.nc-icon-glyph.files_single-folded-content:before {
  content: "\EF38"; }

.nc-icon-glyph.files_single-folded:before {
  content: "\EF39"; }

.nc-icon-glyph.files_single-paragraph:before {
  content: "\EF3A"; }

.nc-icon-glyph.files_single:before {
  content: "\EF3B"; }

.nc-icon-glyph.files_star:before {
  content: "\EF3C"; }

.nc-icon-glyph.files_time:before {
  content: "\EF3D"; }

.nc-icon-glyph.files_upload:before {
  content: "\EF3E"; }

.nc-icon-glyph.files_user:before {
  content: "\EF3F"; }

.nc-icon-glyph.files_vector:before {
  content: "\EF40"; }

.nc-icon-glyph.files_zip-54:before {
  content: "\EF41"; }

.nc-icon-glyph.files_zip-55:before {
  content: "\EF42"; }

.nc-icon-glyph.users_add-27:before {
  content: "\EF43"; }

.nc-icon-glyph.users_add-29:before {
  content: "\EF44"; }

.nc-icon-glyph.users_badge-13:before {
  content: "\EF45"; }

.nc-icon-glyph.users_badge-14:before {
  content: "\EF46"; }

.nc-icon-glyph.users_badge-15:before {
  content: "\EF47"; }

.nc-icon-glyph.users_circle-08:before {
  content: "\EF48"; }

.nc-icon-glyph.users_circle-09:before {
  content: "\EF49"; }

.nc-icon-glyph.users_circle-10:before {
  content: "\EF4A"; }

.nc-icon-glyph.users_contacts:before {
  content: "\EF4B"; }

.nc-icon-glyph.users_delete-28:before {
  content: "\EF4C"; }

.nc-icon-glyph.users_delete-30:before {
  content: "\EF4D"; }

.nc-icon-glyph.users_man-20:before {
  content: "\EF4E"; }

.nc-icon-glyph.users_man-23:before {
  content: "\EF4F"; }

.nc-icon-glyph.users_man-glasses:before {
  content: "\EF50"; }

.nc-icon-glyph.users_mobile-contact:before {
  content: "\EF51"; }

.nc-icon-glyph.users_multiple-11:before {
  content: "\EF52"; }

.nc-icon-glyph.users_multiple-19:before {
  content: "\EF53"; }

.nc-icon-glyph.users_network:before {
  content: "\EF54"; }

.nc-icon-glyph.users_parent:before {
  content: "\EF55"; }

.nc-icon-glyph.users_single-01:before {
  content: "\EF56"; }

.nc-icon-glyph.users_single-02:before {
  content: "\EF57"; }

.nc-icon-glyph.users_single-03:before {
  content: "\EF58"; }

.nc-icon-glyph.users_single-04:before {
  content: "\EF59"; }

.nc-icon-glyph.users_single-05:before {
  content: "\EF5A"; }

.nc-icon-glyph.users_single-body:before {
  content: "\EF5B"; }

.nc-icon-glyph.users_single-position:before {
  content: "\EF5C"; }

.nc-icon-glyph.users_square-31:before {
  content: "\EF5D"; }

.nc-icon-glyph.users_square-32:before {
  content: "\EF5E"; }

.nc-icon-glyph.users_square-33:before {
  content: "\EF5F"; }

.nc-icon-glyph.users_woman-21:before {
  content: "\EF60"; }

.nc-icon-glyph.users_woman-24:before {
  content: "\EF61"; }

.nc-icon-glyph.users_woman-25:before {
  content: "\EF62"; }

.nc-icon-glyph.users_woman-man:before {
  content: "\EF63"; }

.nc-icon-glyph.users-2_a-add:before {
  content: "\EF64"; }

.nc-icon-glyph.users-2_a-check:before {
  content: "\EF65"; }

.nc-icon-glyph.users-2_a-delete:before {
  content: "\EF66"; }

.nc-icon-glyph.users-2_a-edit:before {
  content: "\EF67"; }

.nc-icon-glyph.users-2_a-heart:before {
  content: "\EF68"; }

.nc-icon-glyph.users-2_a-location:before {
  content: "\EF69"; }

.nc-icon-glyph.users-2_a-remove:before {
  content: "\EF6A"; }

.nc-icon-glyph.users-2_a-search:before {
  content: "\EF6B"; }

.nc-icon-glyph.users-2_a-security:before {
  content: "\EF6C"; }

.nc-icon-glyph.users-2_a-share:before {
  content: "\EF6D"; }

.nc-icon-glyph.users-2_a-star:before {
  content: "\EF6E"; }

.nc-icon-glyph.users-2_a-sync:before {
  content: "\EF6F"; }

.nc-icon-glyph.users-2_a-time:before {
  content: "\EF70"; }

.nc-icon-glyph.users-2_accessibility:before {
  content: "\EF71"; }

.nc-icon-glyph.users-2_b-add:before {
  content: "\EF72"; }

.nc-icon-glyph.users-2_b-check:before {
  content: "\EF73"; }

.nc-icon-glyph.users-2_b-location:before {
  content: "\EF74"; }

.nc-icon-glyph.users-2_b-love:before {
  content: "\EF75"; }

.nc-icon-glyph.users-2_b-meeting:before {
  content: "\EF76"; }

.nc-icon-glyph.users-2_b-remove:before {
  content: "\EF77"; }

.nc-icon-glyph.users-2_b-security:before {
  content: "\EF78"; }

.nc-icon-glyph.users-2_child:before {
  content: "\EF79"; }

.nc-icon-glyph.users-2_contacts-44:before {
  content: "\EF7A"; }

.nc-icon-glyph.users-2_contacts-45:before {
  content: "\EF7B"; }

.nc-icon-glyph.users-2_couple-gay:before {
  content: "\EF7C"; }

.nc-icon-glyph.users-2_couple-lesbian:before {
  content: "\EF7D"; }

.nc-icon-glyph.users-2_disabled:before {
  content: "\EF7E"; }

.nc-icon-glyph.users-2_exchange:before {
  content: "\EF7F"; }

.nc-icon-glyph.users-2_family:before {
  content: "\EF80"; }

.nc-icon-glyph.users-2_focus:before {
  content: "\EF81"; }

.nc-icon-glyph.users-2_home:before {
  content: "\EF82"; }

.nc-icon-glyph.users-2_man-down:before {
  content: "\EF83"; }

.nc-icon-glyph.users-2_man-up:before {
  content: "\EF84"; }

.nc-icon-glyph.users-2_man:before {
  content: "\EF85"; }

.nc-icon-glyph.users-2_meeting:before {
  content: "\EF86"; }

.nc-icon-glyph.users-2_mickey-mouse:before {
  content: "\EF87"; }

.nc-icon-glyph.users-2_multiple:before {
  content: "\EF88"; }

.nc-icon-glyph.users-2_pin:before {
  content: "\EF89"; }

.nc-icon-glyph.users-2_police:before {
  content: "\EF8A"; }

.nc-icon-glyph.users-2_search:before {
  content: "\EF8B"; }

.nc-icon-glyph.users-2_standing-man:before {
  content: "\EF8C"; }

.nc-icon-glyph.users-2_standing-woman:before {
  content: "\EF8D"; }

.nc-icon-glyph.users-2_voice-record:before {
  content: "\EF8E"; }

.nc-icon-glyph.users-2_wc:before {
  content: "\EF8F"; }

.nc-icon-glyph.users-2_woman-down:before {
  content: "\EF90"; }

.nc-icon-glyph.users-2_woman-up:before {
  content: "\EF91"; }

.nc-icon-glyph.users-2_woman:before {
  content: "\EF92"; }

.nc-icon-glyph.shopping_award:before {
  content: "\EA65"; }

.nc-icon-glyph.shopping_bag-09:before {
  content: "\EA66"; }

.nc-icon-glyph.shopping_bag-16:before {
  content: "\EA67"; }

.nc-icon-glyph.shopping_bag-17:before {
  content: "\EA68"; }

.nc-icon-glyph.shopping_bag-20:before {
  content: "\EA69"; }

.nc-icon-glyph.shopping_bag-add-18:before {
  content: "\EA6A"; }

.nc-icon-glyph.shopping_bag-add-21:before {
  content: "\EA6B"; }

.nc-icon-glyph.shopping_bag-edit:before {
  content: "\EA6C"; }

.nc-icon-glyph.shopping_bag-remove-19:before {
  content: "\EA6D"; }

.nc-icon-glyph.shopping_bag-remove-22:before {
  content: "\EA6E"; }

.nc-icon-glyph.shopping_barcode-scan:before {
  content: "\EA6F"; }

.nc-icon-glyph.shopping_barcode:before {
  content: "\EA70"; }

.nc-icon-glyph.shopping_bardcode-qr:before {
  content: "\EA71"; }

.nc-icon-glyph.shopping_basket-add:before {
  content: "\EA72"; }

.nc-icon-glyph.shopping_basket-edit:before {
  content: "\EA73"; }

.nc-icon-glyph.shopping_basket-remove:before {
  content: "\EA74"; }

.nc-icon-glyph.shopping_basket-simple-add:before {
  content: "\EA75"; }

.nc-icon-glyph.shopping_basket-simple-remove:before {
  content: "\EA76"; }

.nc-icon-glyph.shopping_basket-simple:before {
  content: "\EA77"; }

.nc-icon-glyph.shopping_basket:before {
  content: "\EA78"; }

.nc-icon-glyph.shopping_bitcoin:before {
  content: "\EA79"; }

.nc-icon-glyph.shopping_board:before {
  content: "\EA7A"; }

.nc-icon-glyph.shopping_box-3d-50:before {
  content: "\EA7B"; }

.nc-icon-glyph.shopping_box-3d-67:before {
  content: "\EA7C"; }

.nc-icon-glyph.shopping_box-ribbon:before {
  content: "\EA7D"; }

.nc-icon-glyph.shopping_box:before {
  content: "\EA7E"; }

.nc-icon-glyph.shopping_cart-add:before {
  content: "\EA7F"; }

.nc-icon-glyph.shopping_cart-modern-add:before {
  content: "\EA80"; }

.nc-icon-glyph.shopping_cart-modern-in:before {
  content: "\EA81"; }

.nc-icon-glyph.shopping_cart-modern-remove:before {
  content: "\EA82"; }

.nc-icon-glyph.shopping_cart-modern:before {
  content: "\EA83"; }

.nc-icon-glyph.shopping_cart-remove:before {
  content: "\EA84"; }

.nc-icon-glyph.shopping_cart-simple-add:before {
  content: "\EA85"; }

.nc-icon-glyph.shopping_cart-simple-in:before {
  content: "\EA86"; }

.nc-icon-glyph.shopping_cart-simple-remove:before {
  content: "\EA87"; }

.nc-icon-glyph.shopping_cart-simple:before {
  content: "\EA88"; }

.nc-icon-glyph.shopping_cart:before {
  content: "\EA89"; }

.nc-icon-glyph.shopping_cash-register:before {
  content: "\EA8A"; }

.nc-icon-glyph.shopping_chart:before {
  content: "\EA8B"; }

.nc-icon-glyph.shopping_credit-card-in:before {
  content: "\EA8C"; }

.nc-icon-glyph.shopping_credit-card:before {
  content: "\EA8D"; }

.nc-icon-glyph.shopping_credit-locked:before {
  content: "\EA8E"; }

.nc-icon-glyph.shopping_delivery-fast:before {
  content: "\EA8F"; }

.nc-icon-glyph.shopping_delivery-time:before {
  content: "\EA90"; }

.nc-icon-glyph.shopping_delivery-track:before {
  content: "\EA91"; }

.nc-icon-glyph.shopping_delivery:before {
  content: "\EA92"; }

.nc-icon-glyph.shopping_discount:before {
  content: "\EA93"; }

.nc-icon-glyph.shopping_gift:before {
  content: "\EA94"; }

.nc-icon-glyph.shopping_hand-card:before {
  content: "\EA95"; }

.nc-icon-glyph.shopping_list:before {
  content: "\EA96"; }

.nc-icon-glyph.shopping_mobile-card:before {
  content: "\EA97"; }

.nc-icon-glyph.shopping_mobile-cart:before {
  content: "\EA98"; }

.nc-icon-glyph.shopping_mobile-touch:before {
  content: "\EA99"; }

.nc-icon-glyph.shopping_newsletter:before {
  content: "\EA9A"; }

.nc-icon-glyph.shopping_pos:before {
  content: "\EA9B"; }

.nc-icon-glyph.shopping_receipt-list-42:before {
  content: "\EA9C"; }

.nc-icon-glyph.shopping_receipt-list-43:before {
  content: "\EA9D"; }

.nc-icon-glyph.shopping_receipt:before {
  content: "\EA9E"; }

.nc-icon-glyph.shopping_shop-location:before {
  content: "\EA9F"; }

.nc-icon-glyph.shopping_shop:before {
  content: "\EAA0"; }

.nc-icon-glyph.shopping_stock:before {
  content: "\EAA1"; }

.nc-icon-glyph.shopping_tag-content:before {
  content: "\EAA2"; }

.nc-icon-glyph.shopping_tag-cut:before {
  content: "\EAA3"; }

.nc-icon-glyph.shopping_tag-line:before {
  content: "\EAA4"; }

.nc-icon-glyph.shopping_tag-sale:before {
  content: "\EAA5"; }

.nc-icon-glyph.shopping_tag:before {
  content: "\EAA6"; }

.nc-icon-glyph.shopping_wallet:before {
  content: "\EAA7"; }

.nc-icon-glyph.social-1_logo-500px:before {
  content: "\EAA8"; }

.nc-icon-glyph.social-1_logo-angellist:before {
  content: "\EAA9"; }

.nc-icon-glyph.social-1_logo-behance:before {
  content: "\EAAA"; }

.nc-icon-glyph.social-1_logo-blogger:before {
  content: "\EAAB"; }

.nc-icon-glyph.social-1_logo-buffer:before {
  content: "\EAAC"; }

.nc-icon-glyph.social-1_logo-buysellads:before {
  content: "\EAAD"; }

.nc-icon-glyph.social-1_logo-codepen:before {
  content: "\EAAE"; }

.nc-icon-glyph.social-1_logo-creative-market:before {
  content: "\EAAF"; }

.nc-icon-glyph.social-1_logo-crunchbase:before {
  content: "\EAB0"; }

.nc-icon-glyph.social-1_logo-deviantart:before {
  content: "\EAB1"; }

.nc-icon-glyph.social-1_logo-dribbble:before {
  content: "\EAB2"; }

.nc-icon-glyph.social-1_logo-dropbox:before {
  content: "\EAB3"; }

.nc-icon-glyph.social-1_logo-envato:before {
  content: "\EAB4"; }

.nc-icon-glyph.social-1_logo-evernote:before {
  content: "\EAB5"; }

.nc-icon-glyph.social-1_logo-facebook:before {
  content: "\EAB6"; }

.nc-icon-glyph.social-1_logo-fb-simple:before {
  content: "\EAB7"; }

.nc-icon-glyph.social-1_logo-feedly:before {
  content: "\EAB8"; }

.nc-icon-glyph.social-1_logo-flickr:before {
  content: "\EAB9"; }

.nc-icon-glyph.social-1_logo-github:before {
  content: "\EABA"; }

.nc-icon-glyph.social-1_logo-google-plus:before {
  content: "\EABB"; }

.nc-icon-glyph.social-1_logo-instagram:before {
  content: "\EABC"; }

.nc-icon-glyph.social-1_logo-lastfm:before {
  content: "\EABD"; }

.nc-icon-glyph.social-1_logo-linkedin:before {
  content: "\EABE"; }

.nc-icon-glyph.social-1_logo-meetup:before {
  content: "\EABF"; }

.nc-icon-glyph.social-1_logo-myspace:before {
  content: "\EAC0"; }

.nc-icon-glyph.social-1_logo-paypal:before {
  content: "\EAC1"; }

.nc-icon-glyph.social-1_logo-pinterest:before {
  content: "\EAC2"; }

.nc-icon-glyph.social-1_logo-product-hunt:before {
  content: "\EAC3"; }

.nc-icon-glyph.social-1_logo-reddit:before {
  content: "\EAC4"; }

.nc-icon-glyph.social-1_logo-rss:before {
  content: "\EAC5"; }

.nc-icon-glyph.social-1_logo-shopify:before {
  content: "\EAC6"; }

.nc-icon-glyph.social-1_logo-skype:before {
  content: "\EAC7"; }

.nc-icon-glyph.social-1_logo-slack:before {
  content: "\EAC8"; }

.nc-icon-glyph.social-1_logo-soundcloud:before {
  content: "\EAC9"; }

.nc-icon-glyph.social-1_logo-spotify:before {
  content: "\EACA"; }

.nc-icon-glyph.social-1_logo-trello:before {
  content: "\EACB"; }

.nc-icon-glyph.social-1_logo-tumblr:before {
  content: "\EACC"; }

.nc-icon-glyph.social-1_logo-twitter:before {
  content: "\EACD"; }

.nc-icon-glyph.social-1_logo-vimeo:before {
  content: "\EACE"; }

.nc-icon-glyph.social-1_logo-vine:before {
  content: "\EACF"; }

.nc-icon-glyph.social-1_logo-whatsapp:before {
  content: "\EAD0"; }

.nc-icon-glyph.social-1_logo-wordpress:before {
  content: "\EAD1"; }

.nc-icon-glyph.social-1_logo-yelp:before {
  content: "\EAD2"; }

.nc-icon-glyph.social-1_logo-youtube:before {
  content: "\EAD3"; }

.nc-icon-glyph.arrows-1_back-78:before {
  content: "\EAD4"; }

.nc-icon-glyph.arrows-1_back-80:before {
  content: "\EAD5"; }

.nc-icon-glyph.arrows-1_bold-direction:before {
  content: "\EAD6"; }

.nc-icon-glyph.arrows-1_bold-down:before {
  content: "\EAD7"; }

.nc-icon-glyph.arrows-1_bold-left:before {
  content: "\EAD8"; }

.nc-icon-glyph.arrows-1_bold-right:before {
  content: "\EAD9"; }

.nc-icon-glyph.arrows-1_bold-up:before {
  content: "\EADA"; }

.nc-icon-glyph.arrows-1_circle-down-12:before {
  content: "\EADB"; }

.nc-icon-glyph.arrows-1_circle-down-40:before {
  content: "\EADC"; }

.nc-icon-glyph.arrows-1_circle-left-10:before {
  content: "\EADD"; }

.nc-icon-glyph.arrows-1_circle-left-38:before {
  content: "\EADE"; }

.nc-icon-glyph.arrows-1_circle-right-09:before {
  content: "\EADF"; }

.nc-icon-glyph.arrows-1_circle-right-37:before {
  content: "\EAE0"; }

.nc-icon-glyph.arrows-1_circle-up-11:before {
  content: "\EAE1"; }

.nc-icon-glyph.arrows-1_circle-up-39:before {
  content: "\EAE2"; }

.nc-icon-glyph.arrows-1_cloud-download-93:before {
  content: "\EAE3"; }

.nc-icon-glyph.arrows-1_cloud-download-95:before {
  content: "\EAE4"; }

.nc-icon-glyph.arrows-1_cloud-upload-94:before {
  content: "\EAE5"; }

.nc-icon-glyph.arrows-1_cloud-upload-96:before {
  content: "\EAE6"; }

.nc-icon-glyph.arrows-1_curved-next:before {
  content: "\EAE7"; }

.nc-icon-glyph.arrows-1_curved-previous:before {
  content: "\EAE8"; }

.nc-icon-glyph.arrows-1_direction-53:before {
  content: "\EAE9"; }

.nc-icon-glyph.arrows-1_direction-56:before {
  content: "\EAEA"; }

.nc-icon-glyph.arrows-1_double-left:before {
  content: "\EAEB"; }

.nc-icon-glyph.arrows-1_double-right:before {
  content: "\EAEC"; }

.nc-icon-glyph.arrows-1_download:before {
  content: "\EAED"; }

.nc-icon-glyph.arrows-1_enlarge-diagonal-41:before {
  content: "\EAEE"; }

.nc-icon-glyph.arrows-1_enlarge-diagonal-43:before {
  content: "\EAEF"; }

.nc-icon-glyph.arrows-1_enlarge-diagonal-44:before {
  content: "\EAF0"; }

.nc-icon-glyph.arrows-1_enlarge-vertical:before {
  content: "\EAF1"; }

.nc-icon-glyph.arrows-1_fit-horizontal:before {
  content: "\EAF2"; }

.nc-icon-glyph.arrows-1_fit-vertical:before {
  content: "\EAF3"; }

.nc-icon-glyph.arrows-1_fullscreen-70:before {
  content: "\EAF4"; }

.nc-icon-glyph.arrows-1_fullscreen-71:before {
  content: "\EAF5"; }

.nc-icon-glyph.arrows-1_fullscreen-76:before {
  content: "\EAF6"; }

.nc-icon-glyph.arrows-1_fullscreen-77:before {
  content: "\EAF7"; }

.nc-icon-glyph.arrows-1_fullscreen-double-74:before {
  content: "\EAF8"; }

.nc-icon-glyph.arrows-1_fullscreen-double-75:before {
  content: "\EAF9"; }

.nc-icon-glyph.arrows-1_fullscreen-split-72:before {
  content: "\EAFA"; }

.nc-icon-glyph.arrows-1_fullscreen-split-73:before {
  content: "\EAFB"; }

.nc-icon-glyph.arrows-1_log-in:before {
  content: "\EAFC"; }

.nc-icon-glyph.arrows-1_log-out:before {
  content: "\EAFD"; }

.nc-icon-glyph.arrows-1_loop-82:before {
  content: "\EAFE"; }

.nc-icon-glyph.arrows-1_loop-83:before {
  content: "\EAFF"; }

.nc-icon-glyph.arrows-1_minimal-down:before {
  content: "\EB00"; }

.nc-icon-glyph.arrows-1_minimal-left:before {
  content: "\EB01"; }

.nc-icon-glyph.arrows-1_minimal-right:before {
  content: "\EB02"; }

.nc-icon-glyph.arrows-1_minimal-up:before {
  content: "\EB03"; }

.nc-icon-glyph.arrows-1_redo-79:before {
  content: "\EB04"; }

.nc-icon-glyph.arrows-1_redo-81:before {
  content: "\EB05"; }

.nc-icon-glyph.arrows-1_refresh-68:before {
  content: "\EB06"; }

.nc-icon-glyph.arrows-1_refresh-69:before {
  content: "\EB07"; }

.nc-icon-glyph.arrows-1_round-down:before {
  content: "\EB08"; }

.nc-icon-glyph.arrows-1_round-left:before {
  content: "\EB09"; }

.nc-icon-glyph.arrows-1_round-right:before {
  content: "\EB0A"; }

.nc-icon-glyph.arrows-1_round-up:before {
  content: "\EB0B"; }

.nc-icon-glyph.arrows-1_share-66:before {
  content: "\EB0C"; }

.nc-icon-glyph.arrows-1_share-91:before {
  content: "\EB0D"; }

.nc-icon-glyph.arrows-1_share-92:before {
  content: "\EB0E"; }

.nc-icon-glyph.arrows-1_shuffle-97:before {
  content: "\EB0F"; }

.nc-icon-glyph.arrows-1_shuffle-98:before {
  content: "\EB10"; }

.nc-icon-glyph.arrows-1_simple-down:before {
  content: "\EB11"; }

.nc-icon-glyph.arrows-1_simple-left:before {
  content: "\EB12"; }

.nc-icon-glyph.arrows-1_simple-right:before {
  content: "\EB13"; }

.nc-icon-glyph.arrows-1_simple-up:before {
  content: "\EB14"; }

.nc-icon-glyph.arrows-1_small-triangle-down:before {
  content: "\EB15"; }

.nc-icon-glyph.arrows-1_small-triangle-left:before {
  content: "\EB16"; }

.nc-icon-glyph.arrows-1_small-triangle-right:before {
  content: "\EB17"; }

.nc-icon-glyph.arrows-1_small-triangle-up:before {
  content: "\EB18"; }

.nc-icon-glyph.arrows-1_square-down:before {
  content: "\EB19"; }

.nc-icon-glyph.arrows-1_square-left:before {
  content: "\EB1A"; }

.nc-icon-glyph.arrows-1_square-right:before {
  content: "\EB1B"; }

.nc-icon-glyph.arrows-1_square-up:before {
  content: "\EB1C"; }

.nc-icon-glyph.arrows-1_strong-down:before {
  content: "\EB1D"; }

.nc-icon-glyph.arrows-1_strong-left:before {
  content: "\EB1E"; }

.nc-icon-glyph.arrows-1_strong-right:before {
  content: "\EB1F"; }

.nc-icon-glyph.arrows-1_strong-up:before {
  content: "\EB20"; }

.nc-icon-glyph.arrows-1_tail-down:before {
  content: "\EB21"; }

.nc-icon-glyph.arrows-1_tail-left:before {
  content: "\EB22"; }

.nc-icon-glyph.arrows-1_tail-right:before {
  content: "\EB23"; }

.nc-icon-glyph.arrows-1_tail-triangle-down:before {
  content: "\EB24"; }

.nc-icon-glyph.arrows-1_tail-triangle-left:before {
  content: "\EB25"; }

.nc-icon-glyph.arrows-1_tail-triangle-right:before {
  content: "\EB26"; }

.nc-icon-glyph.arrows-1_tail-triangle-up:before {
  content: "\EB27"; }

.nc-icon-glyph.arrows-1_tail-up:before {
  content: "\EB28"; }

.nc-icon-glyph.arrows-1_trend-down:before {
  content: "\EB29"; }

.nc-icon-glyph.arrows-1_trend-up:before {
  content: "\EB2A"; }

.nc-icon-glyph.arrows-1_triangle-down-20:before {
  content: "\EB2B"; }

.nc-icon-glyph.arrows-1_triangle-down-65:before {
  content: "\EB2C"; }

.nc-icon-glyph.arrows-1_triangle-left-18:before {
  content: "\EB2D"; }

.nc-icon-glyph.arrows-1_triangle-left-63:before {
  content: "\EB2E"; }

.nc-icon-glyph.arrows-1_triangle-right-17:before {
  content: "\EB2F"; }

.nc-icon-glyph.arrows-1_triangle-right-62:before {
  content: "\EB30"; }

.nc-icon-glyph.arrows-1_triangle-up-19:before {
  content: "\EB31"; }

.nc-icon-glyph.arrows-1_triangle-up-64:before {
  content: "\EB32"; }

.nc-icon-glyph.arrows-1_window-zoom-in:before {
  content: "\EB33"; }

.nc-icon-glyph.arrows-1_window-zoom-out:before {
  content: "\EB34"; }

.nc-icon-glyph.arrows-1_zoom-88:before {
  content: "\EB35"; }

.nc-icon-glyph.arrows-1_zoom-99:before {
  content: "\EB36"; }

.nc-icon-glyph.arrows-1_zoom-100:before {
  content: "\EB37"; }

.nc-icon-glyph.arrows-2_block-down:before {
  content: "\EB38"; }

.nc-icon-glyph.arrows-2_block-left:before {
  content: "\EB39"; }

.nc-icon-glyph.arrows-2_block-right:before {
  content: "\EB3A"; }

.nc-icon-glyph.arrows-2_block-up:before {
  content: "\EB3B"; }

.nc-icon-glyph.arrows-2_circle-in:before {
  content: "\EB3C"; }

.nc-icon-glyph.arrows-2_circle-out:before {
  content: "\EB3D"; }

.nc-icon-glyph.arrows-2_circuit-round:before {
  content: "\EB3E"; }

.nc-icon-glyph.arrows-2_circuit:before {
  content: "\EB3F"; }

.nc-icon-glyph.arrows-2_computer-upload:before {
  content: "\EB40"; }

.nc-icon-glyph.arrows-2_conversion:before {
  content: "\EB41"; }

.nc-icon-glyph.arrows-2_corner-down-round:before {
  content: "\EB42"; }

.nc-icon-glyph.arrows-2_corner-down:before {
  content: "\EB43"; }

.nc-icon-glyph.arrows-2_corner-left-down:before {
  content: "\EB44"; }

.nc-icon-glyph.arrows-2_corner-left-round:before {
  content: "\EB45"; }

.nc-icon-glyph.arrows-2_corner-left:before {
  content: "\EB46"; }

.nc-icon-glyph.arrows-2_corner-right-down:before {
  content: "\EB47"; }

.nc-icon-glyph.arrows-2_corner-right-round:before {
  content: "\EB48"; }

.nc-icon-glyph.arrows-2_corner-right:before {
  content: "\EB49"; }

.nc-icon-glyph.arrows-2_corner-up-left:before {
  content: "\EB4A"; }

.nc-icon-glyph.arrows-2_corner-up-right:before {
  content: "\EB4B"; }

.nc-icon-glyph.arrows-2_corner-up-round:before {
  content: "\EB4C"; }

.nc-icon-glyph.arrows-2_corner-up:before {
  content: "\EB4D"; }

.nc-icon-glyph.arrows-2_cross-down:before {
  content: "\EB4E"; }

.nc-icon-glyph.arrows-2_cross-horizontal:before {
  content: "\EC87"; }

.nc-icon-glyph.arrows-2_cross-left:before {
  content: "\EC88"; }

.nc-icon-glyph.arrows-2_cross-right:before {
  content: "\EC89"; }

.nc-icon-glyph.arrows-2_cross-up:before {
  content: "\EC8A"; }

.nc-icon-glyph.arrows-2_cross-vertical:before {
  content: "\EC8B"; }

.nc-icon-glyph.arrows-2_curve-circuit:before {
  content: "\EC8C"; }

.nc-icon-glyph.arrows-2_curve-directions:before {
  content: "\EC8D"; }

.nc-icon-glyph.arrows-2_curve-split:before {
  content: "\EC8E"; }

.nc-icon-glyph.arrows-2_delete-45:before {
  content: "\EC8F"; }

.nc-icon-glyph.arrows-2_delete-49:before {
  content: "\EC90"; }

.nc-icon-glyph.arrows-2_delete-50:before {
  content: "\EC91"; }

.nc-icon-glyph.arrows-2_direction:before {
  content: "\EC92"; }

.nc-icon-glyph.arrows-2_dots-download:before {
  content: "\EC93"; }

.nc-icon-glyph.arrows-2_dots-upload:before {
  content: "\EC94"; }

.nc-icon-glyph.arrows-2_eject:before {
  content: "\EC95"; }

.nc-icon-glyph.arrows-2_enlarge-circle:before {
  content: "\EC96"; }

.nc-icon-glyph.arrows-2_file-download-87:before {
  content: "\EC97"; }

.nc-icon-glyph.arrows-2_file-download-89:before {
  content: "\EC98"; }

.nc-icon-glyph.arrows-2_file-download-94:before {
  content: "\EC99"; }

.nc-icon-glyph.arrows-2_file-upload-86:before {
  content: "\EC9A"; }

.nc-icon-glyph.arrows-2_file-upload-88:before {
  content: "\EC9B"; }

.nc-icon-glyph.arrows-2_file-upload-93:before {
  content: "\EC9C"; }

.nc-icon-glyph.arrows-2_fork-round:before {
  content: "\EC9D"; }

.nc-icon-glyph.arrows-2_fork:before {
  content: "\EC9E"; }

.nc-icon-glyph.arrows-2_hit-down:before {
  content: "\EC9F"; }

.nc-icon-glyph.arrows-2_hit-left:before {
  content: "\ECA0"; }

.nc-icon-glyph.arrows-2_hit-right:before {
  content: "\ECA1"; }

.nc-icon-glyph.arrows-2_hit-up:before {
  content: "\ECA2"; }

.nc-icon-glyph.arrows-2_lines:before {
  content: "\ECA3"; }

.nc-icon-glyph.arrows-2_log-out:before {
  content: "\ECA4"; }

.nc-icon-glyph.arrows-2_loop:before {
  content: "\ECA5"; }

.nc-icon-glyph.arrows-2_merge-round:before {
  content: "\ECA6"; }

.nc-icon-glyph.arrows-2_merge:before {
  content: "\ECA7"; }

.nc-icon-glyph.arrows-2_move-05:before {
  content: "\ECA8"; }

.nc-icon-glyph.arrows-2_move-06:before {
  content: "\ECA9"; }

.nc-icon-glyph.arrows-2_move-92:before {
  content: "\ECAA"; }

.nc-icon-glyph.arrows-2_move-down-right:before {
  content: "\ECAB"; }

.nc-icon-glyph.arrows-2_move-down:before {
  content: "\ECAC"; }

.nc-icon-glyph.arrows-2_move-left:before {
  content: "\ECAD"; }

.nc-icon-glyph.arrows-2_move-right:before {
  content: "\ECAE"; }

.nc-icon-glyph.arrows-2_move-up-left:before {
  content: "\ECAF"; }

.nc-icon-glyph.arrows-2_move-up:before {
  content: "\ECB0"; }

.nc-icon-glyph.arrows-2_push-next:before {
  content: "\ECB1"; }

.nc-icon-glyph.arrows-2_push-previous:before {
  content: "\ECB2"; }

.nc-icon-glyph.arrows-2_reload:before {
  content: "\EE6A"; }

.nc-icon-glyph.arrows-2_replay:before {
  content: "\EE6B"; }

.nc-icon-glyph.arrows-2_rotate-left:before {
  content: "\EE6C"; }

.nc-icon-glyph.arrows-2_rotate-right:before {
  content: "\EE6D"; }

.nc-icon-glyph.arrows-2_round-left-down:before {
  content: "\EE6E"; }

.nc-icon-glyph.arrows-2_round-right-down:before {
  content: "\EE6F"; }

.nc-icon-glyph.arrows-2_round-up-left:before {
  content: "\EE70"; }

.nc-icon-glyph.arrows-2_round-up-right:before {
  content: "\EE71"; }

.nc-icon-glyph.arrows-2_select-83:before {
  content: "\EE72"; }

.nc-icon-glyph.arrows-2_select-84:before {
  content: "\EE73"; }

.nc-icon-glyph.arrows-2_separate-round:before {
  content: "\EE74"; }

.nc-icon-glyph.arrows-2_separate:before {
  content: "\EE75"; }

.nc-icon-glyph.arrows-2_share-left:before {
  content: "\EE76"; }

.nc-icon-glyph.arrows-2_share-right:before {
  content: "\EE77"; }

.nc-icon-glyph.arrows-2_skew-down:before {
  content: "\EE78"; }

.nc-icon-glyph.arrows-2_skew-left:before {
  content: "\EE79"; }

.nc-icon-glyph.arrows-2_skew-up:before {
  content: "\EE7A"; }

.nc-icon-glyph.arrows-2_small-left:before {
  content: "\EE7B"; }

.nc-icon-glyph.arrows-2_small-right:before {
  content: "\EE7C"; }

.nc-icon-glyph.arrows-2_split-horizontal:before {
  content: "\EE7D"; }

.nc-icon-glyph.arrows-2_split-round:before {
  content: "\EE7E"; }

.nc-icon-glyph.arrows-2_split-vertical:before {
  content: "\EE7F"; }

.nc-icon-glyph.arrows-2_split:before {
  content: "\EE80"; }

.nc-icon-glyph.arrows-2_square-download:before {
  content: "\EE81"; }

.nc-icon-glyph.arrows-2_square-upload:before {
  content: "\EE82"; }

.nc-icon-glyph.arrows-2_time:before {
  content: "\EE83"; }

.nc-icon-glyph.arrows-2_triangle-down:before {
  content: "\EE84"; }

.nc-icon-glyph.arrows-2_triangle-left:before {
  content: "\EE85"; }

.nc-icon-glyph.arrows-2_triangle-right:before {
  content: "\EE86"; }

.nc-icon-glyph.arrows-2_triangle-up:before {
  content: "\EE87"; }

.nc-icon-glyph.arrows-2_unite-round:before {
  content: "\EE88"; }

.nc-icon-glyph.arrows-2_unite:before {
  content: "\EE89"; }

.nc-icon-glyph.arrows-2_zoom:before {
  content: "\EE8A"; }

.nc-icon-glyph.arrows-3_circle-down:before {
  content: "\EE8B"; }

.nc-icon-glyph.arrows-3_circle-left:before {
  content: "\EE8C"; }

.nc-icon-glyph.arrows-3_circle-right:before {
  content: "\EE8D"; }

.nc-icon-glyph.arrows-3_circle-simple-down:before {
  content: "\EE8E"; }

.nc-icon-glyph.arrows-3_circle-simple-left:before {
  content: "\EE8F"; }

.nc-icon-glyph.arrows-3_circle-simple-right:before {
  content: "\EE90"; }

.nc-icon-glyph.arrows-3_circle-simple-up:before {
  content: "\EE91"; }

.nc-icon-glyph.arrows-3_circle-up:before {
  content: "\EE92"; }

.nc-icon-glyph.arrows-3_cloud-refresh:before {
  content: "\EE93"; }

.nc-icon-glyph.arrows-3_separate:before {
  content: "\EE94"; }

.nc-icon-glyph.arrows-3_small-down:before {
  content: "\EE95"; }

.nc-icon-glyph.arrows-3_small-up:before {
  content: "\EE96"; }

.nc-icon-glyph.arrows-3_square-corner-down-left:before {
  content: "\EE97"; }

.nc-icon-glyph.arrows-3_square-corner-down-right:before {
  content: "\EE98"; }

.nc-icon-glyph.arrows-3_square-corner-up-left:before {
  content: "\EE99"; }

.nc-icon-glyph.arrows-3_square-corner-up-right:before {
  content: "\EE9A"; }

.nc-icon-glyph.arrows-3_square-down-06:before {
  content: "\EE9B"; }

.nc-icon-glyph.arrows-3_square-down-22:before {
  content: "\EE9C"; }

.nc-icon-glyph.arrows-3_square-enlarge:before {
  content: "\EE9D"; }

.nc-icon-glyph.arrows-3_square-left-04:before {
  content: "\EE9E"; }

.nc-icon-glyph.arrows-3_square-left-20:before {
  content: "\EE9F"; }

.nc-icon-glyph.arrows-3_square-right-03:before {
  content: "\EEA0"; }

.nc-icon-glyph.arrows-3_square-right-19:before {
  content: "\EEA1"; }

.nc-icon-glyph.arrows-3_square-simple-down:before {
  content: "\EEA2"; }

.nc-icon-glyph.arrows-3_square-simple-left:before {
  content: "\EEA3"; }

.nc-icon-glyph.arrows-3_square-simple-right:before {
  content: "\EEA4"; }

.nc-icon-glyph.arrows-3_square-simple-up:before {
  content: "\EEA5"; }

.nc-icon-glyph.arrows-3_square-up-05:before {
  content: "\EEA6"; }

.nc-icon-glyph.arrows-3_square-up-21:before {
  content: "\EEA7"; }

.nc-icon-glyph.arrows-3_square-zoom:before {
  content: "\EEA8"; }

.nc-icon-glyph.arrows-3_super-bold-down:before {
  content: "\EEA9"; }

.nc-icon-glyph.arrows-3_super-bold-left:before {
  content: "\EEAA"; }

.nc-icon-glyph.arrows-3_super-bold-right:before {
  content: "\EEAB"; }

.nc-icon-glyph.arrows-3_super-bold-up:before {
  content: "\EEAC"; }

.nc-icon-glyph.arrows-4_block-bottom-left:before {
  content: "\EEAD"; }

.nc-icon-glyph.arrows-4_block-bottom-right:before {
  content: "\EEAE"; }

.nc-icon-glyph.arrows-4_block-top-left:before {
  content: "\EEAF"; }

.nc-icon-glyph.arrows-4_block-top-right:before {
  content: "\EEB0"; }

.nc-icon-glyph.arrows-4_centralize:before {
  content: "\EEB1"; }

.nc-icon-glyph.arrows-4_compare:before {
  content: "\EEB2"; }

.nc-icon-glyph.arrows-4_contrast:before {
  content: "\EEB3"; }

.nc-icon-glyph.arrows-4_cross:before {
  content: "\EEB4"; }

.nc-icon-glyph.arrows-4_diag-bottom-left:before {
  content: "\EEB5"; }

.nc-icon-glyph.arrows-4_diag-bottom-right:before {
  content: "\EEB6"; }

.nc-icon-glyph.arrows-4_diag-top-left:before {
  content: "\EEB7"; }

.nc-icon-glyph.arrows-4_diag-top-right:before {
  content: "\EEB8"; }

.nc-icon-glyph.arrows-4_disperse:before {
  content: "\EEB9"; }

.nc-icon-glyph.arrows-4_download:before {
  content: "\EEBA"; }

.nc-icon-glyph.arrows-4_enlarge-45:before {
  content: "\EEBB"; }

.nc-icon-glyph.arrows-4_enlarge-46:before {
  content: "\EEBC"; }

.nc-icon-glyph.arrows-4_export:before {
  content: "\EEBD"; }

.nc-icon-glyph.arrows-4_format-left:before {
  content: "\EEBE"; }

.nc-icon-glyph.arrows-4_format-right:before {
  content: "\EEBF"; }

.nc-icon-glyph.arrows-4_input-12:before {
  content: "\EEC0"; }

.nc-icon-glyph.arrows-4_input-21:before {
  content: "\EEC1"; }

.nc-icon-glyph.arrows-4_invert:before {
  content: "\EEC2"; }

.nc-icon-glyph.arrows-4_launch-11:before {
  content: "\EEC3"; }

.nc-icon-glyph.arrows-4_launch-47:before {
  content: "\EEC4"; }

.nc-icon-glyph.arrows-4_logout:before {
  content: "\EEC5"; }

.nc-icon-glyph.arrows-4_loop-30:before {
  content: "\EEC6"; }

.nc-icon-glyph.arrows-4_loop-34:before {
  content: "\EEC7"; }

.nc-icon-glyph.arrows-4_merge:before {
  content: "\EEC8"; }

.nc-icon-glyph.arrows-4_open-in-browser:before {
  content: "\EEC9"; }

.nc-icon-glyph.arrows-4_priority-high:before {
  content: "\EECA"; }

.nc-icon-glyph.arrows-4_priority-low:before {
  content: "\EECB"; }

.nc-icon-glyph.arrows-4_redo-10:before {
  content: "\EECC"; }

.nc-icon-glyph.arrows-4_redo-26:before {
  content: "\EECD"; }

.nc-icon-glyph.arrows-4_reply-all:before {
  content: "\EECE"; }

.nc-icon-glyph.arrows-4_reply:before {
  content: "\EECF"; }

.nc-icon-glyph.arrows-4_restore:before {
  content: "\EED0"; }

.nc-icon-glyph.arrows-4_share:before {
  content: "\EED1"; }

.nc-icon-glyph.arrows-4_shuffle-01:before {
  content: "\EED2"; }

.nc-icon-glyph.arrows-4_shuffle-35:before {
  content: "\EED3"; }

.nc-icon-glyph.arrows-4_split-33:before {
  content: "\EED4"; }

.nc-icon-glyph.arrows-4_split-37:before {
  content: "\EED5"; }

.nc-icon-glyph.arrows-4_stre-down:before {
  content: "\EED6"; }

.nc-icon-glyph.arrows-4_stre-left:before {
  content: "\EED7"; }

.nc-icon-glyph.arrows-4_stre-right:before {
  content: "\EED8"; }

.nc-icon-glyph.arrows-4_stre-up:before {
  content: "\EED9"; }

.nc-icon-glyph.arrows-4_swap-horizontal:before {
  content: "\EEDA"; }

.nc-icon-glyph.arrows-4_swap-vertical:before {
  content: "\EEDB"; }

.nc-icon-glyph.arrows-4_system-update:before {
  content: "\EEDC"; }

.nc-icon-glyph.arrows-4_undo-25:before {
  content: "\EEDD"; }

.nc-icon-glyph.arrows-4_undo-29:before {
  content: "\EEDE"; }

.nc-icon-glyph.arrows-4_upload:before {
  content: "\EEDF"; }

.nc-icon-glyph.files-2_ai-illustrator:before {
  content: "\E96F"; }

.nc-icon-glyph.files-2_avi:before {
  content: "\E970"; }

.nc-icon-glyph.files-2_css:before {
  content: "\E971"; }

.nc-icon-glyph.files-2_csv:before {
  content: "\E972"; }

.nc-icon-glyph.files-2_doc:before {
  content: "\E973"; }

.nc-icon-glyph.files-2_docx:before {
  content: "\E974"; }

.nc-icon-glyph.files-2_epub:before {
  content: "\E975"; }

.nc-icon-glyph.files-2_exe:before {
  content: "\E976"; }

.nc-icon-glyph.files-2_font:before {
  content: "\E977"; }

.nc-icon-glyph.files-2_gif:before {
  content: "\E978"; }

.nc-icon-glyph.files-2_html:before {
  content: "\E979"; }

.nc-icon-glyph.files-2_jpg-jpeg:before {
  content: "\E97A"; }

.nc-icon-glyph.files-2_js-javascript-jquery:before {
  content: "\E97B"; }

.nc-icon-glyph.files-3_mov:before {
  content: "\E97C"; }

.nc-icon-glyph.files-3_mp3:before {
  content: "\E97D"; }

.nc-icon-glyph.files-3_mp4:before {
  content: "\E97E"; }

.nc-icon-glyph.files-3_pdf:before {
  content: "\E97F"; }

.nc-icon-glyph.files-3_png:before {
  content: "\E980"; }

.nc-icon-glyph.files-3_psd-photoshop:before {
  content: "\E981"; }

.nc-icon-glyph.files-3_rar:before {
  content: "\E982"; }

.nc-icon-glyph.files-3_sketch:before {
  content: "\E983"; }

.nc-icon-glyph.files-3_svg:before {
  content: "\E984"; }

.nc-icon-glyph.files-3_txt:before {
  content: "\E985"; }

.nc-icon-glyph.files-3_wav:before {
  content: "\E986"; }

.nc-icon-glyph.files-3_zip:before {
  content: "\E987"; }

.nc-icon-glyph.design_album:before {
  content: "\E988"; }

.nc-icon-glyph.design_align-bottom:before {
  content: "\E989"; }

.nc-icon-glyph.design_align-center-horizontal:before {
  content: "\E98A"; }

.nc-icon-glyph.design_align-center-vertical:before {
  content: "\E98B"; }

.nc-icon-glyph.design_align-left:before {
  content: "\E98C"; }

.nc-icon-glyph.design_align-right:before {
  content: "\E98D"; }

.nc-icon-glyph.design_align-top:before {
  content: "\E98E"; }

.nc-icon-glyph.design_app:before {
  content: "\E98F"; }

.nc-icon-glyph.design_artboard:before {
  content: "\E990"; }

.nc-icon-glyph.design_blend:before {
  content: "\E991"; }

.nc-icon-glyph.design_book-bookmark:before {
  content: "\E992"; }

.nc-icon-glyph.design_book-open:before {
  content: "\E993"; }

.nc-icon-glyph.design_brush:before {
  content: "\E994"; }

.nc-icon-glyph.design_bug:before {
  content: "\E995"; }

.nc-icon-glyph.design_bullet-list-67:before {
  content: "\E996"; }

.nc-icon-glyph.design_bullet-list-68:before {
  content: "\E997"; }

.nc-icon-glyph.design_bullet-list-69:before {
  content: "\E998"; }

.nc-icon-glyph.design_bullet-list-70:before {
  content: "\E999"; }

.nc-icon-glyph.design_clone:before {
  content: "\E99A"; }

.nc-icon-glyph.design_code-editor:before {
  content: "\E99B"; }

.nc-icon-glyph.design_code:before {
  content: "\E99C"; }

.nc-icon-glyph.design_collection:before {
  content: "\E99D"; }

.nc-icon-glyph.design_command:before {
  content: "\E99E"; }

.nc-icon-glyph.design_compass:before {
  content: "\E99F"; }

.nc-icon-glyph.design_contrast:before {
  content: "\E9A0"; }

.nc-icon-glyph.design_copy:before {
  content: "\E9A1"; }

.nc-icon-glyph.design_crop:before {
  content: "\E9A2"; }

.nc-icon-glyph.design_cursor-48:before {
  content: "\E9A3"; }

.nc-icon-glyph.design_cursor-49:before {
  content: "\E9A4"; }

.nc-icon-glyph.design_design-dev:before {
  content: "\E9A5"; }

.nc-icon-glyph.design_design:before {
  content: "\E9A6"; }

.nc-icon-glyph.design_distribute-horizontal:before {
  content: "\E9A7"; }

.nc-icon-glyph.design_distribute-vertical:before {
  content: "\E9A8"; }

.nc-icon-glyph.design_drag:before {
  content: "\E9A9"; }

.nc-icon-glyph.design_eraser-32:before {
  content: "\E9AA"; }

.nc-icon-glyph.design_eraser-33:before {
  content: "\E9AB"; }

.nc-icon-glyph.design_eraser-46:before {
  content: "\E9AC"; }

.nc-icon-glyph.design_flip-horizontal:before {
  content: "\E9AD"; }

.nc-icon-glyph.design_flip-vertical:before {
  content: "\E9AE"; }

.nc-icon-glyph.design_image:before {
  content: "\E9AF"; }

.nc-icon-glyph.design_magnet:before {
  content: "\E9B0"; }

.nc-icon-glyph.design_marker:before {
  content: "\E9B1"; }

.nc-icon-glyph.design_measure-02:before {
  content: "\E9B2"; }

.nc-icon-glyph.design_measure-17:before {
  content: "\E9B3"; }

.nc-icon-glyph.design_measure-big:before {
  content: "\E9B4"; }

.nc-icon-glyph.design_mobile-design:before {
  content: "\E9B5"; }

.nc-icon-glyph.design_mobile-dev:before {
  content: "\E9B6"; }

.nc-icon-glyph.design_mouse-08:before {
  content: "\E9B7"; }

.nc-icon-glyph.design_mouse-09:before {
  content: "\E9B8"; }

.nc-icon-glyph.design_mouse-10:before {
  content: "\E9B9"; }

.nc-icon-glyph.design_newsletter-dev:before {
  content: "\E9BA"; }

.nc-icon-glyph.design_note-code:before {
  content: "\E9BB"; }

.nc-icon-glyph.design_paint-16:before {
  content: "\E9BC"; }

.nc-icon-glyph.design_paint-37:before {
  content: "\E9BD"; }

.nc-icon-glyph.design_paint-38:before {
  content: "\E9BE"; }

.nc-icon-glyph.design_paint-bucket-39:before {
  content: "\E9BF"; }

.nc-icon-glyph.design_paint-bucket-40:before {
  content: "\E9C0"; }

.nc-icon-glyph.design_palette:before {
  content: "\E9C1"; }

.nc-icon-glyph.design_pantone:before {
  content: "\E9C2"; }

.nc-icon-glyph.design_paper-design:before {
  content: "\E9C3"; }

.nc-icon-glyph.design_paper-dev:before {
  content: "\E9C4"; }

.nc-icon-glyph.design_patch-19:before {
  content: "\E9C5"; }

.nc-icon-glyph.design_patch-34:before {
  content: "\E9C6"; }

.nc-icon-glyph.design_path-exclude:before {
  content: "\E9C7"; }

.nc-icon-glyph.design_path-intersect:before {
  content: "\E9C8"; }

.nc-icon-glyph.design_path-minus:before {
  content: "\E9C9"; }

.nc-icon-glyph.design_path-unite:before {
  content: "\E9CA"; }

.nc-icon-glyph.design_pen-01:before {
  content: "\E9CB"; }

.nc-icon-glyph.design_pen-23:before {
  content: "\E9CC"; }

.nc-icon-glyph.design_pen-tool:before {
  content: "\E9CD"; }

.nc-icon-glyph.design_phone:before {
  content: "\E9CE"; }

.nc-icon-glyph.design_photo-editor:before {
  content: "\E9CF"; }

.nc-icon-glyph.design_responsive:before {
  content: "\E9D0"; }

.nc-icon-glyph.design_scissors-dashed:before {
  content: "\E9D1"; }

.nc-icon-glyph.design_scissors:before {
  content: "\EE1E"; }

.nc-icon-glyph.design_shape-adjust:before {
  content: "\EE1F"; }

.nc-icon-glyph.design_shape-circle:before {
  content: "\EE20"; }

.nc-icon-glyph.design_shape-polygon:before {
  content: "\EE21"; }

.nc-icon-glyph.design_shape-square:before {
  content: "\EE22"; }

.nc-icon-glyph.design_shape-triangle:before {
  content: "\EE23"; }

.nc-icon-glyph.design_shapes:before {
  content: "\EE24"; }

.nc-icon-glyph.design_sharpener:before {
  content: "\EE25"; }

.nc-icon-glyph.design_slice:before {
  content: "\EE26"; }

.nc-icon-glyph.design_spray:before {
  content: "\EE27"; }

.nc-icon-glyph.design_stamp:before {
  content: "\EE28"; }

.nc-icon-glyph.design_tablet-mobile:before {
  content: "\EE29"; }

.nc-icon-glyph.design_tablet:before {
  content: "\EE2A"; }

.nc-icon-glyph.design_text:before {
  content: "\EE2B"; }

.nc-icon-glyph.design_todo:before {
  content: "\EE2C"; }

.nc-icon-glyph.design_usb:before {
  content: "\EE2D"; }

.nc-icon-glyph.design_vector:before {
  content: "\EE2E"; }

.nc-icon-glyph.design_wand-11:before {
  content: "\EE2F"; }

.nc-icon-glyph.design_wand-99:before {
  content: "\EE30"; }

.nc-icon-glyph.design_watch-dev:before {
  content: "\EE31"; }

.nc-icon-glyph.design_web-design:before {
  content: "\EE32"; }

.nc-icon-glyph.design_webpage:before {
  content: "\EE33"; }

.nc-icon-glyph.design_window-code:before {
  content: "\EE34"; }

.nc-icon-glyph.design_window-dev:before {
  content: "\EE35"; }

.nc-icon-glyph.design_window-paragraph:before {
  content: "\EE36"; }

.nc-icon-glyph.design_window-responsive:before {
  content: "\EE37"; }

.nc-icon-glyph.design-2_3d-28:before {
  content: "\EE38"; }

.nc-icon-glyph.design-2_3d-29:before {
  content: "\EE39"; }

.nc-icon-glyph.design-2_android:before {
  content: "\EE3A"; }

.nc-icon-glyph.design-2_angle:before {
  content: "\EE3B"; }

.nc-icon-glyph.design-2_animation-14:before {
  content: "\EE3C"; }

.nc-icon-glyph.design-2_animation-31:before {
  content: "\EE3D"; }

.nc-icon-glyph.design-2_animation-32:before {
  content: "\EE3E"; }

.nc-icon-glyph.design-2_apple:before {
  content: "\EE3F"; }

.nc-icon-glyph.design-2_browser-chrome:before {
  content: "\EE40"; }

.nc-icon-glyph.design-2_browser-edge:before {
  content: "\EE41"; }

.nc-icon-glyph.design-2_browser-firefox:before {
  content: "\EE42"; }

.nc-icon-glyph.design-2_browser-ie:before {
  content: "\EE43"; }

.nc-icon-glyph.design-2_browser-opera:before {
  content: "\EE44"; }

.nc-icon-glyph.design-2_browser-safari:before {
  content: "\EE45"; }

.nc-icon-glyph.design-2_bucket:before {
  content: "\EE46"; }

.nc-icon-glyph.design-2_button:before {
  content: "\EE47"; }

.nc-icon-glyph.design-2_canvas:before {
  content: "\EE48"; }

.nc-icon-glyph.design-2_css3:before {
  content: "\EE49"; }

.nc-icon-glyph.design-2_cursor-add:before {
  content: "\EE4A"; }

.nc-icon-glyph.design-2_cursor-grab:before {
  content: "\EE4B"; }

.nc-icon-glyph.design-2_cursor-load:before {
  content: "\EE4C"; }

.nc-icon-glyph.design-2_cursor-menu:before {
  content: "\EE4D"; }

.nc-icon-glyph.design-2_cursor-not-allowed:before {
  content: "\EE4E"; }

.nc-icon-glyph.design-2_cursor-pointer:before {
  content: "\EE4F"; }

.nc-icon-glyph.design-2_cursor-text:before {
  content: "\EE50"; }

.nc-icon-glyph.design-2_divider:before {
  content: "\EE51"; }

.nc-icon-glyph.design-2_filter-organization:before {
  content: "\EE52"; }

.nc-icon-glyph.design-2_form:before {
  content: "\EE53"; }

.nc-icon-glyph.design-2_frame:before {
  content: "\EE54"; }

.nc-icon-glyph.design-2_group:before {
  content: "\EE55"; }

.nc-icon-glyph.design-2_html5:before {
  content: "\EE56"; }

.nc-icon-glyph.design-2_image:before {
  content: "\EE57"; }

.nc-icon-glyph.design-2_layers:before {
  content: "\EE58"; }

.nc-icon-glyph.design-2_layout-11:before {
  content: "\EE59"; }

.nc-icon-glyph.design-2_layout-25:before {
  content: "\EE5A"; }

.nc-icon-glyph.design-2_microsoft:before {
  content: "\EE5B"; }

.nc-icon-glyph.design-2_mirror:before {
  content: "\EE5C"; }

.nc-icon-glyph.design-2_move-down:before {
  content: "\EE5D"; }

.nc-icon-glyph.design-2_move-up:before {
  content: "\EE5E"; }

.nc-icon-glyph.design-2_paint-brush:before {
  content: "\EE5F"; }

.nc-icon-glyph.design-2_ruler-pencil:before {
  content: "\EE60"; }

.nc-icon-glyph.design-2_scale-down:before {
  content: "\EE61"; }

.nc-icon-glyph.design-2_scale-up:before {
  content: "\EE62"; }

.nc-icon-glyph.design-2_scale:before {
  content: "\EE63"; }

.nc-icon-glyph.design-2_selection:before {
  content: "\EE64"; }

.nc-icon-glyph.design-2_slider:before {
  content: "\EE65"; }

.nc-icon-glyph.design-2_text:before {
  content: "\EE66"; }

.nc-icon-glyph.design-2_transform-origin:before {
  content: "\EE67"; }

.nc-icon-glyph.design-2_transform:before {
  content: "\EE68"; }

.nc-icon-glyph.design-2_ungroup:before {
  content: "\EE69"; }

.nc-icon-glyph.loader_circle-04:before {
  content: "\EE1A"; }

.nc-icon-glyph.loader_dots-06:before {
  content: "\EE1B"; }

.nc-icon-glyph.loader_gear:before {
  content: "\EE1C"; }

.nc-icon-glyph.loader_refresh:before {
  content: "\EE1D"; }

.nc-icon-glyph.ui-1_analytics-88:before {
  content: "\ED29"; }

.nc-icon-glyph.ui-1_analytics-89:before {
  content: "\ED2A"; }

.nc-icon-glyph.ui-1_attach-86:before {
  content: "\ED2B"; }

.nc-icon-glyph.ui-1_attach-87:before {
  content: "\ED2C"; }

.nc-icon-glyph.ui-1_bell-53:before {
  content: "\ED2D"; }

.nc-icon-glyph.ui-1_bell-54:before {
  content: "\ED2E"; }

.nc-icon-glyph.ui-1_bell-55:before {
  content: "\ED2F"; }

.nc-icon-glyph.ui-1_bold-add:before {
  content: "\ED30"; }

.nc-icon-glyph.ui-1_bold-delete:before {
  content: "\ED31"; }

.nc-icon-glyph.ui-1_bold-remove:before {
  content: "\ED32"; }

.nc-icon-glyph.ui-1_bookmark-add:before {
  content: "\ED33"; }

.nc-icon-glyph.ui-1_bookmark-remove:before {
  content: "\ED34"; }

.nc-icon-glyph.ui-1_calendar-57:before {
  content: "\ED35"; }

.nc-icon-glyph.ui-1_calendar-60:before {
  content: "\ED36"; }

.nc-icon-glyph.ui-1_calendar-check-59:before {
  content: "\ED37"; }

.nc-icon-glyph.ui-1_calendar-check-62:before {
  content: "\ED38"; }

.nc-icon-glyph.ui-1_calendar-grid-58:before {
  content: "\ED39"; }

.nc-icon-glyph.ui-1_calendar-grid-61:before {
  content: "\ED3A"; }

.nc-icon-glyph.ui-1_check-bold:before {
  content: "\ED3B"; }

.nc-icon-glyph.ui-1_check-circle-07:before {
  content: "\ED3C"; }

.nc-icon-glyph.ui-1_check-circle-08:before {
  content: "\ED3D"; }

.nc-icon-glyph.ui-1_check-curve:before {
  content: "\ED3E"; }

.nc-icon-glyph.ui-1_check-simple:before {
  content: "\ED3F"; }

.nc-icon-glyph.ui-1_check-small:before {
  content: "\ED40"; }

.nc-icon-glyph.ui-1_check-square-09:before {
  content: "\ED41"; }

.nc-icon-glyph.ui-1_check-square-11:before {
  content: "\ED42"; }

.nc-icon-glyph.ui-1_check:before {
  content: "\ED43"; }

.nc-icon-glyph.ui-1_circle-add:before {
  content: "\ED44"; }

.nc-icon-glyph.ui-1_circle-bold-add:before {
  content: "\ED45"; }

.nc-icon-glyph.ui-1_circle-bold-remove:before {
  content: "\ED46"; }

.nc-icon-glyph.ui-1_circle-delete:before {
  content: "\ED47"; }

.nc-icon-glyph.ui-1_circle-remove:before {
  content: "\ED48"; }

.nc-icon-glyph.ui-1_dashboard-29:before {
  content: "\ED49"; }

.nc-icon-glyph.ui-1_dashboard-30:before {
  content: "\ED4A"; }

.nc-icon-glyph.ui-1_dashboard-half:before {
  content: "\ED4B"; }

.nc-icon-glyph.ui-1_dashboard-level:before {
  content: "\ED4C"; }

.nc-icon-glyph.ui-1_database:before {
  content: "\ED4D"; }

.nc-icon-glyph.ui-1_drop:before {
  content: "\ED4E"; }

.nc-icon-glyph.ui-1_edit-71:before {
  content: "\ED4F"; }

.nc-icon-glyph.ui-1_edit-72:before {
  content: "\ED50"; }

.nc-icon-glyph.ui-1_edit-73:before {
  content: "\ED51"; }

.nc-icon-glyph.ui-1_edit-74:before {
  content: "\ED52"; }

.nc-icon-glyph.ui-1_edit-75:before {
  content: "\ED53"; }

.nc-icon-glyph.ui-1_edit-76:before {
  content: "\ED54"; }

.nc-icon-glyph.ui-1_edit-77:before {
  content: "\ED55"; }

.nc-icon-glyph.ui-1_edit-78:before {
  content: "\ED56"; }

.nc-icon-glyph.ui-1_email-83:before {
  content: "\ED57"; }

.nc-icon-glyph.ui-1_email-84:before {
  content: "\ED58"; }

.nc-icon-glyph.ui-1_email-85:before {
  content: "\ED59"; }

.nc-icon-glyph.ui-1_eye-17:before {
  content: "\ED5A"; }

.nc-icon-glyph.ui-1_eye-19:before {
  content: "\ED5B"; }

.nc-icon-glyph.ui-1_eye-ban-18:before {
  content: "\ED5C"; }

.nc-icon-glyph.ui-1_eye-ban-20:before {
  content: "\ED5D"; }

.nc-icon-glyph.ui-1_flame:before {
  content: "\ED5E"; }

.nc-icon-glyph.ui-1_home-51:before {
  content: "\ED5F"; }

.nc-icon-glyph.ui-1_home-52:before {
  content: "\ED60"; }

.nc-icon-glyph.ui-1_home-minimal:before {
  content: "\ED61"; }

.nc-icon-glyph.ui-1_home-simple:before {
  content: "\ED62"; }

.nc-icon-glyph.ui-1_leaf-80:before {
  content: "\ED63"; }

.nc-icon-glyph.ui-1_leaf-81:before {
  content: "\ED64"; }

.nc-icon-glyph.ui-1_leaf-edit:before {
  content: "\ED65"; }

.nc-icon-glyph.ui-1_lock-circle-open:before {
  content: "\ED66"; }

.nc-icon-glyph.ui-1_lock-circle:before {
  content: "\ED67"; }

.nc-icon-glyph.ui-1_lock-open:before {
  content: "\ED68"; }

.nc-icon-glyph.ui-1_lock:before {
  content: "\ED69"; }

.nc-icon-glyph.ui-1_notification-69:before {
  content: "\ED6A"; }

.nc-icon-glyph.ui-1_notification-70:before {
  content: "\ED6B"; }

.nc-icon-glyph.ui-1_pencil:before {
  content: "\ED6C"; }

.nc-icon-glyph.ui-1_preferences-circle-rotate:before {
  content: "\ED6D"; }

.nc-icon-glyph.ui-1_preferences-circle:before {
  content: "\ED6E"; }

.nc-icon-glyph.ui-1_preferences-container-circle-rotate:before {
  content: "\ED6F"; }

.nc-icon-glyph.ui-1_preferences-container-circle:before {
  content: "\ED70"; }

.nc-icon-glyph.ui-1_preferences-container-rotate:before {
  content: "\ED71"; }

.nc-icon-glyph.ui-1_preferences-container:before {
  content: "\ED72"; }

.nc-icon-glyph.ui-1_preferences-rotate:before {
  content: "\ED73"; }

.nc-icon-glyph.ui-1_preferences:before {
  content: "\ED74"; }

.nc-icon-glyph.ui-1_send:before {
  content: "\ED75"; }

.nc-icon-glyph.ui-1_settings-gear-63:before {
  content: "\ED76"; }

.nc-icon-glyph.ui-1_settings-gear-64:before {
  content: "\ED77"; }

.nc-icon-glyph.ui-1_settings-gear-65:before {
  content: "\ED78"; }

.nc-icon-glyph.ui-1_settings-tool-66:before {
  content: "\ED79"; }

.nc-icon-glyph.ui-1_settings-tool-67:before {
  content: "\ED7A"; }

.nc-icon-glyph.ui-1_settings:before {
  content: "\ED7B"; }

.nc-icon-glyph.ui-1_simple-add:before {
  content: "\ED7C"; }

.nc-icon-glyph.ui-1_simple-delete:before {
  content: "\ED7D"; }

.nc-icon-glyph.ui-1_simple-remove:before {
  content: "\ED7E"; }

.nc-icon-glyph.ui-1_trash-round:before {
  content: "\ED7F"; }

.nc-icon-glyph.ui-1_trash-simple:before {
  content: "\ED80"; }

.nc-icon-glyph.ui-1_trash:before {
  content: "\ED81"; }

.nc-icon-glyph.ui-1_ui-03:before {
  content: "\ED82"; }

.nc-icon-glyph.ui-1_ui-04:before {
  content: "\ED83"; }

.nc-icon-glyph.ui-1_zoom-bold-in:before {
  content: "\ED84"; }

.nc-icon-glyph.ui-1_zoom-bold-out:before {
  content: "\ED85"; }

.nc-icon-glyph.ui-1_zoom-bold:before {
  content: "\ED86"; }

.nc-icon-glyph.ui-1_zoom-in:before {
  content: "\ED87"; }

.nc-icon-glyph.ui-1_zoom-out:before {
  content: "\ED88"; }

.nc-icon-glyph.ui-1_zoom-split-in:before {
  content: "\ED89"; }

.nc-icon-glyph.ui-1_zoom-split-out:before {
  content: "\ED8A"; }

.nc-icon-glyph.ui-1_zoom-split:before {
  content: "\ED8B"; }

.nc-icon-glyph.ui-1_zoom:before {
  content: "\ED8C"; }

.nc-icon-glyph.ui-2_alert:before {
  content: "\ED8D"; }

.nc-icon-glyph.ui-2_alert-:before {
  content: "\ED8E"; }

.nc-icon-glyph.ui-2_alert-circle:before {
  content: "\ED8F"; }

.nc-icon-glyph.ui-2_alert-circle-:before {
  content: "\ED90"; }

.nc-icon-glyph.ui-2_alert-circle-i:before {
  content: "\ED91"; }

.nc-icon-glyph.ui-2_alert-i:before {
  content: "\ED92"; }

.nc-icon-glyph.ui-2_alert-square:before {
  content: "\ED93"; }

.nc-icon-glyph.ui-2_alert-square-:before {
  content: "\ED94"; }

.nc-icon-glyph.ui-2_alert-square-i:before {
  content: "\ED95"; }

.nc-icon-glyph.ui-2_archive:before {
  content: "\ED96"; }

.nc-icon-glyph.ui-2_ban-bold:before {
  content: "\ED97"; }

.nc-icon-glyph.ui-2_ban:before {
  content: "\ED98"; }

.nc-icon-glyph.ui-2_battery-81:before {
  content: "\ED99"; }

.nc-icon-glyph.ui-2_battery-83:before {
  content: "\ED9A"; }

.nc-icon-glyph.ui-2_battery-half:before {
  content: "\ED9B"; }

.nc-icon-glyph.ui-2_battery-low:before {
  content: "\ED9C"; }

.nc-icon-glyph.ui-2_bluetooth:before {
  content: "\ED9D"; }

.nc-icon-glyph.ui-2_book:before {
  content: "\ED9E"; }

.nc-icon-glyph.ui-2_chart-bar-52:before {
  content: "\ED9F"; }

.nc-icon-glyph.ui-2_chart-bar-53:before {
  content: "\EDA0"; }

.nc-icon-glyph.ui-2_chat-content:before {
  content: "\EDA1"; }

.nc-icon-glyph.ui-2_chat-round-content:before {
  content: "\EDA2"; }

.nc-icon-glyph.ui-2_chat-round:before {
  content: "\EDA3"; }

.nc-icon-glyph.ui-2_chat:before {
  content: "\EDA4"; }

.nc-icon-glyph.ui-2_circle-bold-delete:before {
  content: "\EDA5"; }

.nc-icon-glyph.ui-2_cloud-25:before {
  content: "\EDA6"; }

.nc-icon-glyph.ui-2_cloud-26:before {
  content: "\EDA7"; }

.nc-icon-glyph.ui-2_disk:before {
  content: "\EDA8"; }

.nc-icon-glyph.ui-2_enlarge-57:before {
  content: "\EDA9"; }

.nc-icon-glyph.ui-2_enlarge-58:before {
  content: "\EDAA"; }

.nc-icon-glyph.ui-2_enlarge-59:before {
  content: "\EDAB"; }

.nc-icon-glyph.ui-2_fat-add:before {
  content: "\EDAC"; }

.nc-icon-glyph.ui-2_fat-delete:before {
  content: "\EDAD"; }

.nc-icon-glyph.ui-2_fat-remove:before {
  content: "\EDAE"; }

.nc-icon-glyph.ui-2_favourite-28:before {
  content: "\EDAF"; }

.nc-icon-glyph.ui-2_favourite-31:before {
  content: "\EDB0"; }

.nc-icon-glyph.ui-2_favourite-add-29:before {
  content: "\EDB1"; }

.nc-icon-glyph.ui-2_favourite-add-32:before {
  content: "\EDB2"; }

.nc-icon-glyph.ui-2_favourite-remove-30:before {
  content: "\EDB3"; }

.nc-icon-glyph.ui-2_favourite-remove-33:before {
  content: "\EDB4"; }

.nc-icon-glyph.ui-2_filter:before {
  content: "\EDB5"; }

.nc-icon-glyph.ui-2_fullsize:before {
  content: "\EDB6"; }

.nc-icon-glyph.ui-2_grid-45:before {
  content: "\EDB7"; }

.nc-icon-glyph.ui-2_grid-46:before {
  content: "\EDB8"; }

.nc-icon-glyph.ui-2_grid-48:before {
  content: "\EDB9"; }

.nc-icon-glyph.ui-2_grid-49:before {
  content: "\EDBA"; }

.nc-icon-glyph.ui-2_grid-50:before {
  content: "\EDBB"; }

.nc-icon-glyph.ui-2_grid-square:before {
  content: "\EDBC"; }

.nc-icon-glyph.ui-2_hourglass:before {
  content: "\EDBD"; }

.nc-icon-glyph.ui-2_lab:before {
  content: "\EDBE"; }

.nc-icon-glyph.ui-2_layers:before {
  content: "\EDBF"; }

.nc-icon-glyph.ui-2_like:before {
  content: "\EDC0"; }

.nc-icon-glyph.ui-2_link-66:before {
  content: "\EDC1"; }

.nc-icon-glyph.ui-2_link-67:before {
  content: "\EDC2"; }

.nc-icon-glyph.ui-2_link-68:before {
  content: "\EDC3"; }

.nc-icon-glyph.ui-2_link-69:before {
  content: "\EDC4"; }

.nc-icon-glyph.ui-2_link-71:before {
  content: "\EDC5"; }

.nc-icon-glyph.ui-2_link-72:before {
  content: "\EDC6"; }

.nc-icon-glyph.ui-2_link-broken-70:before {
  content: "\EDC7"; }

.nc-icon-glyph.ui-2_link-broken-73:before {
  content: "\EDC8"; }

.nc-icon-glyph.ui-2_menu-34:before {
  content: "\EDC9"; }

.nc-icon-glyph.ui-2_menu-35:before {
  content: "\EDCA"; }

.nc-icon-glyph.ui-2_menu-bold:before {
  content: "\EDCB"; }

.nc-icon-glyph.ui-2_menu-dots:before {
  content: "\EDCC"; }

.nc-icon-glyph.ui-2_menu-square:before {
  content: "\EDCD"; }

.nc-icon-glyph.ui-2_node:before {
  content: "\EDCE"; }

.nc-icon-glyph.ui-2_paragraph:before {
  content: "\EDCF"; }

.nc-icon-glyph.ui-2_phone:before {
  content: "\EDD0"; }

.nc-icon-glyph.ui-2_settings-90:before {
  content: "\EDD1"; }

.nc-icon-glyph.ui-2_settings-91:before {
  content: "\EDD2"; }

.nc-icon-glyph.ui-2_share-bold:before {
  content: "\EDD3"; }

.nc-icon-glyph.ui-2_share:before {
  content: "\EDD4"; }

.nc-icon-glyph.ui-2_small-add:before {
  content: "\EDD5"; }

.nc-icon-glyph.ui-2_small-delete:before {
  content: "\EDD6"; }

.nc-icon-glyph.ui-2_small-remove:before {
  content: "\EDD7"; }

.nc-icon-glyph.ui-2_square-add-08:before {
  content: "\EDD8"; }

.nc-icon-glyph.ui-2_square-add-11:before {
  content: "\EDD9"; }

.nc-icon-glyph.ui-2_square-delete-10:before {
  content: "\EDDA"; }

.nc-icon-glyph.ui-2_square-delete-13:before {
  content: "\EDDB"; }

.nc-icon-glyph.ui-2_square-remove-09:before {
  content: "\EDDC"; }

.nc-icon-glyph.ui-2_square-remove-12:before {
  content: "\EDDD"; }

.nc-icon-glyph.ui-2_target:before {
  content: "\EDDE"; }

.nc-icon-glyph.ui-2_tile-55:before {
  content: "\EDDF"; }

.nc-icon-glyph.ui-2_tile-56:before {
  content: "\EDE0"; }

.nc-icon-glyph.ui-2_time-alarm:before {
  content: "\EDE1"; }

.nc-icon-glyph.ui-2_time-clock:before {
  content: "\EDE2"; }

.nc-icon-glyph.ui-2_time-countdown:before {
  content: "\EDE3"; }

.nc-icon-glyph.ui-2_time:before {
  content: "\EDE4"; }

.nc-icon-glyph.ui-2_webpage:before {
  content: "\EDE5"; }

.nc-icon-glyph.ui-2_window-add:before {
  content: "\EDE6"; }

.nc-icon-glyph.ui-2_window-delete:before {
  content: "\EDE7"; }

.nc-icon-glyph.ui-3_alert:before {
  content: "\EDE8"; }

.nc-icon-glyph.ui-3_backward:before {
  content: "\EDE9"; }

.nc-icon-glyph.ui-3_bolt:before {
  content: "\EDEA"; }

.nc-icon-glyph.ui-3_bullet-list:before {
  content: "\EDEB"; }

.nc-icon-glyph.ui-3_calendar-add:before {
  content: "\EDEC"; }

.nc-icon-glyph.ui-3_card-add:before {
  content: "\EDED"; }

.nc-icon-glyph.ui-3_card-alert:before {
  content: "\EDEE"; }

.nc-icon-glyph.ui-3_chart-bars:before {
  content: "\EDEF"; }

.nc-icon-glyph.ui-3_chart:before {
  content: "\EDF0"; }

.nc-icon-glyph.ui-3_chat-33:before {
  content: "\EDF1"; }

.nc-icon-glyph.ui-3_chat-45:before {
  content: "\EDF2"; }

.nc-icon-glyph.ui-3_chat-46:before {
  content: "\EDF3"; }

.nc-icon-glyph.ui-3_chat-reply:before {
  content: "\EDF4"; }

.nc-icon-glyph.ui-3_check-in:before {
  content: "\EDF5"; }

.nc-icon-glyph.ui-3_check-out:before {
  content: "\EDF6"; }

.nc-icon-glyph.ui-3_dock-bottom:before {
  content: "\EDF7"; }

.nc-icon-glyph.ui-3_dock-left:before {
  content: "\EDF8"; }

.nc-icon-glyph.ui-3_dock-right:before {
  content: "\EDF9"; }

.nc-icon-glyph.ui-3_dock-top:before {
  content: "\EDFA"; }

.nc-icon-glyph.ui-3_filter-check:before {
  content: "\EDFB"; }

.nc-icon-glyph.ui-3_filter-remove:before {
  content: "\EDFC"; }

.nc-icon-glyph.ui-3_forward:before {
  content: "\EDFD"; }

.nc-icon-glyph.ui-3_funnel-39:before {
  content: "\EDFE"; }

.nc-icon-glyph.ui-3_funnel-40:before {
  content: "\EDFF"; }

.nc-icon-glyph.ui-3_funnel-41:before {
  content: "\EE00"; }

.nc-icon-glyph.ui-3_heart-add:before {
  content: "\EE01"; }

.nc-icon-glyph.ui-3_heart-remove:before {
  content: "\EE02"; }

.nc-icon-glyph.ui-3_heart:before {
  content: "\EE03"; }

.nc-icon-glyph.ui-3_infinite:before {
  content: "\EE04"; }

.nc-icon-glyph.ui-3_link:before {
  content: "\EE05"; }

.nc-icon-glyph.ui-3_menu-left:before {
  content: "\EE06"; }

.nc-icon-glyph.ui-3_menu-right:before {
  content: "\EE07"; }

.nc-icon-glyph.ui-3_menu:before {
  content: "\EE08"; }

.nc-icon-glyph.ui-3_metrics:before {
  content: "\EE09"; }

.nc-icon-glyph.ui-3_phone-call-end:before {
  content: "\EE0A"; }

.nc-icon-glyph.ui-3_phone-call:before {
  content: "\EE0B"; }

.nc-icon-glyph.ui-3_phone:before {
  content: "\EE0C"; }

.nc-icon-glyph.ui-3_playlist:before {
  content: "\EE0D"; }

.nc-icon-glyph.ui-3_search:before {
  content: "\EE0E"; }

.nc-icon-glyph.ui-3_security:before {
  content: "\EE0F"; }

.nc-icon-glyph.ui-3_segmentation:before {
  content: "\EE10"; }

.nc-icon-glyph.ui-3_select:before {
  content: "\EE11"; }

.nc-icon-glyph.ui-3_send:before {
  content: "\EE12"; }

.nc-icon-glyph.ui-3_signal:before {
  content: "\EE13"; }

.nc-icon-glyph.ui-3_slide-left:before {
  content: "\EE14"; }

.nc-icon-glyph.ui-3_slide-right:before {
  content: "\EE15"; }

.nc-icon-glyph.ui-3_table-left:before {
  content: "\EE16"; }

.nc-icon-glyph.ui-3_table-right:before {
  content: "\EE17"; }

.nc-icon-glyph.ui-3_tag:before {
  content: "\EE18"; }

.nc-icon-glyph.ui-3_widget:before {
  content: "\EE19"; }

.nc-icon-glyph.envir_bulb-saver:before {
  content: "\ED17"; }

.nc-icon-glyph.envir_bulb:before {
  content: "\ED18"; }

.nc-icon-glyph.envir_car:before {
  content: "\ED19"; }

.nc-icon-glyph.envir_fuel-electric:before {
  content: "\ED1A"; }

.nc-icon-glyph.envir_fuel:before {
  content: "\ED1B"; }

.nc-icon-glyph.envir_home:before {
  content: "\ED1C"; }

.nc-icon-glyph.envir_level:before {
  content: "\ED1D"; }

.nc-icon-glyph.envir_panel:before {
  content: "\ED1E"; }

.nc-icon-glyph.envir_radiation:before {
  content: "\ED1F"; }

.nc-icon-glyph.envir_recycling:before {
  content: "\ED20"; }

.nc-icon-glyph.envir_save-planet:before {
  content: "\ED21"; }

.nc-icon-glyph.envir_waste-danger:before {
  content: "\ED22"; }

.nc-icon-glyph.envir_waste-recycling:before {
  content: "\ED23"; }

.nc-icon-glyph.envir_waste:before {
  content: "\ED24"; }

.nc-icon-glyph.envir_water-hand:before {
  content: "\ED25"; }

.nc-icon-glyph.envir_water-sink:before {
  content: "\ED26"; }

.nc-icon-glyph.envir_water:before {
  content: "\ED27"; }

.nc-icon-glyph.envir_wind:before {
  content: "\ED28"; }

.nc-icon-glyph.text_align-center:before {
  content: "\ECFD"; }

.nc-icon-glyph.text_align-justify:before {
  content: "\ECFE"; }

.nc-icon-glyph.text_align-left:before {
  content: "\ECFF"; }

.nc-icon-glyph.text_align-right:before {
  content: "\ED00"; }

.nc-icon-glyph.text_background:before {
  content: "\ED01"; }

.nc-icon-glyph.text_bold:before {
  content: "\ED02"; }

.nc-icon-glyph.text_capitalize:before {
  content: "\ED03"; }

.nc-icon-glyph.text_caps-all:before {
  content: "\ED04"; }

.nc-icon-glyph.text_caps-small:before {
  content: "\ED05"; }

.nc-icon-glyph.text_color:before {
  content: "\ED06"; }

.nc-icon-glyph.text_edit:before {
  content: "\ED07"; }

.nc-icon-glyph.text_italic:before {
  content: "\ED08"; }

.nc-icon-glyph.text_line-height:before {
  content: "\ED09"; }

.nc-icon-glyph.text_list-bullet:before {
  content: "\ED0A"; }

.nc-icon-glyph.text_list-numbers:before {
  content: "\ED0B"; }

.nc-icon-glyph.text_margin-left:before {
  content: "\ED0C"; }

.nc-icon-glyph.text_margin-right:before {
  content: "\ED0D"; }

.nc-icon-glyph.text_quote:before {
  content: "\ED0E"; }

.nc-icon-glyph.text_scale-horizontal:before {
  content: "\ED0F"; }

.nc-icon-glyph.text_scale-vertical:before {
  content: "\ED10"; }

.nc-icon-glyph.text_size:before {
  content: "\ED11"; }

.nc-icon-glyph.text_strikethrough:before {
  content: "\ED12"; }

.nc-icon-glyph.text_subscript:before {
  content: "\ED13"; }

.nc-icon-glyph.text_superscript:before {
  content: "\ED14"; }

.nc-icon-glyph.text_tracking:before {
  content: "\ED15"; }

.nc-icon-glyph.text_underline:before {
  content: "\ED16"; }

.nc-icon-glyph.gestures_2x-drag-down:before {
  content: "\ECD1"; }

.nc-icon-glyph.gestures_2x-drag-up:before {
  content: "\ECD2"; }

.nc-icon-glyph.gestures_2x-swipe-down:before {
  content: "\ECD3"; }

.nc-icon-glyph.gestures_2x-swipe-left:before {
  content: "\ECD4"; }

.nc-icon-glyph.gestures_2x-swipe-right:before {
  content: "\ECD5"; }

.nc-icon-glyph.gestures_2x-swipe-up:before {
  content: "\ECD6"; }

.nc-icon-glyph.gestures_2x-tap:before {
  content: "\ECD7"; }

.nc-icon-glyph.gestures_3x-swipe-left:before {
  content: "\ECD8"; }

.nc-icon-glyph.gestures_3x-swipe-right:before {
  content: "\ECD9"; }

.nc-icon-glyph.gestures_3x-swipe-up:before {
  content: "\ECDA"; }

.nc-icon-glyph.gestures_3x-tap:before {
  content: "\ECDB"; }

.nc-icon-glyph.gestures_4x-swipe-left:before {
  content: "\ECDC"; }

.nc-icon-glyph.gestures_4x-swipe-right:before {
  content: "\ECDD"; }

.nc-icon-glyph.gestures_4x-swipe-up:before {
  content: "\ECDE"; }

.nc-icon-glyph.gestures_active-38:before {
  content: "\ECDF"; }

.nc-icon-glyph.gestures_active-40:before {
  content: "\ECE0"; }

.nc-icon-glyph.gestures_camera:before {
  content: "\ECE1"; }

.nc-icon-glyph.gestures_double-tap:before {
  content: "\ECE2"; }

.nc-icon-glyph.gestures_drag-21:before {
  content: "\ECE3"; }

.nc-icon-glyph.gestures_drag-31:before {
  content: "\ECE4"; }

.nc-icon-glyph.gestures_drag-down:before {
  content: "\ECE5"; }

.nc-icon-glyph.gestures_drag-left:before {
  content: "\ECE6"; }

.nc-icon-glyph.gestures_drag-right:before {
  content: "\ECE7"; }

.nc-icon-glyph.gestures_drag-up:before {
  content: "\ECE8"; }

.nc-icon-glyph.gestures_flick-down:before {
  content: "\ECE9"; }

.nc-icon-glyph.gestures_flick-left:before {
  content: "\ECEA"; }

.nc-icon-glyph.gestures_flick-right:before {
  content: "\ECEB"; }

.nc-icon-glyph.gestures_flick-up:before {
  content: "\ECEC"; }

.nc-icon-glyph.gestures_grab:before {
  content: "\ECED"; }

.nc-icon-glyph.gestures_hold:before {
  content: "\ECEE"; }

.nc-icon-glyph.gestures_pin:before {
  content: "\ECEF"; }

.nc-icon-glyph.gestures_pinch:before {
  content: "\ECF0"; }

.nc-icon-glyph.gestures_rotate-22:before {
  content: "\ECF1"; }

.nc-icon-glyph.gestures_rotate-23:before {
  content: "\ECF2"; }

.nc-icon-glyph.gestures_scan:before {
  content: "\ECF3"; }

.nc-icon-glyph.gestures_scroll-horitontal:before {
  content: "\ECF4"; }

.nc-icon-glyph.gestures_scroll-vertical:before {
  content: "\ECF5"; }

.nc-icon-glyph.gestures_stretch:before {
  content: "\ECF6"; }

.nc-icon-glyph.gestures_swipe-bottom:before {
  content: "\ECF7"; }

.nc-icon-glyph.gestures_swipe-left:before {
  content: "\ECF8"; }

.nc-icon-glyph.gestures_swipe-right:before {
  content: "\ECF9"; }

.nc-icon-glyph.gestures_swipe-up:before {
  content: "\ECFA"; }

.nc-icon-glyph.gestures_tap-01:before {
  content: "\ECFB"; }

.nc-icon-glyph.gestures_tap-02:before {
  content: "\ECFC"; }

.nc-icon-glyph.nature_bear:before {
  content: "\ECB3"; }

.nc-icon-glyph.nature_bee:before {
  content: "\ECB4"; }

.nc-icon-glyph.nature_butterfly:before {
  content: "\ECB5"; }

.nc-icon-glyph.nature_chicken:before {
  content: "\ECB6"; }

.nc-icon-glyph.nature_clover:before {
  content: "\ECB7"; }

.nc-icon-glyph.nature_collar:before {
  content: "\ECB8"; }

.nc-icon-glyph.nature_cow:before {
  content: "\ECB9"; }

.nc-icon-glyph.nature_dog-house:before {
  content: "\ECBA"; }

.nc-icon-glyph.nature_dog:before {
  content: "\ECBB"; }

.nc-icon-glyph.nature_flower-05:before {
  content: "\ECBC"; }

.nc-icon-glyph.nature_flower-06:before {
  content: "\ECBD"; }

.nc-icon-glyph.nature_flower-07:before {
  content: "\ECBE"; }

.nc-icon-glyph.nature_food-dog:before {
  content: "\ECBF"; }

.nc-icon-glyph.nature_food:before {
  content: "\ECC0"; }

.nc-icon-glyph.nature_forest:before {
  content: "\ECC1"; }

.nc-icon-glyph.nature_mountain:before {
  content: "\ECC2"; }

.nc-icon-glyph.nature_mushroom:before {
  content: "\ECC3"; }

.nc-icon-glyph.nature_panda:before {
  content: "\ECC4"; }

.nc-icon-glyph.nature_paw:before {
  content: "\ECC5"; }

.nc-icon-glyph.nature_pig:before {
  content: "\ECC6"; }

.nc-icon-glyph.nature_plant-ground:before {
  content: "\ECC7"; }

.nc-icon-glyph.nature_plant-vase:before {
  content: "\ECC8"; }

.nc-icon-glyph.nature_rat:before {
  content: "\ECC9"; }

.nc-icon-glyph.nature_sheep:before {
  content: "\ECCA"; }

.nc-icon-glyph.nature_snake:before {
  content: "\ECCB"; }

.nc-icon-glyph.nature_tree-01:before {
  content: "\ECCC"; }

.nc-icon-glyph.nature_tree-02:before {
  content: "\ECCD"; }

.nc-icon-glyph.nature_tree-03:before {
  content: "\ECCE"; }

.nc-icon-glyph.nature_turtle:before {
  content: "\ECCF"; }

.nc-icon-glyph.nature_wood:before {
  content: "\ECD0"; }

.nc-icon-glyph.sport_badminton:before {
  content: "\EC30"; }

.nc-icon-glyph.sport_baseball-ball:before {
  content: "\EC31"; }

.nc-icon-glyph.sport_baseball-bat:before {
  content: "\EC32"; }

.nc-icon-glyph.sport_baseball:before {
  content: "\EC33"; }

.nc-icon-glyph.sport_basketball-12:before {
  content: "\EC34"; }

.nc-icon-glyph.sport_basketball-13:before {
  content: "\EC35"; }

.nc-icon-glyph.sport_boxing:before {
  content: "\EC36"; }

.nc-icon-glyph.sport_cardio:before {
  content: "\EC37"; }

.nc-icon-glyph.sport_cricket:before {
  content: "\EC38"; }

.nc-icon-glyph.sport_crown:before {
  content: "\EC39"; }

.nc-icon-glyph.sport_dart:before {
  content: "\EC3A"; }

.nc-icon-glyph.sport_dumbbells:before {
  content: "\EC3B"; }

.nc-icon-glyph.sport_energy-drink:before {
  content: "\EC3C"; }

.nc-icon-glyph.sport_energy-supplement:before {
  content: "\EC3D"; }

.nc-icon-glyph.sport_fencing:before {
  content: "\EC3E"; }

.nc-icon-glyph.sport_fishing:before {
  content: "\EC3F"; }

.nc-icon-glyph.sport_flag-finish:before {
  content: "\EC40"; }

.nc-icon-glyph.sport_football-headguard:before {
  content: "\EC41"; }

.nc-icon-glyph.sport_golf:before {
  content: "\EC42"; }

.nc-icon-glyph.sport_helmet:before {
  content: "\EC43"; }

.nc-icon-glyph.sport_hockey:before {
  content: "\EC44"; }

.nc-icon-glyph.sport_kettlebell:before {
  content: "\EC45"; }

.nc-icon-glyph.sport_ping-pong:before {
  content: "\EC46"; }

.nc-icon-glyph.sport_podium-trophy:before {
  content: "\EC47"; }

.nc-icon-glyph.sport_podium:before {
  content: "\EC48"; }

.nc-icon-glyph.sport_rope:before {
  content: "\EC49"; }

.nc-icon-glyph.sport_rugby:before {
  content: "\EC4A"; }

.nc-icon-glyph.sport_shaker:before {
  content: "\EC4B"; }

.nc-icon-glyph.sport_shoe-run:before {
  content: "\EC4C"; }

.nc-icon-glyph.sport_skateboard:before {
  content: "\EC4D"; }

.nc-icon-glyph.sport_snowboard:before {
  content: "\EC4E"; }

.nc-icon-glyph.sport_soccer-field:before {
  content: "\EC4F"; }

.nc-icon-glyph.sport_steering-wheel:before {
  content: "\EC50"; }

.nc-icon-glyph.sport_supplement:before {
  content: "\EC51"; }

.nc-icon-glyph.sport_surf:before {
  content: "\EC52"; }

.nc-icon-glyph.sport_tactic:before {
  content: "\EC53"; }

.nc-icon-glyph.sport_tennis-ball:before {
  content: "\EC54"; }

.nc-icon-glyph.sport_tennis:before {
  content: "\EC55"; }

.nc-icon-glyph.sport_trophy:before {
  content: "\EC56"; }

.nc-icon-glyph.sport_user-balance:before {
  content: "\EC57"; }

.nc-icon-glyph.sport_user-climb:before {
  content: "\EC58"; }

.nc-icon-glyph.sport_user-meditation:before {
  content: "\EC59"; }

.nc-icon-glyph.sport_user-run:before {
  content: "\EC5A"; }

.nc-icon-glyph.sport_user-snowboard:before {
  content: "\EC5B"; }

.nc-icon-glyph.sport_user-swim:before {
  content: "\EC5C"; }

.nc-icon-glyph.sport_volleyball:before {
  content: "\EC5D"; }

.nc-icon-glyph.sport_whistle:before {
  content: "\EC5E"; }

.nc-icon-glyph.holidays_bat:before {
  content: "\EC5F"; }

.nc-icon-glyph.holidays_biscuit:before {
  content: "\EC60"; }

.nc-icon-glyph.holidays_bones:before {
  content: "\EC61"; }

.nc-icon-glyph.holidays_boot:before {
  content: "\EC62"; }

.nc-icon-glyph.holidays_candy:before {
  content: "\EC63"; }

.nc-icon-glyph.holidays_cat:before {
  content: "\EC64"; }

.nc-icon-glyph.holidays_cauldron:before {
  content: "\EC65"; }

.nc-icon-glyph.holidays_chimney:before {
  content: "\EC66"; }

.nc-icon-glyph.holidays_cockade:before {
  content: "\EC67"; }

.nc-icon-glyph.holidays_coffin:before {
  content: "\EC68"; }

.nc-icon-glyph.holidays_dead-hand:before {
  content: "\EC69"; }

.nc-icon-glyph.holidays_decoration:before {
  content: "\EC6A"; }

.nc-icon-glyph.holidays_deer:before {
  content: "\EC6B"; }

.nc-icon-glyph.holidays_egg-38:before {
  content: "\EC6C"; }

.nc-icon-glyph.holidays_egg-39:before {
  content: "\EC6D"; }

.nc-icon-glyph.holidays_frankenstein:before {
  content: "\EC6E"; }

.nc-icon-glyph.holidays_ghost:before {
  content: "\EC6F"; }

.nc-icon-glyph.holidays_gift-exchange:before {
  content: "\EC70"; }

.nc-icon-glyph.holidays_gift:before {
  content: "\EC71"; }

.nc-icon-glyph.holidays_glove:before {
  content: "\EC72"; }

.nc-icon-glyph.holidays_grave:before {
  content: "\EC73"; }

.nc-icon-glyph.holidays_light:before {
  content: "\EC74"; }

.nc-icon-glyph.holidays_message:before {
  content: "\EC75"; }

.nc-icon-glyph.holidays_mistletoe:before {
  content: "\EC76"; }

.nc-icon-glyph.holidays_owl:before {
  content: "\EC77"; }

.nc-icon-glyph.holidays_pumpkin:before {
  content: "\EC78"; }

.nc-icon-glyph.holidays_rabbit:before {
  content: "\EC79"; }

.nc-icon-glyph.holidays_santa-hat:before {
  content: "\EC7A"; }

.nc-icon-glyph.holidays_sickle:before {
  content: "\EC7B"; }

.nc-icon-glyph.holidays_snow-ball:before {
  content: "\EC7C"; }

.nc-icon-glyph.holidays_snowman-head:before {
  content: "\EC7D"; }

.nc-icon-glyph.holidays_snowman:before {
  content: "\EC7E"; }

.nc-icon-glyph.holidays_soak:before {
  content: "\EC7F"; }

.nc-icon-glyph.holidays_spider:before {
  content: "\EC80"; }

.nc-icon-glyph.holidays_tree-ball:before {
  content: "\EC81"; }

.nc-icon-glyph.holidays_tree:before {
  content: "\EC82"; }

.nc-icon-glyph.holidays_vampire:before {
  content: "\EC83"; }

.nc-icon-glyph.holidays_witch-hat:before {
  content: "\EC84"; }

.nc-icon-glyph.holidays_wolf:before {
  content: "\EC85"; }

.nc-icon-glyph.holidays_zombie:before {
  content: "\EC86"; }

.nc-icon-glyph.travel_axe:before {
  content: "\EB4F"; }

.nc-icon-glyph.travel_backpack:before {
  content: "\EB50"; }

.nc-icon-glyph.travel_bag:before {
  content: "\EB51"; }

.nc-icon-glyph.travel_barbecue:before {
  content: "\EB52"; }

.nc-icon-glyph.travel_beach-umbrella:before {
  content: "\EB53"; }

.nc-icon-glyph.travel_berlin:before {
  content: "\EB54"; }

.nc-icon-glyph.travel_binocular:before {
  content: "\EB55"; }

.nc-icon-glyph.travel_camper:before {
  content: "\EB56"; }

.nc-icon-glyph.travel_camping:before {
  content: "\EB57"; }

.nc-icon-glyph.travel_castle:before {
  content: "\EB58"; }

.nc-icon-glyph.travel_china:before {
  content: "\EB59"; }

.nc-icon-glyph.travel_church:before {
  content: "\EB5A"; }

.nc-icon-glyph.travel_drink:before {
  content: "\EB5B"; }

.nc-icon-glyph.travel_explore:before {
  content: "\EB5C"; }

.nc-icon-glyph.travel_fire:before {
  content: "\EB5D"; }

.nc-icon-glyph.travel_hotel-bell:before {
  content: "\EB5E"; }

.nc-icon-glyph.travel_hotel-symbol:before {
  content: "\EB5F"; }

.nc-icon-glyph.travel_hotel:before {
  content: "\EB60"; }

.nc-icon-glyph.travel_hut:before {
  content: "\EB61"; }

.nc-icon-glyph.travel_igloo:before {
  content: "\EB62"; }

.nc-icon-glyph.travel_info:before {
  content: "\EB63"; }

.nc-icon-glyph.travel_istanbul:before {
  content: "\EB64"; }

.nc-icon-glyph.travel_jellyfish:before {
  content: "\EB65"; }

.nc-icon-glyph.travel_lamp:before {
  content: "\EB66"; }

.nc-icon-glyph.travel_lighthouse:before {
  content: "\EB67"; }

.nc-icon-glyph.travel_london:before {
  content: "\EB68"; }

.nc-icon-glyph.travel_luggage:before {
  content: "\EB69"; }

.nc-icon-glyph.travel_mosque:before {
  content: "\EB6A"; }

.nc-icon-glyph.travel_ny:before {
  content: "\EB6B"; }

.nc-icon-glyph.travel_octopus:before {
  content: "\EB6C"; }

.nc-icon-glyph.travel_paris-tower:before {
  content: "\EB6D"; }

.nc-icon-glyph.travel_passport:before {
  content: "\EB6E"; }

.nc-icon-glyph.travel_pickaxe:before {
  content: "\EB6F"; }

.nc-icon-glyph.travel_pool:before {
  content: "\EB70"; }

.nc-icon-glyph.travel_pyramid:before {
  content: "\EB71"; }

.nc-icon-glyph.travel_rackets:before {
  content: "\EB72"; }

.nc-icon-glyph.travel_rio:before {
  content: "\EB73"; }

.nc-icon-glyph.travel_road-sign-left:before {
  content: "\EB74"; }

.nc-icon-glyph.travel_road-sign-right:before {
  content: "\EB75"; }

.nc-icon-glyph.travel_rome:before {
  content: "\EB76"; }

.nc-icon-glyph.travel_rowing:before {
  content: "\EB77"; }

.nc-icon-glyph.travel_sea-mask:before {
  content: "\EB78"; }

.nc-icon-glyph.travel_sf-bridge:before {
  content: "\EB79"; }

.nc-icon-glyph.travel_shark:before {
  content: "\EB7A"; }

.nc-icon-glyph.travel_spa:before {
  content: "\EB7B"; }

.nc-icon-glyph.travel_sunglasses:before {
  content: "\EB7C"; }

.nc-icon-glyph.travel_surf:before {
  content: "\EB7D"; }

.nc-icon-glyph.travel_swimsuit:before {
  content: "\EB7E"; }

.nc-icon-glyph.travel_swimwear:before {
  content: "\EB7F"; }

.nc-icon-glyph.travel_swiss-knife:before {
  content: "\EB80"; }

.nc-icon-glyph.travel_temple-02:before {
  content: "\EB81"; }

.nc-icon-glyph.travel_temple-25:before {
  content: "\EB82"; }

.nc-icon-glyph.travel_trolley:before {
  content: "\EB83"; }

.nc-icon-glyph.travel_white-house:before {
  content: "\EB84"; }

.nc-icon-glyph.travel_world:before {
  content: "\EB85"; }

.nc-icon-glyph.travel_worldmap:before {
  content: "\EB86"; }

.nc-icon-glyph.food_alcohol:before {
  content: "\EB87"; }

.nc-icon-glyph.food_apple:before {
  content: "\EB88"; }

.nc-icon-glyph.food_baby:before {
  content: "\EB89"; }

.nc-icon-glyph.food_bacon:before {
  content: "\EB8A"; }

.nc-icon-glyph.food_baguette:before {
  content: "\EB8B"; }

.nc-icon-glyph.food_banana:before {
  content: "\EB8C"; }

.nc-icon-glyph.food_barbecue-02:before {
  content: "\EB8D"; }

.nc-icon-glyph.food_barbecue-15:before {
  content: "\EB8E"; }

.nc-icon-glyph.food_barbecue-tools:before {
  content: "\EB8F"; }

.nc-icon-glyph.food_beer-95:before {
  content: "\EB90"; }

.nc-icon-glyph.food_beer-96:before {
  content: "\EB91"; }

.nc-icon-glyph.food_beverage:before {
  content: "\EB92"; }

.nc-icon-glyph.food_bottle-wine:before {
  content: "\EB93"; }

.nc-icon-glyph.food_bottle:before {
  content: "\EB94"; }

.nc-icon-glyph.food_bowl:before {
  content: "\EB95"; }

.nc-icon-glyph.food_bread:before {
  content: "\EB96"; }

.nc-icon-glyph.food_broccoli:before {
  content: "\EB97"; }

.nc-icon-glyph.food_cake-13:before {
  content: "\EB98"; }

.nc-icon-glyph.food_cake-100:before {
  content: "\EB99"; }

.nc-icon-glyph.food_cake-slice:before {
  content: "\EB9A"; }

.nc-icon-glyph.food_candle:before {
  content: "\EB9B"; }

.nc-icon-glyph.food_candy:before {
  content: "\EB9C"; }

.nc-icon-glyph.food_carrot:before {
  content: "\EB9D"; }

.nc-icon-glyph.food_champagne:before {
  content: "\EB9E"; }

.nc-icon-glyph.food_cheese-24:before {
  content: "\EB9F"; }

.nc-icon-glyph.food_cheese-87:before {
  content: "\EBA0"; }

.nc-icon-glyph.food_cheeseburger:before {
  content: "\EBA1"; }

.nc-icon-glyph.food_chef-hat:before {
  content: "\EBA2"; }

.nc-icon-glyph.food_cherry:before {
  content: "\EBA3"; }

.nc-icon-glyph.food_chicken:before {
  content: "\EBA4"; }

.nc-icon-glyph.food_chili:before {
  content: "\EBA5"; }

.nc-icon-glyph.food_chinese:before {
  content: "\EBA6"; }

.nc-icon-glyph.food_chips:before {
  content: "\EBA7"; }

.nc-icon-glyph.food_chocolate:before {
  content: "\EBA8"; }

.nc-icon-glyph.food_cocktail:before {
  content: "\EBA9"; }

.nc-icon-glyph.food_coffe-long:before {
  content: "\EBAA"; }

.nc-icon-glyph.food_coffee-long:before {
  content: "\EBAB"; }

.nc-icon-glyph.food_coffee:before {
  content: "\EBAC"; }

.nc-icon-glyph.food_cookies:before {
  content: "\EBAD"; }

.nc-icon-glyph.food_course:before {
  content: "\EBAE"; }

.nc-icon-glyph.food_crab:before {
  content: "\EBAF"; }

.nc-icon-glyph.food_croissant:before {
  content: "\EBB0"; }

.nc-icon-glyph.food_cutlery-75:before {
  content: "\EBB1"; }

.nc-icon-glyph.food_cutlery-76:before {
  content: "\EBB2"; }

.nc-icon-glyph.food_cutlery-77:before {
  content: "\EBB3"; }

.nc-icon-glyph.food_dishwasher:before {
  content: "\EBB4"; }

.nc-icon-glyph.food_donut:before {
  content: "\EBB5"; }

.nc-icon-glyph.food_drink:before {
  content: "\EBB6"; }

.nc-icon-glyph.food_egg:before {
  content: "\EBB7"; }

.nc-icon-glyph.food_energy-drink:before {
  content: "\EBB8"; }

.nc-icon-glyph.food_fish:before {
  content: "\EBB9"; }

.nc-icon-glyph.food_fishbone:before {
  content: "\EBBA"; }

.nc-icon-glyph.food_fridge:before {
  content: "\EBBB"; }

.nc-icon-glyph.food_glass:before {
  content: "\EBBC"; }

.nc-icon-glyph.food_grape:before {
  content: "\EBBD"; }

.nc-icon-glyph.food_hob:before {
  content: "\EBBE"; }

.nc-icon-glyph.food_hot-dog:before {
  content: "\EBBF"; }

.nc-icon-glyph.food_ice-cream-22:before {
  content: "\EBC0"; }

.nc-icon-glyph.food_ice-cream-72:before {
  content: "\EBC1"; }

.nc-icon-glyph.food_jam:before {
  content: "\EBC2"; }

.nc-icon-glyph.food_kettle:before {
  content: "\EBC3"; }

.nc-icon-glyph.food_kitchen-fan:before {
  content: "\EBC4"; }

.nc-icon-glyph.food_knife:before {
  content: "\EBC5"; }

.nc-icon-glyph.food_lemon-slice:before {
  content: "\EBC6"; }

.nc-icon-glyph.food_lighter:before {
  content: "\EBC7"; }

.nc-icon-glyph.food_lobster:before {
  content: "\EBC8"; }

.nc-icon-glyph.food_matches:before {
  content: "\EBC9"; }

.nc-icon-glyph.food_measuring-cup:before {
  content: "\EBCA"; }

.nc-icon-glyph.food_meat-spit:before {
  content: "\EBCB"; }

.nc-icon-glyph.food_microwave:before {
  content: "\EBCC"; }

.nc-icon-glyph.food_milk:before {
  content: "\EBCD"; }

.nc-icon-glyph.food_moka:before {
  content: "\EBCE"; }

.nc-icon-glyph.food_muffin:before {
  content: "\EBCF"; }

.nc-icon-glyph.food_mug:before {
  content: "\EBD0"; }

.nc-icon-glyph.food_oven:before {
  content: "\EBD1"; }

.nc-icon-glyph.food_pan:before {
  content: "\EBD2"; }

.nc-icon-glyph.food_pizza-slice:before {
  content: "\EBD3"; }

.nc-icon-glyph.food_pizza:before {
  content: "\EBD4"; }

.nc-icon-glyph.food_plate:before {
  content: "\EBD5"; }

.nc-icon-glyph.food_pot:before {
  content: "\EBD6"; }

.nc-icon-glyph.food_prosciutto:before {
  content: "\EBD7"; }

.nc-icon-glyph.food_recipe-book-46:before {
  content: "\EBD8"; }

.nc-icon-glyph.food_recipe-book-47:before {
  content: "\EBD9"; }

.nc-icon-glyph.food_rolling-pin:before {
  content: "\EBDA"; }

.nc-icon-glyph.food_salt:before {
  content: "\EBDB"; }

.nc-icon-glyph.food_sausage:before {
  content: "\EBDC"; }

.nc-icon-glyph.food_scale:before {
  content: "\EBDD"; }

.nc-icon-glyph.food_scotch:before {
  content: "\EBDE"; }

.nc-icon-glyph.food_shrimp:before {
  content: "\EBDF"; }

.nc-icon-glyph.food_steak:before {
  content: "\EBE0"; }

.nc-icon-glyph.food_store:before {
  content: "\EBE1"; }

.nc-icon-glyph.food_strawberry:before {
  content: "\EBE2"; }

.nc-icon-glyph.food_sushi:before {
  content: "\EBE3"; }

.nc-icon-glyph.food_tacos:before {
  content: "\EBE4"; }

.nc-icon-glyph.food_tea:before {
  content: "\EBE5"; }

.nc-icon-glyph.food_temperature:before {
  content: "\EBE6"; }

.nc-icon-glyph.food_vest-07:before {
  content: "\EBE7"; }

.nc-icon-glyph.food_vest-31:before {
  content: "\EBE8"; }

.nc-icon-glyph.food_watermelon:before {
  content: "\EBE9"; }

.nc-icon-glyph.food_whisk:before {
  content: "\EBEA"; }

.nc-icon-glyph.emoticons_alien:before {
  content: "\EBEB"; }

.nc-icon-glyph.emoticons_angry-10:before {
  content: "\EBEC"; }

.nc-icon-glyph.emoticons_angry-44:before {
  content: "\EBED"; }

.nc-icon-glyph.emoticons_big-eyes:before {
  content: "\EBEE"; }

.nc-icon-glyph.emoticons_big-smile:before {
  content: "\EBEF"; }

.nc-icon-glyph.emoticons_bigmouth:before {
  content: "\EBF0"; }

.nc-icon-glyph.emoticons_bleah:before {
  content: "\EBF1"; }

.nc-icon-glyph.emoticons_blind:before {
  content: "\EBF2"; }

.nc-icon-glyph.emoticons_bomb:before {
  content: "\EBF3"; }

.nc-icon-glyph.emoticons_bored:before {
  content: "\EBF4"; }

.nc-icon-glyph.emoticons_cake:before {
  content: "\EBF5"; }

.nc-icon-glyph.emoticons_cry-15:before {
  content: "\EBF6"; }

.nc-icon-glyph.emoticons_cry-57:before {
  content: "\EBF7"; }

.nc-icon-glyph.emoticons_cute:before {
  content: "\EBF8"; }

.nc-icon-glyph.emoticons_devil:before {
  content: "\EBF9"; }

.nc-icon-glyph.emoticons_disgusted:before {
  content: "\EBFA"; }

.nc-icon-glyph.emoticons_fist:before {
  content: "\EBFB"; }

.nc-icon-glyph.emoticons_ghost:before {
  content: "\EBFC"; }

.nc-icon-glyph.emoticons_hannibal:before {
  content: "\EBFD"; }

.nc-icon-glyph.emoticons_happy-sun:before {
  content: "\EBFE"; }

.nc-icon-glyph.emoticons_kid:before {
  content: "\EBFF"; }

.nc-icon-glyph.emoticons_kiss:before {
  content: "\EC00"; }

.nc-icon-glyph.emoticons_laugh-17:before {
  content: "\EC01"; }

.nc-icon-glyph.emoticons_laugh-35:before {
  content: "\EC02"; }

.nc-icon-glyph.emoticons_like-no:before {
  content: "\EC03"; }

.nc-icon-glyph.emoticons_like:before {
  content: "\EC04"; }

.nc-icon-glyph.emoticons_mad-12:before {
  content: "\EC05"; }

.nc-icon-glyph.emoticons_mad-58:before {
  content: "\EC06"; }

.nc-icon-glyph.emoticons_malicious:before {
  content: "\EC07"; }

.nc-icon-glyph.emoticons_manga-62:before {
  content: "\EC08"; }

.nc-icon-glyph.emoticons_manga-63:before {
  content: "\EC09"; }

.nc-icon-glyph.emoticons_monster:before {
  content: "\EC0A"; }

.nc-icon-glyph.emoticons_nerd-22:before {
  content: "\EC0B"; }

.nc-icon-glyph.emoticons_nerd-23:before {
  content: "\EC0C"; }

.nc-icon-glyph.emoticons_ninja:before {
  content: "\EC0D"; }

.nc-icon-glyph.emoticons_no-words:before {
  content: "\EC0E"; }

.nc-icon-glyph.emoticons_parrot:before {
  content: "\EC0F"; }

.nc-icon-glyph.emoticons_penguin:before {
  content: "\EC10"; }

.nc-icon-glyph.emoticons_pirate:before {
  content: "\EC11"; }

.nc-icon-glyph.emoticons_poop:before {
  content: "\EC12"; }

.nc-icon-glyph.emoticons_puzzled:before {
  content: "\EC13"; }

.nc-icon-glyph.emoticons_quite-happy:before {
  content: "\EC14"; }

.nc-icon-glyph.emoticons_robot:before {
  content: "\EC15"; }

.nc-icon-glyph.emoticons_rock:before {
  content: "\EC16"; }

.nc-icon-glyph.emoticons_sad:before {
  content: "\EC17"; }

.nc-icon-glyph.emoticons_satisfied:before {
  content: "\EC18"; }

.nc-icon-glyph.emoticons_shark:before {
  content: "\EC19"; }

.nc-icon-glyph.emoticons_shy:before {
  content: "\EC1A"; }

.nc-icon-glyph.emoticons_sick:before {
  content: "\EC1B"; }

.nc-icon-glyph.emoticons_silly:before {
  content: "\EC1C"; }

.nc-icon-glyph.emoticons_skull:before {
  content: "\EC1D"; }

.nc-icon-glyph.emoticons_sleep:before {
  content: "\EC1E"; }

.nc-icon-glyph.emoticons_sloth:before {
  content: "\EC1F"; }

.nc-icon-glyph.emoticons_smart:before {
  content: "\EC20"; }

.nc-icon-glyph.emoticons_smile:before {
  content: "\EC21"; }

.nc-icon-glyph.emoticons_soldier:before {
  content: "\EC22"; }

.nc-icon-glyph.emoticons_speechless:before {
  content: "\EC23"; }

.nc-icon-glyph.emoticons_spiteful:before {
  content: "\EC24"; }

.nc-icon-glyph.emoticons_sunglasses-48:before {
  content: "\EC25"; }

.nc-icon-glyph.emoticons_sunglasses-49:before {
  content: "\EC26"; }

.nc-icon-glyph.emoticons_surprise:before {
  content: "\EC27"; }

.nc-icon-glyph.emoticons_upset-13:before {
  content: "\EC28"; }

.nc-icon-glyph.emoticons_upset-14:before {
  content: "\EC29"; }

.nc-icon-glyph.emoticons_virus:before {
  content: "\EC2A"; }

.nc-icon-glyph.emoticons_what:before {
  content: "\EC2B"; }

.nc-icon-glyph.emoticons_whiskers:before {
  content: "\EC2C"; }

.nc-icon-glyph.emoticons_wink-06:before {
  content: "\EC2D"; }

.nc-icon-glyph.emoticons_wink-11:before {
  content: "\EC2E"; }

.nc-icon-glyph.emoticons_wink-69:before {
  content: "\EC2F"; }

.nc-icon-glyph.weather_celsius:before {
  content: "\E600"; }

.nc-icon-glyph.weather_cloud-13:before {
  content: "\E601"; }

.nc-icon-glyph.weather_cloud-14:before {
  content: "\E602"; }

.nc-icon-glyph.weather_cloud-drop:before {
  content: "\E603"; }

.nc-icon-glyph.weather_cloud-fog-31:before {
  content: "\E604"; }

.nc-icon-glyph.weather_cloud-fog-32:before {
  content: "\E605"; }

.nc-icon-glyph.weather_cloud-hail:before {
  content: "\E606"; }

.nc-icon-glyph.weather_cloud-light:before {
  content: "\E607"; }

.nc-icon-glyph.weather_cloud-moon:before {
  content: "\E608"; }

.nc-icon-glyph.weather_cloud-rain:before {
  content: "\E609"; }

.nc-icon-glyph.weather_cloud-rainbow:before {
  content: "\E60A"; }

.nc-icon-glyph.weather_cloud-snow-34:before {
  content: "\E60B"; }

.nc-icon-glyph.weather_cloud-snow-42:before {
  content: "\E60C"; }

.nc-icon-glyph.weather_cloud-sun-17:before {
  content: "\E60D"; }

.nc-icon-glyph.weather_cloud-sun-19:before {
  content: "\E60E"; }

.nc-icon-glyph.weather_compass:before {
  content: "\E60F"; }

.nc-icon-glyph.weather_drop-12:before {
  content: "\E610"; }

.nc-icon-glyph.weather_drop-15:before {
  content: "\E611"; }

.nc-icon-glyph.weather_drops:before {
  content: "\E612"; }

.nc-icon-glyph.weather_eclipse:before {
  content: "\E613"; }

.nc-icon-glyph.weather_fahrenheit:before {
  content: "\E614"; }

.nc-icon-glyph.weather_fog:before {
  content: "\E615"; }

.nc-icon-glyph.weather_forecast:before {
  content: "\E616"; }

.nc-icon-glyph.weather_hurricane-44:before {
  content: "\E617"; }

.nc-icon-glyph.weather_hurricane-45:before {
  content: "\E618"; }

.nc-icon-glyph.weather_moon-cloud-drop:before {
  content: "\E619"; }

.nc-icon-glyph.weather_moon-cloud-fog:before {
  content: "\E61A"; }

.nc-icon-glyph.weather_moon-cloud-hail:before {
  content: "\E61B"; }

.nc-icon-glyph.weather_moon-cloud-light:before {
  content: "\E61C"; }

.nc-icon-glyph.weather_moon-cloud-rain:before {
  content: "\E61D"; }

.nc-icon-glyph.weather_moon-cloud-snow-61:before {
  content: "\E61E"; }

.nc-icon-glyph.weather_moon-cloud-snow-62:before {
  content: "\E61F"; }

.nc-icon-glyph.weather_moon-fog:before {
  content: "\E620"; }

.nc-icon-glyph.weather_moon-full:before {
  content: "\E621"; }

.nc-icon-glyph.weather_moon-stars:before {
  content: "\E622"; }

.nc-icon-glyph.weather_moon:before {
  content: "\E623"; }

.nc-icon-glyph.weather_rain-hail:before {
  content: "\E624"; }

.nc-icon-glyph.weather_rain:before {
  content: "\E625"; }

.nc-icon-glyph.weather_rainbow:before {
  content: "\E626"; }

.nc-icon-glyph.weather_snow:before {
  content: "\E627"; }

.nc-icon-glyph.weather_sun-cloud-drop:before {
  content: "\E628"; }

.nc-icon-glyph.weather_sun-cloud-fog:before {
  content: "\E629"; }

.nc-icon-glyph.weather_sun-cloud-hail:before {
  content: "\E62A"; }

.nc-icon-glyph.weather_sun-cloud-light:before {
  content: "\E62B"; }

.nc-icon-glyph.weather_sun-cloud-rain:before {
  content: "\E62C"; }

.nc-icon-glyph.weather_sun-cloud-snow-54:before {
  content: "\E62D"; }

.nc-icon-glyph.weather_sun-cloud-snow-55:before {
  content: "\E62E"; }

.nc-icon-glyph.weather_sun-cloud:before {
  content: "\E62F"; }

.nc-icon-glyph.weather_sun-fog-29:before {
  content: "\E630"; }

.nc-icon-glyph.weather_sun-fog-30:before {
  content: "\E631"; }

.nc-icon-glyph.weather_sun-fog-43:before {
  content: "\E632"; }

.nc-icon-glyph.weather_sun:before {
  content: "\E633"; }

.nc-icon-glyph.weather_wind:before {
  content: "\E634"; }

.nc-icon-glyph.transportation_air-baloon:before {
  content: "\E717"; }

.nc-icon-glyph.transportation_bike-sport:before {
  content: "\E718"; }

.nc-icon-glyph.transportation_bike:before {
  content: "\E719"; }

.nc-icon-glyph.transportation_boat-front:before {
  content: "\E71A"; }

.nc-icon-glyph.transportation_boat-small-02:before {
  content: "\E71B"; }

.nc-icon-glyph.transportation_boat-small-03:before {
  content: "\E71C"; }

.nc-icon-glyph.transportation_boat:before {
  content: "\E71D"; }

.nc-icon-glyph.transportation_bus-front-10:before {
  content: "\E71E"; }

.nc-icon-glyph.transportation_bus-front-12:before {
  content: "\E71F"; }

.nc-icon-glyph.transportation_bus:before {
  content: "\E720"; }

.nc-icon-glyph.transportation_car-front:before {
  content: "\E721"; }

.nc-icon-glyph.transportation_car-simple:before {
  content: "\E722"; }

.nc-icon-glyph.transportation_car-sport:before {
  content: "\E723"; }

.nc-icon-glyph.transportation_car-taxi:before {
  content: "\E724"; }

.nc-icon-glyph.transportation_car:before {
  content: "\E725"; }

.nc-icon-glyph.transportation_helicopter:before {
  content: "\E726"; }

.nc-icon-glyph.transportation_helmet:before {
  content: "\E727"; }

.nc-icon-glyph.transportation_light-traffic:before {
  content: "\E728"; }

.nc-icon-glyph.transportation_moto:before {
  content: "\E729"; }

.nc-icon-glyph.transportation_plane-17:before {
  content: "\E72A"; }

.nc-icon-glyph.transportation_plane-18:before {
  content: "\E72B"; }

.nc-icon-glyph.transportation_road:before {
  content: "\E72C"; }

.nc-icon-glyph.transportation_skateboard:before {
  content: "\E72D"; }

.nc-icon-glyph.transportation_tractor:before {
  content: "\E72E"; }

.nc-icon-glyph.transportation_train-speed:before {
  content: "\E72F"; }

.nc-icon-glyph.transportation_train:before {
  content: "\E730"; }

.nc-icon-glyph.transportation_tram:before {
  content: "\E731"; }

.nc-icon-glyph.transportation_truck-front:before {
  content: "\E732"; }

.nc-icon-glyph.transportation_vespa-front:before {
  content: "\E733"; }

.nc-icon-glyph.transportation_vespa:before {
  content: "\E734"; }

.nc-icon-glyph.education_abc:before {
  content: "\E7D5"; }

.nc-icon-glyph.education_agenda-bookmark:before {
  content: "\E7D6"; }

.nc-icon-glyph.education_atom:before {
  content: "\E7D7"; }

.nc-icon-glyph.education_award-55:before {
  content: "\E7D8"; }

.nc-icon-glyph.education_backpack-57:before {
  content: "\E7D9"; }

.nc-icon-glyph.education_backpack-58:before {
  content: "\E7DA"; }

.nc-icon-glyph.education_ball-basket:before {
  content: "\E7DB"; }

.nc-icon-glyph.education_ball-soccer:before {
  content: "\E7DC"; }

.nc-icon-glyph.education_board-51:before {
  content: "\E7DD"; }

.nc-icon-glyph.education_book-39:before {
  content: "\E7DE"; }

.nc-icon-glyph.education_book-bookmark:before {
  content: "\E7DF"; }

.nc-icon-glyph.education_book-open:before {
  content: "\E7E0"; }

.nc-icon-glyph.education_books-46:before {
  content: "\E7E1"; }

.nc-icon-glyph.education_chalkboard:before {
  content: "\E7E2"; }

.nc-icon-glyph.education_flask:before {
  content: "\E7E3"; }

.nc-icon-glyph.education_glasses:before {
  content: "\E7E4"; }

.nc-icon-glyph.education_grammar-check:before {
  content: "\E7E5"; }

.nc-icon-glyph.education_hat:before {
  content: "\E7E6"; }

.nc-icon-glyph.education_language:before {
  content: "\E7E7"; }

.nc-icon-glyph.education_microscope:before {
  content: "\E7E8"; }

.nc-icon-glyph.education_molecule:before {
  content: "\E7E9"; }

.nc-icon-glyph.education_notepad:before {
  content: "\E7EA"; }

.nc-icon-glyph.education_paper-diploma:before {
  content: "\E7EB"; }

.nc-icon-glyph.education_paper:before {
  content: "\E7EC"; }

.nc-icon-glyph.education_pencil-47:before {
  content: "\E7ED"; }

.nc-icon-glyph.education_school:before {
  content: "\E7EE"; }

.nc-icon-glyph.objects_alien-29:before {
  content: "\E7EF"; }

.nc-icon-glyph.objects_alien-33:before {
  content: "\E7F0"; }

.nc-icon-glyph.objects_anchor:before {
  content: "\E7F1"; }

.nc-icon-glyph.objects_astronaut:before {
  content: "\E7F2"; }

.nc-icon-glyph.objects_axe:before {
  content: "\E7F3"; }

.nc-icon-glyph.objects_baby-bottle:before {
  content: "\E7F4"; }

.nc-icon-glyph.objects_baby:before {
  content: "\E7F5"; }

.nc-icon-glyph.objects_baloon:before {
  content: "\E7F6"; }

.nc-icon-glyph.objects_battery:before {
  content: "\E7F7"; }

.nc-icon-glyph.objects_bear:before {
  content: "\E7F8"; }

.nc-icon-glyph.objects_billiard:before {
  content: "\E7F9"; }

.nc-icon-glyph.objects_binocular:before {
  content: "\E7FA"; }

.nc-icon-glyph.objects_bow:before {
  content: "\E7FB"; }

.nc-icon-glyph.objects_bowling:before {
  content: "\E7FC"; }

.nc-icon-glyph.objects_broom:before {
  content: "\E7FD"; }

.nc-icon-glyph.objects_cone:before {
  content: "\E7FE"; }

.nc-icon-glyph.objects_controller:before {
  content: "\E7FF"; }

.nc-icon-glyph.objects_diamond:before {
  content: "\E800"; }

.nc-icon-glyph.objects_dice:before {
  content: "\E801"; }

.nc-icon-glyph.objects_globe:before {
  content: "\E802"; }

.nc-icon-glyph.objects_hut:before {
  content: "\E803"; }

.nc-icon-glyph.objects_key-25:before {
  content: "\E804"; }

.nc-icon-glyph.objects_key-26:before {
  content: "\E805"; }

.nc-icon-glyph.objects_lamp:before {
  content: "\E806"; }

.nc-icon-glyph.objects_leaf-36:before {
  content: "\E807"; }

.nc-icon-glyph.objects_leaf-38:before {
  content: "\E808"; }

.nc-icon-glyph.objects_light:before {
  content: "\E809"; }

.nc-icon-glyph.objects_pipe:before {
  content: "\E80A"; }

.nc-icon-glyph.objects_planet:before {
  content: "\E80B"; }

.nc-icon-glyph.objects_puzzle-09:before {
  content: "\E80C"; }

.nc-icon-glyph.objects_puzzle-10:before {
  content: "\E80D"; }

.nc-icon-glyph.objects_shovel:before {
  content: "\E80E"; }

.nc-icon-glyph.objects_skull:before {
  content: "\E80F"; }

.nc-icon-glyph.objects_spaceship:before {
  content: "\E810"; }

.nc-icon-glyph.objects_spray:before {
  content: "\E811"; }

.nc-icon-glyph.objects_support-16:before {
  content: "\E812"; }

.nc-icon-glyph.objects_support-17:before {
  content: "\E813"; }

.nc-icon-glyph.objects_umbrella-13:before {
  content: "\E814"; }

.nc-icon-glyph.objects_umbrella-14:before {
  content: "\E815"; }

.nc-icon-glyph.objects_wool-ball:before {
  content: "\E816"; }

.nc-icon-glyph.media-1_3d:before {
  content: "\E817"; }

.nc-icon-glyph.media-1_action-73:before {
  content: "\E818"; }

.nc-icon-glyph.media-1_action-74:before {
  content: "\E819"; }

.nc-icon-glyph.media-1_album:before {
  content: "\E81A"; }

.nc-icon-glyph.media-1_audio-91:before {
  content: "\E81B"; }

.nc-icon-glyph.media-1_audio-92:before {
  content: "\E81C"; }

.nc-icon-glyph.media-1_balance:before {
  content: "\E81D"; }

.nc-icon-glyph.media-1_brightness-46:before {
  content: "\E81E"; }

.nc-icon-glyph.media-1_brightness-47:before {
  content: "\E81F"; }

.nc-icon-glyph.media-1_button-circle-pause:before {
  content: "\E820"; }

.nc-icon-glyph.media-1_button-circle-play:before {
  content: "\E821"; }

.nc-icon-glyph.media-1_button-circle-stop:before {
  content: "\E822"; }

.nc-icon-glyph.media-1_button-eject:before {
  content: "\E823"; }

.nc-icon-glyph.media-1_button-next:before {
  content: "\E824"; }

.nc-icon-glyph.media-1_button-pause:before {
  content: "\E825"; }

.nc-icon-glyph.media-1_button-play:before {
  content: "\E826"; }

.nc-icon-glyph.media-1_button-power:before {
  content: "\E827"; }

.nc-icon-glyph.media-1_button-previous:before {
  content: "\E828"; }

.nc-icon-glyph.media-1_button-record:before {
  content: "\E829"; }

.nc-icon-glyph.media-1_button-rewind:before {
  content: "\E82A"; }

.nc-icon-glyph.media-1_button-skip:before {
  content: "\E82B"; }

.nc-icon-glyph.media-1_button-stop:before {
  content: "\E82C"; }

.nc-icon-glyph.media-1_camera-18:before {
  content: "\E82D"; }

.nc-icon-glyph.media-1_camera-19:before {
  content: "\E82E"; }

.nc-icon-glyph.media-1_camera-20:before {
  content: "\E82F"; }

.nc-icon-glyph.media-1_camera-ban-36:before {
  content: "\E830"; }

.nc-icon-glyph.media-1_camera-ban-37:before {
  content: "\E831"; }

.nc-icon-glyph.media-1_camera-compact:before {
  content: "\E832"; }

.nc-icon-glyph.media-1_camera-screen:before {
  content: "\E833"; }

.nc-icon-glyph.media-1_camera-square-57:before {
  content: "\E834"; }

.nc-icon-glyph.media-1_camera-square-58:before {
  content: "\E835"; }

.nc-icon-glyph.media-1_camera-time:before {
  content: "\E836"; }

.nc-icon-glyph.media-1_countdown-34:before {
  content: "\E837"; }

.nc-icon-glyph.media-1_countdown-35:before {
  content: "\E838"; }

.nc-icon-glyph.media-1_edit-color:before {
  content: "\E839"; }

.nc-icon-glyph.media-1_edit-contrast-42:before {
  content: "\E83A"; }

.nc-icon-glyph.media-1_edit-contrast-43:before {
  content: "\E83B"; }

.nc-icon-glyph.media-1_edit-saturation:before {
  content: "\E83C"; }

.nc-icon-glyph.media-1_flash-21:before {
  content: "\E83D"; }

.nc-icon-glyph.media-1_flash-24:before {
  content: "\E83E"; }

.nc-icon-glyph.media-1_flash-29:before {
  content: "\E83F"; }

.nc-icon-glyph.media-1_flash-auto-22:before {
  content: "\E840"; }

.nc-icon-glyph.media-1_flash-auto-25:before {
  content: "\E841"; }

.nc-icon-glyph.media-1_flash-off-23:before {
  content: "\E842"; }

.nc-icon-glyph.media-1_flash-off-26:before {
  content: "\E843"; }

.nc-icon-glyph.media-1_focus-32:before {
  content: "\E844"; }

.nc-icon-glyph.media-1_focus-38:before {
  content: "\E845"; }

.nc-icon-glyph.media-1_focus-40:before {
  content: "\E846"; }

.nc-icon-glyph.media-1_focus-circle:before {
  content: "\E847"; }

.nc-icon-glyph.media-1_frame-12:before {
  content: "\E848"; }

.nc-icon-glyph.media-1_frame-41:before {
  content: "\E849"; }

.nc-icon-glyph.media-1_grid:before {
  content: "\E84A"; }

.nc-icon-glyph.media-1_image-01:before {
  content: "\E84B"; }

.nc-icon-glyph.media-1_image-02:before {
  content: "\E84C"; }

.nc-icon-glyph.media-1_image-05:before {
  content: "\E84D"; }

.nc-icon-glyph.media-1_image-add:before {
  content: "\E84E"; }

.nc-icon-glyph.media-1_image-delete:before {
  content: "\E84F"; }

.nc-icon-glyph.media-1_image-location:before {
  content: "\E850"; }

.nc-icon-glyph.media-1_kid:before {
  content: "\E851"; }

.nc-icon-glyph.media-1_layers:before {
  content: "\E852"; }

.nc-icon-glyph.media-1_lens-31:before {
  content: "\E853"; }

.nc-icon-glyph.media-1_lens-56:before {
  content: "\E854"; }

.nc-icon-glyph.media-1_macro:before {
  content: "\E855"; }

.nc-icon-glyph.media-1_movie-61:before {
  content: "\E856"; }

.nc-icon-glyph.media-1_movie-62:before {
  content: "\E857"; }

.nc-icon-glyph.media-1_night:before {
  content: "\E858"; }

.nc-icon-glyph.media-1_picture:before {
  content: "\E859"; }

.nc-icon-glyph.media-1_play-68:before {
  content: "\E85A"; }

.nc-icon-glyph.media-1_play-69:before {
  content: "\E85B"; }

.nc-icon-glyph.media-1_player:before {
  content: "\E85C"; }

.nc-icon-glyph.media-1_polaroid-add:before {
  content: "\E85D"; }

.nc-icon-glyph.media-1_polaroid-delete:before {
  content: "\E85E"; }

.nc-icon-glyph.media-1_polaroid-multiple:before {
  content: "\E85F"; }

.nc-icon-glyph.media-1_polaroid-user:before {
  content: "\E860"; }

.nc-icon-glyph.media-1_polaroid:before {
  content: "\E861"; }

.nc-icon-glyph.media-1_roll:before {
  content: "\E862"; }

.nc-icon-glyph.media-1_rotate-left:before {
  content: "\E863"; }

.nc-icon-glyph.media-1_rotate-right:before {
  content: "\E864"; }

.nc-icon-glyph.media-1_sd:before {
  content: "\E865"; }

.nc-icon-glyph.media-1_selfie:before {
  content: "\E866"; }

.nc-icon-glyph.media-1_shake:before {
  content: "\E867"; }

.nc-icon-glyph.media-1_speaker:before {
  content: "\E868"; }

.nc-icon-glyph.media-1_sport:before {
  content: "\E869"; }

.nc-icon-glyph.media-1_ticket-75:before {
  content: "\E86A"; }

.nc-icon-glyph.media-1_ticket-76:before {
  content: "\E86B"; }

.nc-icon-glyph.media-1_touch:before {
  content: "\E86C"; }

.nc-icon-glyph.media-1_tripod:before {
  content: "\E86D"; }

.nc-icon-glyph.media-1_video-64:before {
  content: "\E86E"; }

.nc-icon-glyph.media-1_video-65:before {
  content: "\E86F"; }

.nc-icon-glyph.media-1_video-66:before {
  content: "\E870"; }

.nc-icon-glyph.media-1_video-67:before {
  content: "\E871"; }

.nc-icon-glyph.media-1_videocamera-71:before {
  content: "\E872"; }

.nc-icon-glyph.media-1_videocamera-72:before {
  content: "\E873"; }

.nc-icon-glyph.media-1_volume-93:before {
  content: "\E874"; }

.nc-icon-glyph.media-1_volume-97:before {
  content: "\E875"; }

.nc-icon-glyph.media-1_volume-98:before {
  content: "\E876"; }

.nc-icon-glyph.media-1_volume-ban:before {
  content: "\E877"; }

.nc-icon-glyph.media-1_volume-down:before {
  content: "\E878"; }

.nc-icon-glyph.media-1_volume-off:before {
  content: "\E879"; }

.nc-icon-glyph.media-1_volume-up:before {
  content: "\E87A"; }

.nc-icon-glyph.media-2_guitar:before {
  content: "\E87B"; }

.nc-icon-glyph.media-2_headphones-mic:before {
  content: "\E87C"; }

.nc-icon-glyph.media-2_headphones:before {
  content: "\E87D"; }

.nc-icon-glyph.media-2_knob:before {
  content: "\E87E"; }

.nc-icon-glyph.media-2_mic:before {
  content: "\E87F"; }

.nc-icon-glyph.media-2_music-album:before {
  content: "\E880"; }

.nc-icon-glyph.media-2_music-cloud:before {
  content: "\E881"; }

.nc-icon-glyph.media-2_note-03:before {
  content: "\E882"; }

.nc-icon-glyph.media-2_note-04:before {
  content: "\E883"; }

.nc-icon-glyph.media-2_piano:before {
  content: "\E884"; }

.nc-icon-glyph.media-2_radio:before {
  content: "\E885"; }

.nc-icon-glyph.media-2_remix:before {
  content: "\E886"; }

.nc-icon-glyph.media-2_sound-wave:before {
  content: "\E887"; }

.nc-icon-glyph.media-2_speaker-01:before {
  content: "\E888"; }

.nc-icon-glyph.media-2_speaker-05:before {
  content: "\E889"; }

.nc-icon-glyph.media-2_tape:before {
  content: "\E88A"; }

.nc-icon-glyph.location_appointment:before {
  content: "\E88B"; }

.nc-icon-glyph.location_bookmark-add:before {
  content: "\E88C"; }

.nc-icon-glyph.location_bookmark-remove:before {
  content: "\E88D"; }

.nc-icon-glyph.location_bookmark:before {
  content: "\E88E"; }

.nc-icon-glyph.location_compass-04:before {
  content: "\E88F"; }

.nc-icon-glyph.location_compass-05:before {
  content: "\E890"; }

.nc-icon-glyph.location_compass-06:before {
  content: "\E891"; }

.nc-icon-glyph.location_crosshair:before {
  content: "\E892"; }

.nc-icon-glyph.location_explore-user:before {
  content: "\E893"; }

.nc-icon-glyph.location_explore:before {
  content: "\E894"; }

.nc-icon-glyph.location_flag-complex:before {
  content: "\E895"; }

.nc-icon-glyph.location_flag-diagonal-33:before {
  content: "\E896"; }

.nc-icon-glyph.location_flag-diagonal-34:before {
  content: "\E897"; }

.nc-icon-glyph.location_flag-points-31:before {
  content: "\E898"; }

.nc-icon-glyph.location_flag-points-32:before {
  content: "\E899"; }

.nc-icon-glyph.location_flag-simple:before {
  content: "\E89A"; }

.nc-icon-glyph.location_flag-triangle:before {
  content: "\E89B"; }

.nc-icon-glyph.location_flag:before {
  content: "\E89C"; }

.nc-icon-glyph.location_gps:before {
  content: "\E89D"; }

.nc-icon-glyph.location_map-big:before {
  content: "\E89E"; }

.nc-icon-glyph.location_map-compass:before {
  content: "\E89F"; }

.nc-icon-glyph.location_map-gps:before {
  content: "\E8A0"; }

.nc-icon-glyph.location_map-marker:before {
  content: "\E8A1"; }

.nc-icon-glyph.location_map-pin:before {
  content: "\E8A2"; }

.nc-icon-glyph.location_map:before {
  content: "\E8A3"; }

.nc-icon-glyph.location_marker:before {
  content: "\E8A4"; }

.nc-icon-glyph.location_pin-add:before {
  content: "\E8A5"; }

.nc-icon-glyph.location_pin-copy:before {
  content: "\E8A6"; }

.nc-icon-glyph.location_pin-remove:before {
  content: "\E8A7"; }

.nc-icon-glyph.location_pin:before {
  content: "\E8A8"; }

.nc-icon-glyph.location_pins:before {
  content: "\E8A9"; }

.nc-icon-glyph.location_position-marker:before {
  content: "\E8AA"; }

.nc-icon-glyph.location_position-pin:before {
  content: "\E8AB"; }

.nc-icon-glyph.location_position-user:before {
  content: "\E8AC"; }

.nc-icon-glyph.location_radar:before {
  content: "\E8AD"; }

.nc-icon-glyph.location_road:before {
  content: "\E8AE"; }

.nc-icon-glyph.location_route-alert:before {
  content: "\E8AF"; }

.nc-icon-glyph.location_route-close:before {
  content: "\E8B0"; }

.nc-icon-glyph.location_route-open:before {
  content: "\E8B1"; }

.nc-icon-glyph.location_square-marker:before {
  content: "\E8B2"; }

.nc-icon-glyph.location_square-pin:before {
  content: "\E8B3"; }

.nc-icon-glyph.location_treasure-map-21:before {
  content: "\E8B4"; }

.nc-icon-glyph.location_treasure-map-40:before {
  content: "\E8B5"; }

.nc-icon-glyph.location_worl-marker:before {
  content: "\E8B6"; }

.nc-icon-glyph.location_world-pin:before {
  content: "\E8B7"; }

.nc-icon-glyph.location_world:before {
  content: "\E8B8"; }

.nc-icon-glyph.health_ambulance:before {
  content: "\E8B9"; }

.nc-icon-glyph.health_apple:before {
  content: "\E8BA"; }

.nc-icon-glyph.health_bag-49:before {
  content: "\E8BB"; }

.nc-icon-glyph.health_bag-50:before {
  content: "\E8BC"; }

.nc-icon-glyph.health_brain:before {
  content: "\E8BD"; }

.nc-icon-glyph.health_dna-27:before {
  content: "\E8BE"; }

.nc-icon-glyph.health_dna-38:before {
  content: "\E8BF"; }

.nc-icon-glyph.health_doctor:before {
  content: "\E8C0"; }

.nc-icon-glyph.health_flask:before {
  content: "\E8C1"; }

.nc-icon-glyph.health_heartbeat-16:before {
  content: "\E8C2"; }

.nc-icon-glyph.health_height:before {
  content: "\E8C3"; }

.nc-icon-glyph.health_hospital-32:before {
  content: "\E8C4"; }

.nc-icon-glyph.health_hospital-33:before {
  content: "\E8C5"; }

.nc-icon-glyph.health_hospital-34:before {
  content: "\E8C6"; }

.nc-icon-glyph.health_humidity-26:before {
  content: "\E8C7"; }

.nc-icon-glyph.health_humidity-52:before {
  content: "\E8C8"; }

.nc-icon-glyph.health_intestine:before {
  content: "\E8C9"; }

.nc-icon-glyph.health_lungs:before {
  content: "\E8CA"; }

.nc-icon-glyph.health_molecule-39:before {
  content: "\E8CB"; }

.nc-icon-glyph.health_molecule-40:before {
  content: "\E8CC"; }

.nc-icon-glyph.health_notebook:before {
  content: "\E8CD"; }

.nc-icon-glyph.health_nurse:before {
  content: "\E8CE"; }

.nc-icon-glyph.health_patch-46:before {
  content: "\E8CF"; }

.nc-icon-glyph.health_pill-42:before {
  content: "\E8D0"; }

.nc-icon-glyph.health_pill-43:before {
  content: "\E8D1"; }

.nc-icon-glyph.health_pill-container-44:before {
  content: "\E8D2"; }

.nc-icon-glyph.health_pill-container-47:before {
  content: "\E8D3"; }

.nc-icon-glyph.health_pulse-chart:before {
  content: "\E8D4"; }

.nc-icon-glyph.health_pulse-phone:before {
  content: "\E8D5"; }

.nc-icon-glyph.health_pulse-sleep:before {
  content: "\E8D6"; }

.nc-icon-glyph.health_pulse-watch:before {
  content: "\E8D7"; }

.nc-icon-glyph.health_pulse:before {
  content: "\E8D8"; }

.nc-icon-glyph.health_sleep:before {
  content: "\E8D9"; }

.nc-icon-glyph.health_steps:before {
  content: "\E8DA"; }

.nc-icon-glyph.health_syringe:before {
  content: "\E8DB"; }

.nc-icon-glyph.health_temperature-23:before {
  content: "\E8DC"; }

.nc-icon-glyph.health_temperature-24:before {
  content: "\E8DD"; }

.nc-icon-glyph.health_tooth:before {
  content: "\E8DE"; }

.nc-icon-glyph.health_weed:before {
  content: "\E8DF"; }

.nc-icon-glyph.health_weight:before {
  content: "\E8E0"; }

.nc-icon-glyph.health_wheelchair:before {
  content: "\E8E1"; }

.nc-icon-glyph.health_woman:before {
  content: "\E8E2"; }

.nc-icon-glyph.furniture_air-conditioner:before {
  content: "\E8E3"; }

.nc-icon-glyph.furniture_armchair:before {
  content: "\E8E4"; }

.nc-icon-glyph.furniture_bath-tub:before {
  content: "\E8E5"; }

.nc-icon-glyph.furniture_bed-09:before {
  content: "\E8E6"; }

.nc-icon-glyph.furniture_bed-23:before {
  content: "\E8E7"; }

.nc-icon-glyph.furniture_bed-side:before {
  content: "\E8E8"; }

.nc-icon-glyph.furniture_cabinet:before {
  content: "\E8E9"; }

.nc-icon-glyph.furniture_cactus:before {
  content: "\E8EA"; }

.nc-icon-glyph.furniture_chair:before {
  content: "\E8EB"; }

.nc-icon-glyph.furniture_coat-hanger:before {
  content: "\E8EC"; }

.nc-icon-glyph.furniture_coffee:before {
  content: "\E8ED"; }

.nc-icon-glyph.furniture_cradle:before {
  content: "\E8EE"; }

.nc-icon-glyph.furniture_curtain:before {
  content: "\E8EF"; }

.nc-icon-glyph.furniture_desk-drawer:before {
  content: "\E8F0"; }

.nc-icon-glyph.furniture_desk:before {
  content: "\E8F1"; }

.nc-icon-glyph.furniture_door:before {
  content: "\E8F2"; }

.nc-icon-glyph.furniture_drawer:before {
  content: "\E8F3"; }

.nc-icon-glyph.furniture_fridge:before {
  content: "\E8F4"; }

.nc-icon-glyph.furniture_hanger-clothes:before {
  content: "\E8F5"; }

.nc-icon-glyph.furniture_hanger:before {
  content: "\E8F6"; }

.nc-icon-glyph.furniture_heater:before {
  content: "\E8F7"; }

.nc-icon-glyph.furniture_iron:before {
  content: "\E8F8"; }

.nc-icon-glyph.furniture_lamp-floor:before {
  content: "\E8F9"; }

.nc-icon-glyph.furniture_lamp:before {
  content: "\E8FA"; }

.nc-icon-glyph.furniture_library:before {
  content: "\E8FB"; }

.nc-icon-glyph.furniture_light:before {
  content: "\E8FC"; }

.nc-icon-glyph.furniture_mixer:before {
  content: "\E8FD"; }

.nc-icon-glyph.furniture_oven:before {
  content: "\E8FE"; }

.nc-icon-glyph.furniture_shower:before {
  content: "\E8FF"; }

.nc-icon-glyph.furniture_sink-wash:before {
  content: "\E900"; }

.nc-icon-glyph.furniture_sink:before {
  content: "\E901"; }

.nc-icon-glyph.furniture_sofa:before {
  content: "\E902"; }

.nc-icon-glyph.furniture_storage-hanger:before {
  content: "\E903"; }

.nc-icon-glyph.furniture_storage:before {
  content: "\E904"; }

.nc-icon-glyph.furniture_table:before {
  content: "\E905"; }

.nc-icon-glyph.furniture_toilet-paper:before {
  content: "\E906"; }

.nc-icon-glyph.furniture_toilet:before {
  content: "\E907"; }

.nc-icon-glyph.furniture_tv:before {
  content: "\E908"; }

.nc-icon-glyph.furniture_wardrobe:before {
  content: "\E909"; }

.nc-icon-glyph.furniture_wash:before {
  content: "\E90A"; }

.nc-icon-glyph.clothes_baby:before {
  content: "\E9D2"; }

.nc-icon-glyph.clothes_backpack:before {
  content: "\E9D3"; }

.nc-icon-glyph.clothes_bag-21:before {
  content: "\E9D4"; }

.nc-icon-glyph.clothes_bag-22:before {
  content: "\E9D5"; }

.nc-icon-glyph.clothes_belt:before {
  content: "\E9D6"; }

.nc-icon-glyph.clothes_boot-woman:before {
  content: "\E9D7"; }

.nc-icon-glyph.clothes_boot:before {
  content: "\E9D8"; }

.nc-icon-glyph.clothes_bra:before {
  content: "\E9D9"; }

.nc-icon-glyph.clothes_button:before {
  content: "\E9DA"; }

.nc-icon-glyph.clothes_cap:before {
  content: "\E9DB"; }

.nc-icon-glyph.clothes_coat:before {
  content: "\E9DC"; }

.nc-icon-glyph.clothes_corset:before {
  content: "\E9DD"; }

.nc-icon-glyph.clothes_dress-man:before {
  content: "\E9DE"; }

.nc-icon-glyph.clothes_dress-woman:before {
  content: "\E9DF"; }

.nc-icon-glyph.clothes_flip:before {
  content: "\E9E0"; }

.nc-icon-glyph.clothes_glasses:before {
  content: "\E9E1"; }

.nc-icon-glyph.clothes_gloves:before {
  content: "\E9E2"; }

.nc-icon-glyph.clothes_hat-top:before {
  content: "\E9E3"; }

.nc-icon-glyph.clothes_hat:before {
  content: "\E9E4"; }

.nc-icon-glyph.clothes_hoodie:before {
  content: "\E9E5"; }

.nc-icon-glyph.clothes_iron-dont:before {
  content: "\E9E6"; }

.nc-icon-glyph.clothes_iron:before {
  content: "\E9E7"; }

.nc-icon-glyph.clothes_jeans-41:before {
  content: "\E9E8"; }

.nc-icon-glyph.clothes_jeans-43:before {
  content: "\E9E9"; }

.nc-icon-glyph.clothes_jeans-pocket:before {
  content: "\E9EA"; }

.nc-icon-glyph.clothes_kitchen:before {
  content: "\E9EB"; }

.nc-icon-glyph.clothes_long-sleeve:before {
  content: "\E9EC"; }

.nc-icon-glyph.clothes_makeup:before {
  content: "\E9ED"; }

.nc-icon-glyph.clothes_needle:before {
  content: "\E9EE"; }

.nc-icon-glyph.clothes_pajamas:before {
  content: "\E9EF"; }

.nc-icon-glyph.clothes_ring:before {
  content: "\E9F0"; }

.nc-icon-glyph.clothes_scarf:before {
  content: "\E9F1"; }

.nc-icon-glyph.clothes_shirt-business:before {
  content: "\E9F2"; }

.nc-icon-glyph.clothes_shirt-buttons:before {
  content: "\E9F3"; }

.nc-icon-glyph.clothes_shirt-neck:before {
  content: "\E9F4"; }

.nc-icon-glyph.clothes_shirt:before {
  content: "\E9F5"; }

.nc-icon-glyph.clothes_shoe-man:before {
  content: "\E9F6"; }

.nc-icon-glyph.clothes_shoe-sport:before {
  content: "\E9F7"; }

.nc-icon-glyph.clothes_shoe-woman:before {
  content: "\E9F8"; }

.nc-icon-glyph.clothes_skirt:before {
  content: "\E9F9"; }

.nc-icon-glyph.clothes_slacks-12:before {
  content: "\E9FA"; }

.nc-icon-glyph.clothes_slacks-13:before {
  content: "\E9FB"; }

.nc-icon-glyph.clothes_sock:before {
  content: "\E9FC"; }

.nc-icon-glyph.clothes_tie-bow:before {
  content: "\E9FD"; }

.nc-icon-glyph.clothes_tshirt-53:before {
  content: "\E9FE"; }

.nc-icon-glyph.clothes_tshirt-54:before {
  content: "\E9FF"; }

.nc-icon-glyph.clothes_tshirt-sport:before {
  content: "\EA00"; }

.nc-icon-glyph.clothes_underwear-man:before {
  content: "\EA01"; }

.nc-icon-glyph.clothes_underwear:before {
  content: "\EA02"; }

.nc-icon-glyph.clothes_vest-sport:before {
  content: "\EA03"; }

.nc-icon-glyph.clothes_vest:before {
  content: "\EA04"; }

.nc-icon-glyph.clothes_wash-30:before {
  content: "\EA05"; }

.nc-icon-glyph.clothes_wash-60:before {
  content: "\EA06"; }

.nc-icon-glyph.clothes_wash-90:before {
  content: "\EA07"; }

.nc-icon-glyph.clothes_wash-hand:before {
  content: "\EA08"; }

.nc-icon-glyph.clothes_wash:before {
  content: "\EA09"; }

.nc-icon-glyph.business_agenda:before {
  content: "\EA0A"; }

.nc-icon-glyph.business_atm:before {
  content: "\EA0B"; }

.nc-icon-glyph.business_award-48:before {
  content: "\EA0C"; }

.nc-icon-glyph.business_award-49:before {
  content: "\EA0D"; }

.nc-icon-glyph.business_award-74:before {
  content: "\EA0E"; }

.nc-icon-glyph.business_badge:before {
  content: "\EA0F"; }

.nc-icon-glyph.business_bank:before {
  content: "\EA10"; }

.nc-icon-glyph.business_board-27:before {
  content: "\EA11"; }

.nc-icon-glyph.business_board-28:before {
  content: "\EA12"; }

.nc-icon-glyph.business_board-29:before {
  content: "\EA13"; }

.nc-icon-glyph.business_board-30:before {
  content: "\EA14"; }

.nc-icon-glyph.business_books:before {
  content: "\EA15"; }

.nc-icon-glyph.business_briefcase-24:before {
  content: "\EA16"; }

.nc-icon-glyph.business_briefcase-25:before {
  content: "\EA17"; }

.nc-icon-glyph.business_briefcase-26:before {
  content: "\EA18"; }

.nc-icon-glyph.business_building:before {
  content: "\EA19"; }

.nc-icon-glyph.business_bulb-61:before {
  content: "\EA1A"; }

.nc-icon-glyph.business_bulb-62:before {
  content: "\EA1B"; }

.nc-icon-glyph.business_bulb-63:before {
  content: "\EA1C"; }

.nc-icon-glyph.business_business-contact-85:before {
  content: "\EA1D"; }

.nc-icon-glyph.business_business-contact-86:before {
  content: "\EA1E"; }

.nc-icon-glyph.business_business-contact-87:before {
  content: "\EA1F"; }

.nc-icon-glyph.business_business-contact-88:before {
  content: "\EA20"; }

.nc-icon-glyph.business_business-contact-89:before {
  content: "\EA21"; }

.nc-icon-glyph.business_businessman-03:before {
  content: "\EA22"; }

.nc-icon-glyph.business_businessman-04:before {
  content: "\EA23"; }

.nc-icon-glyph.business_calculator:before {
  content: "\EA24"; }

.nc-icon-glyph.business_chair:before {
  content: "\EA25"; }

.nc-icon-glyph.business_chart-bar-32:before {
  content: "\EA26"; }

.nc-icon-glyph.business_chart-bar-33:before {
  content: "\EA27"; }

.nc-icon-glyph.business_chart-growth:before {
  content: "\EA28"; }

.nc-icon-glyph.business_chart-pie-35:before {
  content: "\EA29"; }

.nc-icon-glyph.business_chart-pie-36:before {
  content: "\EA2A"; }

.nc-icon-glyph.business_chart:before {
  content: "\EA2B"; }

.nc-icon-glyph.business_cheque:before {
  content: "\EA2C"; }

.nc-icon-glyph.business_coins:before {
  content: "\EA2D"; }

.nc-icon-glyph.business_connect:before {
  content: "\EA2E"; }

.nc-icon-glyph.business_contacts:before {
  content: "\EA2F"; }

.nc-icon-glyph.business_currency-dollar:before {
  content: "\EA30"; }

.nc-icon-glyph.business_currency-euro:before {
  content: "\EA31"; }

.nc-icon-glyph.business_currency-pound:before {
  content: "\EA32"; }

.nc-icon-glyph.business_currency-yen:before {
  content: "\EA33"; }

.nc-icon-glyph.business_factory:before {
  content: "\EA34"; }

.nc-icon-glyph.business_globe:before {
  content: "\EA35"; }

.nc-icon-glyph.business_goal-64:before {
  content: "\EA36"; }

.nc-icon-glyph.business_goal-65:before {
  content: "\EA37"; }

.nc-icon-glyph.business_gold:before {
  content: "\EA38"; }

.nc-icon-glyph.business_hammer:before {
  content: "\EA39"; }

.nc-icon-glyph.business_handout:before {
  content: "\EA3A"; }

.nc-icon-glyph.business_handshake:before {
  content: "\EA3B"; }

.nc-icon-glyph.business_hat:before {
  content: "\EA3C"; }

.nc-icon-glyph.business_hierarchy-53:before {
  content: "\EA3D"; }

.nc-icon-glyph.business_hierarchy-54:before {
  content: "\EA3E"; }

.nc-icon-glyph.business_hierarchy-55:before {
  content: "\EA3F"; }

.nc-icon-glyph.business_hierarchy-56:before {
  content: "\EA40"; }

.nc-icon-glyph.business_laptop-71:before {
  content: "\EA41"; }

.nc-icon-glyph.business_laptop-72:before {
  content: "\EA42"; }

.nc-icon-glyph.business_laptop-91:before {
  content: "\EA43"; }

.nc-icon-glyph.business_law:before {
  content: "\EA44"; }

.nc-icon-glyph.business_math:before {
  content: "\EA45"; }

.nc-icon-glyph.business_money-11:before {
  content: "\EA46"; }

.nc-icon-glyph.business_money-12:before {
  content: "\EA47"; }

.nc-icon-glyph.business_money-13:before {
  content: "\EA48"; }

.nc-icon-glyph.business_money-bag:before {
  content: "\EA49"; }

.nc-icon-glyph.business_money-coins:before {
  content: "\EA4A"; }

.nc-icon-glyph.business_money-growth:before {
  content: "\EA4B"; }

.nc-icon-glyph.business_money-time:before {
  content: "\EA4C"; }

.nc-icon-glyph.business_net:before {
  content: "\EA4D"; }

.nc-icon-glyph.business_notes:before {
  content: "\EA4E"; }

.nc-icon-glyph.business_payment:before {
  content: "\EA4F"; }

.nc-icon-glyph.business_percentage-38:before {
  content: "\EA50"; }

.nc-icon-glyph.business_percentage-39:before {
  content: "\EA51"; }

.nc-icon-glyph.business_pig:before {
  content: "\EA52"; }

.nc-icon-glyph.business_pin:before {
  content: "\EA53"; }

.nc-icon-glyph.business_plug:before {
  content: "\EA54"; }

.nc-icon-glyph.business_progress:before {
  content: "\EA55"; }

.nc-icon-glyph.business_round-dollar:before {
  content: "\EA56"; }

.nc-icon-glyph.business_round-euro:before {
  content: "\EA57"; }

.nc-icon-glyph.business_round-pound:before {
  content: "\EA58"; }

.nc-icon-glyph.business_round-yen:before {
  content: "\EA59"; }

.nc-icon-glyph.business_safe:before {
  content: "\EA5A"; }

.nc-icon-glyph.business_scale:before {
  content: "\EA5B"; }

.nc-icon-glyph.business_sign:before {
  content: "\EA5C"; }

.nc-icon-glyph.business_signature:before {
  content: "\EA5D"; }

.nc-icon-glyph.business_stock:before {
  content: "\EA5E"; }

.nc-icon-glyph.business_strategy:before {
  content: "\EA5F"; }

.nc-icon-glyph.business_tie-01:before {
  content: "\EA60"; }

.nc-icon-glyph.business_tie-02:before {
  content: "\EA61"; }

.nc-icon-glyph.business_wallet-43:before {
  content: "\EA62"; }

.nc-icon-glyph.business_wallet-44:before {
  content: "\EA63"; }

.nc-icon-glyph.business_wallet-90:before {
  content: "\EA64"; }

/* --------------------------------

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Outline';
  src: url(static/media/nucleo-outline.c3827deb.eot);
  src: url(static/media/nucleo-outline.c3827deb.eot) format("embedded-opentype"), url(static/media/nucleo-outline.ca1c5aff.woff2) format("woff2"), url(static/media/nucleo-outline.c85d8a9b.woff) format("woff"), url(static/media/nucleo-outline.04c6c2c0.ttf) format("truetype"), url(static/media/nucleo-outline.433321d2.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
  base class definition
-------------------------*/
.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon-outline.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon-outline.x2 {
  font-size: 2em; }

.nc-icon-outline.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-outline.square,
.nc-icon-outline.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon-outline.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.nc-icon-ul > li {
  position: relative; }

.nc-icon-ul > li > .nc-icon-outline {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center; }

.nc-icon-ul > li > .nc-icon-outline.lg {
  top: 0;
  left: -1.35714286em; }

.nc-icon-ul > li > .nc-icon-outline.circle,
.nc-icon-ul > li > .nc-icon-outline.square {
  top: -0.19047619em;
  left: -1.9047619em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-outline.spin {
  animation: nc-icon-spin 2s infinite linear; }

@keyframes nc-icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-outline.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.nc-icon-outline.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.nc-icon-outline.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.nc-icon-outline.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.nc-icon-outline.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

/*------------------------
  font icons
-------------------------*/
.nc-icon-outline.files_add:before {
  content: "\E900"; }

.nc-icon-outline.files_archive-3d-check:before {
  content: "\E901"; }

.nc-icon-outline.files_archive-3d-content:before {
  content: "\E902"; }

.nc-icon-outline.files_archive-check:before {
  content: "\E903"; }

.nc-icon-outline.files_archive-content:before {
  content: "\E904"; }

.nc-icon-outline.files_archive-paper-check:before {
  content: "\E905"; }

.nc-icon-outline.files_archive-paper:before {
  content: "\E906"; }

.nc-icon-outline.files_archive:before {
  content: "\E907"; }

.nc-icon-outline.files_audio:before {
  content: "\E908"; }

.nc-icon-outline.files_book-07:before {
  content: "\E909"; }

.nc-icon-outline.files_book-08:before {
  content: "\E90A"; }

.nc-icon-outline.files_bookmark:before {
  content: "\E90B"; }

.nc-icon-outline.files_box:before {
  content: "\E90C"; }

.nc-icon-outline.files_chart-bar:before {
  content: "\E90D"; }

.nc-icon-outline.files_chart-pie:before {
  content: "\E90E"; }

.nc-icon-outline.files_check:before {
  content: "\E90F"; }

.nc-icon-outline.files_cloud:before {
  content: "\E910"; }

.nc-icon-outline.files_copy:before {
  content: "\E911"; }

.nc-icon-outline.files_dev:before {
  content: "\E912"; }

.nc-icon-outline.files_download:before {
  content: "\E913"; }

.nc-icon-outline.files_drawer:before {
  content: "\E914"; }

.nc-icon-outline.files_edit:before {
  content: "\E915"; }

.nc-icon-outline.files_exclamation:before {
  content: "\E916"; }

.nc-icon-outline.files_folder-13:before {
  content: "\E917"; }

.nc-icon-outline.files_folder-14:before {
  content: "\E918"; }

.nc-icon-outline.files_folder-15:before {
  content: "\E919"; }

.nc-icon-outline.files_folder-16:before {
  content: "\E91A"; }

.nc-icon-outline.files_folder-17:before {
  content: "\E91B"; }

.nc-icon-outline.files_folder-18:before {
  content: "\E91C"; }

.nc-icon-outline.files_folder-19:before {
  content: "\E91D"; }

.nc-icon-outline.files_folder-add:before {
  content: "\E91E"; }

.nc-icon-outline.files_folder-audio:before {
  content: "\E91F"; }

.nc-icon-outline.files_folder-bookmark:before {
  content: "\E920"; }

.nc-icon-outline.files_folder-chart-bar:before {
  content: "\E921"; }

.nc-icon-outline.files_folder-chart-pie:before {
  content: "\E922"; }

.nc-icon-outline.files_folder-check:before {
  content: "\E923"; }

.nc-icon-outline.files_folder-cloud:before {
  content: "\E924"; }

.nc-icon-outline.files_folder-dev:before {
  content: "\E925"; }

.nc-icon-outline.files_folder-download:before {
  content: "\E926"; }

.nc-icon-outline.files_folder-edit:before {
  content: "\E927"; }

.nc-icon-outline.files_folder-exclamation:before {
  content: "\E928"; }

.nc-icon-outline.files_folder-gallery:before {
  content: "\E929"; }

.nc-icon-outline.files_folder-heart:before {
  content: "\E92A"; }

.nc-icon-outline.files_folder-image:before {
  content: "\E92B"; }

.nc-icon-outline.files_folder-info:before {
  content: "\E92C"; }

.nc-icon-outline.files_folder-link:before {
  content: "\E92D"; }

.nc-icon-outline.files_folder-locked:before {
  content: "\E92E"; }

.nc-icon-outline.files_folder-money:before {
  content: "\E92F"; }

.nc-icon-outline.files_folder-music:before {
  content: "\E930"; }

.nc-icon-outline.files_folder-no-access:before {
  content: "\E931"; }

.nc-icon-outline.files_folder-play:before {
  content: "\E932"; }

.nc-icon-outline.files_folder-question:before {
  content: "\E933"; }

.nc-icon-outline.files_folder-refresh:before {
  content: "\E934"; }

.nc-icon-outline.files_folder-remove:before {
  content: "\E935"; }

.nc-icon-outline.files_folder-search:before {
  content: "\E936"; }

.nc-icon-outline.files_folder-settings-81:before {
  content: "\E937"; }

.nc-icon-outline.files_folder-settings-97:before {
  content: "\E938"; }

.nc-icon-outline.files_folder-shared:before {
  content: "\E939"; }

.nc-icon-outline.files_folder-star:before {
  content: "\E93A"; }

.nc-icon-outline.files_folder-time:before {
  content: "\E93B"; }

.nc-icon-outline.files_folder-upload:before {
  content: "\E93C"; }

.nc-icon-outline.files_folder-user:before {
  content: "\E93D"; }

.nc-icon-outline.files_folder-vector:before {
  content: "\E93E"; }

.nc-icon-outline.files_gallery:before {
  content: "\E93F"; }

.nc-icon-outline.files_heart:before {
  content: "\E940"; }

.nc-icon-outline.files_image:before {
  content: "\E941"; }

.nc-icon-outline.files_info:before {
  content: "\E942"; }

.nc-icon-outline.files_link:before {
  content: "\E943"; }

.nc-icon-outline.files_locked:before {
  content: "\E944"; }

.nc-icon-outline.files_money:before {
  content: "\E945"; }

.nc-icon-outline.files_music:before {
  content: "\E946"; }

.nc-icon-outline.files_no-access:before {
  content: "\EE8C"; }

.nc-icon-outline.files_notebook:before {
  content: "\EE8D"; }

.nc-icon-outline.files_paper:before {
  content: "\EE8E"; }

.nc-icon-outline.files_play:before {
  content: "\EE8F"; }

.nc-icon-outline.files_question:before {
  content: "\EE90"; }

.nc-icon-outline.files_refresh:before {
  content: "\EE91"; }

.nc-icon-outline.files_remove:before {
  content: "\EE92"; }

.nc-icon-outline.files_replace-folder:before {
  content: "\EE93"; }

.nc-icon-outline.files_replace:before {
  content: "\EE94"; }

.nc-icon-outline.files_search:before {
  content: "\EE95"; }

.nc-icon-outline.files_settings-46:before {
  content: "\EE96"; }

.nc-icon-outline.files_settings-99:before {
  content: "\EE97"; }

.nc-icon-outline.files_shared:before {
  content: "\EE98"; }

.nc-icon-outline.files_single-content-02:before {
  content: "\EE99"; }

.nc-icon-outline.files_single-content-03:before {
  content: "\EE9A"; }

.nc-icon-outline.files_single-copies:before {
  content: "\EE9B"; }

.nc-icon-outline.files_single-copy-04:before {
  content: "\EE9C"; }

.nc-icon-outline.files_single-copy-06:before {
  content: "\EE9D"; }

.nc-icon-outline.files_single-folded-content:before {
  content: "\EE9E"; }

.nc-icon-outline.files_single-folded:before {
  content: "\EE9F"; }

.nc-icon-outline.files_single-paragraph:before {
  content: "\EEA0"; }

.nc-icon-outline.files_single:before {
  content: "\EEA1"; }

.nc-icon-outline.files_star:before {
  content: "\EEA2"; }

.nc-icon-outline.files_time:before {
  content: "\EEA3"; }

.nc-icon-outline.files_upload:before {
  content: "\EEA4"; }

.nc-icon-outline.files_user:before {
  content: "\EEA5"; }

.nc-icon-outline.files_vector:before {
  content: "\EEA6"; }

.nc-icon-outline.files_zip-54:before {
  content: "\EEA7"; }

.nc-icon-outline.files_zip-55:before {
  content: "\EEA8"; }

.nc-icon-outline.tech_cable-49:before {
  content: "\EEA9"; }

.nc-icon-outline.tech_cable-50:before {
  content: "\EEAA"; }

.nc-icon-outline.tech_cd-reader:before {
  content: "\EEAB"; }

.nc-icon-outline.tech_computer-monitor:before {
  content: "\EEAC"; }

.nc-icon-outline.tech_computer-old:before {
  content: "\EEAD"; }

.nc-icon-outline.tech_computer:before {
  content: "\EEAE"; }

.nc-icon-outline.tech_controller-modern:before {
  content: "\EEAF"; }

.nc-icon-outline.tech_controller:before {
  content: "\EEB0"; }

.nc-icon-outline.tech_desktop-screen:before {
  content: "\EEB1"; }

.nc-icon-outline.tech_desktop:before {
  content: "\EEB2"; }

.nc-icon-outline.tech_disk-reader:before {
  content: "\EEB3"; }

.nc-icon-outline.tech_disk:before {
  content: "\EEB4"; }

.nc-icon-outline.tech_gopro:before {
  content: "\EEB5"; }

.nc-icon-outline.tech_headphones:before {
  content: "\EEB6"; }

.nc-icon-outline.tech_keyboard-mouse:before {
  content: "\EEB7"; }

.nc-icon-outline.tech_keyboard-wifi:before {
  content: "\EEB8"; }

.nc-icon-outline.tech_keyboard:before {
  content: "\EEB9"; }

.nc-icon-outline.tech_laptop-1:before {
  content: "\EEBA"; }

.nc-icon-outline.tech_laptop-2:before {
  content: "\EEBB"; }

.nc-icon-outline.tech_laptop:before {
  content: "\EEBC"; }

.nc-icon-outline.tech_mobile-button:before {
  content: "\EEBD"; }

.nc-icon-outline.tech_mobile-camera:before {
  content: "\EEBE"; }

.nc-icon-outline.tech_mobile-recharger-08:before {
  content: "\EEBF"; }

.nc-icon-outline.tech_mobile-recharger-09:before {
  content: "\EEC0"; }

.nc-icon-outline.tech_mobile-toolbar:before {
  content: "\EEC1"; }

.nc-icon-outline.tech_mobile:before {
  content: "\EEC2"; }

.nc-icon-outline.tech_music:before {
  content: "\EEC3"; }

.nc-icon-outline.tech_navigation:before {
  content: "\EEC4"; }

.nc-icon-outline.tech_player-19:before {
  content: "\EEC5"; }

.nc-icon-outline.tech_player-48:before {
  content: "\EEC6"; }

.nc-icon-outline.tech_print-fold:before {
  content: "\EEC7"; }

.nc-icon-outline.tech_print-round-fold:before {
  content: "\EEC8"; }

.nc-icon-outline.tech_print-round:before {
  content: "\EEC9"; }

.nc-icon-outline.tech_print:before {
  content: "\EECA"; }

.nc-icon-outline.tech_ram:before {
  content: "\EECB"; }

.nc-icon-outline.tech_remote:before {
  content: "\EECC"; }

.nc-icon-outline.tech_signal:before {
  content: "\EECD"; }

.nc-icon-outline.tech_socket:before {
  content: "\EECE"; }

.nc-icon-outline.tech_sync:before {
  content: "\EECF"; }

.nc-icon-outline.tech_tablet-button:before {
  content: "\EED0"; }

.nc-icon-outline.tech_tablet-reader-31:before {
  content: "\EED1"; }

.nc-icon-outline.tech_tablet-reader-42:before {
  content: "\EED2"; }

.nc-icon-outline.tech_tablet-toolbar:before {
  content: "\EED3"; }

.nc-icon-outline.tech_tablet:before {
  content: "\EED4"; }

.nc-icon-outline.tech_tv-old:before {
  content: "\EED5"; }

.nc-icon-outline.tech_tv:before {
  content: "\EED6"; }

.nc-icon-outline.tech_watch-circle:before {
  content: "\EED7"; }

.nc-icon-outline.tech_watch-time:before {
  content: "\EED8"; }

.nc-icon-outline.tech_watch:before {
  content: "\EED9"; }

.nc-icon-outline.tech_webcam-38:before {
  content: "\EEDA"; }

.nc-icon-outline.tech_webcam-39:before {
  content: "\EEDB"; }

.nc-icon-outline.tech_wifi-router:before {
  content: "\EEDC"; }

.nc-icon-outline.tech_wifi:before {
  content: "\EEDD"; }

.nc-icon-outline.tech-2_cctv:before {
  content: "\EEDE"; }

.nc-icon-outline.tech-2_connection:before {
  content: "\EEDF"; }

.nc-icon-outline.tech-2_device-connection:before {
  content: "\EEE0"; }

.nc-icon-outline.tech-2_dock:before {
  content: "\EEE1"; }

.nc-icon-outline.tech-2_firewall:before {
  content: "\EEE2"; }

.nc-icon-outline.tech-2_hdmi:before {
  content: "\EEE3"; }

.nc-icon-outline.tech-2_headphone:before {
  content: "\EEE4"; }

.nc-icon-outline.tech-2_headset:before {
  content: "\EEE5"; }

.nc-icon-outline.tech-2_keyboard-hide:before {
  content: "\EEE6"; }

.nc-icon-outline.tech-2_keyboard-wireless:before {
  content: "\EEE7"; }

.nc-icon-outline.tech-2_l-add:before {
  content: "\EEE8"; }

.nc-icon-outline.tech-2_l-check:before {
  content: "\EEE9"; }

.nc-icon-outline.tech-2_l-location:before {
  content: "\EEEA"; }

.nc-icon-outline.tech-2_l-remove:before {
  content: "\EEEB"; }

.nc-icon-outline.tech-2_l-search:before {
  content: "\EEEC"; }

.nc-icon-outline.tech-2_l-security:before {
  content: "\EEED"; }

.nc-icon-outline.tech-2_l-settings:before {
  content: "\EEEE"; }

.nc-icon-outline.tech-2_l-sync:before {
  content: "\EEEF"; }

.nc-icon-outline.tech-2_l-system-update:before {
  content: "\EEF0"; }

.nc-icon-outline.tech-2_lock-landscape:before {
  content: "\EEF1"; }

.nc-icon-outline.tech-2_lock-portrait:before {
  content: "\EEF2"; }

.nc-icon-outline.tech-2_mic:before {
  content: "\EEF3"; }

.nc-icon-outline.tech-2_mobile-landscape:before {
  content: "\EEF4"; }

.nc-icon-outline.tech-2_p-add:before {
  content: "\EEF5"; }

.nc-icon-outline.tech-2_p-check:before {
  content: "\EEF6"; }

.nc-icon-outline.tech-2_p-edit:before {
  content: "\EEF7"; }

.nc-icon-outline.tech-2_p-heart:before {
  content: "\EEF8"; }

.nc-icon-outline.tech-2_p-location:before {
  content: "\EEF9"; }

.nc-icon-outline.tech-2_p-remove:before {
  content: "\EEFA"; }

.nc-icon-outline.tech-2_p-search:before {
  content: "\EEFB"; }

.nc-icon-outline.tech-2_p-settings:before {
  content: "\EEFC"; }

.nc-icon-outline.tech-2_p-share:before {
  content: "\EEFD"; }

.nc-icon-outline.tech-2_p-sync:before {
  content: "\EEFE"; }

.nc-icon-outline.tech-2_p-system-update:before {
  content: "\EEFF"; }

.nc-icon-outline.tech-2_p-time:before {
  content: "\EF00"; }

.nc-icon-outline.tech-2_pci-card:before {
  content: "\EF01"; }

.nc-icon-outline.tech-2_rotate-lock:before {
  content: "\EF02"; }

.nc-icon-outline.tech-2_rotate:before {
  content: "\EF03"; }

.nc-icon-outline.tech-2_sim-card:before {
  content: "\EF04"; }

.nc-icon-outline.tech-2_socket-europe-1:before {
  content: "\EF05"; }

.nc-icon-outline.tech-2_socket-europe-2:before {
  content: "\EF06"; }

.nc-icon-outline.tech-2_socket-uk:before {
  content: "\EF07"; }

.nc-icon-outline.tech-2_vpn:before {
  content: "\EF08"; }

.nc-icon-outline.tech-2_wifi-off:before {
  content: "\EF09"; }

.nc-icon-outline.tech-2_wifi-protected:before {
  content: "\EF0A"; }

.nc-icon-outline.tech-2_wifi:before {
  content: "\EF0B"; }

.nc-icon-outline.users_add-27:before {
  content: "\EF0C"; }

.nc-icon-outline.users_add-29:before {
  content: "\EF0D"; }

.nc-icon-outline.users_badge-13:before {
  content: "\EF0E"; }

.nc-icon-outline.users_badge-14:before {
  content: "\EF0F"; }

.nc-icon-outline.users_badge-15:before {
  content: "\EF10"; }

.nc-icon-outline.users_circle-08:before {
  content: "\EF11"; }

.nc-icon-outline.users_circle-09:before {
  content: "\EF12"; }

.nc-icon-outline.users_circle-10:before {
  content: "\EF13"; }

.nc-icon-outline.users_contacts:before {
  content: "\EF14"; }

.nc-icon-outline.users_delete-28:before {
  content: "\EF15"; }

.nc-icon-outline.users_delete-30:before {
  content: "\EF16"; }

.nc-icon-outline.users_man-20:before {
  content: "\EF17"; }

.nc-icon-outline.users_man-23:before {
  content: "\EF18"; }

.nc-icon-outline.users_man-glasses:before {
  content: "\EF19"; }

.nc-icon-outline.users_mobile-contact:before {
  content: "\EF1A"; }

.nc-icon-outline.users_multiple-11:before {
  content: "\EF1B"; }

.nc-icon-outline.users_multiple-19:before {
  content: "\EF1C"; }

.nc-icon-outline.users_network:before {
  content: "\EF1D"; }

.nc-icon-outline.users_parent:before {
  content: "\EF1E"; }

.nc-icon-outline.users_single-01:before {
  content: "\EF1F"; }

.nc-icon-outline.users_single-02:before {
  content: "\EF20"; }

.nc-icon-outline.users_single-03:before {
  content: "\EF21"; }

.nc-icon-outline.users_single-04:before {
  content: "\EF22"; }

.nc-icon-outline.users_single-05:before {
  content: "\EF23"; }

.nc-icon-outline.users_single-body:before {
  content: "\EF24"; }

.nc-icon-outline.users_single-position:before {
  content: "\EF25"; }

.nc-icon-outline.users_square-31:before {
  content: "\EF26"; }

.nc-icon-outline.users_square-32:before {
  content: "\EF27"; }

.nc-icon-outline.users_square-33:before {
  content: "\EF28"; }

.nc-icon-outline.users_woman-21:before {
  content: "\EF29"; }

.nc-icon-outline.users_woman-24:before {
  content: "\EF2A"; }

.nc-icon-outline.users_woman-25:before {
  content: "\EF2B"; }

.nc-icon-outline.users_woman-man:before {
  content: "\EF2C"; }

.nc-icon-outline.users-2_a-add:before {
  content: "\EF2D"; }

.nc-icon-outline.users-2_a-check:before {
  content: "\EF2E"; }

.nc-icon-outline.users-2_a-delete:before {
  content: "\EF2F"; }

.nc-icon-outline.users-2_a-edit:before {
  content: "\EF30"; }

.nc-icon-outline.users-2_a-heart:before {
  content: "\EF31"; }

.nc-icon-outline.users-2_a-location:before {
  content: "\EF32"; }

.nc-icon-outline.users-2_a-remove:before {
  content: "\EF33"; }

.nc-icon-outline.users-2_a-search:before {
  content: "\EF34"; }

.nc-icon-outline.users-2_a-security:before {
  content: "\EF35"; }

.nc-icon-outline.users-2_a-share:before {
  content: "\EF36"; }

.nc-icon-outline.users-2_a-star:before {
  content: "\EF37"; }

.nc-icon-outline.users-2_a-sync:before {
  content: "\EF38"; }

.nc-icon-outline.users-2_a-time:before {
  content: "\EF39"; }

.nc-icon-outline.users-2_accessibility:before {
  content: "\EF3A"; }

.nc-icon-outline.users-2_b-add:before {
  content: "\EF3B"; }

.nc-icon-outline.users-2_b-check:before {
  content: "\EF3C"; }

.nc-icon-outline.users-2_b-location:before {
  content: "\EF3D"; }

.nc-icon-outline.users-2_b-love:before {
  content: "\EF3E"; }

.nc-icon-outline.users-2_b-meeting:before {
  content: "\EF3F"; }

.nc-icon-outline.users-2_b-remove:before {
  content: "\EF40"; }

.nc-icon-outline.users-2_b-security:before {
  content: "\EF41"; }

.nc-icon-outline.users-2_child:before {
  content: "\EF42"; }

.nc-icon-outline.users-2_contacts-44:before {
  content: "\EF43"; }

.nc-icon-outline.users-2_contacts-45:before {
  content: "\EF44"; }

.nc-icon-outline.users-2_couple-gay:before {
  content: "\EF45"; }

.nc-icon-outline.users-2_couple-lesbian:before {
  content: "\EF46"; }

.nc-icon-outline.users-2_disabled:before {
  content: "\EF47"; }

.nc-icon-outline.users-2_exchange:before {
  content: "\EF48"; }

.nc-icon-outline.users-2_family:before {
  content: "\EF49"; }

.nc-icon-outline.users-2_focus:before {
  content: "\EF4A"; }

.nc-icon-outline.users-2_home:before {
  content: "\EF4B"; }

.nc-icon-outline.users-2_man-down:before {
  content: "\EF4C"; }

.nc-icon-outline.users-2_man-up:before {
  content: "\EF4D"; }

.nc-icon-outline.users-2_man:before {
  content: "\EF4E"; }

.nc-icon-outline.users-2_meeting:before {
  content: "\EF4F"; }

.nc-icon-outline.users-2_mickey-mouse:before {
  content: "\EF50"; }

.nc-icon-outline.users-2_multiple:before {
  content: "\EF51"; }

.nc-icon-outline.users-2_pin:before {
  content: "\EF52"; }

.nc-icon-outline.users-2_police:before {
  content: "\EF53"; }

.nc-icon-outline.users-2_search:before {
  content: "\EF54"; }

.nc-icon-outline.users-2_standing-man:before {
  content: "\EF55"; }

.nc-icon-outline.users-2_standing-woman:before {
  content: "\EF56"; }

.nc-icon-outline.users-2_voice-record:before {
  content: "\EF57"; }

.nc-icon-outline.users-2_wc:before {
  content: "\EF58"; }

.nc-icon-outline.users-2_woman-down:before {
  content: "\EF59"; }

.nc-icon-outline.users-2_woman-up:before {
  content: "\EF5A"; }

.nc-icon-outline.users-2_woman:before {
  content: "\EF5B"; }

.nc-icon-outline.shopping_award:before {
  content: "\EA3E"; }

.nc-icon-outline.shopping_bag-09:before {
  content: "\EA3F"; }

.nc-icon-outline.shopping_bag-16:before {
  content: "\EA40"; }

.nc-icon-outline.shopping_bag-17:before {
  content: "\EA41"; }

.nc-icon-outline.shopping_bag-20:before {
  content: "\EA42"; }

.nc-icon-outline.shopping_bag-add-18:before {
  content: "\EA43"; }

.nc-icon-outline.shopping_bag-add-21:before {
  content: "\EA44"; }

.nc-icon-outline.shopping_bag-edit:before {
  content: "\EA45"; }

.nc-icon-outline.shopping_bag-remove-19:before {
  content: "\EA46"; }

.nc-icon-outline.shopping_bag-remove-22:before {
  content: "\EA47"; }

.nc-icon-outline.shopping_barcode-scan:before {
  content: "\EA48"; }

.nc-icon-outline.shopping_barcode:before {
  content: "\EA49"; }

.nc-icon-outline.shopping_bardcode-qr:before {
  content: "\EA4A"; }

.nc-icon-outline.shopping_basket-add:before {
  content: "\EA4B"; }

.nc-icon-outline.shopping_basket-edit:before {
  content: "\EA4C"; }

.nc-icon-outline.shopping_basket-remove:before {
  content: "\EA4D"; }

.nc-icon-outline.shopping_basket-simple-add:before {
  content: "\EA4E"; }

.nc-icon-outline.shopping_basket-simple-remove:before {
  content: "\EA4F"; }

.nc-icon-outline.shopping_basket-simple:before {
  content: "\EA50"; }

.nc-icon-outline.shopping_basket:before {
  content: "\EA51"; }

.nc-icon-outline.shopping_bitcoin:before {
  content: "\EA52"; }

.nc-icon-outline.shopping_board:before {
  content: "\EA53"; }

.nc-icon-outline.shopping_box-3d-50:before {
  content: "\EA54"; }

.nc-icon-outline.shopping_box-3d-67:before {
  content: "\EA55"; }

.nc-icon-outline.shopping_box-ribbon:before {
  content: "\EA56"; }

.nc-icon-outline.shopping_box:before {
  content: "\EA57"; }

.nc-icon-outline.shopping_cart-add:before {
  content: "\EA58"; }

.nc-icon-outline.shopping_cart-modern-add:before {
  content: "\EA59"; }

.nc-icon-outline.shopping_cart-modern-in:before {
  content: "\EA5A"; }

.nc-icon-outline.shopping_cart-modern-remove:before {
  content: "\EA5B"; }

.nc-icon-outline.shopping_cart-modern:before {
  content: "\EA5C"; }

.nc-icon-outline.shopping_cart-remove:before {
  content: "\EA5D"; }

.nc-icon-outline.shopping_cart-simple-add:before {
  content: "\EA5E"; }

.nc-icon-outline.shopping_cart-simple-in:before {
  content: "\EA5F"; }

.nc-icon-outline.shopping_cart-simple-remove:before {
  content: "\EA60"; }

.nc-icon-outline.shopping_cart-simple:before {
  content: "\EA61"; }

.nc-icon-outline.shopping_cart:before {
  content: "\EA62"; }

.nc-icon-outline.shopping_cash-register:before {
  content: "\EA63"; }

.nc-icon-outline.shopping_chart:before {
  content: "\EA64"; }

.nc-icon-outline.shopping_credit-card-in:before {
  content: "\EA65"; }

.nc-icon-outline.shopping_credit-card:before {
  content: "\EA66"; }

.nc-icon-outline.shopping_credit-locked:before {
  content: "\EA67"; }

.nc-icon-outline.shopping_delivery-fast:before {
  content: "\EA68"; }

.nc-icon-outline.shopping_delivery-time:before {
  content: "\EA69"; }

.nc-icon-outline.shopping_delivery-track:before {
  content: "\EA6A"; }

.nc-icon-outline.shopping_delivery:before {
  content: "\EA6B"; }

.nc-icon-outline.shopping_discount:before {
  content: "\EA6C"; }

.nc-icon-outline.shopping_gift:before {
  content: "\EA6D"; }

.nc-icon-outline.shopping_hand-card:before {
  content: "\EA6E"; }

.nc-icon-outline.shopping_list:before {
  content: "\EA6F"; }

.nc-icon-outline.shopping_mobile-card:before {
  content: "\EA70"; }

.nc-icon-outline.shopping_mobile-cart:before {
  content: "\EA71"; }

.nc-icon-outline.shopping_mobile-touch:before {
  content: "\EA72"; }

.nc-icon-outline.shopping_newsletter:before {
  content: "\EA73"; }

.nc-icon-outline.shopping_pos:before {
  content: "\EA74"; }

.nc-icon-outline.shopping_receipt-list-42:before {
  content: "\EA75"; }

.nc-icon-outline.shopping_receipt-list-43:before {
  content: "\EA76"; }

.nc-icon-outline.shopping_receipt:before {
  content: "\EA77"; }

.nc-icon-outline.shopping_shop-location:before {
  content: "\EA78"; }

.nc-icon-outline.shopping_shop:before {
  content: "\EA79"; }

.nc-icon-outline.shopping_stock:before {
  content: "\EA7A"; }

.nc-icon-outline.shopping_tag-content:before {
  content: "\EA7B"; }

.nc-icon-outline.shopping_tag-cut:before {
  content: "\EA7C"; }

.nc-icon-outline.shopping_tag-line:before {
  content: "\EA7D"; }

.nc-icon-outline.shopping_tag-sale:before {
  content: "\EA7E"; }

.nc-icon-outline.shopping_tag:before {
  content: "\EA7F"; }

.nc-icon-outline.shopping_wallet:before {
  content: "\EA80"; }

.nc-icon-outline.arrows-1_back-78:before {
  content: "\EA81"; }

.nc-icon-outline.arrows-1_back-80:before {
  content: "\EA82"; }

.nc-icon-outline.arrows-1_bold-direction:before {
  content: "\EA83"; }

.nc-icon-outline.arrows-1_bold-down:before {
  content: "\EA84"; }

.nc-icon-outline.arrows-1_bold-left:before {
  content: "\EA85"; }

.nc-icon-outline.arrows-1_bold-right:before {
  content: "\EA86"; }

.nc-icon-outline.arrows-1_bold-up:before {
  content: "\EA87"; }

.nc-icon-outline.arrows-1_circle-down-12:before {
  content: "\EA88"; }

.nc-icon-outline.arrows-1_circle-down-40:before {
  content: "\EA89"; }

.nc-icon-outline.arrows-1_circle-left-10:before {
  content: "\EA8A"; }

.nc-icon-outline.arrows-1_circle-left-38:before {
  content: "\EA8B"; }

.nc-icon-outline.arrows-1_circle-right-09:before {
  content: "\EA8C"; }

.nc-icon-outline.arrows-1_circle-right-37:before {
  content: "\EA8D"; }

.nc-icon-outline.arrows-1_circle-up-11:before {
  content: "\EA8E"; }

.nc-icon-outline.arrows-1_circle-up-39:before {
  content: "\EA8F"; }

.nc-icon-outline.arrows-1_cloud-download-93:before {
  content: "\EA90"; }

.nc-icon-outline.arrows-1_cloud-download-95:before {
  content: "\EA91"; }

.nc-icon-outline.arrows-1_cloud-upload-94:before {
  content: "\EA92"; }

.nc-icon-outline.arrows-1_cloud-upload-96:before {
  content: "\EA93"; }

.nc-icon-outline.arrows-1_curved-next:before {
  content: "\EA94"; }

.nc-icon-outline.arrows-1_curved-previous:before {
  content: "\EA95"; }

.nc-icon-outline.arrows-1_direction-53:before {
  content: "\EA96"; }

.nc-icon-outline.arrows-1_direction-56:before {
  content: "\EA97"; }

.nc-icon-outline.arrows-1_double-left:before {
  content: "\EA98"; }

.nc-icon-outline.arrows-1_double-right:before {
  content: "\EA99"; }

.nc-icon-outline.arrows-1_download:before {
  content: "\EA9A"; }

.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
  content: "\EA9B"; }

.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
  content: "\EA9C"; }

.nc-icon-outline.arrows-1_enlarge-horizontal:before {
  content: "\EA9D"; }

.nc-icon-outline.arrows-1_enlarge-vertical:before {
  content: "\EA9E"; }

.nc-icon-outline.arrows-1_fit-horizontal:before {
  content: "\EA9F"; }

.nc-icon-outline.arrows-1_fit-vertical:before {
  content: "\EAA0"; }

.nc-icon-outline.arrows-1_fullscreen-70:before {
  content: "\EAA1"; }

.nc-icon-outline.arrows-1_fullscreen-71:before {
  content: "\EAA2"; }

.nc-icon-outline.arrows-1_fullscreen-76:before {
  content: "\EAA3"; }

.nc-icon-outline.arrows-1_fullscreen-77:before {
  content: "\EAA4"; }

.nc-icon-outline.arrows-1_fullscreen-double-74:before {
  content: "\EAA5"; }

.nc-icon-outline.arrows-1_fullscreen-double-75:before {
  content: "\EAA6"; }

.nc-icon-outline.arrows-1_fullscreen-split-72:before {
  content: "\EAA7"; }

.nc-icon-outline.arrows-1_fullscreen-split-73:before {
  content: "\EAA8"; }

.nc-icon-outline.arrows-1_log-in:before {
  content: "\EAA9"; }

.nc-icon-outline.arrows-1_log-out:before {
  content: "\EAAA"; }

.nc-icon-outline.arrows-1_loop-82:before {
  content: "\EAAB"; }

.nc-icon-outline.arrows-1_loop-83:before {
  content: "\EAAC"; }

.nc-icon-outline.arrows-1_minimal-down:before {
  content: "\EAAD"; }

.nc-icon-outline.arrows-1_minimal-left:before {
  content: "\EAAE"; }

.nc-icon-outline.arrows-1_minimal-right:before {
  content: "\EAAF"; }

.nc-icon-outline.arrows-1_minimal-up:before {
  content: "\EAB0"; }

.nc-icon-outline.arrows-1_redo-79:before {
  content: "\EAB1"; }

.nc-icon-outline.arrows-1_redo-81:before {
  content: "\EAB2"; }

.nc-icon-outline.arrows-1_refresh-68:before {
  content: "\EAB3"; }

.nc-icon-outline.arrows-1_refresh-69:before {
  content: "\EAB4"; }

.nc-icon-outline.arrows-1_round-down:before {
  content: "\EAB5"; }

.nc-icon-outline.arrows-1_round-left:before {
  content: "\EAB6"; }

.nc-icon-outline.arrows-1_round-right:before {
  content: "\EAB7"; }

.nc-icon-outline.arrows-1_round-up:before {
  content: "\EAB8"; }

.nc-icon-outline.arrows-1_share-66:before {
  content: "\EAB9"; }

.nc-icon-outline.arrows-1_share-91:before {
  content: "\EABA"; }

.nc-icon-outline.arrows-1_share-92:before {
  content: "\EABB"; }

.nc-icon-outline.arrows-1_shuffle-97:before {
  content: "\EABC"; }

.nc-icon-outline.arrows-1_shuffle-98:before {
  content: "\EABD"; }

.nc-icon-outline.arrows-1_simple-down:before {
  content: "\EABE"; }

.nc-icon-outline.arrows-1_simple-left:before {
  content: "\EABF"; }

.nc-icon-outline.arrows-1_simple-right:before {
  content: "\EAC0"; }

.nc-icon-outline.arrows-1_simple-up:before {
  content: "\EAC1"; }

.nc-icon-outline.arrows-1_small-triangle-down:before {
  content: "\EAC2"; }

.nc-icon-outline.arrows-1_small-triangle-left:before {
  content: "\EAC3"; }

.nc-icon-outline.arrows-1_small-triangle-right:before {
  content: "\EAC4"; }

.nc-icon-outline.arrows-1_small-triangle-up:before {
  content: "\EAC5"; }

.nc-icon-outline.arrows-1_square-down:before {
  content: "\EAC6"; }

.nc-icon-outline.arrows-1_square-left:before {
  content: "\EAC7"; }

.nc-icon-outline.arrows-1_square-right:before {
  content: "\EAC8"; }

.nc-icon-outline.arrows-1_square-up:before {
  content: "\EAC9"; }

.nc-icon-outline.arrows-1_strong-down:before {
  content: "\EACA"; }

.nc-icon-outline.arrows-1_strong-left:before {
  content: "\EACB"; }

.nc-icon-outline.arrows-1_strong-right:before {
  content: "\EACC"; }

.nc-icon-outline.arrows-1_strong-up:before {
  content: "\EACD"; }

.nc-icon-outline.arrows-1_tail-down:before {
  content: "\EACE"; }

.nc-icon-outline.arrows-1_tail-left:before {
  content: "\EACF"; }

.nc-icon-outline.arrows-1_tail-right:before {
  content: "\EAD0"; }

.nc-icon-outline.arrows-1_tail-triangle-down:before {
  content: "\EAD1"; }

.nc-icon-outline.arrows-1_tail-triangle-left:before {
  content: "\EAD2"; }

.nc-icon-outline.arrows-1_tail-triangle-right:before {
  content: "\EAD3"; }

.nc-icon-outline.arrows-1_tail-triangle-up:before {
  content: "\EAD4"; }

.nc-icon-outline.arrows-1_tail-up:before {
  content: "\EAD5"; }

.nc-icon-outline.arrows-1_trend-down:before {
  content: "\EAD6"; }

.nc-icon-outline.arrows-1_trend-up:before {
  content: "\EAD7"; }

.nc-icon-outline.arrows-1_triangle-down-20:before {
  content: "\EAD8"; }

.nc-icon-outline.arrows-1_triangle-down-65:before {
  content: "\EAD9"; }

.nc-icon-outline.arrows-1_triangle-left-18:before {
  content: "\EADA"; }

.nc-icon-outline.arrows-1_triangle-left-63:before {
  content: "\EADB"; }

.nc-icon-outline.arrows-1_triangle-right-17:before {
  content: "\EADC"; }

.nc-icon-outline.arrows-1_triangle-right-62:before {
  content: "\EADD"; }

.nc-icon-outline.arrows-1_triangle-up-19:before {
  content: "\EADE"; }

.nc-icon-outline.arrows-1_triangle-up-64:before {
  content: "\EADF"; }

.nc-icon-outline.arrows-1_window-zoom-in:before {
  content: "\EAE0"; }

.nc-icon-outline.arrows-1_window-zoom-out:before {
  content: "\EAE1"; }

.nc-icon-outline.arrows-1_zoom-88:before {
  content: "\EAE2"; }

.nc-icon-outline.arrows-1_zoom-99:before {
  content: "\EAE3"; }

.nc-icon-outline.arrows-1_zoom-100:before {
  content: "\EAE4"; }

.nc-icon-outline.arrows-2_block-down:before {
  content: "\EAE5"; }

.nc-icon-outline.arrows-2_block-left:before {
  content: "\EAE6"; }

.nc-icon-outline.arrows-2_block-right:before {
  content: "\EAE7"; }

.nc-icon-outline.arrows-2_block-up:before {
  content: "\EAE8"; }

.nc-icon-outline.arrows-2_circle-in:before {
  content: "\EAE9"; }

.nc-icon-outline.arrows-2_circle-out:before {
  content: "\EAEA"; }

.nc-icon-outline.arrows-2_circuit-round:before {
  content: "\EAEB"; }

.nc-icon-outline.arrows-2_circuit:before {
  content: "\EAEC"; }

.nc-icon-outline.arrows-2_computer-upload:before {
  content: "\EAED"; }

.nc-icon-outline.arrows-2_conversion:before {
  content: "\EAEE"; }

.nc-icon-outline.arrows-2_corner-down-round:before {
  content: "\EAEF"; }

.nc-icon-outline.arrows-2_corner-down:before {
  content: "\EAF0"; }

.nc-icon-outline.arrows-2_corner-left-down:before {
  content: "\EAF1"; }

.nc-icon-outline.arrows-2_corner-left-round:before {
  content: "\EAF2"; }

.nc-icon-outline.arrows-2_corner-left:before {
  content: "\EAF3"; }

.nc-icon-outline.arrows-2_corner-right-down:before {
  content: "\EAF4"; }

.nc-icon-outline.arrows-2_corner-right-round:before {
  content: "\EAF5"; }

.nc-icon-outline.arrows-2_corner-right:before {
  content: "\EAF6"; }

.nc-icon-outline.arrows-2_corner-up-left:before {
  content: "\EAF7"; }

.nc-icon-outline.arrows-2_corner-up-right:before {
  content: "\EAF8"; }

.nc-icon-outline.arrows-2_corner-up-round:before {
  content: "\EAF9"; }

.nc-icon-outline.arrows-2_corner-up:before {
  content: "\EAFA"; }

.nc-icon-outline.arrows-2_cross-down:before {
  content: "\EAFB"; }

.nc-icon-outline.arrows-2_cross-horizontal:before {
  content: "\EAFC"; }

.nc-icon-outline.arrows-2_cross-left:before {
  content: "\EAFD"; }

.nc-icon-outline.arrows-2_cross-right:before {
  content: "\EAFE"; }

.nc-icon-outline.arrows-2_cross-up:before {
  content: "\EAFF"; }

.nc-icon-outline.arrows-2_cross-vertical:before {
  content: "\EB00"; }

.nc-icon-outline.arrows-2_curve-circuit:before {
  content: "\EB01"; }

.nc-icon-outline.arrows-2_curve-directions:before {
  content: "\EB02"; }

.nc-icon-outline.arrows-2_curve-split:before {
  content: "\EB03"; }

.nc-icon-outline.arrows-2_delete-49:before {
  content: "\EB04"; }

.nc-icon-outline.arrows-2_delete-50:before {
  content: "\EB05"; }

.nc-icon-outline.arrows-2_direction:before {
  content: "\EB06"; }

.nc-icon-outline.arrows-2_dots-download:before {
  content: "\EB07"; }

.nc-icon-outline.arrows-2_dots-upload:before {
  content: "\EB08"; }

.nc-icon-outline.arrows-2_eject:before {
  content: "\EB09"; }

.nc-icon-outline.arrows-2_enlarge-circle:before {
  content: "\EB0A"; }

.nc-icon-outline.arrows-2_file-download-87:before {
  content: "\EB0B"; }

.nc-icon-outline.arrows-2_file-download-89:before {
  content: "\EB0C"; }

.nc-icon-outline.arrows-2_file-download-94:before {
  content: "\EB0D"; }

.nc-icon-outline.arrows-2_file-upload-86:before {
  content: "\EB0E"; }

.nc-icon-outline.arrows-2_file-upload-88:before {
  content: "\EB0F"; }

.nc-icon-outline.arrows-2_file-upload-93:before {
  content: "\EB10"; }

.nc-icon-outline.arrows-2_fork-round:before {
  content: "\EB11"; }

.nc-icon-outline.arrows-2_fork:before {
  content: "\EB12"; }

.nc-icon-outline.arrows-2_hit-down:before {
  content: "\EB13"; }

.nc-icon-outline.arrows-2_hit-left:before {
  content: "\EB14"; }

.nc-icon-outline.arrows-2_hit-right:before {
  content: "\EB15"; }

.nc-icon-outline.arrows-2_hit-up:before {
  content: "\EB16"; }

.nc-icon-outline.arrows-2_lines:before {
  content: "\EB17"; }

.nc-icon-outline.arrows-2_log-out:before {
  content: "\EB18"; }

.nc-icon-outline.arrows-2_loop:before {
  content: "\EB19"; }

.nc-icon-outline.arrows-2_merge-round:before {
  content: "\EB1A"; }

.nc-icon-outline.arrows-2_merge:before {
  content: "\EB1B"; }

.nc-icon-outline.arrows-2_move-05:before {
  content: "\EB1C"; }

.nc-icon-outline.arrows-2_move-06:before {
  content: "\EB1D"; }

.nc-icon-outline.arrows-2_move-92:before {
  content: "\EB1E"; }

.nc-icon-outline.arrows-2_move-down-right:before {
  content: "\EB1F"; }

.nc-icon-outline.arrows-2_move-down:before {
  content: "\EB20"; }

.nc-icon-outline.arrows-2_move-left:before {
  content: "\EB21"; }

.nc-icon-outline.arrows-2_move-right:before {
  content: "\EB22"; }

.nc-icon-outline.arrows-2_move-up-left:before {
  content: "\EB23"; }

.nc-icon-outline.arrows-2_move-up:before {
  content: "\EB24"; }

.nc-icon-outline.arrows-2_push-next:before {
  content: "\EB25"; }

.nc-icon-outline.arrows-2_push-previous:before {
  content: "\EB26"; }

.nc-icon-outline.arrows-2_reload:before {
  content: "\EB27"; }

.nc-icon-outline.arrows-2_replay:before {
  content: "\EE16"; }

.nc-icon-outline.arrows-2_rotate-left:before {
  content: "\EE17"; }

.nc-icon-outline.arrows-2_rotate-right:before {
  content: "\EE18"; }

.nc-icon-outline.arrows-2_round-left-down:before {
  content: "\EE19"; }

.nc-icon-outline.arrows-2_round-right-down:before {
  content: "\EE1A"; }

.nc-icon-outline.arrows-2_round-up-left:before {
  content: "\EE1B"; }

.nc-icon-outline.arrows-2_round-up-right:before {
  content: "\EE1C"; }

.nc-icon-outline.arrows-2_select-83:before {
  content: "\EE1D"; }

.nc-icon-outline.arrows-2_select-84:before {
  content: "\EE1E"; }

.nc-icon-outline.arrows-2_separate-round:before {
  content: "\EE1F"; }

.nc-icon-outline.arrows-2_separate:before {
  content: "\EE20"; }

.nc-icon-outline.arrows-2_share-left:before {
  content: "\EE21"; }

.nc-icon-outline.arrows-2_share-right:before {
  content: "\EE22"; }

.nc-icon-outline.arrows-2_skew-down:before {
  content: "\EE23"; }

.nc-icon-outline.arrows-2_skew-left:before {
  content: "\EE24"; }

.nc-icon-outline.arrows-2_skew-right:before {
  content: "\EE25"; }

.nc-icon-outline.arrows-2_skew-up:before {
  content: "\EE26"; }

.nc-icon-outline.arrows-2_small-left:before {
  content: "\EE27"; }

.nc-icon-outline.arrows-2_small-right:before {
  content: "\EE28"; }

.nc-icon-outline.arrows-2_split-horizontal:before {
  content: "\EE29"; }

.nc-icon-outline.arrows-2_split-round:before {
  content: "\EE2A"; }

.nc-icon-outline.arrows-2_split-vertical:before {
  content: "\EE2B"; }

.nc-icon-outline.arrows-2_split:before {
  content: "\EE2C"; }

.nc-icon-outline.arrows-2_square-download:before {
  content: "\EE2D"; }

.nc-icon-outline.arrows-2_square-upload:before {
  content: "\EE2E"; }

.nc-icon-outline.arrows-2_time:before {
  content: "\EE2F"; }

.nc-icon-outline.arrows-2_triangle-down:before {
  content: "\EE30"; }

.nc-icon-outline.arrows-2_triangle-left:before {
  content: "\EE31"; }

.nc-icon-outline.arrows-2_triangle-right:before {
  content: "\EE32"; }

.nc-icon-outline.arrows-2_triangle-up:before {
  content: "\EE33"; }

.nc-icon-outline.arrows-2_unite-round:before {
  content: "\EE34"; }

.nc-icon-outline.arrows-2_unite:before {
  content: "\EE35"; }

.nc-icon-outline.arrows-2_zoom:before {
  content: "\EE36"; }

.nc-icon-outline.arrows-3_circle-down:before {
  content: "\EE37"; }

.nc-icon-outline.arrows-3_circle-left:before {
  content: "\EE38"; }

.nc-icon-outline.arrows-3_circle-right:before {
  content: "\EE39"; }

.nc-icon-outline.arrows-3_circle-simple-down:before {
  content: "\EE3A"; }

.nc-icon-outline.arrows-3_circle-simple-left:before {
  content: "\EE3B"; }

.nc-icon-outline.arrows-3_circle-simple-right:before {
  content: "\EE3C"; }

.nc-icon-outline.arrows-3_circle-simple-up:before {
  content: "\EE3D"; }

.nc-icon-outline.arrows-3_circle-up:before {
  content: "\EE3E"; }

.nc-icon-outline.arrows-3_cloud-refresh:before {
  content: "\EE3F"; }

.nc-icon-outline.arrows-3_separate:before {
  content: "\EE40"; }

.nc-icon-outline.arrows-3_small-down:before {
  content: "\EE41"; }

.nc-icon-outline.arrows-3_small-up:before {
  content: "\EE42"; }

.nc-icon-outline.arrows-3_square-corner-down-left:before {
  content: "\EE43"; }

.nc-icon-outline.arrows-3_square-corner-down-right:before {
  content: "\EE44"; }

.nc-icon-outline.arrows-3_square-corner-up-left:before {
  content: "\EE45"; }

.nc-icon-outline.arrows-3_square-corner-up-right:before {
  content: "\EE46"; }

.nc-icon-outline.arrows-3_square-down-06:before {
  content: "\EE47"; }

.nc-icon-outline.arrows-3_square-down-22:before {
  content: "\EE48"; }

.nc-icon-outline.arrows-3_square-enlarge:before {
  content: "\EE49"; }

.nc-icon-outline.arrows-3_square-left-04:before {
  content: "\EE4A"; }

.nc-icon-outline.arrows-3_square-left-20:before {
  content: "\EE4B"; }

.nc-icon-outline.arrows-3_square-right-03:before {
  content: "\EE4C"; }

.nc-icon-outline.arrows-3_square-right-19:before {
  content: "\EE4D"; }

.nc-icon-outline.arrows-3_square-simple-down:before {
  content: "\EE4E"; }

.nc-icon-outline.arrows-3_square-simple-left:before {
  content: "\EE4F"; }

.nc-icon-outline.arrows-3_square-simple-right:before {
  content: "\EE50"; }

.nc-icon-outline.arrows-3_square-simple-up:before {
  content: "\EE51"; }

.nc-icon-outline.arrows-3_square-up-05:before {
  content: "\EE52"; }

.nc-icon-outline.arrows-3_square-up-21:before {
  content: "\EE53"; }

.nc-icon-outline.arrows-3_square-zoom:before {
  content: "\EE54"; }

.nc-icon-outline.arrows-3_super-bold-down:before {
  content: "\EE55"; }

.nc-icon-outline.arrows-3_super-bold-left:before {
  content: "\EE56"; }

.nc-icon-outline.arrows-3_super-bold-right:before {
  content: "\EE57"; }

.nc-icon-outline.arrows-3_super-bold-up:before {
  content: "\EE58"; }

.nc-icon-outline.arrows-4_block-bottom-left:before {
  content: "\EE59"; }

.nc-icon-outline.arrows-4_block-bottom-right:before {
  content: "\EE5A"; }

.nc-icon-outline.arrows-4_block-top-left:before {
  content: "\EE5B"; }

.nc-icon-outline.arrows-4_block-top-right:before {
  content: "\EE5C"; }

.nc-icon-outline.arrows-4_centralize:before {
  content: "\EE5D"; }

.nc-icon-outline.arrows-4_compare:before {
  content: "\EE5E"; }

.nc-icon-outline.arrows-4_contrast:before {
  content: "\EE5F"; }

.nc-icon-outline.arrows-4_cross:before {
  content: "\EE60"; }

.nc-icon-outline.arrows-4_diag-bottom-left:before {
  content: "\EE61"; }

.nc-icon-outline.arrows-4_diag-bottom-right:before {
  content: "\EE62"; }

.nc-icon-outline.arrows-4_diag-top-left:before {
  content: "\EE63"; }

.nc-icon-outline.arrows-4_diag-top-right:before {
  content: "\EE64"; }

.nc-icon-outline.arrows-4_disperse:before {
  content: "\EE65"; }

.nc-icon-outline.arrows-4_download:before {
  content: "\EE66"; }

.nc-icon-outline.arrows-4_enlarge-45:before {
  content: "\EE67"; }

.nc-icon-outline.arrows-4_enlarge-46:before {
  content: "\EE68"; }

.nc-icon-outline.arrows-4_export:before {
  content: "\EE69"; }

.nc-icon-outline.arrows-4_format-left:before {
  content: "\EE6A"; }

.nc-icon-outline.arrows-4_format-right:before {
  content: "\EE6B"; }

.nc-icon-outline.arrows-4_input-12:before {
  content: "\EE6C"; }

.nc-icon-outline.arrows-4_input-21:before {
  content: "\EE6D"; }

.nc-icon-outline.arrows-4_invert:before {
  content: "\EE6E"; }

.nc-icon-outline.arrows-4_launch-11:before {
  content: "\EE6F"; }

.nc-icon-outline.arrows-4_launch-47:before {
  content: "\EE70"; }

.nc-icon-outline.arrows-4_logout:before {
  content: "\EE71"; }

.nc-icon-outline.arrows-4_loop-30:before {
  content: "\EE72"; }

.nc-icon-outline.arrows-4_loop-34:before {
  content: "\EE73"; }

.nc-icon-outline.arrows-4_merge:before {
  content: "\EE74"; }

.nc-icon-outline.arrows-4_open-in-browser:before {
  content: "\EE75"; }

.nc-icon-outline.arrows-4_priority-high:before {
  content: "\EE76"; }

.nc-icon-outline.arrows-4_priority-low:before {
  content: "\EE77"; }

.nc-icon-outline.arrows-4_redo-10:before {
  content: "\EE78"; }

.nc-icon-outline.arrows-4_redo-26:before {
  content: "\EE79"; }

.nc-icon-outline.arrows-4_reply-all:before {
  content: "\EE7A"; }

.nc-icon-outline.arrows-4_reply:before {
  content: "\EE7B"; }

.nc-icon-outline.arrows-4_restore:before {
  content: "\EE7C"; }

.nc-icon-outline.arrows-4_share:before {
  content: "\EE7D"; }

.nc-icon-outline.arrows-4_shuffle-01:before {
  content: "\EE7E"; }

.nc-icon-outline.arrows-4_shuffle-35:before {
  content: "\EE7F"; }

.nc-icon-outline.arrows-4_split-33:before {
  content: "\EE80"; }

.nc-icon-outline.arrows-4_split-37:before {
  content: "\EE81"; }

.nc-icon-outline.arrows-4_stre-down:before {
  content: "\EE82"; }

.nc-icon-outline.arrows-4_stre-left:before {
  content: "\EE83"; }

.nc-icon-outline.arrows-4_stre-right:before {
  content: "\EE84"; }

.nc-icon-outline.arrows-4_stre-up:before {
  content: "\EE85"; }

.nc-icon-outline.arrows-4_swap-horizontal:before {
  content: "\EE86"; }

.nc-icon-outline.arrows-4_swap-vertical:before {
  content: "\EE87"; }

.nc-icon-outline.arrows-4_system-update:before {
  content: "\EE88"; }

.nc-icon-outline.arrows-4_undo-25:before {
  content: "\EE89"; }

.nc-icon-outline.arrows-4_undo-29:before {
  content: "\EE8A"; }

.nc-icon-outline.arrows-4_upload:before {
  content: "\EE8B"; }

.nc-icon-outline.files-2_ai-illustrator:before {
  content: "\E947"; }

.nc-icon-outline.files-2_avi:before {
  content: "\E948"; }

.nc-icon-outline.files-2_css:before {
  content: "\E949"; }

.nc-icon-outline.files-2_csv:before {
  content: "\E94A"; }

.nc-icon-outline.files-2_doc:before {
  content: "\E94B"; }

.nc-icon-outline.files-2_docx:before {
  content: "\E94C"; }

.nc-icon-outline.files-2_epub:before {
  content: "\E94D"; }

.nc-icon-outline.files-2_exe:before {
  content: "\E94E"; }

.nc-icon-outline.files-2_font:before {
  content: "\E94F"; }

.nc-icon-outline.files-2_gif:before {
  content: "\E950"; }

.nc-icon-outline.files-2_html:before {
  content: "\E951"; }

.nc-icon-outline.files-2_jpg-jpeg:before {
  content: "\E952"; }

.nc-icon-outline.files-2_js-javascript-jquery:before {
  content: "\E953"; }

.nc-icon-outline.files-3_mov:before {
  content: "\E954"; }

.nc-icon-outline.files-3_mp3:before {
  content: "\E955"; }

.nc-icon-outline.files-3_mp4:before {
  content: "\E956"; }

.nc-icon-outline.files-3_pdf:before {
  content: "\E957"; }

.nc-icon-outline.files-3_png:before {
  content: "\E958"; }

.nc-icon-outline.files-3_psd-photoshop:before {
  content: "\E959"; }

.nc-icon-outline.files-3_rar:before {
  content: "\E95A"; }

.nc-icon-outline.files-3_sketch:before {
  content: "\E95B"; }

.nc-icon-outline.files-3_svg:before {
  content: "\E95C"; }

.nc-icon-outline.files-3_txt:before {
  content: "\E95D"; }

.nc-icon-outline.files-3_wav:before {
  content: "\E95E"; }

.nc-icon-outline.files-3_zip:before {
  content: "\E95F"; }

.nc-icon-outline.design_album:before {
  content: "\E960"; }

.nc-icon-outline.design_align-bottom:before {
  content: "\E961"; }

.nc-icon-outline.design_align-center-horizontal:before {
  content: "\E962"; }

.nc-icon-outline.design_align-center-vertical:before {
  content: "\E963"; }

.nc-icon-outline.design_align-left:before {
  content: "\E964"; }

.nc-icon-outline.design_align-right:before {
  content: "\E965"; }

.nc-icon-outline.design_align-top:before {
  content: "\E966"; }

.nc-icon-outline.design_app:before {
  content: "\E967"; }

.nc-icon-outline.design_artboard:before {
  content: "\E968"; }

.nc-icon-outline.design_blend:before {
  content: "\E969"; }

.nc-icon-outline.design_book-bookmark:before {
  content: "\E96A"; }

.nc-icon-outline.design_book-open:before {
  content: "\E96B"; }

.nc-icon-outline.design_brush:before {
  content: "\E96C"; }

.nc-icon-outline.design_bug:before {
  content: "\E96D"; }

.nc-icon-outline.design_bullet-list-67:before {
  content: "\E96E"; }

.nc-icon-outline.design_bullet-list-68:before {
  content: "\E96F"; }

.nc-icon-outline.design_bullet-list-69:before {
  content: "\E970"; }

.nc-icon-outline.design_bullet-list-70:before {
  content: "\E971"; }

.nc-icon-outline.design_clone:before {
  content: "\E972"; }

.nc-icon-outline.design_code-editor:before {
  content: "\E973"; }

.nc-icon-outline.design_code:before {
  content: "\E974"; }

.nc-icon-outline.design_collection:before {
  content: "\E975"; }

.nc-icon-outline.design_command:before {
  content: "\E976"; }

.nc-icon-outline.design_compass:before {
  content: "\E977"; }

.nc-icon-outline.design_contrast:before {
  content: "\E978"; }

.nc-icon-outline.design_copy:before {
  content: "\E979"; }

.nc-icon-outline.design_crop:before {
  content: "\E97A"; }

.nc-icon-outline.design_cursor-48:before {
  content: "\E97B"; }

.nc-icon-outline.design_cursor-49:before {
  content: "\E97C"; }

.nc-icon-outline.design_design-dev:before {
  content: "\E97D"; }

.nc-icon-outline.design_design:before {
  content: "\E97E"; }

.nc-icon-outline.design_distribute-horizontal:before {
  content: "\E97F"; }

.nc-icon-outline.design_distribute-vertical:before {
  content: "\E980"; }

.nc-icon-outline.design_drag:before {
  content: "\E981"; }

.nc-icon-outline.design_eraser-32:before {
  content: "\E982"; }

.nc-icon-outline.design_eraser-33:before {
  content: "\E983"; }

.nc-icon-outline.design_eraser-46:before {
  content: "\E984"; }

.nc-icon-outline.design_flip-horizontal:before {
  content: "\E985"; }

.nc-icon-outline.design_flip-vertical:before {
  content: "\E986"; }

.nc-icon-outline.design_image:before {
  content: "\E987"; }

.nc-icon-outline.design_magnet:before {
  content: "\E988"; }

.nc-icon-outline.design_marker:before {
  content: "\E989"; }

.nc-icon-outline.design_measure-02:before {
  content: "\E98A"; }

.nc-icon-outline.design_measure-17:before {
  content: "\E98B"; }

.nc-icon-outline.design_measure-big:before {
  content: "\E98C"; }

.nc-icon-outline.design_mobile-design:before {
  content: "\E98D"; }

.nc-icon-outline.design_mobile-dev:before {
  content: "\E98E"; }

.nc-icon-outline.design_mouse-08:before {
  content: "\E98F"; }

.nc-icon-outline.design_mouse-09:before {
  content: "\E990"; }

.nc-icon-outline.design_mouse-10:before {
  content: "\E991"; }

.nc-icon-outline.design_newsletter-dev:before {
  content: "\E992"; }

.nc-icon-outline.design_note-code:before {
  content: "\E993"; }

.nc-icon-outline.design_paint-16:before {
  content: "\E994"; }

.nc-icon-outline.design_paint-37:before {
  content: "\E995"; }

.nc-icon-outline.design_paint-38:before {
  content: "\E996"; }

.nc-icon-outline.design_paint-bucket-39:before {
  content: "\E997"; }

.nc-icon-outline.design_paint-bucket-40:before {
  content: "\E998"; }

.nc-icon-outline.design_palette:before {
  content: "\E999"; }

.nc-icon-outline.design_pantone:before {
  content: "\E99A"; }

.nc-icon-outline.design_paper-design:before {
  content: "\E99B"; }

.nc-icon-outline.design_paper-dev:before {
  content: "\E99C"; }

.nc-icon-outline.design_patch-19:before {
  content: "\E99D"; }

.nc-icon-outline.design_patch-34:before {
  content: "\E99E"; }

.nc-icon-outline.design_path-exclude:before {
  content: "\E99F"; }

.nc-icon-outline.design_path-intersect:before {
  content: "\E9A0"; }

.nc-icon-outline.design_path-minus:before {
  content: "\E9A1"; }

.nc-icon-outline.design_path-unite:before {
  content: "\E9A2"; }

.nc-icon-outline.design_pen-01:before {
  content: "\E9A3"; }

.nc-icon-outline.design_pen-23:before {
  content: "\E9A4"; }

.nc-icon-outline.design_pen-tool:before {
  content: "\E9A5"; }

.nc-icon-outline.design_phone:before {
  content: "\E9A6"; }

.nc-icon-outline.design_photo-editor:before {
  content: "\E9A7"; }

.nc-icon-outline.design_responsive:before {
  content: "\E9A8"; }

.nc-icon-outline.design_scissors-dashed:before {
  content: "\E9A9"; }

.nc-icon-outline.design_scissors:before {
  content: "\E9AA"; }

.nc-icon-outline.design_shape-adjust:before {
  content: "\EDCB"; }

.nc-icon-outline.design_shape-circle:before {
  content: "\EDCC"; }

.nc-icon-outline.design_shape-polygon:before {
  content: "\EDCD"; }

.nc-icon-outline.design_shape-square:before {
  content: "\EDCE"; }

.nc-icon-outline.design_shape-triangle:before {
  content: "\EDCF"; }

.nc-icon-outline.design_shapes:before {
  content: "\EDD0"; }

.nc-icon-outline.design_sharpener:before {
  content: "\EDD1"; }

.nc-icon-outline.design_slice:before {
  content: "\EDD2"; }

.nc-icon-outline.design_spray:before {
  content: "\EDD3"; }

.nc-icon-outline.design_stamp:before {
  content: "\EDD4"; }

.nc-icon-outline.design_tablet-mobile:before {
  content: "\EDD5"; }

.nc-icon-outline.design_tablet:before {
  content: "\EDD6"; }

.nc-icon-outline.design_text:before {
  content: "\EDD7"; }

.nc-icon-outline.design_todo:before {
  content: "\EDD8"; }

.nc-icon-outline.design_usb:before {
  content: "\EDD9"; }

.nc-icon-outline.design_vector:before {
  content: "\EDDA"; }

.nc-icon-outline.design_wand-11:before {
  content: "\EDDB"; }

.nc-icon-outline.design_wand-99:before {
  content: "\EDDC"; }

.nc-icon-outline.design_watch-dev:before {
  content: "\EDDD"; }

.nc-icon-outline.design_web-design:before {
  content: "\EDDE"; }

.nc-icon-outline.design_webpage:before {
  content: "\EDDF"; }

.nc-icon-outline.design_window-code:before {
  content: "\EDE0"; }

.nc-icon-outline.design_window-dev:before {
  content: "\EDE1"; }

.nc-icon-outline.design_window-paragraph:before {
  content: "\EDE2"; }

.nc-icon-outline.design_window-responsive:before {
  content: "\EDE3"; }

.nc-icon-outline.design-2_3d-28:before {
  content: "\EDE4"; }

.nc-icon-outline.design-2_3d-29:before {
  content: "\EDE5"; }

.nc-icon-outline.design-2_android:before {
  content: "\EDE6"; }

.nc-icon-outline.design-2_angle:before {
  content: "\EDE7"; }

.nc-icon-outline.design-2_animation-14:before {
  content: "\EDE8"; }

.nc-icon-outline.design-2_animation-31:before {
  content: "\EDE9"; }

.nc-icon-outline.design-2_animation-32:before {
  content: "\EDEA"; }

.nc-icon-outline.design-2_apple:before {
  content: "\EDEB"; }

.nc-icon-outline.design-2_browser-chrome:before {
  content: "\EDEC"; }

.nc-icon-outline.design-2_browser-edge:before {
  content: "\EDED"; }

.nc-icon-outline.design-2_browser-firefox:before {
  content: "\EDEE"; }

.nc-icon-outline.design-2_browser-ie:before {
  content: "\EDEF"; }

.nc-icon-outline.design-2_browser-opera:before {
  content: "\EDF0"; }

.nc-icon-outline.design-2_browser-safari:before {
  content: "\EDF1"; }

.nc-icon-outline.design-2_bucket:before {
  content: "\EDF2"; }

.nc-icon-outline.design-2_button:before {
  content: "\EDF3"; }

.nc-icon-outline.design-2_canvas:before {
  content: "\EDF4"; }

.nc-icon-outline.design-2_css3:before {
  content: "\EDF5"; }

.nc-icon-outline.design-2_cursor-add:before {
  content: "\EDF6"; }

.nc-icon-outline.design-2_cursor-grab:before {
  content: "\EDF7"; }

.nc-icon-outline.design-2_cursor-load:before {
  content: "\EDF8"; }

.nc-icon-outline.design-2_cursor-menu:before {
  content: "\EDF9"; }

.nc-icon-outline.design-2_cursor-not-allowed:before {
  content: "\EDFA"; }

.nc-icon-outline.design-2_cursor-pointer:before {
  content: "\EDFB"; }

.nc-icon-outline.design-2_cursor-text:before {
  content: "\EDFC"; }

.nc-icon-outline.design-2_divider:before {
  content: "\EDFD"; }

.nc-icon-outline.design-2_filter-organization:before {
  content: "\EDFE"; }

.nc-icon-outline.design-2_form:before {
  content: "\EDFF"; }

.nc-icon-outline.design-2_frame:before {
  content: "\EE00"; }

.nc-icon-outline.design-2_group:before {
  content: "\EE01"; }

.nc-icon-outline.design-2_html5:before {
  content: "\EE02"; }

.nc-icon-outline.design-2_image:before {
  content: "\EE03"; }

.nc-icon-outline.design-2_layers:before {
  content: "\EE04"; }

.nc-icon-outline.design-2_layout-11:before {
  content: "\EE05"; }

.nc-icon-outline.design-2_layout-25:before {
  content: "\EE06"; }

.nc-icon-outline.design-2_microsoft:before {
  content: "\EE07"; }

.nc-icon-outline.design-2_mirror:before {
  content: "\EE08"; }

.nc-icon-outline.design-2_move-down:before {
  content: "\EE09"; }

.nc-icon-outline.design-2_move-up:before {
  content: "\EE0A"; }

.nc-icon-outline.design-2_paint-brush:before {
  content: "\EE0B"; }

.nc-icon-outline.design-2_ruler-pencil:before {
  content: "\EE0C"; }

.nc-icon-outline.design-2_scale-down:before {
  content: "\EE0D"; }

.nc-icon-outline.design-2_scale-up:before {
  content: "\EE0E"; }

.nc-icon-outline.design-2_scale:before {
  content: "\EE0F"; }

.nc-icon-outline.design-2_selection:before {
  content: "\EE10"; }

.nc-icon-outline.design-2_slider:before {
  content: "\EE11"; }

.nc-icon-outline.design-2_text:before {
  content: "\EE12"; }

.nc-icon-outline.design-2_transform-origin:before {
  content: "\EE13"; }

.nc-icon-outline.design-2_transform:before {
  content: "\EE14"; }

.nc-icon-outline.design-2_ungroup:before {
  content: "\EE15"; }

.nc-icon-outline.loader_circle-04:before {
  content: "\EDC7"; }

.nc-icon-outline.loader_dots-06:before {
  content: "\EDC8"; }

.nc-icon-outline.loader_gear:before {
  content: "\EDC9"; }

.nc-icon-outline.loader_refresh:before {
  content: "\EDCA"; }

.nc-icon-outline.ui-1_analytics-88:before {
  content: "\ECD6"; }

.nc-icon-outline.ui-1_analytics-89:before {
  content: "\ECD7"; }

.nc-icon-outline.ui-1_attach-86:before {
  content: "\ECD8"; }

.nc-icon-outline.ui-1_attach-87:before {
  content: "\ECD9"; }

.nc-icon-outline.ui-1_bell-53:before {
  content: "\ECDA"; }

.nc-icon-outline.ui-1_bell-54:before {
  content: "\ECDB"; }

.nc-icon-outline.ui-1_bell-55:before {
  content: "\ECDC"; }

.nc-icon-outline.ui-1_bold-add:before {
  content: "\ECDD"; }

.nc-icon-outline.ui-1_bold-delete:before {
  content: "\ECDE"; }

.nc-icon-outline.ui-1_bold-remove:before {
  content: "\ECDF"; }

.nc-icon-outline.ui-1_bookmark-add:before {
  content: "\ECE0"; }

.nc-icon-outline.ui-1_bookmark-remove:before {
  content: "\ECE1"; }

.nc-icon-outline.ui-1_calendar-57:before {
  content: "\ECE2"; }

.nc-icon-outline.ui-1_calendar-60:before {
  content: "\ECE3"; }

.nc-icon-outline.ui-1_calendar-check-59:before {
  content: "\ECE4"; }

.nc-icon-outline.ui-1_calendar-check-62:before {
  content: "\ECE5"; }

.nc-icon-outline.ui-1_calendar-grid-58:before {
  content: "\ECE6"; }

.nc-icon-outline.ui-1_calendar-grid-61:before {
  content: "\ECE7"; }

.nc-icon-outline.ui-1_check-bold:before {
  content: "\ECE8"; }

.nc-icon-outline.ui-1_check-circle-07:before {
  content: "\ECE9"; }

.nc-icon-outline.ui-1_check-circle-08:before {
  content: "\ECEA"; }

.nc-icon-outline.ui-1_check-curve:before {
  content: "\ECEB"; }

.nc-icon-outline.ui-1_check-simple:before {
  content: "\ECEC"; }

.nc-icon-outline.ui-1_check-small:before {
  content: "\ECED"; }

.nc-icon-outline.ui-1_check-square-09:before {
  content: "\ECEE"; }

.nc-icon-outline.ui-1_check-square-11:before {
  content: "\ECEF"; }

.nc-icon-outline.ui-1_check:before {
  content: "\ECF0"; }

.nc-icon-outline.ui-1_circle-add:before {
  content: "\ECF1"; }

.nc-icon-outline.ui-1_circle-bold-add:before {
  content: "\ECF2"; }

.nc-icon-outline.ui-1_circle-bold-remove:before {
  content: "\ECF3"; }

.nc-icon-outline.ui-1_circle-delete:before {
  content: "\ECF4"; }

.nc-icon-outline.ui-1_circle-remove:before {
  content: "\ECF5"; }

.nc-icon-outline.ui-1_dashboard-29:before {
  content: "\ECF6"; }

.nc-icon-outline.ui-1_dashboard-30:before {
  content: "\ECF7"; }

.nc-icon-outline.ui-1_dashboard-half:before {
  content: "\ECF8"; }

.nc-icon-outline.ui-1_dashboard-level:before {
  content: "\ECF9"; }

.nc-icon-outline.ui-1_database:before {
  content: "\ECFA"; }

.nc-icon-outline.ui-1_drop:before {
  content: "\ECFB"; }

.nc-icon-outline.ui-1_edit-71:before {
  content: "\ECFC"; }

.nc-icon-outline.ui-1_edit-72:before {
  content: "\ECFD"; }

.nc-icon-outline.ui-1_edit-73:before {
  content: "\ECFE"; }

.nc-icon-outline.ui-1_edit-74:before {
  content: "\ECFF"; }

.nc-icon-outline.ui-1_edit-75:before {
  content: "\ED00"; }

.nc-icon-outline.ui-1_edit-76:before {
  content: "\ED01"; }

.nc-icon-outline.ui-1_edit-77:before {
  content: "\ED02"; }

.nc-icon-outline.ui-1_edit-78:before {
  content: "\ED03"; }

.nc-icon-outline.ui-1_email-83:before {
  content: "\ED04"; }

.nc-icon-outline.ui-1_email-84:before {
  content: "\ED05"; }

.nc-icon-outline.ui-1_email-85:before {
  content: "\ED06"; }

.nc-icon-outline.ui-1_eye-17:before {
  content: "\ED07"; }

.nc-icon-outline.ui-1_eye-19:before {
  content: "\ED08"; }

.nc-icon-outline.ui-1_eye-ban-18:before {
  content: "\ED09"; }

.nc-icon-outline.ui-1_eye-ban-20:before {
  content: "\ED0A"; }

.nc-icon-outline.ui-1_flame:before {
  content: "\ED0B"; }

.nc-icon-outline.ui-1_home-51:before {
  content: "\ED0C"; }

.nc-icon-outline.ui-1_home-52:before {
  content: "\ED0D"; }

.nc-icon-outline.ui-1_home-minimal:before {
  content: "\ED0E"; }

.nc-icon-outline.ui-1_home-simple:before {
  content: "\ED0F"; }

.nc-icon-outline.ui-1_leaf-80:before {
  content: "\ED10"; }

.nc-icon-outline.ui-1_leaf-81:before {
  content: "\ED11"; }

.nc-icon-outline.ui-1_leaf-edit:before {
  content: "\ED12"; }

.nc-icon-outline.ui-1_lock-circle-open:before {
  content: "\ED13"; }

.nc-icon-outline.ui-1_lock-circle:before {
  content: "\ED14"; }

.nc-icon-outline.ui-1_lock-open:before {
  content: "\ED15"; }

.nc-icon-outline.ui-1_lock:before {
  content: "\ED16"; }

.nc-icon-outline.ui-1_notification-69:before {
  content: "\ED17"; }

.nc-icon-outline.ui-1_notification-70:before {
  content: "\ED18"; }

.nc-icon-outline.ui-1_pencil:before {
  content: "\ED19"; }

.nc-icon-outline.ui-1_preferences-circle-rotate:before {
  content: "\ED1A"; }

.nc-icon-outline.ui-1_preferences-circle:before {
  content: "\ED1B"; }

.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
  content: "\ED1C"; }

.nc-icon-outline.ui-1_preferences-container-circle:before {
  content: "\ED1D"; }

.nc-icon-outline.ui-1_preferences-container-rotate:before {
  content: "\ED1E"; }

.nc-icon-outline.ui-1_preferences-container:before {
  content: "\ED1F"; }

.nc-icon-outline.ui-1_preferences-rotate:before {
  content: "\ED20"; }

.nc-icon-outline.ui-1_preferences:before {
  content: "\ED21"; }

.nc-icon-outline.ui-1_send:before {
  content: "\ED22"; }

.nc-icon-outline.ui-1_settings-gear-63:before {
  content: "\ED23"; }

.nc-icon-outline.ui-1_settings-gear-64:before {
  content: "\ED24"; }

.nc-icon-outline.ui-1_settings-gear-65:before {
  content: "\ED25"; }

.nc-icon-outline.ui-1_settings-tool-66:before {
  content: "\ED26"; }

.nc-icon-outline.ui-1_settings-tool-67:before {
  content: "\ED27"; }

.nc-icon-outline.ui-1_settings:before {
  content: "\ED28"; }

.nc-icon-outline.ui-1_simple-add:before {
  content: "\ED29"; }

.nc-icon-outline.ui-1_simple-delete:before {
  content: "\ED2A"; }

.nc-icon-outline.ui-1_simple-remove:before {
  content: "\ED2B"; }

.nc-icon-outline.ui-1_trash-round:before {
  content: "\ED2C"; }

.nc-icon-outline.ui-1_trash-simple:before {
  content: "\ED2D"; }

.nc-icon-outline.ui-1_trash:before {
  content: "\ED2E"; }

.nc-icon-outline.ui-1_ui-03:before {
  content: "\ED2F"; }

.nc-icon-outline.ui-1_ui-04:before {
  content: "\ED30"; }

.nc-icon-outline.ui-1_zoom-bold-in:before {
  content: "\ED31"; }

.nc-icon-outline.ui-1_zoom-bold-out:before {
  content: "\ED32"; }

.nc-icon-outline.ui-1_zoom-bold:before {
  content: "\ED33"; }

.nc-icon-outline.ui-1_zoom-in:before {
  content: "\ED34"; }

.nc-icon-outline.ui-1_zoom-out:before {
  content: "\ED35"; }

.nc-icon-outline.ui-1_zoom-split-in:before {
  content: "\ED36"; }

.nc-icon-outline.ui-1_zoom-split-out:before {
  content: "\ED37"; }

.nc-icon-outline.ui-1_zoom-split:before {
  content: "\ED38"; }

.nc-icon-outline.ui-1_zoom:before {
  content: "\ED39"; }

.nc-icon-outline.ui-2_alert:before {
  content: "\ED3A"; }

.nc-icon-outline.ui-2_alert-:before {
  content: "\ED3B"; }

.nc-icon-outline.ui-2_alert-circle:before {
  content: "\ED3C"; }

.nc-icon-outline.ui-2_alert-circle-:before {
  content: "\ED3D"; }

.nc-icon-outline.ui-2_alert-circle-i:before {
  content: "\ED3E"; }

.nc-icon-outline.ui-2_alert-i:before {
  content: "\ED3F"; }

.nc-icon-outline.ui-2_alert-square:before {
  content: "\ED40"; }

.nc-icon-outline.ui-2_alert-square-:before {
  content: "\ED41"; }

.nc-icon-outline.ui-2_alert-square-i:before {
  content: "\ED42"; }

.nc-icon-outline.ui-2_archive:before {
  content: "\ED43"; }

.nc-icon-outline.ui-2_ban-bold:before {
  content: "\ED44"; }

.nc-icon-outline.ui-2_ban:before {
  content: "\ED45"; }

.nc-icon-outline.ui-2_battery-81:before {
  content: "\ED46"; }

.nc-icon-outline.ui-2_battery-83:before {
  content: "\ED47"; }

.nc-icon-outline.ui-2_battery-half:before {
  content: "\ED48"; }

.nc-icon-outline.ui-2_battery-low:before {
  content: "\ED49"; }

.nc-icon-outline.ui-2_bluetooth:before {
  content: "\ED4A"; }

.nc-icon-outline.ui-2_book:before {
  content: "\ED4B"; }

.nc-icon-outline.ui-2_chart-bar-52:before {
  content: "\ED4C"; }

.nc-icon-outline.ui-2_chart-bar-53:before {
  content: "\ED4D"; }

.nc-icon-outline.ui-2_chat-content:before {
  content: "\ED4E"; }

.nc-icon-outline.ui-2_chat-round-content:before {
  content: "\ED4F"; }

.nc-icon-outline.ui-2_chat-round:before {
  content: "\ED50"; }

.nc-icon-outline.ui-2_chat:before {
  content: "\ED51"; }

.nc-icon-outline.ui-2_circle-bold-delete:before {
  content: "\ED52"; }

.nc-icon-outline.ui-2_cloud-25:before {
  content: "\ED53"; }

.nc-icon-outline.ui-2_cloud-26:before {
  content: "\ED54"; }

.nc-icon-outline.ui-2_disk:before {
  content: "\ED55"; }

.nc-icon-outline.ui-2_enlarge-57:before {
  content: "\ED56"; }

.nc-icon-outline.ui-2_enlarge-58:before {
  content: "\ED57"; }

.nc-icon-outline.ui-2_enlarge-59:before {
  content: "\ED58"; }

.nc-icon-outline.ui-2_fat-add:before {
  content: "\ED59"; }

.nc-icon-outline.ui-2_fat-delete:before {
  content: "\ED5A"; }

.nc-icon-outline.ui-2_fat-remove:before {
  content: "\ED5B"; }

.nc-icon-outline.ui-2_favourite-28:before {
  content: "\ED5C"; }

.nc-icon-outline.ui-2_favourite-31:before {
  content: "\ED5D"; }

.nc-icon-outline.ui-2_favourite-add-29:before {
  content: "\ED5E"; }

.nc-icon-outline.ui-2_favourite-add-32:before {
  content: "\ED5F"; }

.nc-icon-outline.ui-2_favourite-remove-30:before {
  content: "\ED60"; }

.nc-icon-outline.ui-2_favourite-remove-33:before {
  content: "\ED61"; }

.nc-icon-outline.ui-2_filter:before {
  content: "\ED62"; }

.nc-icon-outline.ui-2_fullsize:before {
  content: "\ED63"; }

.nc-icon-outline.ui-2_grid-45:before {
  content: "\ED64"; }

.nc-icon-outline.ui-2_grid-46:before {
  content: "\ED65"; }

.nc-icon-outline.ui-2_grid-48:before {
  content: "\ED66"; }

.nc-icon-outline.ui-2_grid-49:before {
  content: "\ED67"; }

.nc-icon-outline.ui-2_grid-50:before {
  content: "\ED68"; }

.nc-icon-outline.ui-2_grid-square:before {
  content: "\ED69"; }

.nc-icon-outline.ui-2_hourglass:before {
  content: "\ED6A"; }

.nc-icon-outline.ui-2_lab:before {
  content: "\ED6B"; }

.nc-icon-outline.ui-2_layers:before {
  content: "\ED6C"; }

.nc-icon-outline.ui-2_like:before {
  content: "\ED6D"; }

.nc-icon-outline.ui-2_link-66:before {
  content: "\ED6E"; }

.nc-icon-outline.ui-2_link-67:before {
  content: "\ED6F"; }

.nc-icon-outline.ui-2_link-68:before {
  content: "\ED70"; }

.nc-icon-outline.ui-2_link-69:before {
  content: "\ED71"; }

.nc-icon-outline.ui-2_link-71:before {
  content: "\ED72"; }

.nc-icon-outline.ui-2_link-72:before {
  content: "\ED73"; }

.nc-icon-outline.ui-2_link-broken-70:before {
  content: "\ED74"; }

.nc-icon-outline.ui-2_link-broken-73:before {
  content: "\ED75"; }

.nc-icon-outline.ui-2_menu-34:before {
  content: "\ED76"; }

.nc-icon-outline.ui-2_menu-35:before {
  content: "\ED77"; }

.nc-icon-outline.ui-2_menu-bold:before {
  content: "\ED78"; }

.nc-icon-outline.ui-2_menu-dots:before {
  content: "\ED79"; }

.nc-icon-outline.ui-2_menu-square:before {
  content: "\ED7A"; }

.nc-icon-outline.ui-2_node:before {
  content: "\ED7B"; }

.nc-icon-outline.ui-2_paragraph:before {
  content: "\ED7C"; }

.nc-icon-outline.ui-2_phone:before {
  content: "\ED7D"; }

.nc-icon-outline.ui-2_settings-90:before {
  content: "\ED7E"; }

.nc-icon-outline.ui-2_settings-91:before {
  content: "\ED7F"; }

.nc-icon-outline.ui-2_share-bold:before {
  content: "\ED80"; }

.nc-icon-outline.ui-2_share:before {
  content: "\ED81"; }

.nc-icon-outline.ui-2_small-add:before {
  content: "\ED82"; }

.nc-icon-outline.ui-2_small-delete:before {
  content: "\ED83"; }

.nc-icon-outline.ui-2_small-remove:before {
  content: "\ED84"; }

.nc-icon-outline.ui-2_square-add-08:before {
  content: "\ED85"; }

.nc-icon-outline.ui-2_square-add-11:before {
  content: "\ED86"; }

.nc-icon-outline.ui-2_square-delete-10:before {
  content: "\ED87"; }

.nc-icon-outline.ui-2_square-delete-13:before {
  content: "\ED88"; }

.nc-icon-outline.ui-2_square-remove-09:before {
  content: "\ED89"; }

.nc-icon-outline.ui-2_square-remove-12:before {
  content: "\ED8A"; }

.nc-icon-outline.ui-2_target:before {
  content: "\ED8B"; }

.nc-icon-outline.ui-2_tile-55:before {
  content: "\ED8C"; }

.nc-icon-outline.ui-2_tile-56:before {
  content: "\ED8D"; }

.nc-icon-outline.ui-2_time-alarm:before {
  content: "\ED8E"; }

.nc-icon-outline.ui-2_time-clock:before {
  content: "\ED8F"; }

.nc-icon-outline.ui-2_time-countdown:before {
  content: "\ED90"; }

.nc-icon-outline.ui-2_time:before {
  content: "\ED91"; }

.nc-icon-outline.ui-2_webpage:before {
  content: "\ED92"; }

.nc-icon-outline.ui-2_window-add:before {
  content: "\ED93"; }

.nc-icon-outline.ui-2_window-delete:before {
  content: "\ED94"; }

.nc-icon-outline.ui-3_alert:before {
  content: "\ED95"; }

.nc-icon-outline.ui-3_backward:before {
  content: "\ED96"; }

.nc-icon-outline.ui-3_bolt:before {
  content: "\ED97"; }

.nc-icon-outline.ui-3_bullet-list:before {
  content: "\ED98"; }

.nc-icon-outline.ui-3_calendar-add:before {
  content: "\ED99"; }

.nc-icon-outline.ui-3_card-add:before {
  content: "\ED9A"; }

.nc-icon-outline.ui-3_card-alert:before {
  content: "\ED9B"; }

.nc-icon-outline.ui-3_chart-bars:before {
  content: "\ED9C"; }

.nc-icon-outline.ui-3_chart:before {
  content: "\ED9D"; }

.nc-icon-outline.ui-3_chat-33:before {
  content: "\ED9E"; }

.nc-icon-outline.ui-3_chat-45:before {
  content: "\ED9F"; }

.nc-icon-outline.ui-3_chat-46:before {
  content: "\EDA0"; }

.nc-icon-outline.ui-3_chat-reply:before {
  content: "\EDA1"; }

.nc-icon-outline.ui-3_check-in:before {
  content: "\EDA2"; }

.nc-icon-outline.ui-3_check-out:before {
  content: "\EDA3"; }

.nc-icon-outline.ui-3_dock-bottom:before {
  content: "\EDA4"; }

.nc-icon-outline.ui-3_dock-left:before {
  content: "\EDA5"; }

.nc-icon-outline.ui-3_dock-right:before {
  content: "\EDA6"; }

.nc-icon-outline.ui-3_dock-top:before {
  content: "\EDA7"; }

.nc-icon-outline.ui-3_filter-check:before {
  content: "\EDA8"; }

.nc-icon-outline.ui-3_filter-remove:before {
  content: "\EDA9"; }

.nc-icon-outline.ui-3_forward:before {
  content: "\EDAA"; }

.nc-icon-outline.ui-3_funnel-39:before {
  content: "\EDAB"; }

.nc-icon-outline.ui-3_funnel-40:before {
  content: "\EDAC"; }

.nc-icon-outline.ui-3_funnel-41:before {
  content: "\EDAD"; }

.nc-icon-outline.ui-3_heart-add:before {
  content: "\EDAE"; }

.nc-icon-outline.ui-3_heart-remove:before {
  content: "\EDAF"; }

.nc-icon-outline.ui-3_heart:before {
  content: "\EDB0"; }

.nc-icon-outline.ui-3_infinite:before {
  content: "\EDB1"; }

.nc-icon-outline.ui-3_link:before {
  content: "\EDB2"; }

.nc-icon-outline.ui-3_menu-left:before {
  content: "\EDB3"; }

.nc-icon-outline.ui-3_menu-right:before {
  content: "\EDB4"; }

.nc-icon-outline.ui-3_menu:before {
  content: "\EDB5"; }

.nc-icon-outline.ui-3_metrics:before {
  content: "\EDB6"; }

.nc-icon-outline.ui-3_phone-call-end:before {
  content: "\EDB7"; }

.nc-icon-outline.ui-3_phone-call:before {
  content: "\EDB8"; }

.nc-icon-outline.ui-3_phone:before {
  content: "\EDB9"; }

.nc-icon-outline.ui-3_playlist:before {
  content: "\EDBA"; }

.nc-icon-outline.ui-3_search:before {
  content: "\EDBB"; }

.nc-icon-outline.ui-3_security:before {
  content: "\EDBC"; }

.nc-icon-outline.ui-3_segmentation:before {
  content: "\EDBD"; }

.nc-icon-outline.ui-3_select:before {
  content: "\EDBE"; }

.nc-icon-outline.ui-3_send:before {
  content: "\EDBF"; }

.nc-icon-outline.ui-3_signal:before {
  content: "\EDC0"; }

.nc-icon-outline.ui-3_slide-left:before {
  content: "\EDC1"; }

.nc-icon-outline.ui-3_slide-right:before {
  content: "\EDC2"; }

.nc-icon-outline.ui-3_table-left:before {
  content: "\EDC3"; }

.nc-icon-outline.ui-3_table-right:before {
  content: "\EDC4"; }

.nc-icon-outline.ui-3_tag:before {
  content: "\EDC5"; }

.nc-icon-outline.ui-3_widget:before {
  content: "\EDC6"; }

.nc-icon-outline.envir_bulb-saver:before {
  content: "\ECC4"; }

.nc-icon-outline.envir_bulb:before {
  content: "\ECC5"; }

.nc-icon-outline.envir_car:before {
  content: "\ECC6"; }

.nc-icon-outline.envir_fuel-electric:before {
  content: "\ECC7"; }

.nc-icon-outline.envir_fuel:before {
  content: "\ECC8"; }

.nc-icon-outline.envir_home:before {
  content: "\ECC9"; }

.nc-icon-outline.envir_level:before {
  content: "\ECCA"; }

.nc-icon-outline.envir_panel:before {
  content: "\ECCB"; }

.nc-icon-outline.envir_radiation:before {
  content: "\ECCC"; }

.nc-icon-outline.envir_recycling:before {
  content: "\ECCD"; }

.nc-icon-outline.envir_save-planet:before {
  content: "\ECCE"; }

.nc-icon-outline.envir_waste-danger:before {
  content: "\ECCF"; }

.nc-icon-outline.envir_waste-recycling:before {
  content: "\ECD0"; }

.nc-icon-outline.envir_waste:before {
  content: "\ECD1"; }

.nc-icon-outline.envir_water-hand:before {
  content: "\ECD2"; }

.nc-icon-outline.envir_water-sink:before {
  content: "\ECD3"; }

.nc-icon-outline.envir_water:before {
  content: "\ECD4"; }

.nc-icon-outline.envir_wind:before {
  content: "\ECD5"; }

.nc-icon-outline.text_align-center:before {
  content: "\ECAA"; }

.nc-icon-outline.text_align-justify:before {
  content: "\ECAB"; }

.nc-icon-outline.text_align-left:before {
  content: "\ECAC"; }

.nc-icon-outline.text_align-right:before {
  content: "\ECAD"; }

.nc-icon-outline.text_background:before {
  content: "\ECAE"; }

.nc-icon-outline.text_bold:before {
  content: "\ECAF"; }

.nc-icon-outline.text_capitalize:before {
  content: "\ECB0"; }

.nc-icon-outline.text_caps-all:before {
  content: "\ECB1"; }

.nc-icon-outline.text_caps-small:before {
  content: "\ECB2"; }

.nc-icon-outline.text_color:before {
  content: "\ECB3"; }

.nc-icon-outline.text_edit:before {
  content: "\ECB4"; }

.nc-icon-outline.text_italic:before {
  content: "\ECB5"; }

.nc-icon-outline.text_line-height:before {
  content: "\ECB6"; }

.nc-icon-outline.text_list-bullet:before {
  content: "\ECB7"; }

.nc-icon-outline.text_list-numbers:before {
  content: "\ECB8"; }

.nc-icon-outline.text_margin-left:before {
  content: "\ECB9"; }

.nc-icon-outline.text_margin-right:before {
  content: "\ECBA"; }

.nc-icon-outline.text_quote:before {
  content: "\ECBB"; }

.nc-icon-outline.text_scale-horizontal:before {
  content: "\ECBC"; }

.nc-icon-outline.text_scale-vertical:before {
  content: "\ECBD"; }

.nc-icon-outline.text_size:before {
  content: "\ECBE"; }

.nc-icon-outline.text_strikethrough:before {
  content: "\ECBF"; }

.nc-icon-outline.text_subscript:before {
  content: "\ECC0"; }

.nc-icon-outline.text_superscript:before {
  content: "\ECC1"; }

.nc-icon-outline.text_tracking:before {
  content: "\ECC2"; }

.nc-icon-outline.text_underline:before {
  content: "\ECC3"; }

.nc-icon-outline.gestures_2x-drag-down:before {
  content: "\EC09"; }

.nc-icon-outline.gestures_2x-drag-up:before {
  content: "\EC0A"; }

.nc-icon-outline.gestures_2x-swipe-down:before {
  content: "\EC0B"; }

.nc-icon-outline.gestures_2x-swipe-left:before {
  content: "\EC0C"; }

.nc-icon-outline.gestures_2x-swipe-right:before {
  content: "\EC0D"; }

.nc-icon-outline.gestures_2x-swipe-up:before {
  content: "\EC0E"; }

.nc-icon-outline.gestures_2x-tap:before {
  content: "\EC0F"; }

.nc-icon-outline.gestures_3x-swipe-left:before {
  content: "\EC10"; }

.nc-icon-outline.gestures_3x-swipe-right:before {
  content: "\EC11"; }

.nc-icon-outline.gestures_3x-swipe-up:before {
  content: "\EC12"; }

.nc-icon-outline.gestures_3x-tap:before {
  content: "\EC13"; }

.nc-icon-outline.gestures_4x-swipe-left:before {
  content: "\EC14"; }

.nc-icon-outline.gestures_4x-swipe-right:before {
  content: "\EC15"; }

.nc-icon-outline.gestures_4x-swipe-up:before {
  content: "\EC16"; }

.nc-icon-outline.gestures_active-38:before {
  content: "\EC17"; }

.nc-icon-outline.gestures_active-40:before {
  content: "\EC18"; }

.nc-icon-outline.gestures_camera:before {
  content: "\EC19"; }

.nc-icon-outline.gestures_double-tap:before {
  content: "\EC1A"; }

.nc-icon-outline.gestures_drag-21:before {
  content: "\EC1B"; }

.nc-icon-outline.gestures_drag-31:before {
  content: "\EC1C"; }

.nc-icon-outline.gestures_drag-down:before {
  content: "\EC1D"; }

.nc-icon-outline.gestures_drag-left:before {
  content: "\EC1E"; }

.nc-icon-outline.gestures_drag-right:before {
  content: "\EC1F"; }

.nc-icon-outline.gestures_drag-up:before {
  content: "\EC20"; }

.nc-icon-outline.gestures_flick-down:before {
  content: "\EC21"; }

.nc-icon-outline.gestures_flick-left:before {
  content: "\EC22"; }

.nc-icon-outline.gestures_flick-right:before {
  content: "\EC23"; }

.nc-icon-outline.gestures_flick-up:before {
  content: "\EC24"; }

.nc-icon-outline.gestures_grab:before {
  content: "\EC25"; }

.nc-icon-outline.gestures_hold:before {
  content: "\EC26"; }

.nc-icon-outline.gestures_pin:before {
  content: "\EC27"; }

.nc-icon-outline.gestures_pinch:before {
  content: "\EC28"; }

.nc-icon-outline.gestures_rotate-22:before {
  content: "\EC29"; }

.nc-icon-outline.gestures_rotate-23:before {
  content: "\EC2A"; }

.nc-icon-outline.gestures_scan:before {
  content: "\EC2B"; }

.nc-icon-outline.gestures_scroll-horitontal:before {
  content: "\EC2C"; }

.nc-icon-outline.gestures_scroll-vertical:before {
  content: "\EC2D"; }

.nc-icon-outline.gestures_stretch:before {
  content: "\EC2E"; }

.nc-icon-outline.gestures_swipe-bottom:before {
  content: "\EC2F"; }

.nc-icon-outline.gestures_swipe-left:before {
  content: "\EC30"; }

.nc-icon-outline.gestures_swipe-right:before {
  content: "\EC31"; }

.nc-icon-outline.gestures_swipe-up:before {
  content: "\EC32"; }

.nc-icon-outline.gestures_tap-01:before {
  content: "\EC33"; }

.nc-icon-outline.gestures_tap-02:before {
  content: "\EC34"; }

.nc-icon-outline.sport_badminton:before {
  content: "\EC35"; }

.nc-icon-outline.sport_baseball-ball:before {
  content: "\EC36"; }

.nc-icon-outline.sport_baseball-bat:before {
  content: "\EC37"; }

.nc-icon-outline.sport_baseball:before {
  content: "\EC38"; }

.nc-icon-outline.sport_basketball-12:before {
  content: "\EC39"; }

.nc-icon-outline.sport_basketball-13:before {
  content: "\EC3A"; }

.nc-icon-outline.sport_boxing:before {
  content: "\EC3B"; }

.nc-icon-outline.sport_cardio:before {
  content: "\EC3C"; }

.nc-icon-outline.sport_cricket:before {
  content: "\EC3D"; }

.nc-icon-outline.sport_crown:before {
  content: "\EC3E"; }

.nc-icon-outline.sport_dart:before {
  content: "\EC3F"; }

.nc-icon-outline.sport_dumbbells:before {
  content: "\EC40"; }

.nc-icon-outline.sport_energy-drink:before {
  content: "\EC41"; }

.nc-icon-outline.sport_energy-supplement:before {
  content: "\EC42"; }

.nc-icon-outline.sport_fencing:before {
  content: "\EC43"; }

.nc-icon-outline.sport_fishing:before {
  content: "\EC44"; }

.nc-icon-outline.sport_flag-finish:before {
  content: "\EC45"; }

.nc-icon-outline.sport_football-headguard:before {
  content: "\EC46"; }

.nc-icon-outline.sport_golf:before {
  content: "\EC47"; }

.nc-icon-outline.sport_helmet:before {
  content: "\EC48"; }

.nc-icon-outline.sport_hockey:before {
  content: "\EC49"; }

.nc-icon-outline.sport_kettlebell:before {
  content: "\EC4A"; }

.nc-icon-outline.sport_ping-pong:before {
  content: "\EC4B"; }

.nc-icon-outline.sport_podium-trophy:before {
  content: "\EC4C"; }

.nc-icon-outline.sport_podium:before {
  content: "\EC4D"; }

.nc-icon-outline.sport_rope:before {
  content: "\EC4E"; }

.nc-icon-outline.sport_rugby:before {
  content: "\EC4F"; }

.nc-icon-outline.sport_shaker:before {
  content: "\EC50"; }

.nc-icon-outline.sport_shoe-run:before {
  content: "\EC51"; }

.nc-icon-outline.sport_skateboard:before {
  content: "\EC52"; }

.nc-icon-outline.sport_snowboard:before {
  content: "\EC53"; }

.nc-icon-outline.sport_soccer-field:before {
  content: "\EC54"; }

.nc-icon-outline.sport_steering-wheel:before {
  content: "\EC55"; }

.nc-icon-outline.sport_supplement:before {
  content: "\EC56"; }

.nc-icon-outline.sport_surf:before {
  content: "\EC57"; }

.nc-icon-outline.sport_tactic:before {
  content: "\EC58"; }

.nc-icon-outline.sport_tennis-ball:before {
  content: "\EC59"; }

.nc-icon-outline.sport_tennis:before {
  content: "\EC5A"; }

.nc-icon-outline.sport_trophy:before {
  content: "\EC5B"; }

.nc-icon-outline.sport_user-balance:before {
  content: "\EC5C"; }

.nc-icon-outline.sport_user-climb:before {
  content: "\EC5D"; }

.nc-icon-outline.sport_user-meditation:before {
  content: "\EC5E"; }

.nc-icon-outline.sport_user-run:before {
  content: "\EC5F"; }

.nc-icon-outline.sport_user-snowboard:before {
  content: "\EC60"; }

.nc-icon-outline.sport_user-swim:before {
  content: "\EC61"; }

.nc-icon-outline.sport_volleyball:before {
  content: "\EC62"; }

.nc-icon-outline.sport_whistle:before {
  content: "\EC63"; }

.nc-icon-outline.holidays_bat:before {
  content: "\EC64"; }

.nc-icon-outline.holidays_biscuit:before {
  content: "\EC65"; }

.nc-icon-outline.holidays_bones:before {
  content: "\EC66"; }

.nc-icon-outline.holidays_boot:before {
  content: "\EC67"; }

.nc-icon-outline.holidays_candy:before {
  content: "\EC68"; }

.nc-icon-outline.holidays_cat:before {
  content: "\EC69"; }

.nc-icon-outline.holidays_cauldron:before {
  content: "\EC6A"; }

.nc-icon-outline.holidays_chimney:before {
  content: "\EC6B"; }

.nc-icon-outline.holidays_cockade:before {
  content: "\EC6C"; }

.nc-icon-outline.holidays_coffin:before {
  content: "\EC6D"; }

.nc-icon-outline.holidays_dead-hand:before {
  content: "\EC6E"; }

.nc-icon-outline.holidays_decoration:before {
  content: "\EC6F"; }

.nc-icon-outline.holidays_deer:before {
  content: "\EC70"; }

.nc-icon-outline.holidays_egg-38:before {
  content: "\EC71"; }

.nc-icon-outline.holidays_egg-39:before {
  content: "\EC72"; }

.nc-icon-outline.holidays_frankenstein:before {
  content: "\EC73"; }

.nc-icon-outline.holidays_ghost:before {
  content: "\EC74"; }

.nc-icon-outline.holidays_gift-exchange:before {
  content: "\EC75"; }

.nc-icon-outline.holidays_gift:before {
  content: "\EC76"; }

.nc-icon-outline.holidays_glove:before {
  content: "\EC77"; }

.nc-icon-outline.holidays_grave:before {
  content: "\EC78"; }

.nc-icon-outline.holidays_light:before {
  content: "\EC79"; }

.nc-icon-outline.holidays_message:before {
  content: "\EC7A"; }

.nc-icon-outline.holidays_mistletoe:before {
  content: "\EC7B"; }

.nc-icon-outline.holidays_owl:before {
  content: "\EC7C"; }

.nc-icon-outline.holidays_pumpkin:before {
  content: "\EC7D"; }

.nc-icon-outline.holidays_rabbit:before {
  content: "\EC7E"; }

.nc-icon-outline.holidays_santa-hat:before {
  content: "\EC7F"; }

.nc-icon-outline.holidays_sickle:before {
  content: "\EC80"; }

.nc-icon-outline.holidays_snow-ball:before {
  content: "\EC81"; }

.nc-icon-outline.holidays_snowman-head:before {
  content: "\EC82"; }

.nc-icon-outline.holidays_snowman:before {
  content: "\EC83"; }

.nc-icon-outline.holidays_soak:before {
  content: "\EC84"; }

.nc-icon-outline.holidays_spider:before {
  content: "\EC85"; }

.nc-icon-outline.holidays_tree-ball:before {
  content: "\EC86"; }

.nc-icon-outline.holidays_tree:before {
  content: "\EC87"; }

.nc-icon-outline.holidays_vampire:before {
  content: "\EC88"; }

.nc-icon-outline.holidays_witch-hat:before {
  content: "\EC89"; }

.nc-icon-outline.holidays_wolf:before {
  content: "\EC8A"; }

.nc-icon-outline.holidays_zombie:before {
  content: "\EC8B"; }

.nc-icon-outline.nature_bear:before {
  content: "\EC8C"; }

.nc-icon-outline.nature_bee:before {
  content: "\EC8D"; }

.nc-icon-outline.nature_butterfly:before {
  content: "\EC8E"; }

.nc-icon-outline.nature_chicken:before {
  content: "\EC8F"; }

.nc-icon-outline.nature_clover:before {
  content: "\EC90"; }

.nc-icon-outline.nature_collar:before {
  content: "\EC91"; }

.nc-icon-outline.nature_cow:before {
  content: "\EC92"; }

.nc-icon-outline.nature_dog-house:before {
  content: "\EC93"; }

.nc-icon-outline.nature_dog:before {
  content: "\EC94"; }

.nc-icon-outline.nature_flower-05:before {
  content: "\EC95"; }

.nc-icon-outline.nature_flower-06:before {
  content: "\EC96"; }

.nc-icon-outline.nature_flower-07:before {
  content: "\EC97"; }

.nc-icon-outline.nature_food-dog:before {
  content: "\EC98"; }

.nc-icon-outline.nature_food:before {
  content: "\EC99"; }

.nc-icon-outline.nature_forest:before {
  content: "\EC9A"; }

.nc-icon-outline.nature_mountain:before {
  content: "\EC9B"; }

.nc-icon-outline.nature_mushroom:before {
  content: "\EC9C"; }

.nc-icon-outline.nature_panda:before {
  content: "\EC9D"; }

.nc-icon-outline.nature_paw:before {
  content: "\EC9E"; }

.nc-icon-outline.nature_pig:before {
  content: "\EC9F"; }

.nc-icon-outline.nature_plant-ground:before {
  content: "\ECA0"; }

.nc-icon-outline.nature_plant-vase:before {
  content: "\ECA1"; }

.nc-icon-outline.nature_rat:before {
  content: "\ECA2"; }

.nc-icon-outline.nature_sheep:before {
  content: "\ECA3"; }

.nc-icon-outline.nature_snake:before {
  content: "\ECA4"; }

.nc-icon-outline.nature_tree-01:before {
  content: "\ECA5"; }

.nc-icon-outline.nature_tree-02:before {
  content: "\ECA6"; }

.nc-icon-outline.nature_tree-03:before {
  content: "\ECA7"; }

.nc-icon-outline.nature_turtle:before {
  content: "\ECA8"; }

.nc-icon-outline.nature_wood:before {
  content: "\ECA9"; }

.nc-icon-outline.travel_axe:before {
  content: "\EB28"; }

.nc-icon-outline.travel_backpack:before {
  content: "\EB29"; }

.nc-icon-outline.travel_bag:before {
  content: "\EB2A"; }

.nc-icon-outline.travel_barbecue:before {
  content: "\EB2B"; }

.nc-icon-outline.travel_beach-umbrella:before {
  content: "\EB2C"; }

.nc-icon-outline.travel_berlin:before {
  content: "\EB2D"; }

.nc-icon-outline.travel_binocular:before {
  content: "\EB2E"; }

.nc-icon-outline.travel_camper:before {
  content: "\EB2F"; }

.nc-icon-outline.travel_camping:before {
  content: "\EB30"; }

.nc-icon-outline.travel_castle:before {
  content: "\EB31"; }

.nc-icon-outline.travel_china:before {
  content: "\EB32"; }

.nc-icon-outline.travel_church:before {
  content: "\EB33"; }

.nc-icon-outline.travel_drink:before {
  content: "\EB34"; }

.nc-icon-outline.travel_explore:before {
  content: "\EB35"; }

.nc-icon-outline.travel_fire:before {
  content: "\EB36"; }

.nc-icon-outline.travel_hotel-bell:before {
  content: "\EB37"; }

.nc-icon-outline.travel_hotel-symbol:before {
  content: "\EB38"; }

.nc-icon-outline.travel_hotel:before {
  content: "\EB39"; }

.nc-icon-outline.travel_hut:before {
  content: "\EB3A"; }

.nc-icon-outline.travel_igloo:before {
  content: "\EB3B"; }

.nc-icon-outline.travel_info:before {
  content: "\EB3C"; }

.nc-icon-outline.travel_istanbul:before {
  content: "\EB3D"; }

.nc-icon-outline.travel_jellyfish:before {
  content: "\EB3E"; }

.nc-icon-outline.travel_lamp:before {
  content: "\EB3F"; }

.nc-icon-outline.travel_lighthouse:before {
  content: "\EB40"; }

.nc-icon-outline.travel_london:before {
  content: "\EB41"; }

.nc-icon-outline.travel_luggage:before {
  content: "\EB42"; }

.nc-icon-outline.travel_mosque:before {
  content: "\EB43"; }

.nc-icon-outline.travel_ny:before {
  content: "\EB44"; }

.nc-icon-outline.travel_octopus:before {
  content: "\EB45"; }

.nc-icon-outline.travel_paris-tower:before {
  content: "\EB46"; }

.nc-icon-outline.travel_passport:before {
  content: "\EB47"; }

.nc-icon-outline.travel_pickaxe:before {
  content: "\EB48"; }

.nc-icon-outline.travel_pool:before {
  content: "\EB49"; }

.nc-icon-outline.travel_pyramid:before {
  content: "\EB4A"; }

.nc-icon-outline.travel_rackets:before {
  content: "\EB4B"; }

.nc-icon-outline.travel_rio:before {
  content: "\EB4C"; }

.nc-icon-outline.travel_road-sign-left:before {
  content: "\EB4D"; }

.nc-icon-outline.travel_road-sign-right:before {
  content: "\EB4E"; }

.nc-icon-outline.travel_rome:before {
  content: "\EB4F"; }

.nc-icon-outline.travel_rowing:before {
  content: "\EB50"; }

.nc-icon-outline.travel_sea-mask:before {
  content: "\EB51"; }

.nc-icon-outline.travel_sf-bridge:before {
  content: "\EB52"; }

.nc-icon-outline.travel_shark:before {
  content: "\EB53"; }

.nc-icon-outline.travel_spa:before {
  content: "\EB54"; }

.nc-icon-outline.travel_sunglasses:before {
  content: "\EB55"; }

.nc-icon-outline.travel_surf:before {
  content: "\EB56"; }

.nc-icon-outline.travel_swimsuit:before {
  content: "\EB57"; }

.nc-icon-outline.travel_swimwear:before {
  content: "\EB58"; }

.nc-icon-outline.travel_swiss-knife:before {
  content: "\EB59"; }

.nc-icon-outline.travel_temple-02:before {
  content: "\EB5A"; }

.nc-icon-outline.travel_temple-25:before {
  content: "\EB5B"; }

.nc-icon-outline.travel_trolley:before {
  content: "\EB5C"; }

.nc-icon-outline.travel_white-house:before {
  content: "\EB5D"; }

.nc-icon-outline.travel_world:before {
  content: "\EB5E"; }

.nc-icon-outline.travel_worldmap:before {
  content: "\EB5F"; }

.nc-icon-outline.food_alcohol:before {
  content: "\EB60"; }

.nc-icon-outline.food_apple:before {
  content: "\EB61"; }

.nc-icon-outline.food_baby:before {
  content: "\EB62"; }

.nc-icon-outline.food_bacon:before {
  content: "\EB63"; }

.nc-icon-outline.food_baguette:before {
  content: "\EB64"; }

.nc-icon-outline.food_banana:before {
  content: "\EB65"; }

.nc-icon-outline.food_barbecue-02:before {
  content: "\EB66"; }

.nc-icon-outline.food_barbecue-15:before {
  content: "\EB67"; }

.nc-icon-outline.food_barbecue-tools:before {
  content: "\EB68"; }

.nc-icon-outline.food_beer-95:before {
  content: "\EB69"; }

.nc-icon-outline.food_beer-96:before {
  content: "\EB6A"; }

.nc-icon-outline.food_beverage:before {
  content: "\EB6B"; }

.nc-icon-outline.food_bottle-wine:before {
  content: "\EB6C"; }

.nc-icon-outline.food_bottle:before {
  content: "\EB6D"; }

.nc-icon-outline.food_bowl:before {
  content: "\EB6E"; }

.nc-icon-outline.food_bread:before {
  content: "\EB6F"; }

.nc-icon-outline.food_broccoli:before {
  content: "\EB70"; }

.nc-icon-outline.food_cake-13:before {
  content: "\EB71"; }

.nc-icon-outline.food_cake-100:before {
  content: "\EB72"; }

.nc-icon-outline.food_cake-slice:before {
  content: "\EB73"; }

.nc-icon-outline.food_candle:before {
  content: "\EB74"; }

.nc-icon-outline.food_candy:before {
  content: "\EB75"; }

.nc-icon-outline.food_carrot:before {
  content: "\EB76"; }

.nc-icon-outline.food_champagne:before {
  content: "\EB77"; }

.nc-icon-outline.food_cheese-24:before {
  content: "\EB78"; }

.nc-icon-outline.food_cheese-87:before {
  content: "\EB79"; }

.nc-icon-outline.food_cheeseburger:before {
  content: "\EB7A"; }

.nc-icon-outline.food_chef-hat:before {
  content: "\EB7B"; }

.nc-icon-outline.food_cherry:before {
  content: "\EB7C"; }

.nc-icon-outline.food_chicken:before {
  content: "\EB7D"; }

.nc-icon-outline.food_chili:before {
  content: "\EB7E"; }

.nc-icon-outline.food_chinese:before {
  content: "\EB7F"; }

.nc-icon-outline.food_chips:before {
  content: "\EB80"; }

.nc-icon-outline.food_chocolate:before {
  content: "\EB81"; }

.nc-icon-outline.food_cocktail:before {
  content: "\EB82"; }

.nc-icon-outline.food_coffe-long:before {
  content: "\EB83"; }

.nc-icon-outline.food_coffee-long:before {
  content: "\EB84"; }

.nc-icon-outline.food_coffee:before {
  content: "\EB85"; }

.nc-icon-outline.food_cookies:before {
  content: "\EB86"; }

.nc-icon-outline.food_course:before {
  content: "\EB87"; }

.nc-icon-outline.food_crab:before {
  content: "\EB88"; }

.nc-icon-outline.food_croissant:before {
  content: "\EB89"; }

.nc-icon-outline.food_cutlery-75:before {
  content: "\EB8A"; }

.nc-icon-outline.food_cutlery-76:before {
  content: "\EB8B"; }

.nc-icon-outline.food_cutlery-77:before {
  content: "\EB8C"; }

.nc-icon-outline.food_dishwasher:before {
  content: "\EB8D"; }

.nc-icon-outline.food_donut:before {
  content: "\EB8E"; }

.nc-icon-outline.food_drink:before {
  content: "\EB8F"; }

.nc-icon-outline.food_egg:before {
  content: "\EB90"; }

.nc-icon-outline.food_energy-drink:before {
  content: "\EB91"; }

.nc-icon-outline.food_fish:before {
  content: "\EB92"; }

.nc-icon-outline.food_fishbone:before {
  content: "\EB93"; }

.nc-icon-outline.food_fridge:before {
  content: "\EB94"; }

.nc-icon-outline.food_glass:before {
  content: "\EB95"; }

.nc-icon-outline.food_grape:before {
  content: "\EB96"; }

.nc-icon-outline.food_hob:before {
  content: "\EB97"; }

.nc-icon-outline.food_hot-dog:before {
  content: "\EB98"; }

.nc-icon-outline.food_ice-cream-22:before {
  content: "\EB99"; }

.nc-icon-outline.food_ice-cream-72:before {
  content: "\EB9A"; }

.nc-icon-outline.food_jam:before {
  content: "\EB9B"; }

.nc-icon-outline.food_kettle:before {
  content: "\EB9C"; }

.nc-icon-outline.food_kitchen-fan:before {
  content: "\EB9D"; }

.nc-icon-outline.food_knife:before {
  content: "\EB9E"; }

.nc-icon-outline.food_lemon-slice:before {
  content: "\EB9F"; }

.nc-icon-outline.food_lighter:before {
  content: "\EBA0"; }

.nc-icon-outline.food_lobster:before {
  content: "\EBA1"; }

.nc-icon-outline.food_matches:before {
  content: "\EBA2"; }

.nc-icon-outline.food_measuring-cup:before {
  content: "\EBA3"; }

.nc-icon-outline.food_meat-spit:before {
  content: "\EBA4"; }

.nc-icon-outline.food_microwave:before {
  content: "\EBA5"; }

.nc-icon-outline.food_milk:before {
  content: "\EBA6"; }

.nc-icon-outline.food_moka:before {
  content: "\EBA7"; }

.nc-icon-outline.food_muffin:before {
  content: "\EBA8"; }

.nc-icon-outline.food_mug:before {
  content: "\EBA9"; }

.nc-icon-outline.food_oven:before {
  content: "\EBAA"; }

.nc-icon-outline.food_pan:before {
  content: "\EBAB"; }

.nc-icon-outline.food_pizza-slice:before {
  content: "\EBAC"; }

.nc-icon-outline.food_pizza:before {
  content: "\EBAD"; }

.nc-icon-outline.food_plate:before {
  content: "\EBAE"; }

.nc-icon-outline.food_pot:before {
  content: "\EBAF"; }

.nc-icon-outline.food_prosciutto:before {
  content: "\EBB0"; }

.nc-icon-outline.food_recipe-book-46:before {
  content: "\EBB1"; }

.nc-icon-outline.food_recipe-book-47:before {
  content: "\EBB2"; }

.nc-icon-outline.food_rolling-pin:before {
  content: "\EBB3"; }

.nc-icon-outline.food_salt:before {
  content: "\EBB4"; }

.nc-icon-outline.food_sausage:before {
  content: "\EBB5"; }

.nc-icon-outline.food_scale:before {
  content: "\EBB6"; }

.nc-icon-outline.food_scotch:before {
  content: "\EBB7"; }

.nc-icon-outline.food_shrimp:before {
  content: "\EBB8"; }

.nc-icon-outline.food_steak:before {
  content: "\EBB9"; }

.nc-icon-outline.food_store:before {
  content: "\EBBA"; }

.nc-icon-outline.food_strawberry:before {
  content: "\EBBB"; }

.nc-icon-outline.food_sushi:before {
  content: "\EBBC"; }

.nc-icon-outline.food_tacos:before {
  content: "\EBBD"; }

.nc-icon-outline.food_tea:before {
  content: "\EBBE"; }

.nc-icon-outline.food_temperature:before {
  content: "\EBBF"; }

.nc-icon-outline.food_vest-07:before {
  content: "\EBC0"; }

.nc-icon-outline.food_vest-31:before {
  content: "\EBC1"; }

.nc-icon-outline.food_watermelon:before {
  content: "\EBC2"; }

.nc-icon-outline.food_whisk:before {
  content: "\EBC3"; }

.nc-icon-outline.emoticons_alien:before {
  content: "\EBC4"; }

.nc-icon-outline.emoticons_angry-10:before {
  content: "\EBC5"; }

.nc-icon-outline.emoticons_angry-44:before {
  content: "\EBC6"; }

.nc-icon-outline.emoticons_big-eyes:before {
  content: "\EBC7"; }

.nc-icon-outline.emoticons_big-smile:before {
  content: "\EBC8"; }

.nc-icon-outline.emoticons_bigmouth:before {
  content: "\EBC9"; }

.nc-icon-outline.emoticons_bleah:before {
  content: "\EBCA"; }

.nc-icon-outline.emoticons_blind:before {
  content: "\EBCB"; }

.nc-icon-outline.emoticons_bomb:before {
  content: "\EBCC"; }

.nc-icon-outline.emoticons_bored:before {
  content: "\EBCD"; }

.nc-icon-outline.emoticons_cake:before {
  content: "\EBCE"; }

.nc-icon-outline.emoticons_cry-15:before {
  content: "\EBCF"; }

.nc-icon-outline.emoticons_cry-57:before {
  content: "\EBD0"; }

.nc-icon-outline.emoticons_cute:before {
  content: "\EBD1"; }

.nc-icon-outline.emoticons_devil:before {
  content: "\EBD2"; }

.nc-icon-outline.emoticons_disgusted:before {
  content: "\EBD3"; }

.nc-icon-outline.emoticons_fist:before {
  content: "\EBD4"; }

.nc-icon-outline.emoticons_ghost:before {
  content: "\EBD5"; }

.nc-icon-outline.emoticons_hannibal:before {
  content: "\EBD6"; }

.nc-icon-outline.emoticons_happy-sun:before {
  content: "\EBD7"; }

.nc-icon-outline.emoticons_kid:before {
  content: "\EBD8"; }

.nc-icon-outline.emoticons_kiss:before {
  content: "\EBD9"; }

.nc-icon-outline.emoticons_laugh-17:before {
  content: "\EBDA"; }

.nc-icon-outline.emoticons_laugh-35:before {
  content: "\EBDB"; }

.nc-icon-outline.emoticons_like-no:before {
  content: "\EBDC"; }

.nc-icon-outline.emoticons_like:before {
  content: "\EBDD"; }

.nc-icon-outline.emoticons_mad-12:before {
  content: "\EBDE"; }

.nc-icon-outline.emoticons_mad-58:before {
  content: "\EBDF"; }

.nc-icon-outline.emoticons_malicious:before {
  content: "\EBE0"; }

.nc-icon-outline.emoticons_manga-62:before {
  content: "\EBE1"; }

.nc-icon-outline.emoticons_manga-63:before {
  content: "\EBE2"; }

.nc-icon-outline.emoticons_monster:before {
  content: "\EBE3"; }

.nc-icon-outline.emoticons_nerd-22:before {
  content: "\EBE4"; }

.nc-icon-outline.emoticons_nerd-23:before {
  content: "\EBE5"; }

.nc-icon-outline.emoticons_ninja:before {
  content: "\EBE6"; }

.nc-icon-outline.emoticons_no-words:before {
  content: "\EBE7"; }

.nc-icon-outline.emoticons_parrot:before {
  content: "\EBE8"; }

.nc-icon-outline.emoticons_penguin:before {
  content: "\EBE9"; }

.nc-icon-outline.emoticons_pirate:before {
  content: "\EBEA"; }

.nc-icon-outline.emoticons_poop:before {
  content: "\EBEB"; }

.nc-icon-outline.emoticons_puzzled:before {
  content: "\EBEC"; }

.nc-icon-outline.emoticons_quite-happy:before {
  content: "\EBED"; }

.nc-icon-outline.emoticons_robot:before {
  content: "\EBEE"; }

.nc-icon-outline.emoticons_rock:before {
  content: "\EBEF"; }

.nc-icon-outline.emoticons_sad:before {
  content: "\EBF0"; }

.nc-icon-outline.emoticons_satisfied:before {
  content: "\EBF1"; }

.nc-icon-outline.emoticons_shark:before {
  content: "\EBF2"; }

.nc-icon-outline.emoticons_shy:before {
  content: "\EBF3"; }

.nc-icon-outline.emoticons_sick:before {
  content: "\EBF4"; }

.nc-icon-outline.emoticons_silly:before {
  content: "\EBF5"; }

.nc-icon-outline.emoticons_skull:before {
  content: "\EBF6"; }

.nc-icon-outline.emoticons_sleep:before {
  content: "\EBF7"; }

.nc-icon-outline.emoticons_sloth:before {
  content: "\EBF8"; }

.nc-icon-outline.emoticons_smart:before {
  content: "\EBF9"; }

.nc-icon-outline.emoticons_smile:before {
  content: "\EBFA"; }

.nc-icon-outline.emoticons_soldier:before {
  content: "\EBFB"; }

.nc-icon-outline.emoticons_speechless:before {
  content: "\EBFC"; }

.nc-icon-outline.emoticons_spiteful:before {
  content: "\EBFD"; }

.nc-icon-outline.emoticons_sunglasses-48:before {
  content: "\EBFE"; }

.nc-icon-outline.emoticons_sunglasses-49:before {
  content: "\EBFF"; }

.nc-icon-outline.emoticons_surprise:before {
  content: "\EC00"; }

.nc-icon-outline.emoticons_upset-13:before {
  content: "\EC01"; }

.nc-icon-outline.emoticons_upset-14:before {
  content: "\EC02"; }

.nc-icon-outline.emoticons_virus:before {
  content: "\EC03"; }

.nc-icon-outline.emoticons_what:before {
  content: "\EC04"; }

.nc-icon-outline.emoticons_whiskers:before {
  content: "\EC05"; }

.nc-icon-outline.emoticons_wink-06:before {
  content: "\EC06"; }

.nc-icon-outline.emoticons_wink-11:before {
  content: "\EC07"; }

.nc-icon-outline.emoticons_wink-69:before {
  content: "\EC08"; }

.nc-icon-outline.weather_celsius:before {
  content: "\E600"; }

.nc-icon-outline.weather_cloud-13:before {
  content: "\E601"; }

.nc-icon-outline.weather_cloud-14:before {
  content: "\E602"; }

.nc-icon-outline.weather_cloud-drop:before {
  content: "\E603"; }

.nc-icon-outline.weather_cloud-fog-31:before {
  content: "\E604"; }

.nc-icon-outline.weather_cloud-fog-32:before {
  content: "\E605"; }

.nc-icon-outline.weather_cloud-hail:before {
  content: "\E606"; }

.nc-icon-outline.weather_cloud-light:before {
  content: "\E607"; }

.nc-icon-outline.weather_cloud-moon:before {
  content: "\E608"; }

.nc-icon-outline.weather_cloud-rain:before {
  content: "\E609"; }

.nc-icon-outline.weather_cloud-rainbow:before {
  content: "\E60A"; }

.nc-icon-outline.weather_cloud-snow-34:before {
  content: "\E60B"; }

.nc-icon-outline.weather_cloud-snow-42:before {
  content: "\E60C"; }

.nc-icon-outline.weather_cloud-sun-17:before {
  content: "\E60D"; }

.nc-icon-outline.weather_cloud-sun-19:before {
  content: "\E60E"; }

.nc-icon-outline.weather_compass:before {
  content: "\E60F"; }

.nc-icon-outline.weather_drop-12:before {
  content: "\E610"; }

.nc-icon-outline.weather_drop-15:before {
  content: "\E611"; }

.nc-icon-outline.weather_drops:before {
  content: "\E612"; }

.nc-icon-outline.weather_eclipse:before {
  content: "\E613"; }

.nc-icon-outline.weather_fahrenheit:before {
  content: "\E614"; }

.nc-icon-outline.weather_fog:before {
  content: "\E615"; }

.nc-icon-outline.weather_forecast:before {
  content: "\E616"; }

.nc-icon-outline.weather_hurricane-44:before {
  content: "\E617"; }

.nc-icon-outline.weather_hurricane-45:before {
  content: "\E618"; }

.nc-icon-outline.weather_moon-cloud-drop:before {
  content: "\E619"; }

.nc-icon-outline.weather_moon-cloud-fog:before {
  content: "\E61A"; }

.nc-icon-outline.weather_moon-cloud-hail:before {
  content: "\E61B"; }

.nc-icon-outline.weather_moon-cloud-light:before {
  content: "\E61C"; }

.nc-icon-outline.weather_moon-cloud-rain:before {
  content: "\E61D"; }

.nc-icon-outline.weather_moon-cloud-snow-61:before {
  content: "\E61E"; }

.nc-icon-outline.weather_moon-cloud-snow-62:before {
  content: "\E61F"; }

.nc-icon-outline.weather_moon-fog:before {
  content: "\E620"; }

.nc-icon-outline.weather_moon-full:before {
  content: "\E621"; }

.nc-icon-outline.weather_moon-stars:before {
  content: "\E622"; }

.nc-icon-outline.weather_moon:before {
  content: "\E623"; }

.nc-icon-outline.weather_rain-hail:before {
  content: "\E624"; }

.nc-icon-outline.weather_rain:before {
  content: "\E625"; }

.nc-icon-outline.weather_rainbow:before {
  content: "\E626"; }

.nc-icon-outline.weather_snow:before {
  content: "\E627"; }

.nc-icon-outline.weather_sun-cloud-drop:before {
  content: "\E628"; }

.nc-icon-outline.weather_sun-cloud-fog:before {
  content: "\E629"; }

.nc-icon-outline.weather_sun-cloud-hail:before {
  content: "\E62A"; }

.nc-icon-outline.weather_sun-cloud-light:before {
  content: "\E62B"; }

.nc-icon-outline.weather_sun-cloud-rain:before {
  content: "\E62C"; }

.nc-icon-outline.weather_sun-cloud-snow-54:before {
  content: "\E62D"; }

.nc-icon-outline.weather_sun-cloud-snow-55:before {
  content: "\E62E"; }

.nc-icon-outline.weather_sun-cloud:before {
  content: "\E62F"; }

.nc-icon-outline.weather_sun-fog-29:before {
  content: "\E630"; }

.nc-icon-outline.weather_sun-fog-30:before {
  content: "\E631"; }

.nc-icon-outline.weather_sun-fog-43:before {
  content: "\E632"; }

.nc-icon-outline.weather_sun:before {
  content: "\E633"; }

.nc-icon-outline.weather_wind:before {
  content: "\E634"; }

.nc-icon-outline.transportation_air-baloon:before {
  content: "\E717"; }

.nc-icon-outline.transportation_bike-sport:before {
  content: "\E718"; }

.nc-icon-outline.transportation_bike:before {
  content: "\E719"; }

.nc-icon-outline.transportation_boat-front:before {
  content: "\E71A"; }

.nc-icon-outline.transportation_boat-small-02:before {
  content: "\E71B"; }

.nc-icon-outline.transportation_boat-small-03:before {
  content: "\E71C"; }

.nc-icon-outline.transportation_boat:before {
  content: "\E71D"; }

.nc-icon-outline.transportation_bus-front-10:before {
  content: "\E71E"; }

.nc-icon-outline.transportation_bus-front-12:before {
  content: "\E71F"; }

.nc-icon-outline.transportation_bus:before {
  content: "\E720"; }

.nc-icon-outline.transportation_car-front:before {
  content: "\E721"; }

.nc-icon-outline.transportation_car-simple:before {
  content: "\E722"; }

.nc-icon-outline.transportation_car-sport:before {
  content: "\E723"; }

.nc-icon-outline.transportation_car-taxi:before {
  content: "\E724"; }

.nc-icon-outline.transportation_car:before {
  content: "\E725"; }

.nc-icon-outline.transportation_helicopter:before {
  content: "\E726"; }

.nc-icon-outline.transportation_helmet:before {
  content: "\E727"; }

.nc-icon-outline.transportation_light-traffic:before {
  content: "\E728"; }

.nc-icon-outline.transportation_moto:before {
  content: "\E729"; }

.nc-icon-outline.transportation_plane-17:before {
  content: "\E72A"; }

.nc-icon-outline.transportation_plane-18:before {
  content: "\E72B"; }

.nc-icon-outline.transportation_road:before {
  content: "\E72C"; }

.nc-icon-outline.transportation_skateboard:before {
  content: "\E72D"; }

.nc-icon-outline.transportation_tractor:before {
  content: "\E72E"; }

.nc-icon-outline.transportation_train-speed:before {
  content: "\E72F"; }

.nc-icon-outline.transportation_train:before {
  content: "\E730"; }

.nc-icon-outline.transportation_tram:before {
  content: "\E731"; }

.nc-icon-outline.transportation_truck-front:before {
  content: "\E732"; }

.nc-icon-outline.transportation_vespa-front:before {
  content: "\E733"; }

.nc-icon-outline.transportation_vespa:before {
  content: "\E734"; }

.nc-icon-outline.education_abc:before {
  content: "\E7AD"; }

.nc-icon-outline.education_agenda-bookmark:before {
  content: "\E7AE"; }

.nc-icon-outline.education_atom:before {
  content: "\E7AF"; }

.nc-icon-outline.education_award-55:before {
  content: "\E7B0"; }

.nc-icon-outline.education_backpack-57:before {
  content: "\E7B1"; }

.nc-icon-outline.education_backpack-58:before {
  content: "\E7B2"; }

.nc-icon-outline.education_ball-basket:before {
  content: "\E7B3"; }

.nc-icon-outline.education_ball-soccer:before {
  content: "\E7B4"; }

.nc-icon-outline.education_board-51:before {
  content: "\E7B5"; }

.nc-icon-outline.education_book-39:before {
  content: "\E7B6"; }

.nc-icon-outline.education_book-bookmark:before {
  content: "\E7B7"; }

.nc-icon-outline.education_book-open:before {
  content: "\E7B8"; }

.nc-icon-outline.education_books-46:before {
  content: "\E7B9"; }

.nc-icon-outline.education_chalkboard:before {
  content: "\E7BA"; }

.nc-icon-outline.education_flask:before {
  content: "\E7BB"; }

.nc-icon-outline.education_glasses:before {
  content: "\E7BC"; }

.nc-icon-outline.education_grammar-check:before {
  content: "\E7BD"; }

.nc-icon-outline.education_hat:before {
  content: "\E7BE"; }

.nc-icon-outline.education_language:before {
  content: "\E7BF"; }

.nc-icon-outline.education_microscope:before {
  content: "\E7C0"; }

.nc-icon-outline.education_molecule:before {
  content: "\E7C1"; }

.nc-icon-outline.education_notepad:before {
  content: "\E7C2"; }

.nc-icon-outline.education_paper-diploma:before {
  content: "\E7C3"; }

.nc-icon-outline.education_paper:before {
  content: "\E7C4"; }

.nc-icon-outline.education_pencil-47:before {
  content: "\E7C5"; }

.nc-icon-outline.education_school:before {
  content: "\E7C6"; }

.nc-icon-outline.objects_alien-29:before {
  content: "\E7C7"; }

.nc-icon-outline.objects_alien-33:before {
  content: "\E7C8"; }

.nc-icon-outline.objects_anchor:before {
  content: "\E7C9"; }

.nc-icon-outline.objects_astronaut:before {
  content: "\E7CA"; }

.nc-icon-outline.objects_axe:before {
  content: "\E7CB"; }

.nc-icon-outline.objects_baby-bottle:before {
  content: "\E7CC"; }

.nc-icon-outline.objects_baby:before {
  content: "\E7CD"; }

.nc-icon-outline.objects_baloon:before {
  content: "\E7CE"; }

.nc-icon-outline.objects_battery:before {
  content: "\E7CF"; }

.nc-icon-outline.objects_bear:before {
  content: "\E7D0"; }

.nc-icon-outline.objects_billiard:before {
  content: "\E7D1"; }

.nc-icon-outline.objects_binocular:before {
  content: "\E7D2"; }

.nc-icon-outline.objects_bow:before {
  content: "\E7D3"; }

.nc-icon-outline.objects_bowling:before {
  content: "\E7D4"; }

.nc-icon-outline.objects_broom:before {
  content: "\E7D5"; }

.nc-icon-outline.objects_cone:before {
  content: "\E7D6"; }

.nc-icon-outline.objects_controller:before {
  content: "\E7D7"; }

.nc-icon-outline.objects_diamond:before {
  content: "\E7D8"; }

.nc-icon-outline.objects_dice:before {
  content: "\E7D9"; }

.nc-icon-outline.objects_globe:before {
  content: "\E7DA"; }

.nc-icon-outline.objects_hut:before {
  content: "\E7DB"; }

.nc-icon-outline.objects_key-25:before {
  content: "\E7DC"; }

.nc-icon-outline.objects_key-26:before {
  content: "\E7DD"; }

.nc-icon-outline.objects_lamp:before {
  content: "\E7DE"; }

.nc-icon-outline.objects_leaf-36:before {
  content: "\E7DF"; }

.nc-icon-outline.objects_leaf-38:before {
  content: "\E7E0"; }

.nc-icon-outline.objects_light:before {
  content: "\E7E1"; }

.nc-icon-outline.objects_pipe:before {
  content: "\E7E2"; }

.nc-icon-outline.objects_planet:before {
  content: "\E7E3"; }

.nc-icon-outline.objects_puzzle-09:before {
  content: "\E7E4"; }

.nc-icon-outline.objects_puzzle-10:before {
  content: "\E7E5"; }

.nc-icon-outline.objects_shovel:before {
  content: "\E7E6"; }

.nc-icon-outline.objects_skull:before {
  content: "\E7E7"; }

.nc-icon-outline.objects_spaceship:before {
  content: "\E7E8"; }

.nc-icon-outline.objects_spray:before {
  content: "\E7E9"; }

.nc-icon-outline.objects_support-16:before {
  content: "\E7EA"; }

.nc-icon-outline.objects_support-17:before {
  content: "\E7EB"; }

.nc-icon-outline.objects_umbrella-13:before {
  content: "\E7EC"; }

.nc-icon-outline.objects_umbrella-14:before {
  content: "\E7ED"; }

.nc-icon-outline.objects_wool-ball:before {
  content: "\E7EE"; }

.nc-icon-outline.media-1_3d:before {
  content: "\E7EF"; }

.nc-icon-outline.media-1_action-73:before {
  content: "\E7F0"; }

.nc-icon-outline.media-1_action-74:before {
  content: "\E7F1"; }

.nc-icon-outline.media-1_album:before {
  content: "\E7F2"; }

.nc-icon-outline.media-1_audio-91:before {
  content: "\E7F3"; }

.nc-icon-outline.media-1_audio-92:before {
  content: "\E7F4"; }

.nc-icon-outline.media-1_balance:before {
  content: "\E7F5"; }

.nc-icon-outline.media-1_brightness-46:before {
  content: "\E7F6"; }

.nc-icon-outline.media-1_brightness-47:before {
  content: "\E7F7"; }

.nc-icon-outline.media-1_button-circle-pause:before {
  content: "\E7F8"; }

.nc-icon-outline.media-1_button-circle-play:before {
  content: "\E7F9"; }

.nc-icon-outline.media-1_button-circle-stop:before {
  content: "\E7FA"; }

.nc-icon-outline.media-1_button-eject:before {
  content: "\E7FB"; }

.nc-icon-outline.media-1_button-next:before {
  content: "\E7FC"; }

.nc-icon-outline.media-1_button-pause:before {
  content: "\E7FD"; }

.nc-icon-outline.media-1_button-play:before {
  content: "\E7FE"; }

.nc-icon-outline.media-1_button-power:before {
  content: "\E7FF"; }

.nc-icon-outline.media-1_button-previous:before {
  content: "\E800"; }

.nc-icon-outline.media-1_button-record:before {
  content: "\E801"; }

.nc-icon-outline.media-1_button-rewind:before {
  content: "\E802"; }

.nc-icon-outline.media-1_button-skip:before {
  content: "\E803"; }

.nc-icon-outline.media-1_button-stop:before {
  content: "\E804"; }

.nc-icon-outline.media-1_camera-18:before {
  content: "\E805"; }

.nc-icon-outline.media-1_camera-19:before {
  content: "\E806"; }

.nc-icon-outline.media-1_camera-20:before {
  content: "\E807"; }

.nc-icon-outline.media-1_camera-ban-36:before {
  content: "\E808"; }

.nc-icon-outline.media-1_camera-ban-37:before {
  content: "\E809"; }

.nc-icon-outline.media-1_camera-compact:before {
  content: "\E80A"; }

.nc-icon-outline.media-1_camera-screen:before {
  content: "\E80B"; }

.nc-icon-outline.media-1_camera-square-57:before {
  content: "\E80C"; }

.nc-icon-outline.media-1_camera-square-58:before {
  content: "\E80D"; }

.nc-icon-outline.media-1_camera-time:before {
  content: "\E80E"; }

.nc-icon-outline.media-1_countdown-34:before {
  content: "\E80F"; }

.nc-icon-outline.media-1_countdown-35:before {
  content: "\E810"; }

.nc-icon-outline.media-1_edit-color:before {
  content: "\E811"; }

.nc-icon-outline.media-1_edit-contrast-42:before {
  content: "\E812"; }

.nc-icon-outline.media-1_edit-contrast-43:before {
  content: "\E813"; }

.nc-icon-outline.media-1_edit-saturation:before {
  content: "\E814"; }

.nc-icon-outline.media-1_flash-21:before {
  content: "\E815"; }

.nc-icon-outline.media-1_flash-24:before {
  content: "\E816"; }

.nc-icon-outline.media-1_flash-29:before {
  content: "\E817"; }

.nc-icon-outline.media-1_flash-auto-22:before {
  content: "\E818"; }

.nc-icon-outline.media-1_flash-auto-25:before {
  content: "\E819"; }

.nc-icon-outline.media-1_flash-off-23:before {
  content: "\E81A"; }

.nc-icon-outline.media-1_flash-off-26:before {
  content: "\E81B"; }

.nc-icon-outline.media-1_focus-32:before {
  content: "\E81C"; }

.nc-icon-outline.media-1_focus-38:before {
  content: "\E81D"; }

.nc-icon-outline.media-1_focus-40:before {
  content: "\E81E"; }

.nc-icon-outline.media-1_focus-circle:before {
  content: "\E81F"; }

.nc-icon-outline.media-1_frame-12:before {
  content: "\E820"; }

.nc-icon-outline.media-1_frame-41:before {
  content: "\E821"; }

.nc-icon-outline.media-1_grid:before {
  content: "\E822"; }

.nc-icon-outline.media-1_image-01:before {
  content: "\E823"; }

.nc-icon-outline.media-1_image-02:before {
  content: "\E824"; }

.nc-icon-outline.media-1_image-05:before {
  content: "\E825"; }

.nc-icon-outline.media-1_image-add:before {
  content: "\E826"; }

.nc-icon-outline.media-1_image-delete:before {
  content: "\E827"; }

.nc-icon-outline.media-1_image-location:before {
  content: "\E828"; }

.nc-icon-outline.media-1_kid:before {
  content: "\E829"; }

.nc-icon-outline.media-1_layers:before {
  content: "\E82A"; }

.nc-icon-outline.media-1_lens-31:before {
  content: "\E82B"; }

.nc-icon-outline.media-1_lens-56:before {
  content: "\E82C"; }

.nc-icon-outline.media-1_macro:before {
  content: "\E82D"; }

.nc-icon-outline.media-1_movie-61:before {
  content: "\E82E"; }

.nc-icon-outline.media-1_movie-62:before {
  content: "\E82F"; }

.nc-icon-outline.media-1_night:before {
  content: "\E830"; }

.nc-icon-outline.media-1_picture:before {
  content: "\E831"; }

.nc-icon-outline.media-1_play-68:before {
  content: "\E832"; }

.nc-icon-outline.media-1_play-69:before {
  content: "\E833"; }

.nc-icon-outline.media-1_player:before {
  content: "\E834"; }

.nc-icon-outline.media-1_polaroid-add:before {
  content: "\E835"; }

.nc-icon-outline.media-1_polaroid-delete:before {
  content: "\E836"; }

.nc-icon-outline.media-1_polaroid-multiple:before {
  content: "\E837"; }

.nc-icon-outline.media-1_polaroid-user:before {
  content: "\E838"; }

.nc-icon-outline.media-1_polaroid:before {
  content: "\E839"; }

.nc-icon-outline.media-1_roll:before {
  content: "\E83A"; }

.nc-icon-outline.media-1_rotate-left:before {
  content: "\E83B"; }

.nc-icon-outline.media-1_rotate-right:before {
  content: "\E83C"; }

.nc-icon-outline.media-1_sd:before {
  content: "\E83D"; }

.nc-icon-outline.media-1_selfie:before {
  content: "\E83E"; }

.nc-icon-outline.media-1_shake:before {
  content: "\E83F"; }

.nc-icon-outline.media-1_speaker:before {
  content: "\E840"; }

.nc-icon-outline.media-1_sport:before {
  content: "\E841"; }

.nc-icon-outline.media-1_ticket-75:before {
  content: "\E842"; }

.nc-icon-outline.media-1_ticket-76:before {
  content: "\E843"; }

.nc-icon-outline.media-1_touch:before {
  content: "\E844"; }

.nc-icon-outline.media-1_tripod:before {
  content: "\E845"; }

.nc-icon-outline.media-1_video-64:before {
  content: "\E846"; }

.nc-icon-outline.media-1_video-65:before {
  content: "\E847"; }

.nc-icon-outline.media-1_video-66:before {
  content: "\E848"; }

.nc-icon-outline.media-1_video-67:before {
  content: "\E849"; }

.nc-icon-outline.media-1_videocamera-71:before {
  content: "\E84A"; }

.nc-icon-outline.media-1_videocamera-72:before {
  content: "\E84B"; }

.nc-icon-outline.media-1_volume-93:before {
  content: "\E84C"; }

.nc-icon-outline.media-1_volume-97:before {
  content: "\E84D"; }

.nc-icon-outline.media-1_volume-98:before {
  content: "\E84E"; }

.nc-icon-outline.media-1_volume-ban:before {
  content: "\E84F"; }

.nc-icon-outline.media-1_volume-down:before {
  content: "\E850"; }

.nc-icon-outline.media-1_volume-off:before {
  content: "\E851"; }

.nc-icon-outline.media-1_volume-up:before {
  content: "\E852"; }

.nc-icon-outline.media-2_guitar:before {
  content: "\E853"; }

.nc-icon-outline.media-2_headphones-mic:before {
  content: "\E854"; }

.nc-icon-outline.media-2_headphones:before {
  content: "\E855"; }

.nc-icon-outline.media-2_knob:before {
  content: "\E856"; }

.nc-icon-outline.media-2_mic:before {
  content: "\E857"; }

.nc-icon-outline.media-2_music-album:before {
  content: "\E858"; }

.nc-icon-outline.media-2_music-cloud:before {
  content: "\E859"; }

.nc-icon-outline.media-2_note-03:before {
  content: "\E85A"; }

.nc-icon-outline.media-2_note-04:before {
  content: "\E85B"; }

.nc-icon-outline.media-2_piano:before {
  content: "\E85C"; }

.nc-icon-outline.media-2_radio:before {
  content: "\E85D"; }

.nc-icon-outline.media-2_remix:before {
  content: "\E85E"; }

.nc-icon-outline.media-2_sound-wave:before {
  content: "\E85F"; }

.nc-icon-outline.media-2_speaker-01:before {
  content: "\E860"; }

.nc-icon-outline.media-2_speaker-05:before {
  content: "\E861"; }

.nc-icon-outline.media-2_tape:before {
  content: "\E862"; }

.nc-icon-outline.location_appointment:before {
  content: "\E863"; }

.nc-icon-outline.location_bookmark-add:before {
  content: "\E864"; }

.nc-icon-outline.location_bookmark-remove:before {
  content: "\E865"; }

.nc-icon-outline.location_bookmark:before {
  content: "\E866"; }

.nc-icon-outline.location_compass-04:before {
  content: "\E867"; }

.nc-icon-outline.location_compass-05:before {
  content: "\E868"; }

.nc-icon-outline.location_compass-06:before {
  content: "\E869"; }

.nc-icon-outline.location_crosshair:before {
  content: "\E86A"; }

.nc-icon-outline.location_explore-user:before {
  content: "\E86B"; }

.nc-icon-outline.location_explore:before {
  content: "\E86C"; }

.nc-icon-outline.location_flag-complex:before {
  content: "\E86D"; }

.nc-icon-outline.location_flag-diagonal-33:before {
  content: "\E86E"; }

.nc-icon-outline.location_flag-diagonal-34:before {
  content: "\E86F"; }

.nc-icon-outline.location_flag-points-31:before {
  content: "\E870"; }

.nc-icon-outline.location_flag-points-32:before {
  content: "\E871"; }

.nc-icon-outline.location_flag-simple:before {
  content: "\E872"; }

.nc-icon-outline.location_flag-triangle:before {
  content: "\E873"; }

.nc-icon-outline.location_flag:before {
  content: "\E874"; }

.nc-icon-outline.location_gps:before {
  content: "\E875"; }

.nc-icon-outline.location_map-big:before {
  content: "\E876"; }

.nc-icon-outline.location_map-compass:before {
  content: "\E877"; }

.nc-icon-outline.location_map-gps:before {
  content: "\E878"; }

.nc-icon-outline.location_map-marker:before {
  content: "\E879"; }

.nc-icon-outline.location_map-pin:before {
  content: "\E87A"; }

.nc-icon-outline.location_map:before {
  content: "\E87B"; }

.nc-icon-outline.location_marker:before {
  content: "\E87C"; }

.nc-icon-outline.location_pin-add:before {
  content: "\E87D"; }

.nc-icon-outline.location_pin-copy:before {
  content: "\E87E"; }

.nc-icon-outline.location_pin-remove:before {
  content: "\E87F"; }

.nc-icon-outline.location_pin:before {
  content: "\E880"; }

.nc-icon-outline.location_pins:before {
  content: "\E881"; }

.nc-icon-outline.location_position-marker:before {
  content: "\E882"; }

.nc-icon-outline.location_position-pin:before {
  content: "\E883"; }

.nc-icon-outline.location_position-user:before {
  content: "\E884"; }

.nc-icon-outline.location_radar:before {
  content: "\E885"; }

.nc-icon-outline.location_road:before {
  content: "\E886"; }

.nc-icon-outline.location_route-alert:before {
  content: "\E887"; }

.nc-icon-outline.location_route-close:before {
  content: "\E888"; }

.nc-icon-outline.location_route-open:before {
  content: "\E889"; }

.nc-icon-outline.location_square-marker:before {
  content: "\E88A"; }

.nc-icon-outline.location_square-pin:before {
  content: "\E88B"; }

.nc-icon-outline.location_treasure-map-21:before {
  content: "\E88C"; }

.nc-icon-outline.location_treasure-map-40:before {
  content: "\E88D"; }

.nc-icon-outline.location_worl-marker:before {
  content: "\E88E"; }

.nc-icon-outline.location_world-pin:before {
  content: "\E88F"; }

.nc-icon-outline.location_world:before {
  content: "\E890"; }

.nc-icon-outline.health_ambulance:before {
  content: "\E891"; }

.nc-icon-outline.health_apple:before {
  content: "\E892"; }

.nc-icon-outline.health_bag-49:before {
  content: "\E893"; }

.nc-icon-outline.health_bag-50:before {
  content: "\E894"; }

.nc-icon-outline.health_brain:before {
  content: "\E895"; }

.nc-icon-outline.health_dna-27:before {
  content: "\E896"; }

.nc-icon-outline.health_dna-38:before {
  content: "\E897"; }

.nc-icon-outline.health_doctor:before {
  content: "\E898"; }

.nc-icon-outline.health_flask:before {
  content: "\E899"; }

.nc-icon-outline.health_heartbeat-16:before {
  content: "\E89A"; }

.nc-icon-outline.health_height:before {
  content: "\E89B"; }

.nc-icon-outline.health_hospital-32:before {
  content: "\E89C"; }

.nc-icon-outline.health_hospital-33:before {
  content: "\E89D"; }

.nc-icon-outline.health_hospital-34:before {
  content: "\E89E"; }

.nc-icon-outline.health_humidity-26:before {
  content: "\E89F"; }

.nc-icon-outline.health_humidity-52:before {
  content: "\E8A0"; }

.nc-icon-outline.health_intestine:before {
  content: "\E8A1"; }

.nc-icon-outline.health_lungs:before {
  content: "\E8A2"; }

.nc-icon-outline.health_molecule-39:before {
  content: "\E8A3"; }

.nc-icon-outline.health_molecule-40:before {
  content: "\E8A4"; }

.nc-icon-outline.health_notebook:before {
  content: "\E8A5"; }

.nc-icon-outline.health_nurse:before {
  content: "\E8A6"; }

.nc-icon-outline.health_patch-46:before {
  content: "\E8A7"; }

.nc-icon-outline.health_pill-42:before {
  content: "\E8A8"; }

.nc-icon-outline.health_pill-43:before {
  content: "\E8A9"; }

.nc-icon-outline.health_pill-container-44:before {
  content: "\E8AA"; }

.nc-icon-outline.health_pill-container-47:before {
  content: "\E8AB"; }

.nc-icon-outline.health_pulse-chart:before {
  content: "\E8AC"; }

.nc-icon-outline.health_pulse-phone:before {
  content: "\E8AD"; }

.nc-icon-outline.health_pulse-sleep:before {
  content: "\E8AE"; }

.nc-icon-outline.health_pulse-watch:before {
  content: "\E8AF"; }

.nc-icon-outline.health_pulse:before {
  content: "\E8B0"; }

.nc-icon-outline.health_sleep:before {
  content: "\E8B1"; }

.nc-icon-outline.health_steps:before {
  content: "\E8B2"; }

.nc-icon-outline.health_syringe:before {
  content: "\E8B3"; }

.nc-icon-outline.health_temperature-23:before {
  content: "\E8B4"; }

.nc-icon-outline.health_temperature-24:before {
  content: "\E8B5"; }

.nc-icon-outline.health_tooth:before {
  content: "\E8B6"; }

.nc-icon-outline.health_weed:before {
  content: "\E8B7"; }

.nc-icon-outline.health_weight:before {
  content: "\E8B8"; }

.nc-icon-outline.health_wheelchair:before {
  content: "\E8B9"; }

.nc-icon-outline.health_woman:before {
  content: "\E8BA"; }

.nc-icon-outline.furniture_air-conditioner:before {
  content: "\E8BB"; }

.nc-icon-outline.furniture_armchair:before {
  content: "\E8BC"; }

.nc-icon-outline.furniture_bath-tub:before {
  content: "\E8BD"; }

.nc-icon-outline.furniture_bed-09:before {
  content: "\E8BE"; }

.nc-icon-outline.furniture_bed-23:before {
  content: "\E8BF"; }

.nc-icon-outline.furniture_bed-side:before {
  content: "\E8C0"; }

.nc-icon-outline.furniture_cabinet:before {
  content: "\E8C1"; }

.nc-icon-outline.furniture_cactus:before {
  content: "\E8C2"; }

.nc-icon-outline.furniture_chair:before {
  content: "\E8C3"; }

.nc-icon-outline.furniture_coat-hanger:before {
  content: "\E8C4"; }

.nc-icon-outline.furniture_coffee:before {
  content: "\E8C5"; }

.nc-icon-outline.furniture_cradle:before {
  content: "\E8C6"; }

.nc-icon-outline.furniture_curtain:before {
  content: "\E8C7"; }

.nc-icon-outline.furniture_desk-drawer:before {
  content: "\E8C8"; }

.nc-icon-outline.furniture_desk:before {
  content: "\E8C9"; }

.nc-icon-outline.furniture_door:before {
  content: "\E8CA"; }

.nc-icon-outline.furniture_drawer:before {
  content: "\E8CB"; }

.nc-icon-outline.furniture_fridge:before {
  content: "\E8CC"; }

.nc-icon-outline.furniture_hanger-clothes:before {
  content: "\E8CD"; }

.nc-icon-outline.furniture_hanger:before {
  content: "\E8CE"; }

.nc-icon-outline.furniture_heater:before {
  content: "\E8CF"; }

.nc-icon-outline.furniture_iron:before {
  content: "\E8D0"; }

.nc-icon-outline.furniture_lamp-floor:before {
  content: "\E8D1"; }

.nc-icon-outline.furniture_lamp:before {
  content: "\E8D2"; }

.nc-icon-outline.furniture_library:before {
  content: "\E8D3"; }

.nc-icon-outline.furniture_light:before {
  content: "\E8D4"; }

.nc-icon-outline.furniture_mixer:before {
  content: "\E8D5"; }

.nc-icon-outline.furniture_oven:before {
  content: "\E8D6"; }

.nc-icon-outline.furniture_shower:before {
  content: "\E8D7"; }

.nc-icon-outline.furniture_sink-wash:before {
  content: "\E8D8"; }

.nc-icon-outline.furniture_sink:before {
  content: "\E8D9"; }

.nc-icon-outline.furniture_sofa:before {
  content: "\E8DA"; }

.nc-icon-outline.furniture_storage-hanger:before {
  content: "\E8DB"; }

.nc-icon-outline.furniture_storage:before {
  content: "\E8DC"; }

.nc-icon-outline.furniture_table:before {
  content: "\E8DD"; }

.nc-icon-outline.furniture_toilet-paper:before {
  content: "\E8DE"; }

.nc-icon-outline.furniture_toilet:before {
  content: "\E8DF"; }

.nc-icon-outline.furniture_tv:before {
  content: "\E8E0"; }

.nc-icon-outline.furniture_wardrobe:before {
  content: "\E8E1"; }

.nc-icon-outline.furniture_wash:before {
  content: "\E8E2"; }

.nc-icon-outline.clothes_baby:before {
  content: "\E9AB"; }

.nc-icon-outline.clothes_backpack:before {
  content: "\E9AC"; }

.nc-icon-outline.clothes_bag-21:before {
  content: "\E9AD"; }

.nc-icon-outline.clothes_bag-22:before {
  content: "\E9AE"; }

.nc-icon-outline.clothes_belt:before {
  content: "\E9AF"; }

.nc-icon-outline.clothes_boot-woman:before {
  content: "\E9B0"; }

.nc-icon-outline.clothes_boot:before {
  content: "\E9B1"; }

.nc-icon-outline.clothes_bra:before {
  content: "\E9B2"; }

.nc-icon-outline.clothes_button:before {
  content: "\E9B3"; }

.nc-icon-outline.clothes_cap:before {
  content: "\E9B4"; }

.nc-icon-outline.clothes_coat:before {
  content: "\E9B5"; }

.nc-icon-outline.clothes_corset:before {
  content: "\E9B6"; }

.nc-icon-outline.clothes_dress-man:before {
  content: "\E9B7"; }

.nc-icon-outline.clothes_dress-woman:before {
  content: "\E9B8"; }

.nc-icon-outline.clothes_flip:before {
  content: "\E9B9"; }

.nc-icon-outline.clothes_glasses:before {
  content: "\E9BA"; }

.nc-icon-outline.clothes_gloves:before {
  content: "\E9BB"; }

.nc-icon-outline.clothes_hat-top:before {
  content: "\E9BC"; }

.nc-icon-outline.clothes_hat:before {
  content: "\E9BD"; }

.nc-icon-outline.clothes_hoodie:before {
  content: "\E9BE"; }

.nc-icon-outline.clothes_iron-dont:before {
  content: "\E9BF"; }

.nc-icon-outline.clothes_iron:before {
  content: "\E9C0"; }

.nc-icon-outline.clothes_jeans-41:before {
  content: "\E9C1"; }

.nc-icon-outline.clothes_jeans-43:before {
  content: "\E9C2"; }

.nc-icon-outline.clothes_jeans-pocket:before {
  content: "\E9C3"; }

.nc-icon-outline.clothes_kitchen:before {
  content: "\E9C4"; }

.nc-icon-outline.clothes_long-sleeve:before {
  content: "\E9C5"; }

.nc-icon-outline.clothes_makeup:before {
  content: "\E9C6"; }

.nc-icon-outline.clothes_needle:before {
  content: "\E9C7"; }

.nc-icon-outline.clothes_pajamas:before {
  content: "\E9C8"; }

.nc-icon-outline.clothes_ring:before {
  content: "\E9C9"; }

.nc-icon-outline.clothes_scarf:before {
  content: "\E9CA"; }

.nc-icon-outline.clothes_shirt-business:before {
  content: "\E9CB"; }

.nc-icon-outline.clothes_shirt-buttons:before {
  content: "\E9CC"; }

.nc-icon-outline.clothes_shirt-neck:before {
  content: "\E9CD"; }

.nc-icon-outline.clothes_shirt:before {
  content: "\E9CE"; }

.nc-icon-outline.clothes_shoe-man:before {
  content: "\E9CF"; }

.nc-icon-outline.clothes_shoe-sport:before {
  content: "\E9D0"; }

.nc-icon-outline.clothes_shoe-woman:before {
  content: "\E9D1"; }

.nc-icon-outline.clothes_skirt:before {
  content: "\E9D2"; }

.nc-icon-outline.clothes_slacks-12:before {
  content: "\E9D3"; }

.nc-icon-outline.clothes_slacks-13:before {
  content: "\E9D4"; }

.nc-icon-outline.clothes_sock:before {
  content: "\E9D5"; }

.nc-icon-outline.clothes_tie-bow:before {
  content: "\E9D6"; }

.nc-icon-outline.clothes_tshirt-53:before {
  content: "\E9D7"; }

.nc-icon-outline.clothes_tshirt-54:before {
  content: "\E9D8"; }

.nc-icon-outline.clothes_tshirt-sport:before {
  content: "\E9D9"; }

.nc-icon-outline.clothes_underwear-man:before {
  content: "\E9DA"; }

.nc-icon-outline.clothes_underwear:before {
  content: "\E9DB"; }

.nc-icon-outline.clothes_vest-sport:before {
  content: "\E9DC"; }

.nc-icon-outline.clothes_vest:before {
  content: "\E9DD"; }

.nc-icon-outline.clothes_wash-30:before {
  content: "\E9DE"; }

.nc-icon-outline.clothes_wash-60:before {
  content: "\E9DF"; }

.nc-icon-outline.clothes_wash-90:before {
  content: "\E9E0"; }

.nc-icon-outline.clothes_wash-hand:before {
  content: "\E9E1"; }

.nc-icon-outline.clothes_wash:before {
  content: "\E9E2"; }

.nc-icon-outline.business_agenda:before {
  content: "\E9E3"; }

.nc-icon-outline.business_atm:before {
  content: "\E9E4"; }

.nc-icon-outline.business_award-48:before {
  content: "\E9E5"; }

.nc-icon-outline.business_award-49:before {
  content: "\E9E6"; }

.nc-icon-outline.business_award-74:before {
  content: "\E9E7"; }

.nc-icon-outline.business_badge:before {
  content: "\E9E8"; }

.nc-icon-outline.business_bank:before {
  content: "\E9E9"; }

.nc-icon-outline.business_board-27:before {
  content: "\E9EA"; }

.nc-icon-outline.business_board-28:before {
  content: "\E9EB"; }

.nc-icon-outline.business_board-29:before {
  content: "\E9EC"; }

.nc-icon-outline.business_board-30:before {
  content: "\E9ED"; }

.nc-icon-outline.business_books:before {
  content: "\E9EE"; }

.nc-icon-outline.business_briefcase-24:before {
  content: "\E9EF"; }

.nc-icon-outline.business_briefcase-25:before {
  content: "\E9F0"; }

.nc-icon-outline.business_briefcase-26:before {
  content: "\E9F1"; }

.nc-icon-outline.business_building:before {
  content: "\E9F2"; }

.nc-icon-outline.business_bulb-61:before {
  content: "\E9F3"; }

.nc-icon-outline.business_bulb-62:before {
  content: "\E9F4"; }

.nc-icon-outline.business_bulb-63:before {
  content: "\E9F5"; }

.nc-icon-outline.business_business-contact-85:before {
  content: "\E9F6"; }

.nc-icon-outline.business_business-contact-86:before {
  content: "\E9F7"; }

.nc-icon-outline.business_business-contact-87:before {
  content: "\E9F8"; }

.nc-icon-outline.business_business-contact-88:before {
  content: "\E9F9"; }

.nc-icon-outline.business_business-contact-89:before {
  content: "\E9FA"; }

.nc-icon-outline.business_businessman-03:before {
  content: "\E9FB"; }

.nc-icon-outline.business_businessman-04:before {
  content: "\E9FC"; }

.nc-icon-outline.business_calculator:before {
  content: "\E9FD"; }

.nc-icon-outline.business_chair:before {
  content: "\E9FE"; }

.nc-icon-outline.business_chart-bar-32:before {
  content: "\E9FF"; }

.nc-icon-outline.business_chart-bar-33:before {
  content: "\EA00"; }

.nc-icon-outline.business_chart-growth:before {
  content: "\EA01"; }

.nc-icon-outline.business_chart-pie-35:before {
  content: "\EA02"; }

.nc-icon-outline.business_chart-pie-36:before {
  content: "\EA03"; }

.nc-icon-outline.business_chart:before {
  content: "\EA04"; }

.nc-icon-outline.business_cheque:before {
  content: "\EA05"; }

.nc-icon-outline.business_coins:before {
  content: "\EA06"; }

.nc-icon-outline.business_connect:before {
  content: "\EA07"; }

.nc-icon-outline.business_contacts:before {
  content: "\EA08"; }

.nc-icon-outline.business_currency-dollar:before {
  content: "\EA09"; }

.nc-icon-outline.business_currency-euro:before {
  content: "\EA0A"; }

.nc-icon-outline.business_currency-pound:before {
  content: "\EA0B"; }

.nc-icon-outline.business_currency-yen:before {
  content: "\EA0C"; }

.nc-icon-outline.business_factory:before {
  content: "\EA0D"; }

.nc-icon-outline.business_globe:before {
  content: "\EA0E"; }

.nc-icon-outline.business_goal-64:before {
  content: "\EA0F"; }

.nc-icon-outline.business_goal-65:before {
  content: "\EA10"; }

.nc-icon-outline.business_gold:before {
  content: "\EA11"; }

.nc-icon-outline.business_hammer:before {
  content: "\EA12"; }

.nc-icon-outline.business_handout:before {
  content: "\EA13"; }

.nc-icon-outline.business_handshake:before {
  content: "\EA14"; }

.nc-icon-outline.business_hat:before {
  content: "\EA15"; }

.nc-icon-outline.business_hierarchy-53:before {
  content: "\EA16"; }

.nc-icon-outline.business_hierarchy-54:before {
  content: "\EA17"; }

.nc-icon-outline.business_hierarchy-55:before {
  content: "\EA18"; }

.nc-icon-outline.business_hierarchy-56:before {
  content: "\EA19"; }

.nc-icon-outline.business_laptop-71:before {
  content: "\EA1A"; }

.nc-icon-outline.business_laptop-72:before {
  content: "\EA1B"; }

.nc-icon-outline.business_laptop-91:before {
  content: "\EA1C"; }

.nc-icon-outline.business_law:before {
  content: "\EA1D"; }

.nc-icon-outline.business_math:before {
  content: "\EA1E"; }

.nc-icon-outline.business_money-11:before {
  content: "\EA1F"; }

.nc-icon-outline.business_money-12:before {
  content: "\EA20"; }

.nc-icon-outline.business_money-13:before {
  content: "\EA21"; }

.nc-icon-outline.business_money-bag:before {
  content: "\EA22"; }

.nc-icon-outline.business_money-coins:before {
  content: "\EA23"; }

.nc-icon-outline.business_money-growth:before {
  content: "\EA24"; }

.nc-icon-outline.business_money-time:before {
  content: "\EA25"; }

.nc-icon-outline.business_net:before {
  content: "\EA26"; }

.nc-icon-outline.business_notes:before {
  content: "\EA27"; }

.nc-icon-outline.business_payment:before {
  content: "\EA28"; }

.nc-icon-outline.business_percentage-38:before {
  content: "\EA29"; }

.nc-icon-outline.business_percentage-39:before {
  content: "\EA2A"; }

.nc-icon-outline.business_pig:before {
  content: "\EA2B"; }

.nc-icon-outline.business_pin:before {
  content: "\EA2C"; }

.nc-icon-outline.business_plug:before {
  content: "\EA2D"; }

.nc-icon-outline.business_progress:before {
  content: "\EA2E"; }

.nc-icon-outline.business_round-dollar:before {
  content: "\EA2F"; }

.nc-icon-outline.business_round-euro:before {
  content: "\EA30"; }

.nc-icon-outline.business_round-pound:before {
  content: "\EA31"; }

.nc-icon-outline.business_round-yen:before {
  content: "\EA32"; }

.nc-icon-outline.business_safe:before {
  content: "\EA33"; }

.nc-icon-outline.business_scale:before {
  content: "\EA34"; }

.nc-icon-outline.business_sign:before {
  content: "\EA35"; }

.nc-icon-outline.business_signature:before {
  content: "\EA36"; }

.nc-icon-outline.business_stock:before {
  content: "\EA37"; }

.nc-icon-outline.business_strategy:before {
  content: "\EA38"; }

.nc-icon-outline.business_tie-01:before {
  content: "\EA39"; }

.nc-icon-outline.business_tie-02:before {
  content: "\EA3A"; }

.nc-icon-outline.business_wallet-43:before {
  content: "\EA3B"; }

.nc-icon-outline.business_wallet-44:before {
  content: "\EA3C"; }

.nc-icon-outline.business_wallet-90:before {
  content: "\EA3D"; }

/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(static/media/fontawesome-webfont.674f50d2.eot);
  src: url(static/media/fontawesome-webfont.674f50d2d41d.eot?#iefix&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: normal;
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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 > li {
  position: relative; }

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

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

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

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

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

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

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

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

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

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

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

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

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

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

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

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

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

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: "\F236"; }

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

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

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

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

.fa-yc:before,
.fa-y-combinator: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:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

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

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

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

.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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; }

.elastic-spin {
  animation: elastic-spin 1s infinite ease; }

@keyframes elastic-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(720deg); } }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #E1E5F2; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #F8FAFF; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #E1E5F2; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #E1E5F2; }

.error .react-datepicker__input-container input:not(:focus) {
  border-color: #F44336;
  color: #F44336; }
  .error .react-datepicker__input-container input:not(:focus)::-webkit-input-placeholder {
    color: #F44336; }
  .error .react-datepicker__input-container input:not(:focus):-moz-placeholder {
    color: #F44336; }
  .error .react-datepicker__input-container input:not(:focus)::-moz-placeholder {
    color: #F44336; }
  .error .react-datepicker__input-container input:not(:focus):-ms-input-placeholder {
    color: #F44336; }

.react-datepicker-wrapper {
  display: block; }

.react-datepicker {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #3C3956;
  border: 1px solid #E1E5F2;
  border-radius: 6px;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 2; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #F8FAFF;
  border-bottom: 1px solid #E1E5F2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #3C3956;
  font-weight: bold;
  font-size: 14.16px; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 0;
  
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #817F96; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #68667c; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #9d9bad;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #817F96; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #68667c; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #9d9bad;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #817F96; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #68667c; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #817F96; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #68667c; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #E1E5F2;
  width: 75px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 75px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 30px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #F8FAFF; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #ff0013;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #ff0013; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #817F96; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #817F96;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 6px;
      background-color: #F8FAFF; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #3C3956;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 6px;
    background-color: #F8FAFF; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 6px;
    background-color: #817F96;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #73718a; }
    .react-datepicker__day--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 6px;
    background-color: #ff0013;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #2c48a3; }
  .react-datepicker__day--keyboard-selected {
    border-radius: 6px;
    background-color: #4c6bcf;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover {
      background-color: #2c48a3; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(49, 81, 183, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #F8FAFF;
    color: #3C3956; }
  .react-datepicker__day--disabled {
    cursor: default;
    color: #817F96; }
    .react-datepicker__day--disabled:hover {
      background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 6px; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #68667c; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #817F96;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #F8FAFF;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #E1E5F2; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #817F96; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #68667c; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #68667c; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    background-color: #ff0013;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
  background: #F8FAFF;
  border-top: 1px solid #E1E5F2;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 21.6px; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #817F96; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #68667c; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #9d9bad;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #817F96; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #68667c; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #9d9bad;
      cursor: default; }

.time_picker_container {
  position: relative; }

.time_picker_preview {
  position: relative;
  cursor: pointer;
  height: 40px;
  color: #3C3956;
  border-radius: 6px;
  background-color: #fff;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E1E5F2; }

.error .time_picker_preview:not(.active) {
  border-color: #F44336;
  color: #F44336; }
  .error .time_picker_preview:not(.active)::-webkit-input-placeholder {
    color: #F44336; }
  .error .time_picker_preview:not(.active):-moz-placeholder {
    color: #F44336; }
  .error .time_picker_preview:not(.active)::-moz-placeholder {
    color: #F44336; }
  .error .time_picker_preview:not(.active):-ms-input-placeholder {
    color: #F44336; }

.preview_container {
  height: 40px;
  line-height: 40px;
  padding-left: 30px; }

.preview_container svg {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5.5px;
  left: 0; }

.classic_theme_container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  border-radius: 6px;
  top: 100%;
  left: 0;
  transform: translateY(20px);
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.outside_container.active .classic_theme_container {
  opacity: 1;
  z-index: 2;
  border: 1px solid #E1E5F2; }

.classic_theme_container .classic_time {
  cursor: pointer;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #E1E5F2;
  background-color: #fff;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.classic_theme_container .classic_time .meridiem {
  font-size: 0.8em;
  opacity: 0.7; }

.classic_theme_container .classic_time.light.active,
.classic_theme_container .classic_time.light:hover {
  background-color: #ff0013;
  color: #fff !important; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #90A1D3;
    height: 4px;
    border-radius: 6px; }
  .rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #ff0013; }
  .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent; }
  .rc-slider-handle {
    position: absolute;
    margin-left: -13px;
    margin-top: -11px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    background: #fff;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    box-shadow: 0 2px 8px rgba(31, 37, 59, 0.2); }
  .rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px; }

@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 400;
  src: url(static/media/AvenirNextCyr-Regular.4171ed3bd41d.eot?#iefix);
  src: url(static/media/AvenirNextCyr-Regular.4171ed3bd41d.eot?#iefix) format("eot"), url(static/media/AvenirNextCyr-Regular.a81229c8.woff) format("woff"), url(static/media/AvenirNextCyr-Regular.97b615b9.ttf) format("truetype"); }

@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 500;
  src: url(static/media/AvenirNextCyr-Medium.576011fed41d.eot?#iefix);
  src: url(static/media/AvenirNextCyr-Medium.576011fed41d.eot?#iefix) format("eot"), url(static/media/AvenirNextCyr-Medium.241293dd.woff) format("woff"), url(static/media/AvenirNextCyr-Medium.862c7c42.ttf) format("truetype"); }

@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 600;
  src: url(static/media/AvenirNextCyr-Demi.96adc4bed41d.eot?#iefix);
  src: url(static/media/AvenirNextCyr-Demi.96adc4bed41d.eot?#iefix) format("eot"), url(static/media/AvenirNextCyr-Demi.fe6d7419.woff) format("woff"), url(static/media/AvenirNextCyr-Demi.104be5f7.ttf) format("truetype"); }

@font-face {
  font-family: "AvenirNextCyr";
  font-weight: 700;
  src: url(static/media/AvenirNextCyr-Bold.cd1b4c62d41d.eot?#iefix);
  src: url(static/media/AvenirNextCyr-Bold.cd1b4c62d41d.eot?#iefix) format("eot"), url(static/media/AvenirNextCyr-Bold.2dcf2324.woff) format("woff"), url(static/media/AvenirNextCyr-Bold.cb5f2e91.ttf) format("truetype"); }

.primary-font,
.font1 {
  font: 1em "AvenirNextCyr", sans-serif; }

.down-text {
  font-size: 0.75em;
  vertical-align: baseline; }

.upper {
  text-transform: uppercase; }

.subheading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px; }

.price-prefix {
  position: relative;
  padding-left: 0.35em; }
  .price-prefix:before {
    content: '$';
    position: absolute;
    left: 0;
    top: 0.3em;
    font-size: 0.5em;
    color: inherit; }

h1,
h2,
h3,
h4,
h5,
h5 {
  font: 1em "AvenirNextCyr", sans-serif; }

@font-face {
  font-family: 'leasehop-icons';
  src: url(static/media/leasehop-icons.697e2b83.ttf) format("truetype"), url(static/media/leasehop-icons.015691ae.woff) format("woff"), url(static/media/leasehop-icons.41df3597.svg#leasehop-icons) format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  vertical-align: middle; }
  i.lg {
    font-size: 1.3em; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'leasehop-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-spinner:before {
  content: "\E907"; }

.icon-spinner2:before {
  content: "\E908"; }

.icon-spinner3:before {
  content: "\E909"; }

.icon-spinner4:before {
  content: "\E90A"; }

.icon-spinner5:before {
  content: "\E90B"; }

.icon-spinner6:before {
  content: "\E90C"; }

.icon-spinner7:before {
  content: "\E90D"; }

.icon-dog:before {
  content: "\E905"; }

.icon-cat:before {
  content: "\E906"; }

.icon-single_room:before {
  content: "\E904"; }

.icon-buildings:before {
  content: "\E900"; }

.icon-bedroom:before {
  content: "\E901"; }

.icon-half-bathroom:before {
  content: "\E902"; }

.icon-bathroom:before {
  content: "\E903"; }

.btn, .swal2-container .swal2-modal .swal2-actions button {
  font: 1em "AvenirNextCyr", sans-serif;
  display: inline-block;
  text-align: center;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: background 0.1s;
  background: #ff0013;
  white-space: nowrap;
  position: relative;
  z-index: 1; }
  .btn.w-100, .swal2-container .swal2-modal .swal2-actions button.w-100 {
    min-width: initial !important; }
  .btn:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button:not(:disabled):hover {
     }
  .btn:disabled, .swal2-container .swal2-modal .swal2-actions button:disabled {
    cursor: not-allowed;
    background: #ccc; }
  .btn.fb, .swal2-container .swal2-modal .swal2-actions button.fb {
    background-color: #39579A; }
    .btn.fb:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.fb:not(:disabled):hover {
      background: #365393; }
  .btn.btn-light, .swal2-container .swal2-modal .swal2-actions button.btn-light {
    color: #ffffff;
    background-color: #817F96; }
    .btn.btn-light:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-light:not(:disabled):hover {
      background: #7b7991; }
    .btn.btn-light.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-light.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-light, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-light, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-light {
      color: #817F96;
      border-color: #817F96; }
      .btn.btn-light.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-light.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-light:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-light:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-light:hover {
        background: #817F96; }
  .btn.btn-accent-light, .swal2-container .swal2-modal .swal2-actions button.btn-accent-light {
    color: #ffffff;
    background-color: #90A1D3; }
    .btn.btn-accent-light:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent-light:not(:disabled):hover {
      background: #899bd0; }
    .btn.btn-accent-light.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-accent-light.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent-light, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent-light, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent-light {
      color: #90A1D3;
      border-color: #90A1D3; }
      .btn.btn-accent-light.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent-light.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent-light:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent-light:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent-light:hover {
        background: #90A1D3; }
  .btn.btn-danger, .swal2-container .swal2-modal .swal2-actions button.btn-danger {
    color: #ffffff;
    background-color: #F44336; }
    .btn.btn-danger:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-danger:not(:disabled):hover {
      background: #f33a2c; }
    .btn.btn-danger.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-danger.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-danger, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-danger, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-danger {
      color: #F44336;
      border-color: #F44336; }
      .btn.btn-danger.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-danger.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-danger:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-danger:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-danger:hover {
        background: #F44336; }
  .btn.btn-success, .swal2-container .swal2-modal .swal2-actions button.btn-success {
    color: #ffffff;
    background-color: #7cc576; }
    .btn.btn-success:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-success:not(:disabled):hover {
      background: #75c26f; }
    .btn.btn-success.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-success.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-success, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-success, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-success {
      color: #7cc576;
      border-color: #7cc576; }
      .btn.btn-success.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-success.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-success:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-success:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-success:hover {
        background: #7cc576; }
  .btn.btn-accent, .swal2-container .swal2-modal .swal2-actions button.btn-accent {
    color: #ffffff;
    background-color: #FD6B4D; }
    .btn.btn-accent:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent:not(:disabled):hover {
      background: #fd6343; }
    .btn.btn-accent.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-accent.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent {
      color: #FD6B4D;
      border-color: #FD6B4D; }
      .btn.btn-accent.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent:hover {
        background: #FD6B4D; }
  .btn.btn-accent2, .swal2-container .swal2-modal .swal2-actions button.btn-accent2 {
    color: #ffffff;
    background-color: #ff0013; }
    .btn.btn-accent2:not(:disabled):hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent2:not(:disabled):hover {
      background: #2f4daf; }
    .btn.btn-accent2.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-accent2.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent2, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent2, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent2 {
      color: #ff0013;
      border-color: #ff0013; }
      .btn.btn-accent2.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-accent2.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-accent2:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-accent2:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-accent2:hover {
        background: #ff0013; }
  .btn.btn-info, .swal2-container .swal2-modal .swal2-actions button.btn-info {
    text-align: left;
    background: #ECF4FF !important;
    color: #817F96 !important;
    text-transform: none; }
  .btn.btn-white, .swal2-container .swal2-modal .swal2-actions button.btn-white {
    text-align: left;
    background: #fff;
    color: #361828 !important;
    text-transform: none; }
    .btn.btn-white:hover, .swal2-container .swal2-modal .swal2-actions button.btn-white:hover {
      background: #fff; }
  .btn.btn-gray, .swal2-container .swal2-modal .swal2-actions button.btn-gray {
    background-color: #D9DEEE;
    color: #361828 !important; }
    .btn.btn-gray:hover, .swal2-container .swal2-modal .swal2-actions button.btn-gray:hover {
      background: #D9DEEE; }
  .btn.btn-shadow, .swal2-container .swal2-modal .swal2-actions button.btn-shadow {
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .btn.btn-sm, .swal2-container .swal2-modal .swal2-actions button.btn-sm {
    height: 30px;
    min-width: 80px;
    line-height: 30px;
    padding: 0 15px; }
    .btn.btn-sm.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-sm.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-sm, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-sm, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-sm {
      line-height: 28px; }
  .btn.btn-round, .swal2-container .swal2-modal .swal2-actions button.btn-round {
    }
  .btn.btn-md, .swal2-container .swal2-modal .swal2-actions button.btn-md {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 0 30px; }
  .btn.btn-lg, .swal2-container .swal2-modal .swal2-actions button.btn-lg {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase; }
    .btn.btn-lg.btn-shadow, .swal2-container .swal2-modal .swal2-actions button.btn-lg.btn-shadow {
      box-shadow: 0 18px 40px rgba(31, 37, 59, 0.15); }
    .btn.btn-lg i, .swal2-container .swal2-modal .swal2-actions button.btn-lg i,
    .btn.btn-lg svg,
    .swal2-container .swal2-modal .swal2-actions button.btn-lg svg {
      margin-right: 17px;
      margin-bottom: -3px; }
    .btn.btn-lg.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-lg.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-lg, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-lg, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-lg {
      line-height: 58px; }
  .btn.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button {
    border: 2px solid #ff0013;
    background: transparent;
    font-weight: 600;
    color: #ff0013;
    line-height: 36px; }
    .btn.btn-outline:hover, .swal2-container .swal2-modal .swal2-actions button.btn-outline:hover, .mates-homepage .find-section-card:not(:hover) .btn:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button:hover {
      background-color: #ff0013;
      color: #fff; }
    .btn.btn-outline.btn-white, .swal2-container .swal2-modal .swal2-actions button.btn-outline.btn-white, .mates-homepage .find-section-card:not(:hover) .btn.btn-white, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-white, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-white {
      border-color: #fff;
      color: #fff; }
      .btn.btn-outline.btn-white:hover, .swal2-container .swal2-modal .swal2-actions button.btn-outline.btn-white:hover, .mates-homepage .find-section-card:not(:hover) .btn.btn-white:hover, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-white:hover, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-white:hover {
        background-color: #fff;
        color: #ff0013; }
  .btn.btn-icon, .swal2-container .swal2-modal .swal2-actions button.btn-icon {
    min-width: initial;
    padding: 0;
    line-height: 42px; }
    .btn.btn-icon.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-icon, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-icon, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-icon {
      line-height: 40px; }
    .btn.btn-icon.btn-sm, .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm {
      line-height: 32px; }
      .btn.btn-icon.btn-sm.btn-outline, .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm.btn-outline, .mates-homepage .find-section-card:not(:hover) .btn.btn-icon.btn-sm, .mates-homepage .find-section-card:not(:hover) .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card:not(:hover) button.btn-icon.btn-sm {
        line-height: 30px; }
    .btn.btn-icon i, .swal2-container .swal2-modal .swal2-actions button.btn-icon i,
    .btn.btn-icon svg,
    .swal2-container .swal2-modal .swal2-actions button.btn-icon svg {
      margin: 0; }
  .btn i, .swal2-container .swal2-modal .swal2-actions button i,
  .btn svg,
  .swal2-container .swal2-modal .swal2-actions button svg {
    vertical-align: baseline;
    margin-left: -5px;
    margin-right: 8px;
    color: inherit;
    margin-bottom: -1px; }
    .btn i.icon-right, .swal2-container .swal2-modal .swal2-actions button i.icon-right,
    .btn svg.icon-right,
    .swal2-container .swal2-modal .swal2-actions button svg.icon-right {
      margin-left: 8px;
      margin-right: -5px; }

.facebook-link-btn {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  background: #ECF4FF;
  color: #39579A;
  border-radius: 10px;
  height: 60px;
  padding: 0 20px;
  font-weight: 500;
  cursor: normal; }
  .facebook-link-btn.active {
    background: #39579A;
    color: #fff;
    cursor: pointer; }
    .facebook-link-btn.active svg * {
      fill: #fff; }

.social-button {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #3C3956;
  color: #fff;
  cursor: pointer; }
  .social-button i {
    width: 100%;
    text-align: center;
    line-height: 30px; }

.label-tag {
  display: inline-block;
  text-align: center;
  border: none;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #ff0013;
  position: relative; }
  .label-tag.w-100 {
    min-width: initial !important; }
  .label-tag.fb {
    background-color: #3b5998; }
  .label-tag.label-tag-light {
    color: #ffffff;
    background-color: #817F96; }
    .label-tag.label-tag-light.label-tag-outline {
      color: #817F96;
      border-color: #817F96; }
  .label-tag.label-tag-danger {
    color: #fff;
    background-color: #F44336; }
  .label-tag.label-tag-accent {
    color: #ffffff;
    background-color: #FD6B4D; }
    .label-tag.label-tag-accent.label-tag-outline {
      color: #FD6B4D;
      border-color: #FD6B4D; }
  .label-tag.label-tag-accent2 {
    color: #ffffff;
    background-color: #ff0013; }
    .label-tag.label-tag-accent2.label-tag-outline {
      color: #ff0013;
      border-color: #ff0013; }
  .label-tag.label-tag-info {
    text-align: left;
    background: #ECF4FF !important;
    color: #817F96 !important;
    text-transform: none; }
  .label-tag.label-tag-white {
    text-align: left;
    background: #fff;
    color: #817F96 !important;
    text-transform: none; }
  .label-tag.label-tag-sm {
    height: 30px;
    min-width: 80px;
    line-height: 31px;
    padding: 0 15px; }
  .label-tag.label-tag-outline {
    border: 1px solid #ff0013;
    background: transparent;
    color: #ff0013;
    line-height: 38px; }
    .label-tag.label-tag-outline.label-tag-white {
      border-color: #fff;
      color: #fff; }
  .label-tag i {
    vertical-align: baseline;
    margin-left: -5px;
    margin-right: 8px; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  background: #fff;
  box-shadow: none;
  border: 1px solid #E1E5F2;
  border-radius: 0;
  font: 1em "AvenirNextCyr", sans-serif;
  font-size: 16px;
  color: #3C3956;
  transition: 0.1s;
  -webkit-appearance: none; }
  input[type="text"].form-control, .react-datepicker__input-container input[type="text"],
  input[type="email"].form-control,
  .react-datepicker__input-container input[type="email"],
  input[type="number"].form-control,
  .react-datepicker__input-container input[type="number"],
  input[type="password"].form-control,
  .react-datepicker__input-container input[type="password"],
  textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 40px; }
    input[type="text"].form-control:hover, .react-datepicker__input-container input[type="text"]:hover, input[type="text"].form-control:focus, .react-datepicker__input-container input[type="text"]:focus,
    input[type="email"].form-control:hover,
    .react-datepicker__input-container input[type="email"]:hover,
    input[type="email"].form-control:focus,
    .react-datepicker__input-container input[type="email"]:focus,
    input[type="number"].form-control:hover,
    .react-datepicker__input-container input[type="number"]:hover,
    input[type="number"].form-control:focus,
    .react-datepicker__input-container input[type="number"]:focus,
    input[type="password"].form-control:hover,
    .react-datepicker__input-container input[type="password"]:hover,
    input[type="password"].form-control:focus,
    .react-datepicker__input-container input[type="password"]:focus,
    textarea.form-control:hover,
    textarea.form-control:focus {
      border: 1px solid #d3d9ec; }
    input[type="text"].form-control:focus, .react-datepicker__input-container input[type="text"]:focus,
    input[type="email"].form-control:focus,
    .react-datepicker__input-container input[type="email"]:focus,
    input[type="number"].form-control:focus,
    .react-datepicker__input-container input[type="number"]:focus,
    input[type="password"].form-control:focus,
    .react-datepicker__input-container input[type="password"]:focus,
    textarea.form-control:focus {
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    input[type="text"].form-control.form-control-display, .react-datepicker__input-container input[type="text"].form-control-display,
    input[type="email"].form-control.form-control-display,
    .react-datepicker__input-container input[type="email"].form-control-display,
    input[type="number"].form-control.form-control-display,
    .react-datepicker__input-container input[type="number"].form-control-display,
    input[type="password"].form-control.form-control-display,
    .react-datepicker__input-container input[type="password"].form-control-display,
    textarea.form-control.form-control-display {
      border-radius: 10px;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    input[type="text"].form-control.form-control-lg, .react-datepicker__input-container input[type="text"].form-control-lg,
    input[type="email"].form-control.form-control-lg,
    .react-datepicker__input-container input[type="email"].form-control-lg,
    input[type="number"].form-control.form-control-lg,
    .react-datepicker__input-container input[type="number"].form-control-lg,
    input[type="password"].form-control.form-control-lg,
    .react-datepicker__input-container input[type="password"].form-control-lg,
    textarea.form-control.form-control-lg {
      height: 60px;
      line-height: 60px;
      padding: 0 20px;
      font-size: 18px; }
    input[type="text"].form-control.form-control-md, .react-datepicker__input-container input[type="text"].form-control-md,
    input[type="email"].form-control.form-control-md,
    .react-datepicker__input-container input[type="email"].form-control-md,
    input[type="number"].form-control.form-control-md,
    .react-datepicker__input-container input[type="number"].form-control-md,
    input[type="password"].form-control.form-control-md,
    .react-datepicker__input-container input[type="password"].form-control-md,
    textarea.form-control.form-control-md {
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      font-size: 17px; }
    input[type="text"].form-control.form-control-round, .react-datepicker__input-container input[type="text"].form-control-round,
    input[type="email"].form-control.form-control-round,
    .react-datepicker__input-container input[type="email"].form-control-round,
    input[type="number"].form-control.form-control-round,
    .react-datepicker__input-container input[type="number"].form-control-round,
    input[type="password"].form-control.form-control-round,
    .react-datepicker__input-container input[type="password"].form-control-round,
    textarea.form-control.form-control-round {
      border-radius: 30px; }
    input[type="text"].form-control.form-control-accent, .react-datepicker__input-container input[type="text"].form-control-accent,
    input[type="email"].form-control.form-control-accent,
    .react-datepicker__input-container input[type="email"].form-control-accent,
    input[type="number"].form-control.form-control-accent,
    .react-datepicker__input-container input[type="number"].form-control-accent,
    input[type="password"].form-control.form-control-accent,
    .react-datepicker__input-container input[type="password"].form-control-accent,
    textarea.form-control.form-control-accent {
      border-color: #90A1D3;
      background: #F8FAFF; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #aaa9b8; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #aaa9b8; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #aaa9b8; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #aaa9b8; }
  input[type="text"].error:not(:focus),
  input[type="email"].error:not(:focus),
  input[type="number"].error:not(:focus),
  input[type="password"].error:not(:focus),
  textarea.error:not(:focus) {
     }
    input[type="text"].error:not(:focus)::-webkit-input-placeholder,
    input[type="email"].error:not(:focus)::-webkit-input-placeholder,
    input[type="number"].error:not(:focus)::-webkit-input-placeholder,
    input[type="password"].error:not(:focus)::-webkit-input-placeholder,
    textarea.error:not(:focus)::-webkit-input-placeholder {
      color: #F44336; }
    input[type="text"].error:not(:focus):-moz-placeholder,
    input[type="email"].error:not(:focus):-moz-placeholder,
    input[type="number"].error:not(:focus):-moz-placeholder,
    input[type="password"].error:not(:focus):-moz-placeholder,
    textarea.error:not(:focus):-moz-placeholder {
      color: #F44336; }
    input[type="text"].error:not(:focus)::-moz-placeholder,
    input[type="email"].error:not(:focus)::-moz-placeholder,
    input[type="number"].error:not(:focus)::-moz-placeholder,
    input[type="password"].error:not(:focus)::-moz-placeholder,
    textarea.error:not(:focus)::-moz-placeholder {
    /*  color: #F44336;*/ }
    input[type="text"].error:not(:focus):-ms-input-placeholder,
    input[type="email"].error:not(:focus):-ms-input-placeholder,
    input[type="number"].error:not(:focus):-ms-input-placeholder,
    input[type="password"].error:not(:focus):-ms-input-placeholder,
    textarea.error:not(:focus):-ms-input-placeholder {
      color: #F44336; }

.form-control-symbol {
  position: relative; }
  .form-control-symbol .symbol {
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 38px;
    font-size: 12px;
    width: 30px;
    text-align: center;
    color: #817F96;
    pointer-events: none; }
  .form-control-symbol .form-control, .form-control-symbol .react-datepicker__input-container input, .react-datepicker__input-container .form-control-symbol input {
    padding-left: 30px !important; }
    .form-control-symbol .form-control.form-control-lg + .symbol, .form-control-symbol .react-datepicker__input-container input.form-control-lg + .symbol, .react-datepicker__input-container .form-control-symbol input.form-control-lg + .symbol {
      line-height: 58px;
      font-size: 14px; }
    .form-control-symbol .form-control.form-control-md + .symbol, .form-control-symbol .react-datepicker__input-container input.form-control-md + .symbol, .react-datepicker__input-container .form-control-symbol input.form-control-md + .symbol {
      line-height: 48px;
      font-size: 14px; }

.switch-form-control {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 15px; }
  .switch-form-control-label {
    font-size: 20px;
    color: #ff0013;
    font-weight: 500; }
  .switch-form-control-active .switch-form-control-toggle {
    background: #ff0013; }
    .switch-form-control-active .switch-form-control-toggle-check {
      transform: translateX(calc(100% - 5px)); }
  .switch-form-control-toggle {
    position: relative;
    width: 50px;
    height: 30px;
    border-radius: 30px;
    background: #D9DEEE; }
    .switch-form-control-toggle-check {
      position: absolute;
      width: 26px;
      height: 26px;
      border-radius: 30px;
      background: #fff;
      border: 1px solid #E1E5F2;
      top: 2px;
      left: 0;
      transform: translateX(2px);
      transition: transform 0.2s; }

.count-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .count-input-control {
    cursor: pointer;
     }
    .count-input-control-disabled {
      opacity: 0.3;
      cursor: default; }
  .count-input-value {
    width: 50px;
    text-align: center;
    color: #817F96;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.rating-input.error .stars-container .star-icon {
  color: #F44336; }

.rating-input .stars-container {
  float: left; }
  .rating-input .stars-container .star {
    position: relative;
    padding: 2px;
    float: right; }
    .rating-input .stars-container .star:hover .star-icon-fill,
    .rating-input .stars-container .star:hover ~ .star .star-icon-fill {
      opacity: 0.5; }
    .rating-input .stars-container .star-icon {
      position: relative;
      font-size: 24px;
      cursor: pointer;
      color: #FD6B4D;
      z-index: 1; }
      .rating-input .stars-container .star-icon-fill {
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 24px;
        cursor: pointer;
        color: #FD6B4D;
        opacity: 0; }


textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  min-height: 100px;
  line-height: 1.7; }

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

input[type="number"] {
  -moz-appearance: textfield; }

.input-icon {
  position: relative; }
  .input-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    width: 30px;
    text-align: center;
    pointer-events: none; }
  .input-icon:not(.input-icon-right) i {
    left: 0; }
  .input-icon:not(.input-icon-right) input {
    padding-left: 30px; }
  .input-icon-right i {
    right: 0; }
  .input-icon-right input {
    padding-right: 30px; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  font-size: 12px; }
  select option {
    color: #3C3956; }

.styled-select {
  padding: 0;
  margin: 0;
  border: 1px solid #E1E5F2;
  min-width: 205px;
  overflow: hidden;
  background-color: #fff;
  position: relative; }
  .styled-select:after {
    content: "\F107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 11px;
    top: 7px;
    pointer-events: none; }
  .styled-select.error select {
    color: #F44336; }
  .styled-select.w-100 {
    min-width: initial !important; }
  .styled-select.short {
    min-width: 165px; }
  .styled-select.dark {
    border: 1px solid #361828; }
  .styled-select.light {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .styled-select.light select {
      color: #ffffff; }
  .styled-select select {
    font: 1em "AvenirNextCyr", sans-serif;
    padding: 6px 10px;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.checkbox-form-control input {
  display: none; }
  .checkbox-form-control input:checked ~ label .checkmark {
    background-color: #ff0013;
    border-color: #ff0013; }
    .checkbox-form-control input:checked ~ label .checkmark-icon {
      color: #fff;
      opacity: 1; }

.checkbox-form-control label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 20px;
  padding: 10px 0;
  cursor: pointer; }
  .checkbox-form-control label .checkmark {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #90A1D3;
    background: #fff;
    color: #90A1D3;
    margin-right: 10px;
    transition: 0.1s; }
    .checkbox-form-control label .checkmark:hover .checkmark-icon {
      opacity: 1; }
    .checkbox-form-control label .checkmark-icon {
      position: absolute;
      top: 10px;
      left: 1px;
      line-height: 0;
      text-align: center;
      font-size: 18px;
      opacity: 0;
      transition: 0.2s; }

.segmented-control {
  border-radius: 30px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border: 1px solid #E1E5F2;
  background: #fff; }
  .segmented-control.segmented-control-sm {
    height: 30px; }
    .segmented-control.segmented-control-sm .segmented-control-option label {
      line-height: 28px; }
  .segmented-control.segmented-control-accent {
    border: 1px solid #90A1D3;
    background: #F8FAFF; }
    .segmented-control.segmented-control-accent .segmented-control-option:first-child label {
      padding-left: 15px; }
    .segmented-control.segmented-control-accent .segmented-control-option:last-child label {
      padding-right: 15px; }
    .segmented-control.segmented-control-accent .segmented-control-option label {
      border-left: none;
      padding: 0 7px; }
  .segmented-control.segmented-control-vertical {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column; }
    .segmented-control.segmented-control-vertical .segmented-control-option label {
      border: none;
      border-top: 1px solid #E1E5F2; }
    .segmented-control.segmented-control-vertical .segmented-control-option:first-child label {
      border: none; }
  .segmented-control.segmented-control-lg {
    height: 60px;
    border-radius: 4px; }
    .segmented-control.segmented-control-lg .segmented-control-option label {
      line-height: 58px;
      font-size: 17px; }
  .segmented-control.segmented-control-md {
    height: 50px;
    border-radius: 4px; }
    .segmented-control.segmented-control-md .segmented-control-option label {
      line-height: 48px;
      font-size: 17px; }
  .segmented-control .segmented-control-option {
    -ms-flex: 1;
        flex: 1; }
    .segmented-control .segmented-control-option:first-child label {
      border-left: none;
      padding-left: 5px; }
    .segmented-control .segmented-control-option:last-child label {
      padding-right: 5px; }
    .segmented-control .segmented-control-option-label label {
      cursor: default; }
      .segmented-control .segmented-control-option-label label svg {
        display: inline-block;
        height: 20px;
        width: auto; }
    .segmented-control .segmented-control-option.segmented-control-option-active label {
      background: #ff0013;
      border-color: #385bca;
      color: #fff; }
    .segmented-control .segmented-control-option input {
      display: none; }
      .segmented-control .segmented-control-option input:checked ~ label {
        background: #ff0013;
        border-color: #385bca;
        color: #fff; }
      .segmented-control .segmented-control-option input:disabled ~ label {
        opacity: 0.5;
        cursor: not-allowed; }
        .segmented-control .segmented-control-option input:disabled ~ label:hover {
          background: none; }
    .segmented-control .segmented-control-option label {
      border-left: 1px solid #E1E5F2;
      line-height: 38px;
      display: block;
      cursor: pointer;
      text-align: center;
      -ms-flex: 1;
          flex: 1;
      font-weight: 600;
      font-size: 14px;
      color: #361828; }

.beds-selector {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #E1E5F2;
  border-radius: 10px;
  padding-right: 15px;
  text-align: center;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .beds-selector.beds-selector-lg {
    height: 60px;
    padding-right: 20px; }
    .beds-selector.beds-selector-lg-label {
      padding: 0 15px 0 20px;
      margin-top: 1px; }
    .beds-selector.beds-selector-lg .beds-selector-option {
      font-size: 18px;
      line-height: 38px;
      padding: 0 12px; }
      .beds-selector.beds-selector-lg .beds-selector-option.beds-selector-label-active.extend:after {
        left: 19px; }
  .beds-selector-label {
    padding: 0 10px 0 15px;
    text-align: center; }
    .beds-selector-label svg {
      width: 22px;
      margin-top: 4px; }
  .beds-selector .beds-selector-option {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    -ms-flex: 1;
        flex: 1;
    cursor: pointer;
    padding: 0 10px;
    z-index: 1; }
    .beds-selector .beds-selector-option.beds-selector-label-active {
      background: #D9DEEE;
      border-radius: 30px; }
      .beds-selector .beds-selector-option.beds-selector-label-active.extend:after {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 13px;
        width: 100%;
        background: #D9DEEE;
        z-index: -1; }

.checkbox-pill input {
  display: none; }
  .checkbox-pill input:checked ~ label {
    background: #817F96;
    color: #fff;
    border: none; }
    .checkbox-pill input:checked ~ label .checkbox-pill-image svg * {
      stroke: #fff; }

.checkbox-pill label {
  padding: 5px 8px;
  min-height: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E1E5F2;
  color: #817F96;
  text-align: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  word-break: break-word; }
  .checkbox-pill label .checkbox-pill-image {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-right: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .checkbox-pill label .checkbox-pill-image img,
    .checkbox-pill label .checkbox-pill-image svg {
      max-width: 100%;
      max-height: 100%; }
      .checkbox-pill label .checkbox-pill-image img *,
      .checkbox-pill label .checkbox-pill-image svg * {
        stroke: #817F96; }
  .checkbox-pill label:hover {
    background: #ECF4FF; }

.checkbox-input {
  height: 30px;
  line-height: 30px;
  cursor: pointer; }
  .checkbox-input input {
    display: none; }
    .checkbox-input input:checked ~ label {
      color: #3C3956; }
      .checkbox-input input:checked ~ label .checkbox-icon {
        border-color: #817F96; }
        .checkbox-input input:checked ~ label .checkbox-icon .check-icon {
          display: block; }
  .checkbox-input label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #817F96; }
    .checkbox-input label:hover .checkbox-icon {
      border-color: #817F96; }
    .checkbox-input label .checkbox-icon {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #E1E5F2;
      border-radius: 4px;
      margin-right: 10px; }
      .checkbox-input label .checkbox-icon .check-icon {
        display: none;
        position: absolute;
        top: 0;
        left: -2px;
        font-size: 18px;
        line-height: 15px; }

.checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer; }
  .checkbox i {
    width: 14px;
    margin-top: 3px; }
  .checkbox .checkbox-label {
    width: calc(100% - 14px); }

@media (max-width: 479px) {
  .styled-select {
    min-width: 120px !important; }
    .styled-select:after {
      top: 7px; }
    .styled-select select {
      font-size: 12px;
      padding: 6px 32px 6px 12px; } }

@media (max-width: 374px) {
  .more-listing-filters .filter-group-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .more-listing-filters .filter-group .filter-price-input {
    width: 100%;
    margin-top: 10px; } }

.ReactModal__Body--open {
  overflow: hidden; }

.ReactModalPortal {
  position: relative;
  z-index: 10000; }

.ReactModalPortal .react-modal-overlay > div {
  opacity: 0; }

.ReactModalPortal .react-modal-overlay > div {
  transition: opacity 200ms; }

.ReactModalPortal .react-modal-overlay_after-open > div {
  opacity: 1; }

.ReactModalPortal .react-modal-overlay_before-close > div {
  opacity: 0; }

.react-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  text-align: center; }
  .react-modal-overlay-black {
    background: #000; }

.modal-visible {
  position: fixed;
  width: 100%;
  left: 0; }

.modal-container {
  padding: 22px 25px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(42, 50, 79, 0.08); }
  .modal-container .link {
    color: #FD6B4D;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline; }
  .modal-container .title {
    font-weight: 700;
    padding-bottom: 20px; }

.tip-modal .modal-container {
  top: 100px;
  background: #ff0013;
  color: #fff;
  width: 570px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.react-modal-auth {
  margin: 140px 0;
  text-align: center;
  display: inline-block; }
  .react-modal-auth .modal-container {
    display: inline-block;
    color: #817F96;
    padding: 0 0 40px;
    width: 540px;
    max-width: 100%; }
    .react-modal-auth .modal-container.modal-container-double {
      width: 970px; }
    .react-modal-auth .modal-container .modal-title {
      font-size: 54px;
      font-weight: 700;
      color: #3C3956;
      margin-bottom: 35px; }
    .react-modal-auth .modal-container .modal-divider {
      position: relative;
      margin: 20px 0; }
      .react-modal-auth .modal-container .modal-divider:before {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-bottom: 1px solid #E1E5F2; }
      .react-modal-auth .modal-container .modal-divider span {
        position: relative;
        background: #fff;
        padding: 0 20px; }
    .react-modal-auth .modal-container .auth-form-container {
      padding: 50px 50px 0; }
    .react-modal-auth .modal-container .btn, .react-modal-auth .modal-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .react-modal-auth .modal-container button {
      min-width: 280px; }
    .react-modal-auth .modal-container .avatar {
      height: 78px;
      width: 78px;
      border-radius: 6px;
      border: 1px solid #E1E5F2;
      display: inline-block;
      background-size: cover;
      background-position: center; }
    .react-modal-auth .modal-container input.input-prefix {
      width: 20%;
      margin-right: 10px; }
      .react-modal-auth .modal-container input.input-prefix ~ input {
        width: calc(80% - 10px); }

.react-modal-regular {
  max-width: 400px;
  margin: 150px auto; }
  .react-modal-regular .modal-container {
    position: relative;
    border: 1px solid #E1E5F2;
    padding: 30px; }

.facebook-link-modal {
  text-align: center; }
  .facebook-link-modal .modal-container {
    position: relative;
    display: inline-block;
    top: 120px;
    background: #ECF4FF;
    max-width: 520px;
    padding: 30px; }
    .facebook-link-modal .modal-container .title {
      font-size: 24px; }
    .facebook-link-modal .modal-container .description {
      margin-bottom: 20px; }
    .facebook-link-modal .modal-container .btn, .facebook-link-modal .modal-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .facebook-link-modal .modal-container button {
      width: 275px; }

.listing-share-modal {
  position: relative;
  padding: 20px;
  background: #ECF4FF; }
  .listing-share-modal .close-icon {
    display: none; }

.ngdialog-advanced-search-mates .ngdialog-content {
  position: relative;
  max-width: 680px;
  margin: 80px auto; }

@media (max-width: 767px) {
  .react-modal-overlay.react-modal-overlay-hide-mobile {
    background: transparent; }
  .react-modal-auth {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 10001; }
    .react-modal-auth .modal-container {
      box-shadow: none;
      width: 100%; }
      .react-modal-auth .modal-container .auth-form-container {
        padding: 30px 20px 0; }
      .react-modal-auth .modal-container .modal-title {
        font-size: 44px; }
  .react-modal-regular {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    .react-modal-regular .modal-container {
      padding: 20px;
      border-radius: 0; }
    .react-modal-regular .close-icon {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #3C3956;
      font-size: 24px; }
  .tip-modal .modal-container {
    top: 80px;
    left: 15px;
    right: 15px;
    transform: none;
    width: auto; }
  .facebook-link-modal .modal-container {
    top: 80px; }
    .facebook-link-modal .modal-container .title {
      font-size: 20px; }
    .facebook-link-modal .modal-container .description {
      margin-bottom: 20px; }
    .facebook-link-modal .modal-container .btn, .facebook-link-modal .modal-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .facebook-link-modal .modal-container button {
      width: auto; }
  .ngdialog-advanced-search-mates .ng-dialog-content {
    margin: 0;
    width: 100%; } }

.tab-label-wrapper {
  position: relative;
  color: #fff;
   }
  .tab-label-wrapper:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #817F96; }
  .tab-label-wrapper.center {
    text-align: center; }
  .tab-label-wrapper a {
    color: #ff0013 !important;
    text-decoration: underline; }
  .tab-label-wrapper .tab-label {
    position: relative;
    vertical-align: middle;
    background: #817F96;
    display: inline-block;
    min-width: 125px;
    height: 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 30px;
    padding: 0 15px; }
    .tab-label-wrapper .tab-label-sm {
      min-width: 100px;
      height: 20px;
      line-height: 20px; }
  .tab-label-wrapper .tab-value {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 700;
    padding-left: 15px; }
    .tab-label-wrapper .tab-value-left {
      padding-left: 0;
      line-height: 20px;
      font-weight: 400;
      color: #3C3956;
      text-transform: none; }
  .tab-label-wrapper.dark:after {
    border-bottom-color: #361828; }
  .tab-label-wrapper.dark .tab-label {
    background: #361828; }

.multiple-users-carousel .slick-dots {
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .multiple-users-carousel .slick-dots li,
  .multiple-users-carousel .slick-dots li button,
  .multiple-users-carousel .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 8px;
    overflow: hidden; }
  .multiple-users-carousel .slick-dots li button:before {
    font-size: 18px; }
  .multiple-users-carousel .slick-dots li button:before {
    color: #3C3956 !important; }

.listing-carousel-modal .close {
  position: absolute;
  top: 40px;
  line-height: 20px;
  right: 0;
  font-size: 40px;
  width: 100px;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.1s; }
  .listing-carousel-modal .close:hover {
    opacity: 1; }

.listing-carousel-modal .detail-carousel {
  position: relative;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  margin: 100px auto; }
  .listing-carousel-modal .detail-carousel .slick-dots {
    bottom: -68px; }
  .listing-carousel-modal .detail-carousel .slide {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 80vh; }
    .listing-carousel-modal .detail-carousel .slide .close-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .listing-carousel-modal .detail-carousel .slide img {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      z-index: 5; }
  .listing-carousel-modal .detail-carousel .slick-prev,
  .listing-carousel-modal .detail-carousel .slick-next {
    width: 100px;
    opacity: 0.8;
    transition: 0.1s; }
    .listing-carousel-modal .detail-carousel .slick-prev:hover,
    .listing-carousel-modal .detail-carousel .slick-next:hover {
      opacity: 1; }
  .listing-carousel-modal .detail-carousel .slick-prev:before,
  .listing-carousel-modal .detail-carousel .slick-next:before {
    color: #fff;
    font-size: 60px;
    padding: 10px; }
  .listing-carousel-modal .detail-carousel .slick-prev {
    left: -100px; }
  .listing-carousel-modal .detail-carousel .slick-next {
    right: -100px; }

@media (max-width: 767px) {
  .listing-carousel-modal .close {
    width: initial;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    opacity: 1; }
  .listing-carousel-modal .slick-dots {
    position: fixed;
    bottom: 70px; }
  .listing-carousel-modal .detail-carousel {
    position: relative;
    width: 100%;
    margin: 0; }
    .listing-carousel-modal .detail-carousel .slide {
      height: calc(100vh - 70px);
      margin-top: 0; }
      .listing-carousel-modal .detail-carousel .slide .close-background {
        display: none; }
      .listing-carousel-modal .detail-carousel .slide img {
        max-width: 100%;
        max-height: calc(100vh - 70px);
        display: inline-block; } }

.custom-dropdown {
  position: relative; }
  .custom-dropdown .dropdown-title {
    padding: 0 15px;
    line-height: 40px;
    padding-right: 40px;
    display: block;
    cursor: pointer; }
    .custom-dropdown .dropdown-title .dropdown-arrow {
      position: absolute;
      top: 13px;
      right: 10px; }
  .custom-dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    min-width: 100%;
    z-index: 1;
    background-color: white;
    border: 1px solid #E1E5F2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 5px 0;
    overflow: hidden;
    text-align: left;
    color: #817F96;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out; }
    .custom-dropdown .dropdown-list .dropdown-choice {
      width: auto;
      min-width: 100%;
      line-height: 1;
      padding: 10px 15px;
      height: auto;
      cursor: pointer;
      transition: color 0.1s; }
      .custom-dropdown .dropdown-list .dropdown-choice:hover {
        color: #ff0013; }
  .custom-dropdown.hidden-dropdown .dropdown-list {
    transform: scale(0.8) translate(0, -10%);
    opacity: 0;
    pointer-events: none; }

.chip {
  display: inline-block;
  line-height: 34px;
  border-radius: 20px;
  font-size: 14px;
  padding: 0 15px;
  background: #ECF4FF;
  color: #ff0013;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .chip i {
    font-size: 12px;
    margin-left: 5px;
    margin-top: -2px; }

.google-autocomplete-root {
  position: relative; }

.google-autocomplete-container {
  position: absolute;
  background: #fff;
  top: 100%;
  margin-top: 5px;
  width: 100%;
  z-index: 100;
  border: 1px solid #E1E5F2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.google-autocomplete-item {
  color: #3C3956;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.1s; }
  .google-autocomplete-item-active {
    background: #ECF4FF; }

.logo-marker {
  background-image: url(res/logo-marker-dark.html);
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.logo-marker-img {
  width: 40px;
  height: 40px; }

.switch-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 150px;
  border-radius: 30px;
  background: #ECF4FF;
  padding: 0 15px; }

.switch-option {
  position: relative;
  color: #817F96;
  cursor: pointer;
  z-index: 1;
  transition-delay: 0.1s;
  transition: 0.1s; }
  .switch-option.active {
    color: #fff; }

.switch-active-panel {
  position: absolute;
  background: #ff0013;
  width: 100px;
  height: 40px;
  top: -5px;
  border-radius: 40px;
  transition: 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.main-wrapper {
  margin-top: 0; }
  .main-wrapper.sticky-banner-visible:not(.mobile-menu-open) {
    padding-top: 50px;
    transition: 0.2s; }

.sticky-banner-visible:not(.mobile-menu-open) .sticky-banner {
  height: 50px;
  transition: 0.2s; }

.sticky-banner-visible:not(.mobile-menu-open).dark-theme #header,
.sticky-banner-visible:not(.mobile-menu-open).dark-theme #mobile-header, .sticky-banner-visible:not(.mobile-menu-open).transparent-theme #header,
.sticky-banner-visible:not(.mobile-menu-open).transparent-theme #mobile-header {
  top: 50px; }

.sticky-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 0;
  background: #F8FAFF;
  border-bottom: 1px solid #E1E5F2;
  z-index: 1; }
  .sticky-banner-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .sticky-banner-text {
    font-weight: 700; }

.dark-theme #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  box-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0); }
  .dark-theme #header .menu .user-avatar {
    background-color: #fff;
    color: #ff0013; }

.dark-theme #mobile-header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: none;
  color: #fff; }

.dark-theme .user-menu-wrapper .name {
  color: #fff; }

.transparent-theme #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0); }
  .transparent-theme #header .menu .header-link.btn, .transparent-theme #header .menu .swal2-container .swal2-modal .swal2-actions button.header-link, .swal2-container .swal2-modal .swal2-actions .transparent-theme #header .menu button.header-link {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background: #fff;
    color: #ff0013;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.transparent-theme #mobile-header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: none; }

body.page-mates #header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

#header {
  position: relative;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); }
  #header .menu {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 60px 0 50px; }
    #header .menu .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      #header .menu .logo img {
        width: 140px; }
    #header .menu .header-link {
      margin-left: 50px;
      white-space: nowrap;
      cursor: pointer;
      font-size: 16px; }
      #header .menu .header-link.btn, #header .menu .swal2-container .swal2-modal .swal2-actions button.header-link, .swal2-container .swal2-modal .swal2-actions #header .menu button.header-link {
        margin-left: 40px;
        width: 110px; }
    #header .menu .user-links {
      display: inline-block;
      line-height: 70px;
      font-size: 14px; }
      #header .menu .user-links > .link i {
        font-size: 14px;
        margin-left: 5px; }

#mobile-header {
  display: none; }

.user-menu-wrapper {
  display: inline-block; }
  .user-menu-wrapper:hover .user-menu {
    display: block; }
  .user-menu-wrapper .name {
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 20px !important;
    font-weight: 600;
    color: #ff0013; }
  .user-menu-wrapper .token-balance {
    position: absolute;
    top: 45px;
    right: 55px;
    padding: 0 6px;
    font-size: 11px;
    margin-right: 5px;
    line-height: 15px;
    border-radius: 20px;
    z-index: 2;
    color: #A5A3B8;
    font-weight: 600; }
  .user-menu-wrapper .user-avatar {
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 56px; }
  .user-menu-wrapper .user-notifications {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
    background: #FD6B4D;
    border-radius: 50%;
    text-align: center;
    line-height: 15px; }
  .user-menu-wrapper .user-menu {
    display: none;
    position: absolute;
    min-width: 150px;
    padding: 10px 25px 10px 16px;
    border-radius: 10px;
    top: 60px;
    right: 0;
    background: #fff;
    text-align: left;
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
    .user-menu-wrapper .user-menu .link {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 38px;
      color: #3C3956;
      white-space: nowrap;
      cursor: pointer;
      transition: 0.1s; }
      .user-menu-wrapper .user-menu .link:hover {
        color: #ff0013; }
      .user-menu-wrapper .user-menu .link .notification {
        position: absolute;
        left: 10px;
        top: 5px;
        width: 15px;
        height: 15px;
        font-size: 10px;
        color: #fff;
        background: #FD6B4D;
        border-radius: 50%;
        text-align: center;
        line-height: 15px; }
      .user-menu-wrapper .user-menu .link i {
        width: 20px;
        text-align: center;
        margin-right: 10px; }

.mobile-nav {
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: #F8FAFF;
  font-size: 18px;
  z-index: 10001;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 0; }
  .mobile-nav .divider {
    border-bottom: 1px solid #E1E5F2;
    margin: 10px 15px; }
  .mobile-nav .user-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 15px; }
    .mobile-nav .user-panel .user-avatar {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 36px; }
    .mobile-nav .user-panel .token-balance {
      padding: 0 10px;
      display: inline-block;
      font-size: 11px;
      margin-right: 5px;
      line-height: 20px;
      background: rgba(100, 112, 135, 0.7);
      border-radius: 20px;
      z-index: 2;
      color: #fff; }
    .mobile-nav .user-panel .greeting {
      display: inline-block;
      margin-top: 10px; }
  .mobile-nav .btn, .mobile-nav .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mobile-nav button {
    width: 200px; }
  .mobile-nav .link {
    position: relative;
    display: block;
    padding: 10px 30px; }
    .mobile-nav .link i {
      width: 30px;
      font-size: 0.8em; }
    .mobile-nav .link .notification {
      position: absolute;
      left: 10px;
      top: 13px;
      width: 15px;
      height: 15px;
      font-size: 10px;
      color: #361828;
      background: #FD6B4D;
      border-radius: 50%;
      text-align: center;
      line-height: 15px; }

@media (max-width: 1024px) {
  #header .menu {
    padding: 0 15px; }
    #header .menu .header-link {
      margin-left: 25px; }
      #header .menu .header-link.btn, #header .menu .swal2-container .swal2-modal .swal2-actions button.header-link, .swal2-container .swal2-modal .swal2-actions #header .menu button.header-link {
        margin-left: 20px;
        line-height: 40px;
        height: 40px; }
  .transparent-theme #header .menu {
    height: 80px;
    padding: 0 15px; }
    .transparent-theme #header .menu .logo img {
      width: 140px; } }

@media (max-width: 767px) {
  .sticky-banner-text {
    font-size: 12px;
    text-decoration: underline; }
  .mobile-menu-open {
    position: fixed !important;
    width: 100%; }
    .mobile-menu-open #mobile-header {
      z-index: 5;
      background: #F8FAFF; }
      .mobile-menu-open #mobile-header .burger-menu {
        color: #3C3956 !important; }
    .mobile-menu-open .mobile-nav {
      display: -ms-flexbox;
      display: flex; }
    .mobile-menu-open .route-container {
      display: none; }
  #header {
    display: none; }
  #mobile-header {
    position: relative;
    display: block;
    
    height: 50px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); }
    #mobile-header .logo {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px; }
      #mobile-header .logo img {
        display: inline-block;
        margin-top: 12px;
        width: 140px; }
    #mobile-header .burger-menu {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 55px;
      line-height: 50px; }
      #mobile-header .burger-menu i {
        font-size: 24px; } }

.footer-featured-links {
  padding-top: 50px;
  background: #F8FAFF; }
  .footer-featured-links .footer-list {
    font-size: 16px;
    padding-bottom: 30px; }
    .footer-featured-links .footer-list-heading {
      font-weight: 600;
      text-transform: uppercase;
      margin: 20px 0;
      line-height: 20px;
      color: #ff0013; }
    .footer-featured-links .footer-list-item {
      display: block;
      color: #817F96;
      line-height: 30px;
      margin: 5px 0;
      transition: 0.1s; }
      .footer-featured-links .footer-list-item:hover {
        color: #ff0013; }

#footer {
  position: relative;
  height: 160px;
  text-align: center;
  background: #fff; }
  #footer .footer-span {
    margin-right: 10px;
    font-size: 15px;
    color: #C6CBD3;
    transition: 0.1s; }
    #footer .footer-span:last-child {
      margin-right: 0; }
  #footer a.footer-span:hover {
    color: #ff0013; }
  #footer .social-links {
    padding: 35px 0; }
  #footer .social-link {
    padding: 0 10px;
    font-size: 16px;
    transition: 0.1s; }

.route-listing .footer-featured-links {
  background: #fff; }

.route-blog #footer,
.route-article #footer,
.route-home #footer,
.route-neighborhoods #footer,
.route-neighborhood #footer {
  background: #F8FAFF; }

@media (max-width: 991px) {
  .footer-featured-links {
    text-align: center; } }

@media (max-width: 767px) {
  #footer {
    height: 160px; }
    #footer .footer-span {
      font-size: 12px; }
    #footer .social-link {
      font-size: 16px; } }

.router-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  background: #fefefe; }

.hr {
  border-bottom: 1px solid #E1E5F2; }

html.prevent-scroll,
body.prevent-scroll {
  overflow: hidden; }

.disclaimer-banner {
  position: fixed;
  z-index: 100;
  color: #817F96;
  padding: 10px 0;
  line-height: 1.5;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }

.arrow-link {
  position: relative;
  color: #ff0013; }
  .arrow-link:after {
    content: '\203A';
    display: inline-block;
    transform: translateX(7px);
    transition: 0.1s; }
  .arrow-link:hover:after {
    transform: translateX(13px); }

.shadow {
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.shadow-medium {
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }

.shadow-large, .page-conversation .content, .user-listings-page .panel {
  box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }

.white {
  color: #ffffff !important; }

.white-bg {
  background-color: #fff !important; }

.primary {
  color: #ff0013 !important; }

.primary-bg {
  background-color: #ff0013 !important; }

.background-bg {
  background-color: #ECF4FF !important; }

.accent {
  color: #FD6B4D !important; }

.light {
  color: #817F96 !important; }

.light-bg {
  background-color: #817F96 !important; }

.dark {
  color: #361828 !important; }

.dark-bg {
  background-color: #361828 !important; }

.accent-bg {
  background-color: #FD6B4D !important; }

.accent2 {
  color: #ff0013 !important; }

.accent2-bg {
  background-color: #ff0013 !important; }

.danger {
  color: #F44336 !important; }

.danger-bg {
  background-color: #F44336 !important; }

.success {
  color: #7cc576 !important; }

.success-bg {
  background-color: #7cc576 !important; }

.facebook {
  color: #39579A !important; }

.facebook-bg {
  background: #39579A !important; }

.twitter {
  color: #55acee !important; }

.twitter-bg {
  background: #55acee !important; }

.linkedin {
  color: #007bb5 !important; }

.linkedin-bg {
  background: #007bb5 !important; }

.gplus {
  color: #dd4b39 !important; }

.gplus-bg {
  background: #dd4b39 !important; }

.link-hover {
  cursor: pointer;
  transition: 0.1s; }
  .link-hover:hover {
    color: #ff0013; }

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .visible-xs-flex {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; }
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important; } }

.main-wrapper {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative; }

.route-container {
  overflow: hidden; }

.loading-image:not(.slick-cloned) {
  position: relative;
  background: #ECF4FF !important; }
  .loading-image:not(.slick-cloned):before {
    content: '\F1CE';
    font-family: 'FontAwesome';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    color: #ff0013;
    font-size: 28px;
    animation: fa-spin 1s infinite linear; }

body {
  font: 1em "AvenirNextCyr", sans-serif;
  color: #3C3956;
  font-size: 16px; }
  body * {
    outline: none; }

a {
  color: inherit; }

.bt {
  border-top: 1px solid #E1E5F2; }

.br {
  border-right: 1px solid #E1E5F2; }

.bb {
  border-bottom: 1px solid #E1E5F2; }

.bl {
  border-left: 1px solid #E1E5F2; }

.ba {
  border: 1px solid #E1E5F2; }

.image-cover {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  object-fit: cover; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

ui-view {
  display: block; }

#notie-alert-outer {
  width: 380px !important;
  background: #fff !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 0 0 10px 10px !important;
  border: 1px solid #E1E5F2 !important;
  border-top: none !important;
  box-shadow: none !important; }
  #notie-alert-outer #notie-alert-inner {
    padding: 20px 30px !important; }
    #notie-alert-outer #notie-alert-inner #notie-alert-text {
      font: 1em "AvenirNextCyr", sans-serif !important;
      font-size: 16px !important;
      color: #3C3956 !important; }

#loading-bar .bar {
  background: #ff0013; }

#loading-bar .peg {
  box-shadow: #ff0013 1px 0 6px 1px; }

.browser-not-supported-page {
  margin: 100px 20px;
  text-align: center; }

.swal-balance {
  margin: 0 -20px; }
  .swal-balance-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 30px;
    color: #817F96;
    font-size: 14px; }
    .swal-balance-row-full {
      padding: 20px 30px;
      margin-top: 10px;
      background: #ECF4FF;
      font-weight: 700;
      font-size: 16px; }

.swal2-container {
  z-index: 10000 !important; }
  .swal2-container .swal2-modal .swal2-actions button {
    padding: 0 !important;
    min-width: 100px !important; }
    .swal2-container .swal2-modal .swal2-actions button:focus {
      box-shadow: none !important; }

.swal2-modal {
  width: 450px;
  border-radius: 10px; }

.swal2-text {
  padding: 0 20px;
  text-align: center; }

@media (max-width: 767px) {
  #notie-alert-outer {
    width: 100vw !important;
    border-radius: 0 !important; } }

.pagination {
  font-size: 16px;
  text-align: center; }
  .pagination .page {
    font-weight: 500;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    min-width: 35px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    color: #817F96;
    transition: 0.1s; }
    .pagination .page.spacer {
      min-width: 20px;
      padding: 0;
      cursor: default; }
    .pagination .page.current {
      color: #ff0013; }

.neighborhood-selection {
  padding: 20px; }
  .neighborhood-selection .sublocality-container {
    display: -ms-flexbox;
    display: flex; }
    .neighborhood-selection .sublocality-container .sublocality {
      padding: 10px 5px;
      font-weight: 700;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #817F96;
      border-right: 1px solid #E1E5F2;
      background: #ECF4FF;
      cursor: pointer; }
      .neighborhood-selection .sublocality-container .sublocality:last-child {
        border-right: none; }
      .neighborhood-selection .sublocality-container .sublocality i {
        width: 22px;
        margin-top: 3px; }
      .neighborhood-selection .sublocality-container .sublocality.active {
        color: #ff0013; }
  .neighborhood-selection .region-container {
    border: 1px solid #E1E5F2;
    border-radius: 10px;
    overflow: hidden; }
    .neighborhood-selection .region-container .region-wrapper {
      padding: 30px 30px 20px; }
    .neighborhood-selection .region-container .region {
      cursor: pointer;
      position: relative;
      color: #817F96; }
      .neighborhood-selection .region-container .region.region-select-all {
        margin: 10px -20px;
        padding: 5px 20px;
        background: #F8FAFF; }
      .neighborhood-selection .region-container .region i {
        width: 14px;
        margin-top: -2px; }
      .neighborhood-selection .region-container .region .selected-icon {
        color: #ff0013;
        position: absolute;
        right: 5px;
        top: 6px; }
    .neighborhood-selection .region-container .neighbourhood-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 20px 20px; }
      .neighborhood-selection .region-container .neighbourhood-container .neighbourhood {
        width: 33.33%;
        padding: 3px 0; }
        .neighborhood-selection .region-container .neighbourhood-container .neighbourhood:hover, .neighborhood-selection .region-container .neighbourhood-container .neighbourhood.highlighted {
          color: #ff0013; }
        .neighborhood-selection .region-container .neighbourhood-container .neighbourhood .checkbox i {
          width: 17px; }
        .neighborhood-selection .region-container .neighbourhood-container .neighbourhood .checkbox .checkbox-label {
          width: calc(100% - 17px);
          padding-right: 10px; }

@media (min-width: 1921px) {
  body.page-listings .neighborhood-selection .region-container .neighbourhood-container .neighbourhood {
    width: 20%; } }

@media (min-width: 1601px) and (max-width: 1920px) {
  body.page-listings .neighborhood-selection .region-container .neighbourhood-container .neighbourhood {
    width: 25%; } }

@media (max-width: 1024px) {
  .neighborhood-selection .region-container .neighbourhood-container {
    padding: 20px; }
    .neighborhood-selection .region-container .neighbourhood-container .neighbourhood {
      margin-bottom: 5px; } }

@media (max-width: 767px) {
  .neighborhood-selection {
    padding: 0; }
    .neighborhood-selection .region-container {
      border: none;
      border-radius: 0; }
      .neighborhood-selection .region-container .neighbourhood-container .neighbourhood {
        width: 50%;
        margin-bottom: 8px; }
    .neighborhood-selection .btn, .neighborhood-selection .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .neighborhood-selection button {
      margin: 0 20px 20px; } }

@media (max-width: 480px) {
  .neighborhood-selection .sublocality-container .region-container .region-wrapper {
    padding: 20px 20px 10px; } }

.building-component .share,
.listing-component .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  padding: 0 20px;
  font-size: 14px; }
  .building-component .share .btn.btn-icon.btn-sm, .building-component .share .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm, .swal2-container .swal2-modal .swal2-actions .building-component .share button.btn-icon.btn-sm,
  .listing-component .share .btn.btn-icon.btn-sm,
  .listing-component .share .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm,
  .swal2-container .swal2-modal .swal2-actions .listing-component .share button.btn-icon.btn-sm {
    background: #fff !important;
    font-size: 20px;
    transition: 0.1s; }
    .building-component .share .btn.btn-icon.btn-sm:not(:hover), .building-component .share .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm:not(:hover), .swal2-container .swal2-modal .swal2-actions .building-component .share button.btn-icon.btn-sm:not(:hover),
    .listing-component .share .btn.btn-icon.btn-sm:not(:hover),
    .listing-component .share .swal2-container .swal2-modal .swal2-actions button.btn-icon.btn-sm:not(:hover),
    .swal2-container .swal2-modal .swal2-actions .listing-component .share button.btn-icon.btn-sm:not(:hover) {
      color: #C6CBD3 !important; }

.listing-table {
  position: relative;
  width: 100%;
  margin-top: 20px; }
  .listing-table th {
    color: #ffffff;
    background-color: #ff0013;
    border-bottom: 3px solid #FD6B4D;
    position: relative;
    padding: 10px;
    font-size: 14px;
    vertical-align: middle; }
    .listing-table th:nth-child(2n + 1) {
      background-color: #361828; }
  .listing-table > tbody > tr {
    text-align: center;
    background-color: #ffffff; }
    .listing-table > tbody > tr > td {
      position: relative;
      padding: 10px 0;
      border: 1px solid #eeeeee;
      vertical-align: middle;
      font-size: 14px; }
      .listing-table > tbody > tr > td .clickable {
        text-decoration: underline;
        color: #ff0013;
        cursor: pointer; }
  .listing-table .photo-cell {
    position: relative; }
    .listing-table .photo-cell .photo-wrapper {
      display: none;
      position: absolute;
      top: calc(50% + 10px);
      right: 30px;
      background: #ff0013;
      padding: 10px 0;
      height: 120px;
      border-radius: 10px;
      z-index: 9999;
      -ms-flex-align: center;
          align-items: center; }
      .listing-table .photo-cell .photo-wrapper .photo-container {
        margin-right: -20px; }
      .listing-table .photo-cell .photo-wrapper .arrow {
        width: 30px;
        text-align: center; }
        .listing-table .photo-cell .photo-wrapper .arrow i {
          font-size: 16px;
          padding: 5px;
          cursor: pointer;
          transition: 0.1s; }
          .listing-table .photo-cell .photo-wrapper .arrow i:hover {
            color: #FD6B4D; }
    .listing-table .photo-cell:hover .photo-wrapper {
      display: -ms-flexbox;
      display: flex; }

.filter-container {
  padding-bottom: 20px; }

.update-photo-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990; }
  .update-photo-popup .photo-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .update-photo-popup .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .update-photo-popup .popup-content {
    position: relative;
    left: 0;
    margin: 195px auto 100px;
    background: #361828;
    padding: 20px 30px;
    width: 920px;
    color: #fff; }
    .update-photo-popup .popup-content .photo,
    .update-photo-popup .popup-content .as-sortable-placeholder,
    .update-photo-popup .popup-content .photo-loader {
      width: calc(25% - 20px);
      margin: 0 20px 10px 0; }
    .update-photo-popup .popup-content .photo-loader {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 100px;
      background: #ffffff;
      border-radius: 10px; }
    .update-photo-popup .popup-content .as-sortable-placeholder {
      background: rgba(0, 0, 0, 0.5); }

.photo-container-wrapper {
  width: 860px; }

.photo-container {
  display: -ms-flexbox;
  display: flex; }
  .photo-container.fixed-width {
    width: 860px; }
  .photo-container .photo {
    position: relative;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 200px;
    margin-right: 20px;
    border-radius: 10px; }
    .photo-container .photo .index {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      line-height: 20px;
      min-width: 20px;
      text-align: center;
      background: #ff0013;
      border-radius: 0 10px 10px 0;
      color: #fff; }

.avatar-box {
  text-align: center; }
  .avatar-box .user-avatar {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 20px 0;
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .avatar-box .name {
    font-size: 18px; }
    .avatar-box .name .title {
      font-weight: 600;
      padding: 0; }
    .avatar-box .name .subtitle {
      margin-top: 10px;
      color: #C6CBD3; }
  .avatar-box-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: left; }
    .avatar-box-horizontal .user-avatar {
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: 0; }
    .avatar-box-horizontal .name {
      padding-left: 15px; }

.user-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #361828;
  font-size: 14px;
  color: #fff; }
  .user-avatar .user-initials {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .user-avatar .elite-badge {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    background: #FD6B4D;
    border-radius: 6px;
    padding: 0 7px;
    color: #fff;
    white-space: nowrap; }
    .user-avatar .elite-badge .elite-icon {
      vertical-align: baseline;
      margin-right: 5px; }

.neighbourhood-searchbar {
  text-align: left; }
  .neighbourhood-searchbar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .neighbourhood-searchbar-input {
    position: relative;
    z-index: 2; }
    .neighbourhood-searchbar-input-placeholder {
      height: 40px;
      line-height: 38px;
      width: 100%;
      border-radius: 50px;
      background: #fff;
      border: 1px solid #E1E5F2;
      padding: 0 30px 0 15px;
      color: #3C3956;
      white-space: nowrap; }
    .neighbourhood-searchbar-input input {
      height: 40px;
      width: 100%;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #E1E5F2;
      padding: 0 30px 0 15px; }
    .neighbourhood-searchbar-input i {
      position: absolute;
      top: 0;
      right: 0;
      color: #3C3956;
      width: 40px;
      line-height: 40px;
      text-align: center; }
    .neighbourhood-searchbar-input-icon {
      position: absolute;
      top: 11px;
      right: 15px;
      line-height: 40px; }
    .neighbourhood-searchbar-input .submit-button {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 40px;
      text-align: center;
      background: #ff0013;
      color: #fff;
      width: 80px;
      border-radius: 30px;
      cursor: pointer;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .neighbourhood-searchbar-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    color: #3C3956;
    overflow: hidden;
    max-height: 530px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
    .neighbourhood-searchbar-panel-header {
      padding: 20px 0 15px;
      margin: 0 15px;
      border-bottom: 1px solid #E1E5F2; }
      .neighbourhood-searchbar-panel-header .segmented-control {
        background: #F8FAFF;
        border: 1px solid #90A1D3; }
    .neighbourhood-searchbar-panel-selection {
      padding: 15px 15px 0; }
      .neighbourhood-searchbar-panel-selection-placeholder {
        font-weight: 700;
        line-height: 34px;
        margin-left: 10px; }
      .neighbourhood-searchbar-panel-selection-chips {
        margin-bottom: -10px; }
    .neighbourhood-searchbar-panel-address {
      background: #ECF4FF;
      border-top: 1px solid #E1E5F2;
      border-bottom: 1px solid #E1E5F2;
      padding: 15px;
      cursor: pointer; }
    .neighbourhood-searchbar-panel .neighbourhood-options {
      position: relative;
      max-height: 450px;
      overflow: auto; }
    .neighbourhood-searchbar-panel .sublocality-selector {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      background: #ECF4FF; }
      .neighbourhood-searchbar-panel .sublocality-selector-option {
        -ms-flex: 1;
            flex: 1;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #ff0013;
        cursor: pointer;
        text-align: center; }
        .neighbourhood-searchbar-panel .sublocality-selector-option-active {
          background: #ff0013;
          color: #fff; }
    .neighbourhood-searchbar-panel .sublocality {
      padding: 0 15px;
      font-size: 16px;
      line-height: 50px;
      font-weight: 600;
      text-transform: uppercase;
      color: #ff0013;
      background: #ECF4FF;
      cursor: pointer; }
      .neighbourhood-searchbar-panel .sublocality:last-child {
        border-right: none; }
      .neighbourhood-searchbar-panel .sublocality i {
        width: 17px;
        margin-top: -2px; }
    .neighbourhood-searchbar-panel .region-wrapper {
      padding: 15px 20px 0; }
    .neighbourhood-searchbar-panel .region {
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      color: #725D68; }
      .neighbourhood-searchbar-panel .region-select-all {
        margin: 0 -20px 5px;
        padding: 5px 20px;
        background: #ECF4FF; }
      .neighbourhood-searchbar-panel .region .selected-icon {
        color: #ff0013;
        position: absolute;
        right: 5px;
        top: 6px; }
    .neighbourhood-searchbar-panel .neighbourhood-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 30px 20px; }
      .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood {
        width: 33.33%; }
        .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood .checkbox-form-control label {
          padding: 5px 5px 5px 0;
          text-align: left; }
        .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood:hover, .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood.highlighted {
          color: #ff0013; }
        .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood .checkbox i {
          width: 17px; }
        .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood .checkbox .checkbox-label {
          width: calc(100% - 17px);
          padding-right: 10px; }

@media (max-width: 767px) {
  .neighbourhood-searchbar-panel .region {
    margin-top: 10px; } }

.filter-price-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .filter-price-input .form-control, .filter-price-input .react-datepicker__input-container input, .react-datepicker__input-container .filter-price-input input {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: #361828; }
  .filter-price-input-divider {
    margin: 0 10px;
    width: 7px;
    border-bottom: 2px solid #817F96;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.price-slider-container {
  margin-top: 30px;
  max-width: 375px;
  padding: 0 20px;
  overflow: hidden;
  margin-left: -19px;
  height: 120px;
  margin-bottom: -10px; }
  .price-slider-container .price-graph {
    margin-bottom: -14px;
    padding: 0 1px;
    width: 100%;
    height: auto; }
  .price-slider-container .slider {
    position: relative;
    height: 26px;
    width: 100%;
    border-radius: 6px;
    -ms-touch-action: none;
        touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .price-slider-container .slider .bar {
      position: absolute;
      background: #ff0013;
      height: 4px;
      border-radius: 6px;
      top: 7px; }
      .price-slider-container .slider .bar.bar-0, .price-slider-container .slider .bar.bar-2 {
        background: #90A1D3; }
    .price-slider-container .slider .handle {
      -ms-touch-action: pan-x;
          touch-action: pan-x;
      margin-top: -4px; }
      .price-slider-container .slider .handle:after {
        content: ' ';
        position: absolute;
        bottom: 15px;
        height: 200px;
        width: 500px; }
      .price-slider-container .slider .handle.handle-0:after {
        right: 13px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)); }
      .price-slider-container .slider .handle.handle-1:after {
        left: 13px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)); }
      .price-slider-container .slider .handle .slider-handle {
        width: 26px;
        height: 26px;
        cursor: pointer;
        cursor: -webkit-grab;
        cursor: grab;
        border-radius: 50%;
        background: #fff;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(31, 37, 59, 0.2);
        text-align: center; }
  .price-slider-container .listings-count {
    font-size: 14px;
    font-weight: 500; }

.pricing-table {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .pricing-table-show {
    display: -ms-flexbox !important;
    display: flex !important; }
  .pricing-table-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .pricing-table-row:nth-child(2n + 1) {
      background: #F4F6FB; }
      .pricing-table-row:nth-child(2n + 1) .pricing-table-cell:nth-child(1) {
        background: #F7F8FB; }
    .pricing-table-row:nth-child(2n) .pricing-table-cell:nth-child(1) {
      background: #FBFBFD; }
  .pricing-table-header {
    height: 70px;
    font-weight: 600;
    font-size: 20px; }
    .pricing-table-header .pricing-table-cell:nth-child(1) {
      background: #EDF0FB !important; }
  .pricing-table-footer {
    height: 55px;
    font-weight: 600;
    font-size: 20px; }
    .pricing-table-footer .pricing-table-cell {
      background: #EDF0FB !important; }
  .pricing-table-cell {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.5; }
    .pricing-table-cell:nth-child(1) {
      padding: 15px 30px;
      text-align: left; }
    .pricing-table-cell:nth-child(2) {
      -ms-flex-pack: center;
          justify-content: center; }
    .pricing-table-cell:nth-child(3) {
      -ms-flex-pack: center;
          justify-content: center;
      border-left: 1px solid rgba(49, 81, 183, 0.1); }

@media (max-width: 480px) {
  .pricing-table {
    font-size: 16px; }
    .pricing-table-header {
      font-size: 18px;
      height: 60px; }
    .pricing-table-footer {
      font-size: 18px;
      height: 50px; }
    .pricing-table-cell {
      -ms-flex: auto;
          flex: auto; }
      .pricing-table-cell:nth-child(1) {
        padding: 10px 15px;
        width: 40%; }
      .pricing-table-cell:nth-child(2) {
        width: 30%; }
      .pricing-table-cell:nth-child(3) {
        width: 30%; } }

@media (max-width: 360px) {
  .pricing-table-cell:nth-child(1) {
    padding: 10px;
    width: 40%; }
  .pricing-table-cell:nth-child(2) {
    width: 30%; }
  .pricing-table-cell:nth-child(3) {
    width: 30%; } }

.uploaded-photo-container {
  position: relative;
  background: #ECF4FF;
  border-radius: 10px;
  border: 1px solid #E1E5F2;
  margin: 20px 5px 10px;
  width: 180px;
  height: auto; }
  .uploaded-photo-container-is-dragging {
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
    .uploaded-photo-container-is-dragging .fa-spin {
      opacity: 0 !important; }
    .uploaded-photo-container-is-dragging .index {
      opacity: 0 !important; }
  .uploaded-photo-container .uploaded-photo {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
    .uploaded-photo-container .uploaded-photo .remove-photo {
      position: absolute;
      top: 3px;
      right: 3px; }
      .uploaded-photo-container .uploaded-photo .remove-photo i {
        font-size: 16px;
        color: #F44336;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        cursor: pointer; }
      .uploaded-photo-container .uploaded-photo .remove-photo .tooltip {
        display: none; }

.listing-payment {
  background: #fff !important;
  text-align: center; }
  .listing-payment-icon {
    font-size: 70px;
    margin: 20px 0 40px;
    color: #FD6B4D; }
  .listing-payment-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px; }
  .listing-payment-price {
    font: 700 1em "AvenirNextCyr", sans-serif;
    color: #ff0013;
    font-size: 38px; }
    .listing-payment-price-info {
      font-size: 12px;
      text-transform: uppercase;
      color: #817F96;
      margin-bottom: 20px; }
  .listing-payment .credit-card-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    border: 1px solid #E1E5F2;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.15s; }
    .listing-payment .credit-card-option.active {
      background: #ff0013;
      color: #fff;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .listing-payment .credit-card-option-name {
      font-weight: 600;
      -ms-flex: 1;
          flex: 1;
      text-align: left; }
  .listing-payment .submit-button {
    width: 220px;
    margin-top: 30px; }

.sticky-banner-visible .new-listing-page .map-container #newLeaseMap {
  top: 130px; }

.sticky-banner-visible .new-listing-page .step1 {
  min-height: calc(100vh - 292px);
  transition: 0.2s; }

.sticky-banner-visible .new-listing-page .step-wrapper .step {
  min-height: calc(100vh - 392px);
  transition: 0.2s; }

.new-listing-page {
  background-color: #ECF4FF; }
  .new-listing-page .title {
    font-size: 36px;
    font-weight: 600; }
  .new-listing-page .map-container #newLeaseMap {
    position: absolute;
    width: calc(50% - 60px);
    right: 60px;
    top: 130px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
  .new-listing-page .step1 {
    min-height: calc(100vh - 242px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .new-listing-page .step1 .form-container {
      overflow: visible;
      max-height: 100%;
      padding: 50px 50px 50px 10px !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center; }
      .new-listing-page .step1 .form-container .section-heading {
        position: relative;
        margin-bottom: 30px; }
        .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger {
          display: inline-block;
          cursor: default; }
          .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger:hover .pricing-table {
            display: -ms-flexbox;
            display: flex;
            animation-duration: 0.5s; }
          .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table {
            display: none; }
          .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper {
            display: inline-block; }
            .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper .pricing-table-help-icon {
              position: relative;
              width: 20px;
              height: 20px;
              margin-left: 10px; }
              .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper .pricing-table-help-icon * {
                fill: #ff0013; }
            .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper .pricing-table {
              position: absolute;
              left: -20px;
              top: 60px;
              z-index: 10000;
              width: 800px; }
      .new-listing-page .step1 .form-container .form-row {
        margin-bottom: 20px; }
      .new-listing-page .step1 .form-container .divider {
        margin-top: 30px;
        margin-bottom: 30px; }
      .new-listing-page .step1 .form-container .segmented-control {
        border-radius: 10px;
        box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
      .new-listing-page .step1 .form-container input.form-control, .new-listing-page .step1 .form-container .react-datepicker__input-container input, .react-datepicker__input-container .new-listing-page .step1 .form-container input {
        border-radius: 10px;
        box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .new-listing-page .step1 .row {
      margin-left: -10px;
      margin-right: -10px; }
    .new-listing-page .step1 div[class^="col-"], .new-listing-page .step1 div[class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
    .new-listing-page .step1 .select {
      background-color: #fff;
      border: 1px solid #E1E5F2;
      border-radius: 4px;
      position: relative; }
      .new-listing-page .step1 .select .label {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 38px;
        pointer-events: none;
        padding-left: 15px;
        font-size: 14px;
        color: #817F96; }
        .new-listing-page .step1 .select .label.half-baths-full-label {
          display: inline-block; }
        .new-listing-page .step1 .select .label.half-baths-short-label {
          display: none; }
      .new-listing-page .step1 .select select {
        height: 38px;
        padding: 5px 15px;
        padding-left: calc(100% - 23px);
        width: 110%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-size: 14px; }
    .new-listing-page .step1 .continue-button {
      margin-top: 10px; }
  .new-listing-page .tabs {
    background-color: #F8FAFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 50px 15px 50px 25px; }
    .new-listing-page .tabs .tab {
      margin-bottom: 20px;
      color: #817F96;
      cursor: pointer;
      font-size: 18px; }
      .new-listing-page .tabs .tab.active {
        color: #ff0013; }
      .new-listing-page .tabs .tab .icon {
        float: right;
        margin-top: 1px; }
      .new-listing-page .tabs .tab i {
        margin-top: -6px;
        margin-right: 7px;
        width: 22px; }
  .new-listing-page .change-section-container {
    margin-top: 50px;
    text-align: center; }
    .new-listing-page .change-section-container .btn, .new-listing-page .change-section-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .new-listing-page .change-section-container button {
      width: 240px; }
    .new-listing-page .change-section-container .back-mobile {
      display: none; }
  .new-listing-page .step-wrapper {
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 0;
    margin: 50px auto;
    min-height: 650px;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
    .new-listing-page .step-wrapper .step {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #fff;
      border: 1px solid #E1E5F2;
      border-left: 0;
      min-height: calc(100vh - 342px);
      padding: 50px 45px 50px; }
      .new-listing-page .step-wrapper .step .step-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        min-height: 100%; }
      .new-listing-page .step-wrapper .step .error {
        color: #F44336; }
    .new-listing-page .step-wrapper .step2 .checkbox-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      .new-listing-page .step-wrapper .step2 .checkbox-group .checkbox-form-control {
        width: calc(25% - 10px);
        margin: 0 5px;
        color: #817F96; }
        .new-listing-page .step-wrapper .step2 .checkbox-group .checkbox-form-control label {
          padding: 5px 0; }
    .new-listing-page .step-wrapper .step3 .count {
      position: absolute;
      top: 11px;
      right: 15px;
      font-size: 14px; }
    .new-listing-page .step-wrapper .step3 textarea {
      min-height: 300px; }
    .new-listing-page .step-wrapper .step4 .photos-drop-zone {
      position: relative;
      width: 100%;
      height: 320px;
      margin: 0 auto;
      border-radius: 10px;
      background: #ECF4FF;
      border: 1px solid #E1E5F2;
      cursor: pointer; }
      .new-listing-page .step-wrapper .step4 .photos-drop-zone:before, .new-listing-page .step-wrapper .step4 .photos-drop-zone:after {
        content: ' ';
        position: absolute;
        background: #ff0013;
        transform-origin: 50% 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .new-listing-page .step-wrapper .step4 .photos-drop-zone:before {
        width: 7px;
        height: 50px; }
      .new-listing-page .step-wrapper .step4 .photos-drop-zone:after {
        width: 50px;
        height: 7px; }
      .new-listing-page .step-wrapper .step4 .photos-drop-zone input {
        display: none; }
    .new-listing-page .step-wrapper .step4 .uploaded-photos {
      margin-top: 30px;
      
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container {
        position: relative;
        margin: 20px 5px 10px;
        width: calc(25% - 10px);
        height: auto;
        background: #ECF4FF;
        border-radius: 10px;
        border: 1px solid #E1E5F2; }
        .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .fa-spin {
          position: absolute;
          font-size: 20px;
          top: calc(50% - 10px);
          left: calc(50% - 10px);
          color: #ff0013; }
        .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo {
          background-position: center;
          background-size: cover;
          width: 100%;
          padding-top: 75%;
          border-radius: 6px; }
          .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo .index {
            position: absolute;
            bottom: 100%;
            left: 5px;
            font-size: 12px;
            color: #3C3956;
            font-weight: 700;
            line-height: 20px; }
          .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo .remove-photo {
            position: absolute;
            top: 3px;
            right: 3px; }
            .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo .remove-photo:hover .tooltip {
              display: block; }
            .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo .remove-photo i {
              font-size: 16px;
              color: #F44336;
              text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
              padding: 5px;
              cursor: pointer; }
            .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container .uploaded-photo .remove-photo .tooltip {
              position: absolute;
              bottom: 100%;
              left: 100%;
              border: 1px solid #E1E5F2;
              border-radius: 4px;
              background: #fff;
              color: #3C3956;
              font-size: 12px;
              padding: 2px 8px;
              white-space: nowrap;
              margin-bottom: -10px;
              margin-left: -10px;
              z-index: 10;
              display: none;
              pointer-events: none;
              box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .new-listing-page .step5 {
    background: #fff; }
    .new-listing-page .step5 .fixed-navigation {
      position: fixed;
      top: 50%;
      left: 30px;
      transform: translate(0, -50%);
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding-top: 15px;
      cursor: pointer;
      z-index: 1;
      overflow: hidden;
      border: 1px solid #E1E5F2;
      box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
      .new-listing-page .step5 .fixed-navigation-item {
        margin-bottom: 15px;
        padding: 0 10px;
        text-align: center;
        width: 100%; }
        .new-listing-page .step5 .fixed-navigation-item i {
          font-size: 25px;
          margin-bottom: 5px; }
        .new-listing-page .step5 .fixed-navigation-item span {
          font-size: 12px;
          text-transform: uppercase;
          display: block; }
        .new-listing-page .step5 .fixed-navigation-item.publish-button {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          margin-bottom: 0;
          background-color: #FD6B4D;
          color: #fff;
          padding: 10px;
          cursor: pointer;
          border: none !important; }
  .new-listing-page .step6 .policy-wrapper {
    margin-bottom: 20px;
    max-width: 360px; }
    .new-listing-page .step6 .policy-wrapper .policy-label {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #817F96; }
    .new-listing-page .step6 .policy-wrapper .segmented-control {
      width: 100%; }
  .new-listing-page .step6 .preference-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center; }
    .new-listing-page .step6 .preference-wrapper .preference-label {
      font-weight: 500;
      padding-right: 20px;
      color: #817F96;
      width: 110px; }
    .new-listing-page .step6 .preference-wrapper .segmented-control {
      -ms-flex: 1;
          flex: 1;
      max-width: 380px; }

@media (min-width: 992px) {
  .route-list {
    background-image: url(static/media/city-background.f36ccce2.svg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed; }
    .route-list #header {
      background: transparent;
      box-shadow: none; }
    .route-list #footer {
      background: transparent; }
    .route-list .router-wrapper {
      background: transparent; }
      .route-list .router-wrapper .new-listing-page {
        background: transparent; } }

@media (max-width: 1279px) {
  .new-listing-page .step-wrapper .step2 .checkbox-group .checkbox-form-control {
    width: calc(33.3333% - 10px); } }

@media (max-width: 991px) {
  .sticky-banner-visible .new-listing-page .step-wrapper {
    min-height: calc(100vh - 292px);
    transition: 0.2s; }
  .new-listing-page .tabs {
    border: none;
    border-right: 1px solid #E1E5F2;
    border-radius: 0; }
  .new-listing-page .step1 .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper .pricing-table {
    width: calc(100vw - 20px); }
  .new-listing-page .step-wrapper {
    padding: 0;
    margin: 0;
    min-height: calc(100vh - 242px);
    box-shadow: none; }
    .new-listing-page .step-wrapper .step {
      border: none;
      border-radius: 0; }
    .new-listing-page .step-wrapper .step2 .checkbox-group .checkbox-form-control {
      width: calc(50% - 10px); }
    .new-listing-page .step-wrapper .step4 .photos-drop-zone {
      height: 280px; }
    .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container {
      width: calc(33.3333% - 10px); }
  .new-listing-page .map-container #newLeaseMap {
    right: 20px;
    width: calc(50% - 20px); } }

@media (max-width: 767px) {
  .new-listing-page .title {
    font-size: 24px; }
  .new-listing-page .step1 {
    -ms-flex-align: start;
        align-items: flex-start;
    height: auto; }
    .new-listing-page .step1 .form-container {
      overflow: initial;
      max-height: initial;
      padding: 20px 0 !important; }
      .new-listing-page .step1 .form-container .section-heading {
        margin-bottom: 15px; }
        .new-listing-page .step1 .form-container .section-heading .pricing-table-trigger .pricing-table-icon-wrapper .pricing-table {
          width: calc(100vw - 40px);
          top: 40px;
          left: 0; }
      .new-listing-page .step1 .form-container .form-row {
        margin-bottom: 10px; }
      .new-listing-page .step1 .form-container .divider {
        margin-top: 15px;
        margin-bottom: 15px; }
    .new-listing-page .step1 .row {
      margin-left: -5px;
      margin-right: -5px; }
    .new-listing-page .step1 div[class^="col-"], .new-listing-page .step1 div[class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
    .new-listing-page .step1 .continue-button {
      width: 100%;
      margin-top: 5px; }
  .new-listing-page .tabs {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #E1E5F2; }
    .new-listing-page .tabs .tabs-container {
       }
    .new-listing-page .tabs .tab {
      margin-bottom: 0;
      width: 20%;
      display: inline-block;
      text-align: center;
      font-size: 12px;
      position: relative; }
      .new-listing-page .tabs .tab .icon {
        position: absolute;
        top: -3px;
        left: calc(50% + 10px); }
      .new-listing-page .tabs .tab i {
        display: block;
        margin-top: 0;
        width: auto;
        font-size: 24px;
        margin-bottom: 7px; }
  .new-listing-page .step-wrapper {
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column; }
    .new-listing-page .step-wrapper .step {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border: none;
      min-height: auto;
      padding: 25px 15px; }
      .new-listing-page .step-wrapper .step .change-section-container {
        margin-top: 25px; }
        .new-listing-page .step-wrapper .step .change-section-container .btn, .new-listing-page .step-wrapper .step .change-section-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .new-listing-page .step-wrapper .step .change-section-container button {
          width: 100%; }
        .new-listing-page .step-wrapper .step .change-section-container .back-mobile {
          display: block;
          text-align: center;
          margin-top: 15px; }
    .new-listing-page .step-wrapper .step2 .checkbox-group {
      margin: 0; }
      .new-listing-page .step-wrapper .step2 .checkbox-group .checkbox-form-control {
        width: 100%;
        margin: 0 0 10px; }
    .new-listing-page .step-wrapper .step3 textarea {
      min-height: 200px; }
    .new-listing-page .step-wrapper .step4 .photos-drop-zone {
      height: 240px; }
    .new-listing-page .step-wrapper .step4 .uploaded-photos .uploaded-photo-container {
      width: calc(50% - 10px); }
  .new-listing-page .step5 .fixed-navigation {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    padding-top: 0;
    border-radius: 0;
    box-shadow: none;
    
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .new-listing-page .step5 .fixed-navigation-item {
      margin-bottom: 0;
      padding: 0;
      display: inline-block;
      width: 20%; }
      .new-listing-page .step5 .fixed-navigation-item i {
        font-size: 25px;
        margin-bottom: 5px; }
      .new-listing-page .step5 .fixed-navigation-item span {
        font-size: 12px;
        text-transform: uppercase;
        display: block; }
      .new-listing-page .step5 .fixed-navigation-item.publish-button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
        background-color: #FD6B4D;
        color: #fff;
        padding: 10px; }
  .new-listing-page .step6 .preference-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    .new-listing-page .step6 .preference-wrapper .preference-label {
      padding-right: 0;
      width: auto;
      margin-bottom: 10px; }
    .new-listing-page .step6 .preference-wrapper .segmented-control {
      max-width: 100%;
      width: 100%; } }

@media (max-width: 370px) {
  .new-listing-page .step1 .select .label {
    padding-left: 10px; }
    .new-listing-page .step1 .select .label.half-baths-full-label {
      display: none; }
    .new-listing-page .step1 .select .label.half-baths-short-label {
      display: inline-block; }
  .new-listing-page .step1 .select select {
    padding-left: calc(100% - 18px); } }

.new-building-page {
  background: #F8FAFF;
  padding: 80px 0; }
  .new-building-page-container {
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 40px;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
  .new-building-page-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px; }
  .new-building-page .submit-wrapper {
    text-align: center;
    padding-top: 30px; }
    .new-building-page .submit-wrapper .btn, .new-building-page .submit-wrapper .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .new-building-page .submit-wrapper button {
      width: 250px; }
  .new-building-page .map-container {
    height: 320px; }
  .new-building-page .checkbox-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .new-building-page .checkbox-group .checkbox-form-control {
      width: 33.33%; }
  .new-building-page .uploaded-photos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .new-building-page .uploaded-photos .uploaded-photo-container {
      margin-right: 20px; }
  .new-building-page .photos-drop-zone {
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 6px;
    cursor: pointer;
    background: #ECF4FF; }
    .new-building-page .photos-drop-zone-text {
      font-size: 18px; }
  .new-building-page .uploaded-photo-container {
    height: 120px;
    margin: 20px 0; }

.sticky-banner-visible .initial-setup-layout {
  height: calc(100vh - 350px);
  transition: 0.2s; }

.page-single-conversation .page-action {
  line-height: 45px;
  color: #ff0013; }

.page-single-conversation .conversation-wrapper {
  position: relative;
  height: calc(100vh - 300px);
  margin: 0 0 15px;
  border: 1px solid #E1E5F2;
  border-radius: 10px; }
  .page-single-conversation .conversation-wrapper .messages {
    position: static; }

.page-conversation {
  background: #ECF4FF;
  -ms-flex: 1;
      flex: 1; }
  .page-conversation .panel {
    margin-bottom: 60px;
    margin-top: 60px;
    width: 100%; }
  .page-conversation .aside,
  .page-conversation .main-side {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
  .page-conversation .aside {
    width: 300px;
    overflow: auto; }
    .page-conversation .aside .conversation-card {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 15px;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid #E1E5F2;
      font-size: 14px;
      cursor: pointer; }
      .page-conversation .aside .conversation-card:hover {
        background-color: #F8FAFF; }
      .page-conversation .aside .conversation-card.active {
        background: #ff0013; }
        .page-conversation .aside .conversation-card.active p {
          color: #fff !important; }
      .page-conversation .aside .conversation-card .image-wrapper .image {
        width: 50px;
        height: 50px;
        border-radius: 35px;
        background-size: cover;
        background-position: center;
        background-color: #361828; }
      .page-conversation .aside .conversation-card .conversation-title {
        width: calc(100% - 55px);
        margin-left: 10px; }
        .page-conversation .aside .conversation-card .conversation-title-name {
          font-weight: 500; }
  .page-conversation .main-side {
    width: calc(100% - 300px); }
  .page-conversation .empty-inbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 630px;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    .page-conversation .empty-inbox .empty-inbox-image {
      width: 100%;
      max-width: 100px; }
    .page-conversation .empty-inbox .empty-inbox-title,
    .page-conversation .empty-inbox .empty-inbox-info {
      width: 100%;
      max-width: 400px;
      text-align: center;
      padding: 10px 0; }
    .page-conversation .empty-inbox .empty-inbox-title {
      margin-top: 20px;
      font-size: 24px;
      font-weight: bold; }
    .page-conversation .empty-inbox .empty-inbox-info {
      line-height: 1.7; }
    .page-conversation .empty-inbox .empty-inbox-btn {
      max-width: 100%;
      width: 350px;
      margin-top: 10px; }
  .page-conversation .content {
    height: 630px;
    background: #fff;
    border: 1px solid #E1E5F2;
    border-radius: 10px;
    overflow: hidden; }
    .page-conversation .content .conversation-panel {
      position: relative;
      border-left: 1px solid #E1E5F2;
      height: 100%; }
      .page-conversation .content .conversation-panel .conversation-title {
        height: 50px;
        border-bottom: 1px solid #dadada; }
        .page-conversation .content .conversation-panel .conversation-title a {
          font-size: 20px;
          line-height: 50px;
          color: #ff0013;
          padding: 0px 20px; }
  .page-conversation .conversation-wrapper {
    width: 100%; }
    .page-conversation .conversation-wrapper .conversation-toolbar {
      width: 100%;
      left: 0;
      right: 0;
      height: 60px;
      border-bottom: 1px solid #E1E5F2;
      background-color: #F8FAFF;
      padding: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .page-conversation .conversation-wrapper .conversation-toolbar .title {
        font-size: 16px;
        color: #ff0013;
        padding-right: 5px; }
      .page-conversation .conversation-wrapper .conversation-toolbar-users {
        padding-right: 20px;
        display: -ms-flexbox;
        display: flex; }
      .page-conversation .conversation-wrapper .conversation-toolbar-user {
        width: 25px;
        cursor: pointer; }
    .page-conversation .conversation-wrapper .messages {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      bottom: 80px;
      overflow: auto;
      padding: 30px 20px;
      background: #fff; }
    .page-conversation .conversation-wrapper .message {
      position: relative;
      padding-bottom: 10px;
       }
      .page-conversation .conversation-wrapper .message:last-child {
        padding-bottom: 0; }
      .page-conversation .conversation-wrapper .message .info {
        font-size: 10px;
        padding: 3px 65px;
        color: #817F96; }
      .page-conversation .conversation-wrapper .message.me {
        text-align: right; }
        .page-conversation .conversation-wrapper .message.me .user-avatar {
          margin: 0 0 0 20px; }
        .page-conversation .conversation-wrapper .message.me .bubble {
          background: #ff0013;
          color: #fff; }
          .page-conversation .conversation-wrapper .message.me .bubble:after {
            border-left-color: #ff0013;
            border-right: none;
            left: 100%; }
      .page-conversation .conversation-wrapper .message.you .bubble {
        background: #ECF4FF; }
      .page-conversation .conversation-wrapper .message .user-avatar {
        vertical-align: top;
        margin-right: 20px; }
      .page-conversation .conversation-wrapper .message .bubble {
        position: relative;
        max-width: calc(100% - 60px);
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
        padding: 10px 20px;
        white-space: pre-line;
        word-break: break-word;
        line-height: 1.7;
        font-size: 16px; }
        .page-conversation .conversation-wrapper .message .bubble:after {
          content: ' ';
          position: absolute;
          border: 7px solid transparent;
          border-right-color: #ECF4FF;
          z-index: 1;
          right: 100%;
          top: 13px; }
    .page-conversation .conversation-wrapper .input {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 80px;
      
      padding: 10px;
      border-top: 1px solid #E1E5F2;
      background: #fff; }
      .page-conversation .conversation-wrapper .input .message-input {
        display: inline-block;
        padding: 10px 20px;
        outline: none;
        min-height: 60px;
        height: 60px;
        max-height: 60px;
        overflow: auto;
        margin-right: 10px;
        width: calc(100% - 160px) !important;
        max-width: calc(100% - 160px) !important;
        vertical-align: bottom;
        background-color: #ffffff;
        border: none;
        line-height: 1.7; }
      .page-conversation .conversation-wrapper .input .send {
        min-width: initial;
        width: 150px;
        height: 60px;
        vertical-align: bottom;
        background: #ff0013; }
        .page-conversation .conversation-wrapper .input .send:disabled {
          cursor: not-allowed; }
        .page-conversation .conversation-wrapper .input .send:not(:disabled):hover {
          background: #361828; }

@media (max-width: 767px) {
  .page-conversation .aside,
  .page-conversation .main-side {
    height: initial;
    width: 100%; }
  .page-conversation .main-side {
    display: none; }
  .page-conversation .aside {
    width: 100%;
    overflow: visible; }
    .page-conversation .aside .conversation-card {
      background-color: #fff !important;
      border: 1px solid #E1E5F2;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
      .page-conversation .aside .conversation-card.active p {
        color: inherit !important; }
        .page-conversation .aside .conversation-card.active p.light {
          color: #817F96 !important; }
  .page-conversation .panel {
    margin-bottom: 20px;
    margin-top: 20px; }
    .page-conversation .panel .content {
      min-height: initial;
      background: initial;
      border: none;
      height: initial;
      box-shadow: none;
      overflow: visible; }
      .page-conversation .panel .content .conversation-panel {
        height: 500px;
        background: #fff;
        border: 1px solid #E1E5F2; }
  .page-conversation .conversation-wrapper {
    height: calc(100vh - 270px); }
    .page-conversation .conversation-wrapper .input {
      padding: 0;
      height: initial;
      background: initial;
      border-top: 1px solid #E1E5F2; }
      .page-conversation .conversation-wrapper .input .message-input {
        width: 100% !important;
        max-width: 100% !important;
        height: 70px !important;
        max-height: 70px !important;
        min-height: 70px !important; }
      .page-conversation .conversation-wrapper .input .btn, .page-conversation .conversation-wrapper .input .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .page-conversation .conversation-wrapper .input button {
        width: 100%;
        height: 35px;
        line-height: 35px;
        min-height: initial; } }

.listing-cards {
  padding: 0 10px; }
  .listing-cards.loading {
    opacity: 0.2; }

.route-listings .browse-rooms-page .main-listing-filters {
  display: none; }

.route-listings .browse-rooms-page .listings-page {
  padding-top: 80px; }

.route-listings .browse-rooms-page .map {
  top: 80px; }

.subway-line {
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin: 5px 8px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  z-index: 1; }
  .subway-line .checked {
    content: ' ';
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    background: transparent;
    border: 1px solid;
    border-radius: 50%; }

.listing-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  min-height: 200px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 22, 84, 0.06);
  transition: 0.15s; }
  .listing-card:hover {
    box-shadow: 0 16px 40px rgba(0, 22, 84, 0.1); }
    .listing-card:hover .listing-card-carousel .slick-arrow {
      opacity: 1; }
  .listing-card-description {
    padding: 40px 40px 0;
    font-size: 18px;
    line-height: 1.7;
    text-align: center; }
  .listing-card .featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 10px;
    line-height: 26px;
    background: #fff;
    color: #ff0013;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    z-index: 1; }
  .listing-card-carousel {
    overflow: hidden;
    display: block;
    background: #ECF4FF;
    height: 230px;
    position: relative;
    z-index: 0;
    transition: 0.15s; }
    .listing-card-carousel .slick-arrow {
      width: 35px;
      height: 70px;
      overflow: hidden;
      border-radius: 40px;
      opacity: 0;
      transition: 0.1s; }
      .listing-card-carousel .slick-arrow:before {
        position: absolute;
        top: 0;
        width: 70px;
        line-height: 70px;
        background: rgba(255, 255, 255, 0.5);
        font-size: 28px;
        color: #3C3956;
        cursor: pointer;
        border-radius: 80px;
        box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
        transition: 0.2s; }
      .listing-card-carousel .slick-arrow:hover {
        transform: scale(1.2) translate(0, -50%); }
        .listing-card-carousel .slick-arrow:hover:before {
          background: #fff; }
      .listing-card-carousel .slick-arrow.slick-prev {
        border-radius: 0 80px 80px 0;
        transform-origin: 0% 0%; }
        .listing-card-carousel .slick-arrow.slick-prev:before {
          text-align: right;
          padding-right: 17px;
          right: 0; }
      .listing-card-carousel .slick-arrow.slick-next {
        border-radius: 80px 0 0 80px;
        transform-origin: 100% 0%; }
        .listing-card-carousel .slick-arrow.slick-next:before {
          text-align: left;
          padding-left: 17px;
          left: 0; }
    .listing-card-carousel .slick-current:not(.loading-image):after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.07)); }
    .listing-card-carousel .location-icon {
      position: absolute;
      right: 12px;
      bottom: 10px;
      font-size: 20px;
      color: #fff; }
    .listing-card-carousel .favourite-icon {
      position: absolute;
      text-align: center;
      right: 15px;
      top: 15px;
      cursor: pointer; }
      .listing-card-carousel .favourite-icon svg * {
        transition: 0.1s; }
      .listing-card-carousel .favourite-icon:hover svg * {
        fill: #FD6B4D; }
    .listing-card-carousel .slide {
      width: 100%;
      height: 230px; }
      .listing-card-carousel .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        right: 0; }
    .listing-card-carousel .image-overlay {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      z-index: 10; }
  .listing-card-info {
    display: block;
    font-size: 16px;
    padding: 15px 18px 12px; }
    .listing-card-info-title {
      font-weight: 500;
      padding-bottom: 3px; }
      .listing-card-info-title a {
        transition: 0.1s; }
        .listing-card-info-title a:hover {
          text-decoration: underline; }
    .listing-card-info-details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
    .listing-card-info-price {
      font-weight: 600;
      font-size: 20px;
      color: #ff0013; }
    .listing-card-info .price-suffix {
      font-size: 14px;
      color: #817F96;
      font-weight: 400; }
    .listing-card-info .listing-card-info-icon {
      color: #817F96;
      font-size: 14px;
      margin-left: 10px;
      margin-bottom: 2px; }
      .listing-card-info .listing-card-info-icon svg {
        margin-right: 5px;
        margin-bottom: -2px;
        width: 18px;
        height: auto; }
      .listing-card-info .listing-card-info-icon:first-child {
        margin-left: 0; }
  .listing-card .amenity-container {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .listing-card .amenity-container .amenity-chip {
      border-radius: 6px;
      background-color: #ECF4FF;
      font-size: 12px;
      text-transform: uppercase;
      padding: 3px 10px;
      margin-right: 10px;
      margin-bottom: 5px;
      color: #817F96; }

.neighbourhood-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #ECF4FF;
  color: #817F96;
  border-radius: 6px;
  width: 170px;
  height: 30px;
  cursor: pointer; }
  .neighbourhood-search.opened {
    background-color: #ff0013;
    color: #ffffff;
    border-color: #ff0013; }
  .neighbourhood-search span {
    line-height: 30px;
    padding: 0 10px; }
  .neighbourhood-search i {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px; }

.neighbourhood-search-cancel {
  display: none; }

.main-listing-filters {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .main-listing-filters .neighbourhood-searchbar-input .submit-button {
    background: #FD6B4D; }
  .main-listing-filters.fixed {
    position: fixed;
    width: inherit;
    top: 0;
    left: 0;
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .main-listing-filters .neighbourhood-searchbar {
    -ms-flex: 1;
        flex: 1; }
  .main-listing-filters .filter-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    .main-listing-filters .filter-panel-overlay:before {
      content: ' ';
      position: fixed;
      top: 145px;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7); }
  .main-listing-filters .filter-panel-content {
    position: absolute;
    left: calc(50% - 7px);
    margin-left: calc(-50% + 7px);
    top: calc(100% + 30px);
    width: 380px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
    border: 1px solid #E1E5F2;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    animation-duration: 0.5s; }
    .main-listing-filters .filter-panel-content .btn, .main-listing-filters .filter-panel-content .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .main-listing-filters .filter-panel-content button {
      width: 140px; }
  .main-listing-filters .filter-panel-wrapper {
    position: relative; }
  .main-listing-filters .more-filters-button {
    border-radius: 10px;
    border: 1px solid #E1E5F2;
    line-height: 38px;
    padding: 0 17px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .main-listing-filters .more-filters-button.active {
      background: #ff0013;
      color: #fff !important; }
      .main-listing-filters .more-filters-button.active svg * {
        fill: #fff; }
    .main-listing-filters .more-filters-button svg {
      margin-bottom: -2px; }
      .main-listing-filters .more-filters-button svg * {
        fill: #3C3956; }
  .main-listing-filters .beds-filter {
    margin-right: 15px; }

.sticky-banner-visible .listings-page {
  min-height: calc(100vh - 130pxfooter_height);
  transition: 0.2s; }
  .sticky-banner-visible .listings-page .browse {
    min-height: calc(100vh - 355px);
    transition: 0.2s; }

.fixed-filters-placeholder-visible + .listings-page {
  min-height: calc(100vh - 145px); }
  .fixed-filters-placeholder-visible + .listings-page .browse {
    min-height: calc(100vh - 210px); }

.listings-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  min-height: calc(100vh - 80px);
  overflow: hidden; }
  .listings-page .popular-neighborhoods-section {
    padding: 60px 0 50px; }
    .listings-page .popular-neighborhoods-section-title {
      font-size: 30px; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-row {
      margin-bottom: 50px;
      -ms-flex-align: start;
          align-items: flex-start; }
      .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) {
        -ms-flex-direction: row;
            flex-direction: row; }
        .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) .neighborhood-guide-content {
          padding-right: 0;
          padding-left: 35px; }
      .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) .neighborhood-guide-content {
        padding-left: 35px; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-image {
      width: 140px;
      height: 140px;
      border-radius: 100px; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-content {
      padding-top: 15px; }
  .listings-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px; }
    .listings-page .breadcrumb-link {
      font-size: 14px;
      color: #ff0013; }
    .listings-page .breadcrumb-divider {
      margin: 0 5px; }
  .listings-page .main-listing-filters {
    height: 65px;
    background: #fff;
    z-index: 5;
    padding: 30px 50px; }
    .listings-page .main-listing-filters .filter-group-header .filter-group-title {
      display: none; }
    .listings-page .main-listing-filters .filter-group-header .filter-price-input {
      max-width: 260px;
      margin: 0 auto; }
    .listings-page .main-listing-filters .price-slider-container {
      margin: 30px auto 0;
      text-align: center; }
    .listings-page .main-listing-filters .count-input {
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 20px; }
  .listings-page .neighbourhood-searchbar {
    width: 150px;
    margin-right: 15px; }
    .listings-page .neighbourhood-searchbar-input .submit-button {
      border-radius: 10px; }
    .listings-page .neighbourhood-searchbar-input-placeholder,
    .listings-page .neighbourhood-searchbar-input input {
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .listings-page .neighbourhood-searchbar-panel .neighbourhood-options {
      max-height: initial;
      height: calc(100% - 76px); }
  .listings-page .no-results {
    font-size: 20px;
    color: #fff;
    padding-top: 100px;
    text-align: center; }
  .listings-page .browse {
    position: relative;
    min-height: calc(100vh - 145px);
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    box-shadow: 0 10px 32px rgba(32, 35, 52, 0.11);
    padding-top: 10px;
    z-index: 1; }
    .listings-page .browse .top-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: relative;
      padding: 10px 50px 0;
      margin-bottom: -25px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .listings-page .browse .top-actions h1 {
        width: 100%;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 5px; }
      .listings-page .browse .top-actions .sorting {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        width: 300px; }
        .listings-page .browse .top-actions .sorting .sorting-btn {
          display: inline-block;
          height: 42px;
          padding: 0 15px;
          border: 1px solid #fff;
          background: transparent;
          color: #fff;
          font-weight: 300;
          line-height: 42px;
          cursor: pointer;
          transition: 0.15s; }
          .listings-page .browse .top-actions .sorting .sorting-btn i {
            margin-left: 10px; }
      .listings-page .browse .top-actions .sort-container {
        position: relative; }
        .listings-page .browse .top-actions .sort-container:after {
          content: "\F107";
          font: normal normal normal 14px/1 FontAwesome;
          position: absolute;
          pointer-events: none;
          right: 38px;
          color: #817F96;
          top: 4px; }
        .listings-page .browse .top-actions .sort-container .sort-label {
          position: absolute;
          left: 0;
          top: 0;
          color: #ff0013;
          line-height: 20px; }
        .listings-page .browse .top-actions .sort-container .sort-dropdown {
          position: relative;
          height: 40px;
          overflow: hidden; }
          .listings-page .browse .top-actions .sort-container .sort-dropdown select {
            font: 1em "AvenirNextCyr", sans-serif;
            font-size: 12px;
            padding: 0;
            border: none;
            box-shadow: none;
            background-color: transparent;
            background-image: none;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            color: #817F96;
            width: auto;
            height: 58px; }
      .listings-page .browse .top-actions .results-info {
        vertical-align: top;
        text-align: left;
        -ms-flex: 1;
            flex: 1;
        min-height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .listings-page .browse .top-actions .results-info .count {
          font-size: 14px;
          padding-right: 10px; }
        .listings-page .browse .top-actions .results-info .loader,
        .listings-page .browse .top-actions .results-info svg {
          width: 20px;
          height: 20px; }
    .listings-page .browse .bottom-actions {
      padding: 50px 0 20px;
      text-align: right;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .listings-page .map {
    position: fixed;
    top: 145px;
    right: 0;
    bottom: 0;
    width: 40%; }
    .listings-page .map.drawing .leaflet-container,
    .listings-page .map.drawing .leaflet-container path {
      cursor: url("res/pencil.html") 0 19, auto !important; }
    .listings-page .map .mapboxgl-ctrl-group {
      border-radius: 6px; }
      .listings-page .map .mapboxgl-ctrl-group > button {
        border-color: #E1E5F2; }
        .listings-page .map .mapboxgl-ctrl-group > button:hover {
          background-color: #ECF4FF; }
    .listings-page .map .mapboxgl-popup {
      z-index: 10;
      padding-top: 100px;
      margin-top: -15px; }
      .listings-page .map .mapboxgl-popup:not(.mapboxgl-popup-anchor-bottom) {
        padding-top: 0; }
      .listings-page .map .mapboxgl-popup.mapboxgl-popup-anchor-left {
        margin-left: 27px;
        margin-top: 12px; }
      .listings-page .map .mapboxgl-popup.mapboxgl-popup-anchor-right {
        margin-left: -27px;
        margin-top: 12px; }
      .listings-page .map .mapboxgl-popup.mapboxgl-popup-anchor-top, .listings-page .map .mapboxgl-popup.mapboxgl-popup-anchor-top-right, .listings-page .map .mapboxgl-popup.mapboxgl-popup-anchor-top-left {
        margin-top: 24px; }
    .listings-page .map .mapboxgl-popup-content {
      padding: 0;
      pointer-events: none; }
      .listings-page .map .mapboxgl-popup-content .mapboxgl-popup-close-button {
        background: #fff; }
      .listings-page .map .mapboxgl-popup-content .neighbourhood-popup {
        padding: 5px 10px;
        font-weight: 700;
        font-size: 14px;
        color: #3C3956; }
      .listings-page .map .mapboxgl-popup-content .listing-popup-content {
        width: 280px;
        text-align: center;
        color: #3C3956;
        font-size: 16px;
        cursor: pointer; }
        .listings-page .map .mapboxgl-popup-content .listing-popup-content .image {
          height: 200px;
          background-size: cover !important;
          background-position: center !important;
          background: #ECF4FF; }
        .listings-page .map .mapboxgl-popup-content .listing-popup-content .info {
          padding: 9px 10px 10px; }
    .listings-page .map.hide-markers .price-marker {
      display: none; }
    .listings-page .map .price-marker {
      background: #fff;
      color: #3C3956;
      border-radius: 30px;
      box-shadow: 0 10px 32px rgba(32, 35, 52, 0.1);
      text-align: center;
      font-size: 13px;
      line-height: 26px;
      font-weight: 600;
      height: 26px;
      width: 70px;
      padding: 0;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .listings-page .map .price-marker:after {
        content: '';
        position: absolute;
        left: calc(50% - 5px);
        top: 100%;
        border: 5px solid transparent;
        border-top-color: #fff; }
      .listings-page .map .price-marker-wrapper:hover, .listings-page .map .price-marker-wrapper.price-marker-active {
        z-index: 100 !important; }
        .listings-page .map .price-marker-wrapper:hover .price-marker, .listings-page .map .price-marker-wrapper.price-marker-active .price-marker {
          cursor: pointer;
          background: #FD6B4D;
          color: #fff; }
          .listings-page .map .price-marker-wrapper:hover .price-marker:after, .listings-page .map .price-marker-wrapper.price-marker-active .price-marker:after {
            border-top-color: #FD6B4D; }
    .listings-page .map #listingsMap {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .listings-page .map #listingsMap .leaflet-left .leaflet-control {
        margin-left: 20px; }
      .listings-page .map #listingsMap .leaflet-top .leaflet-control {
        margin-top: 20px; }
  .listings-page .map-top-right-controls {
    position: fixed;
    right: 15px;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex; }
    .listings-page .map-top-right-controls .checkbox-input {
      height: 40px;
      line-height: 40px; }
      .listings-page .map-top-right-controls .checkbox-input label {
        padding: 0 15px;
        background: #fff;
        border-radius: 40px;
        box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }

.more-listing-filters {
  margin-top: -30px; }
  .more-listing-filters .filter-group {
    padding: 25px 0;
    border-bottom: 1px solid #E1E5F2; }
    .more-listing-filters .filter-group-header {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center; }
    .more-listing-filters .filter-group-title {
      font-size: 20px;
      color: #ff0013;
      font-weight: 500;
      padding-right: 25px; }
    .more-listing-filters .filter-group-content {
      padding-top: 10px;
      max-width: 720px; }
    .more-listing-filters .filter-group .filter-price-input {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .more-listing-filters .filter-group .filter-price-input .form-control, .more-listing-filters .filter-group .filter-price-input .react-datepicker__input-container input, .react-datepicker__input-container .more-listing-filters .filter-group .filter-price-input input {
        display: inline-block;
        width: 120px;
        font-size: 14px;
        font-weight: 600;
        color: #361828; }
      .more-listing-filters .filter-group .filter-price-input-divider {
        margin: 0 10px;
        width: 7px;
        border-bottom: 2px solid #817F96; }
  .more-listing-filters .content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 50px; }
    .more-listing-filters .content-container .checkbox-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: #817F96;
      margin-bottom: -10px; }
      .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
        margin-right: 15px; }
  .more-listing-filters .subway-lines {
    margin-left: -7px; }
    .more-listing-filters .subway-lines .subway-line {
      margin: 10px 12px; }
  .more-listing-filters .search-button-container {
    position: fixed;
    left: 0;
    width: 60%;
    bottom: 0;
    text-align: center;
    padding: 50px 20px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .more-listing-filters .search-button-container .btn, .more-listing-filters .search-button-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .more-listing-filters .search-button-container button {
      width: 320px;
      max-width: 100%; }

html {
  position: relative; }
  html:before {
    /*position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    top: -100px;
    background: red; */}

.listings-page .listing-card {
  margin: 40px 0 0 40px; }

@media (min-width: 768px) {
  .route-listings #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .route-listings .listings-page {
    padding-top: 145px; }
  .route-listings .main-listing-filters {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding: 0 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    -ms-flex-align: center;
        align-items: center; }
    .route-listings .main-listing-filters .neighbourhood-searchbar {
      max-width: 360px; }
      .route-listings .main-listing-filters .neighbourhood-searchbar-panel {
        height: calc(100vh - 125px);
        left: 50px;
        max-width: calc(100% - 100px);
        width: 900px;
        margin-top: -5px; } }

@media (min-width: 1921px) {
  .listings-page .listing-card {
    width: calc(33.33% - 53.33333px); }
    .listings-page .listing-card .listing-card-carousel {
      height: 300px; }
      .listings-page .listing-card .listing-card-carousel .slide {
        height: 300px; }
  .listings-page .browse {
    width: 60%; }
  .route-listings #footer {
    width: 60%; }
  .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
    width: calc(33.33% - 10px); }
    .more-listing-filters .content-container .checkbox-group .checkbox-form-control:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 1601px) and (max-width: 1920px) {
  .listings-page .listing-card {
    width: calc(50% - 60px); }
  .listings-page .browse {
    width: 60%; }
  .route-listings #footer {
   } }

@media (min-width: 1281px) and (max-width: 1920px) {
  .listings-page .listing-card-carousel {
    height: 280px; }
    .listings-page .listing-card-carousel .slide {
      height: 280px; }
  .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
    width: calc(33.33% - 10px); }
    .more-listing-filters .content-container .checkbox-group .checkbox-form-control:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 1025px) and (max-width: 1600px) {
  .listings-page .listing-card {
    width: calc(50% - 60px); }
  .listings-page .browse {
    width: 60%; }
  .route-listings #footer {
    width: 60%; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .listings-page .neighbourhood-search {
    width: 145px; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
    width: calc(33.33% - 10px); }
    .more-listing-filters .content-container .checkbox-group .checkbox-form-control:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .listing-card-description {
    padding: 20px; }
  .listing-card-carousel .slick-arrow {
    opacity: 1 !important; }
  .listing-card-carousel .location-icon {
    display: none; }
  .listings-page {
    -ms-flex-direction: column;
        flex-direction: column; }
    .listings-page .main-listing-filters {
      height: auto;
      padding: 15px;
      right: 0;
      border-right: none; }
      .listings-page .main-listing-filters.fixed {
        margin: 0; }
      .listings-page .main-listing-filters .neighbourhood-searchbar-panel {
        top: 65px;
        margin: 0;
        padding: 0;
        left: 15px; }
      .listings-page .main-listing-filters .select-wrapper {
        margin-bottom: 10px;
        width: 100%; }
        .listings-page .main-listing-filters .select-wrapper .selectize-control {
          width: 100%; }
      .listings-page .main-listing-filters .first-row-container {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .listings-page .main-listing-filters .spacer {
        display: none; }
    .listings-page .browse {
      width: 100%;
      text-align: left;
      border-right: none; }
      .listings-page .browse .listing-card {
        margin: 10px;
        width: calc(50% - 20px); }
      .listings-page .browse .listing-cards {
        text-align: center;
        padding: 0 5px; }
      .listings-page .browse .top-actions {
        padding: 0 15px;
        margin-bottom: 0; }
        .listings-page .browse .top-actions .sort-dropdown .dropdown-list {
          right: -15px !important;
          min-width: calc(100% + 30px) !important; }
        .listings-page .browse .top-actions .filter {
          width: auto; }
    .listings-page .map {
      display: none !important; }
    .listings-page .search-button-container {
      width: 100%;
      padding: 20px; }
  .more-listing-filters .content-container {
    padding: 20px 15px; } }

@media (max-width: 767px) {
  .listings-page .popular-neighborhoods-section {
    padding: 40px 0 30px; }
    .listings-page .popular-neighborhoods-section-title {
      font-size: 30px; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-row {
      margin-bottom: 50px;
      -ms-flex-align: center;
          align-items: center; }
      .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n), .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) {
        -ms-flex-direction: column;
            flex-direction: column; }
        .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) .neighborhood-guide-content, .listings-page .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) .neighborhood-guide-content {
          padding: 15px 0 0; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-image {
      width: 140px;
      height: 140px;
      border-radius: 100px; }
    .listings-page .popular-neighborhoods-section .neighborhood-guide-content {
      padding-top: 15px; }
  .listings-page .search-button-container {
    width: 100%;
    padding: 15px;
    background: transparent;
    box-shadow: none; }
    .listings-page .search-button-container .btn, .listings-page .search-button-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .listings-page .search-button-container button {
      width: 100%; }
  .listings-page .browse .listing-card {
    width: calc(100% - 20px); }
  .listings-page .neighbourhood-searchbar {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin: 0 0 15px; }
    .listings-page .neighbourhood-searchbar-panel {
      right: 15px; }
  .listings-page .main-listing-filters .beds-filter.segmented-control {
    margin-right: 15px; }
  .listings-page .main-listing-filters .more-filters-button {
    -ms-flex: 1;
        flex: 1; } }

@media (min-width: 480px) and (max-width: 767px) {
  .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
    width: calc(50% - 8px); }
    .more-listing-filters .content-container .checkbox-group .checkbox-form-control:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 479px) {
  .listings-page .neighbourhood-searchbar-panel .neighbourhood-options {
    padding-bottom: 15px; }
  .listings-page .neighbourhood-searchbar-panel .region-wrapper {
    padding: 0 20px 10px; }
  .listings-page .neighbourhood-searchbar-panel .neighbourhood-container {
    padding: 0 20px; }
    .listings-page .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood {
      width: 100%; }
  .listings-page .main-listing-filters .more-filters-button {
    width: 60px; }
    .listings-page .main-listing-filters .more-filters-button .label {
      display: none; }
    .listings-page .main-listing-filters .more-filters-button .icon-right {
      margin-left: 0;
      margin-right: 0; }
  .more-listing-filters .content-container .checkbox-group .checkbox-form-control {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 365px) {
  .listings-page .browse .pagination .page {
    padding: 0 5px; }
  .listings-page .beds-selector {
    padding-right: 5px; }
    .listings-page .beds-selector-label {
      padding: 0 8px 0 12px; }
    .listings-page .beds-selector-option {
      padding: 0 8px; }
  .main-listing-filters .more-filters-button {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 15px; }
    .main-listing-filters .more-filters-button .label {
      display: none; }
  .listing-card-info-price {
    font-size: 20px; } }

html.no-touch .main-listing-filters .beds-filter .option label:hover {
  color: #ff0013; }

.listing-page .building-component .listing-header .listing-header-container .pricing-section .price {
  color: #3C3956; }

.listing-page .building-component .listing-header .listing-header-container .pricing-section .listing-subtitle {
  font-size: 20px; }

.listing-page .contact-info {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  padding: 0 3px; }
  .listing-page .contact-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .listing-page .contact-info-label {
    color: #C6CBD3; }
  .listing-page .contact-info-value {
    font-weight: 500;
    margin-top: 5px; }

.listing-page .location-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 400px;
  background-color: #F8FAFF; }
  .listing-page .location-info .side-info {
    width: 585px;
    margin-left: calc((100% - 1170px) / 2);
    padding: 100px 100px 100px 15px;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .listing-page .location-info .side-info .neighbourhood-details {
      margin-top: 40px; }
    .listing-page .location-info .side-info .neighbourhood-name {
      font-size: 46px;
      font-weight: 600; }
    .listing-page .location-info .side-info .neighbourhood-location {
      text-transform: uppercase;
      color: #817F96;
      margin-top: 15px;
      font-weight: 18px; }
    .listing-page .location-info .side-info .neighbourhood-detail-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 15px 0;
      border-bottom: 1px solid #E1E5F2;
      transition: 0.15s; }
      .listing-page .location-info .side-info .neighbourhood-detail-link:last-child {
        border-bottom: none; }
      .listing-page .location-info .side-info .neighbourhood-detail-link:hover {
        border-bottom-color: #C6CBD3; }
        .listing-page .location-info .side-info .neighbourhood-detail-link:hover .external-link {
          display: inline; }
      .listing-page .location-info .side-info .neighbourhood-detail-link-align-top {
        -ms-flex-align: start;
            align-items: flex-start; }
      .listing-page .location-info .side-info .neighbourhood-detail-link .external-link {
        display: none; }
      .listing-page .location-info .side-info .neighbourhood-detail-link .neighbourhood-detail-amount {
        font-size: 24px;
        color: #ff0013;
        font-weight: 600; }
      .listing-page .location-info .side-info .neighbourhood-detail-link .neighbourhood-detail-label {
        font-size: 20px;
        font-weight: 600; }
    .listing-page .location-info .side-info .subway-lines {
      margin-right: -5px;
      margin-top: -5px;
      padding-left: 10px;
      text-align: right;
      max-width: 220px; }
      .listing-page .location-info .side-info .subway-lines .subway-line {
        margin: 5px; }

.listing-page .fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .listing-page .fixed-footer.bring-top {
    z-index: 10010; }
  .listing-page .fixed-footer .tenant-info {
    font-size: 14px;
    background-color: #fff;
    color: #fff;
    padding: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    .listing-page .fixed-footer .tenant-info .tenant-name {
      font-size: 16px; }
      .listing-page .fixed-footer .tenant-info .tenant-name:hover {
        text-decoration: underline; }
    .listing-page .fixed-footer .tenant-info .tenant-type {
      text-transform: uppercase;
      width: 200px; }
    .listing-page .fixed-footer .tenant-info .tenant-actions {
      display: -ms-flexbox;
      display: flex; }
    .listing-page .fixed-footer .tenant-info .user-avatar {
      width: 90px;
      height: 90px;
      line-height: 76px;
      position: absolute;
      right: 20px;
      top: -25px;
      border: 7px solid #ff0013;
      font-size: 36px; }

.listing-page .similar-listings {
  background: #ECF4FF;
  padding: 30px 0 15px; }

.listing-photo-carousel-visible .listing-page .listing-component,
.listing-photo-carousel-visible .listing-page .location-info {
  display: none; }

.listing-photo-carousel-visible .listing-page .fixed-footer {
  z-index: 10001; }

.listing-component .contact-info {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  padding: 0 3px; }
  .listing-component .contact-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .listing-component .contact-info-label {
    color: #C6CBD3; }
  .listing-component .contact-info-value {
    font-weight: 500;
    margin-top: 5px; }

.listing-component .preference-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #ECF4FF;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  max-width: 720px; }
  .listing-component .preference-row-label {
    background: #ECF4FF;
    padding-left: 20px;
    font-weight: 600;
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .listing-component .preference-row-value {
    font-weight: 500;
    padding: 10px 20px; }

.listing-component .amenities-col {
  font-size: 14px;
  vertical-align: top; }
  .listing-component .amenities-col-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  .listing-component .amenities-col .amenities {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .listing-component .amenities-col .amenity {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    width: 33.33%;
    text-align: left; }
    .listing-component .amenities-col .amenity p {
      padding-left: 10px;
      margin-top: 2px;
      line-height: 1; }
    .listing-component .amenities-col .amenity .name {
      color: #817F96;
      line-height: 20px;
      font-size: 14px; }
    .listing-component .amenities-col .amenity .icon {
      width: 25px;
      height: 20px;
      margin-right: 10px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(static/media/check-icon.9044424d.svg); }

.listing-component .open-houses {
  padding-top: 25px;
  font-size: 16px; }
  .listing-component .open-houses .open-houses-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .listing-component .open-houses .open-house-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    padding: 0 20px;
    color: #817F96;
    border: 1px solid #E1E5F2;
    border-radius: 40px;
    margin-bottom: 10px;
    background: #fff;
    max-width: 380px; }

.listing-component .sold-banner {
  position: absolute;
  width: 120px;
  background: #F44336;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: center;
  top: 15px;
  right: -30px; }

.listing-component .street-view-map .gm-iv-address {
  margin-top: 20px !important; }

.listing-component .street-view-map .gm-control-active {
  margin-top: 20px !important;
  margin-right: 20px !important; }

.listing-component .street-view-map .gm-bundled-control-on-bottom {
  margin: 20px !important; }

.listing-component .street-view-map .gmnoprint.gm-style-cc + div {
  margin-top: 70px !important; }

.listing-component .similar-listings .similar-listings-carousel {
  margin-left: -20px; }
  .listing-component .similar-listings .similar-listings-carousel .slick-dots {
    bottom: -10px; }
    .listing-component .similar-listings .similar-listings-carousel .slick-dots li button:before {
      color: #3C3956; }

.listing-component .similar-listings .arrows {
  background: #fff;
  border: 1px solid #E1E5F2;
  line-height: 30px;
  padding: 0 8px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .listing-component .similar-listings .arrows i {
    cursor: pointer; }
    .listing-component .similar-listings .arrows i.disabled {
      color: #E1E5F2;
      cursor: default; }

.listing-component .similar-listings .similar-listings-slide {
  padding-left: 20px;
  margin-right: 0; }
  .listing-component .similar-listings .similar-listings-slide .listing-card {
    width: 100%;
    margin: 0; }
    .listing-component .similar-listings .similar-listings-slide .listing-card .listing-card-carousel {
      background: #fff; }
    .listing-component .similar-listings .similar-listings-slide .listing-card .amenity-container .amenity-chip {
      background: #fff;
      border: 1px solid #E1E5F2; }

.listing-component .listing-carousel-wrapper {
  position: relative; }
  .listing-component .listing-carousel-wrapper .street-view-toggle {
    position: absolute;
    top: 140px;
    right: 60px;
    z-index: 1; }
    .listing-component .listing-carousel-wrapper .street-view-toggle.street-view-toggle-over-map {
      top: 20px;
      right: 60px; }
  .listing-component .listing-carousel-wrapper .add-to-favourites-icon {
    position: absolute;
    right: 220px;
    top: 140px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 1; }
    .listing-component .listing-carousel-wrapper .add-to-favourites-icon svg * {
      transition: 0.1s; }
    .listing-component .listing-carousel-wrapper .add-to-favourites-icon:hover svg * {
      fill: #FD6B4D; }

.listing-component .listing-carousel {
  position: relative;
  height: 660px;
  text-align: center; }
  .listing-component .listing-carousel.street-view-map {
    padding-top: 0; }
  .listing-component .listing-carousel.single-slide .slide {
    border-radius: 0; }
  .listing-component .listing-carousel.single-slide ~ .add-to-favourites-icon,
  .listing-component .listing-carousel.single-slide ~ .street-view-toggle {
    top: 20px; }
  .listing-component .listing-carousel .slides {
    display: -ms-flexbox;
    display: flex;
    background: #ECF4FF;
    -ms-flex-pack: center;
        justify-content: center; }
  .listing-component .listing-carousel .slick-list {
    padding-top: 60px !important;
    padding-bottom: 100px !important; }
  .listing-component .listing-carousel .slick-prev,
  .listing-component .listing-carousel .slick-next {
    width: 40px;
    height: 80px;
    overflow: hidden;
    border-radius: 30px;
    transition: 0.1s; }
    .listing-component .listing-carousel .slick-prev:before,
    .listing-component .listing-carousel .slick-next:before {
      position: absolute;
      top: 0;
      width: 80px;
      line-height: 80px;
      background: rgba(255, 255, 255, 0.5);
      font-size: 28px;
      color: #3C3956;
      cursor: pointer;
      border-radius: 80px;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
      transition: 0.2s; }
    .listing-component .listing-carousel .slick-prev:hover,
    .listing-component .listing-carousel .slick-next:hover {
      transform: scale(1.2) translate(0, -50%); }
      .listing-component .listing-carousel .slick-prev:hover:before,
      .listing-component .listing-carousel .slick-next:hover:before {
        background: #fff; }
  .listing-component .listing-carousel .slick-prev {
    border-radius: 0 80px 80px 0;
    transform-origin: 0% 0%; }
    .listing-component .listing-carousel .slick-prev:before {
      text-align: right;
      padding-right: 20px;
      right: 0; }
  .listing-component .listing-carousel .slick-next {
    border-radius: 80px 0 0 80px;
    transform-origin: 100% 0%; }
    .listing-component .listing-carousel .slick-next:before {
      text-align: left;
      padding-left: 20px;
      left: 0; }
  .listing-component .listing-carousel .slide-wrapper {
    position: relative;
    height: 550px;
    width: 100%;
    transform: scale(0.9);
    opacity: 0.6;
    transition: transform 0.1s ease-in, opacity 0.1s ease-in; }
  .listing-component .listing-carousel .slick-center {
    z-index: 1; }
    .listing-component .listing-carousel .slick-center:hover .slide:after {
      background: rgba(0, 0, 0, 0.1); }
    .listing-component .listing-carousel .slick-center .slide-wrapper {
      transform: scale(1.15);
      opacity: 1;
      z-index: 1; }
  .listing-component .listing-carousel .slide {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
    .listing-component .listing-carousel .slide:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: transparent;
      border-radius: 10px;
      transition: 0.2s; }
  .listing-component .listing-carousel .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0; }
  .listing-component .listing-carousel .slick-dots {
    z-index: 1;
    bottom: 35px; }

.listing-component .info-containers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 8px; }

.listing-component .info-container {
  position: relative;
  text-align: center;
  margin-right: 40px; }
  .listing-component .info-container:last-child {
    margin-right: 0; }
  .listing-component .info-container svg {
    margin-bottom: 7px;
    width: 32px;
    height: auto; }
  .listing-component .info-container p {
    font-size: 14px;
    color: #817F96;
    white-space: nowrap; }

.listing-component .listing-header {
   }
  .listing-component .listing-header .listing-header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    min-height: 100px;
    padding: 20px 0;
    border-bottom: 1px solid #E1E5F2; }
    .listing-component .listing-header .listing-header-container .pricing-section {
      font-size: 14px; }
      .listing-component .listing-header .listing-header-container .pricing-section .price {
        display: inline-block;
        font-size: 40px;
        font-weight: 600;
        color: #ff0013; }
      .listing-component .listing-header .listing-header-container .pricing-section .price-unit {
        font-size: 14px;
        color: #817F96; }
      .listing-component .listing-header .listing-header-container .pricing-section .listing-availability {
        font-size: 16px;
        font-weight: 500;
        color: #817F96; }
  .listing-component .listing-header .lease-age {
    font-size: 14px;
    color: #FD6B4D; }

.listing-component .more-agents {
  padding: 30px 0;
  border-top: 1px solid #E1E5F2;
  border-bottom: 1px solid #E1E5F2;
  background: #fff; }
  .listing-component .more-agents .more-agents-carousel {
    padding: 0 30px;
    margin-top: 30px; }
    .listing-component .more-agents .more-agents-carousel.center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .listing-component .more-agents .more-agents-carousel.center .agent-slide {
        width: calc(20% - 20px); }
    .listing-component .more-agents .more-agents-carousel .slick-arrow {
      margin-top: -30px; }
      .listing-component .more-agents .more-agents-carousel .slick-arrow:before {
        color: #3C3956;
        font-size: 30px; }
    .listing-component .more-agents .more-agents-carousel .agent-slide {
      position: relative;
      text-align: center;
      padding: 15px 10px 10px;
      margin: 0 10px;
      cursor: pointer;
      opacity: 0.8;
      transition: 0.1s; }
      .listing-component .more-agents .more-agents-carousel .agent-slide:hover {
        opacity: 1; }
      .listing-component .more-agents .more-agents-carousel .agent-slide.active {
        opacity: 1; }
        .listing-component .more-agents .more-agents-carousel .agent-slide.active .agent-contact-button {
          visibility: visible; }
      .listing-component .more-agents .more-agents-carousel .agent-slide.featured {
        background: #ECF4FF;
        border-radius: 6px; }
      .listing-component .more-agents .more-agents-carousel .agent-slide .more-agent-avatar {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px; }
      .listing-component .more-agents .more-agents-carousel .agent-slide .name {
        margin-top: 10px;
        font-size: 14px; }
      .listing-component .more-agents .more-agents-carousel .agent-slide .agent-contact-button {
        margin-top: 10px;
        visibility: hidden; }

.listing-component .description {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px; }
  .listing-component .description .headline {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    box-sizing: content-box;
    display: block; }
  .listing-component .description .content {
    line-height: 1.7;
    padding: 15px 20px 0 0;
    white-space: pre-line;
    overflow: hidden;
    font-size: 18px; }
  .listing-component .description .show-more {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #ff0013;
    text-decoration: underline;
    cursor: pointer; }

.listing-component .listing-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-bottom: 120px; }
  .listing-component .listing-info .side-info-wrapper {
    position: relative;
    width: 360px; }
    .listing-component .listing-info .side-info-wrapper .side-info {
      width: 360px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      position: relative;
      margin-top: 35px;
      z-index: 1; }
      .listing-component .listing-info .side-info-wrapper .side-info-panel {
        position: relative;
        background: #fff;
        border-radius: 10px;
        padding-top: 20px;
        z-index: 1;
        overflow: hidden;
        box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
        .listing-component .listing-info .side-info-wrapper .side-info-panel .price-container {
          padding: 20px 20px 10px; }
        .listing-component .listing-info .side-info-wrapper .side-info-panel .request-viewing-pcc {
          padding: 20px 10px;
          margin: 0 20px;
          border-bottom: 1px solid #E1E5F2;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .listing-component .listing-info .side-info-wrapper .side-info-panel .request-viewing-pcc-label {
            font-weight: 700;
            font-size: 16px; }
        .listing-component .listing-info .side-info-wrapper .side-info-panel .price {
          font-size: 32px; }
        .listing-component .listing-info .side-info-wrapper .side-info-panel .contact-section {
          padding: 20px 20px 0;
          text-align: center; }
          .listing-component .listing-info .side-info-wrapper .side-info-panel .contact-section .telephone-btn {
            font-size: 18px;
            color: #3C3956 !important; }
          .listing-component .listing-info .side-info-wrapper .side-info-panel .contact-section .contact-btn {
            width: 170px; }
  .listing-component .listing-info .main-content {
    padding-right: 20px;
    width: calc(100% - 360px);
     }
    .listing-component .listing-info .main-content .rebny-logo img {
      width: 75px;
      margin-top: 35px;
      margin-bottom: -35px; }

.request-viewing {
  background: #F8FAFF;
  padding: 20px;
  text-align: center; }
  .request-viewing .request-viewing-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .request-viewing .request-viewing-title {
    padding-bottom: 5px;
    color: #817F96;
    white-space: pre; }

@media (min-width: 1441px) and (max-width: 1920px) {
  .listing-component .listing-carousel {
    height: 530px;
    padding-top: 0; }
    .listing-component .listing-carousel .slide-wrapper {
      height: 420px; }
    .listing-component .listing-carousel-wrapper {
      position: relative; }
      .listing-component .listing-carousel-wrapper .street-view-toggle,
      .listing-component .listing-carousel-wrapper .add-to-favourites-icon {
        top: 110px; } }

@media (min-width: 992px) and (max-width: 1440px) {
  .listing-component .listing-carousel {
    height: 450px;
    padding-top: 0; }
    .listing-component .listing-carousel .slide-wrapper {
      height: 340px; }
    .listing-component .listing-carousel-wrapper {
      position: relative; }
      .listing-component .listing-carousel-wrapper .street-view-toggle,
      .listing-component .listing-carousel-wrapper .add-to-favourites-icon {
        top: 110px; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .listing-page .location-info .side-info {
    margin-left: calc((100% - 970px) / 2);
    width: 485px; } }

@media (max-width: 1024px) {
  .listing-component .listing-carousel {
    height: 500px;
    padding: 0; }
    .listing-component .listing-carousel-wrapper .street-view-toggle {
      top: 15px;
      right: 15px; }
    .listing-component .listing-carousel-wrapper .add-to-favourites-icon {
      top: 15px;
      left: 15px; }
    .listing-component .listing-carousel .slick-list {
      padding: 0 0 100px !important; }
    .listing-component .listing-carousel .slick-dots {
      bottom: 4%; }
    .listing-component .listing-carousel .slide-wrapper {
      height: 500px;
      transform: scale(1);
      opacity: 1; }
    .listing-component .listing-carousel .slide {
      border-radius: 0;
      box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); } }

@media (min-width: 768px) and (max-width: 991px) {
  .listing-page .location-info .side-info {
    width: 50%;
    margin-left: 0;
    padding: 50px 20px; }
  .listing-page .listing-card {
    margin-bottom: 5px; }
  .listing-component .listing-header .lease-age {
    font-size: 14px; }
  .listing-component .listing-header .lease-dates .date .label {
    width: 120px; }
  .listing-component .listing-header .lease-dates .date .value {
    padding: 0 10px 0 0; }
  .listing-component .listing-header .info-containers .info-container {
    margin-right: 20px;
    font-size: 12px; }
  .listing-component .listing-info .main-content {
    padding: 0 20px 0 0; } }

@media (max-width: 767px) {
  body.page-listing {
    padding-bottom: 60px; }
  .request-viewing {
    background: #ECF4FF; }
  .listing-page.building-page .listing-header .listing-header-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .listing-page.building-page .listing-header .listing-header-container .pricing-section .price {
      color: #3C3956; }
    .listing-page.building-page .listing-header .listing-header-container .pricing-section .listing-subtitle {
      font-size: 16px;
      margin-top: 3px; }
    .listing-page.building-page .listing-header .listing-header-container .info-containers {
      margin-top: 20px; }
  .listing-page.building-page .contact-info-mobile .avatar-box {
    border: none; }
  .listing-page .location-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 0;
    min-height: initial;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0; }
    .listing-page .location-info .side-info {
      padding: 0 20px 20px;
      border-radius: 0;
      width: 100%;
      margin-left: 0; }
      .listing-page .location-info .side-info .neighbourhood-details {
        margin-top: 20px; }
      .listing-page .location-info .side-info .neighbourhood-name {
        font-size: 35px; }
      .listing-page .location-info .side-info .neighbourhood-location {
        margin-top: 10px; }
      .listing-page .location-info .side-info .neighbourhood-detail-link-align-top {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column; }
      .listing-page .location-info .side-info .neighbourhood-detail-link .neighbourhood-detail-amount {
        font-size: 24px; }
      .listing-page .location-info .side-info .neighbourhood-detail-link .neighbourhood-detail-label {
        font-size: 16px; }
      .listing-page .location-info .side-info .subway-lines {
        margin-right: -5px;
        margin-top: 10px;
        margin-left: -5px;
        text-align: left;
        max-width: 100%;
        padding: 0; }
        .listing-page .location-info .side-info .subway-lines .subway-line {
          margin: 5px; }
    .listing-page .location-info .listing-map {
      position: relative;
      height: 360px; }
      .listing-page .location-info .listing-map:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .listing-page .similar-listings {
    padding: 15px 0 0; }
  .listing-page .listing-card {
    width: 100%;
    margin-bottom: 5px; }
  .listing-page .contact-info-mobile {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 25px 20px;
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
    .listing-page .contact-info-mobile .contact-info-title {
      text-align: center;
      font-weight: 700;
      font-size: 18px; }
    .listing-page .contact-info-mobile .avatar-box {
      padding-bottom: 15px;
      border-bottom: 1px solid #E1E5F2; }
    .listing-page .contact-info-mobile .request-viewing-pcc {
      padding: 20px 0 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .listing-page .contact-info-mobile .request-viewing-pcc-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-weight: 700;
        font-size: 16px; }
  .listing-component.sale-component .listing-header .listing-header-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    .listing-component.sale-component .listing-header .listing-header-container .info-containers {
      border-top: 1px solid #E1E5F2;
      width: 100%;
      margin-top: 20px;
      padding-top: 20px; }
      .listing-component.sale-component .listing-header .listing-header-container .info-containers .info-container {
        margin: 0 0 0 30px; }
        .listing-component.sale-component .listing-header .listing-header-container .info-containers .info-container:first-child {
          margin: 0; }
  .listing-component .preference-row {
    border-radius: 10px;
    margin-top: 10px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .listing-component .preference-row-label {
      padding: 5px;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
    .listing-component .preference-row-value {
      font-weight: 500;
      padding: 8px 20px;
      text-align: center; }
  .listing-component .amenities-col .amenity {
    width: 50%; }
  .listing-component .listing-carousel {
    height: 325px;
    color: #fff; }
    .listing-component .listing-carousel .slide-wrapper {
      height: 325px; }
  .listing-component .contact-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .listing-component .tenant-info {
    margin: 0;
    background: #fff;
    border-top: 1px solid #E1E5F2;
    padding: 15px;
    display: -ms-flexbox;
    display: flex; }
  .listing-component .price-section {
    background: #fff;
    text-align: center; }
  .listing-component .price {
    font-size: 24px; }
  .listing-component .listing-header {
    margin: 0;
    height: initial; }
    .listing-component .listing-header .listing-header-container {
      -ms-flex-align: start;
          align-items: flex-start; }
      .listing-component .listing-header .listing-header-container .pricing-section .price {
        font-size: 32px; }
      .listing-component .listing-header .listing-header-container .pricing-section .listing-availability {
        font-size: 14px; }
    .listing-component .listing-header .info-containers {
      margin-top: 0; }
      .listing-component .listing-header .info-containers .info-container {
        margin: 0 0 0 15px; }
        .listing-component .listing-header .info-containers .info-container:first-child {
          margin: 0; }
  .listing-component .listing-info {
    -ms-flex-align: initial;
        align-items: initial;
    padding-bottom: 60px;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #F8FAFF; }
    .listing-component .listing-info .main-content {
      padding: 0;
      border-radius: 0;
      width: 100%; }
  .listing-component .description {
    padding-top: 20px;
    width: 100%; }
    .listing-component .description .headline {
      white-space: initial;
      overflow: visible;
      padding: 5px 0;
      font-size: 28px; }
    .listing-component .description .content {
      padding: 15px 0 0 0; }
      .listing-component .description .content.crop-text {
        max-height: 225px; }
    .listing-component .description .show-more {
      display: inline-block; }
  .listing-component .share {
    padding: 25px 10px 0;
    margin: 0; }
    .listing-component .share .btn-social {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 16px; } }

@media (max-width: 360px) {
  .listing-page .open-houses .open-house-row {
    font-size: 14px; } }

.user-listing-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E5F2; }
  .user-listing-row:last-child {
    border: none;
    padding: 0; }

.user-listing-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center; }

.user-listing-image {
  width: 160px;
  height: 100px;
  background: #ECF4FF;
  background-position: center;
  background-size: cover;
  border-radius: 10px; }

.user-listing-info {
  padding-left: 20px; }

.user-listing-name {
  font-size: 18px;
  font-weight: 600; }

.user-listing-description {
  color: #817F96; }

.user-listings-page {
  background: #ECF4FF;
  -ms-flex: 1;
      flex: 1; }
  .user-listings-page .panel {
    margin: 60px 0;
    border-radius: 10px;
    min-height: 630px;
    background: #fff;
    border: 1px solid #E1E5F2;
    border-top: none;
    padding: 30px;
    border-radius: 10px; }
    .user-listings-page .panel-header {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 30px; }
    .user-listings-page .panel-title {
      font: 700 1em "AvenirNextCyr", sans-serif;
      font-size: 36px;
      color: #ff0013; }
    .user-listings-page .panel .user-listings-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% + 20px); }
    .user-listings-page .panel .user-listing-card {
      position: relative;
      width: calc(33% - 20px);
      margin-right: 20px;
      margin-bottom: 30px; }
      .user-listings-page .panel .user-listing-card:hover .user-listing-card-actions {
        opacity: 1; }
      .user-listings-page .panel .user-listing-card-title {
        margin-bottom: 5px;
        text-align: center;
        font-weight: 600;
        color: #817F96;
        line-height: 20px;
        height: 20px; }
      .user-listings-page .panel .user-listing-card .listing-card {
        width: 100%; }
        .user-listings-page .panel .user-listing-card .listing-card .slick-arrow {
          display: none !important; }
        .user-listings-page .panel .user-listing-card .listing-card .featured-badge {
          display: none !important; }
      .user-listings-page .panel .user-listing-card-actions {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
        text-align: center;
        transition: 0;
        height: 230px;
        border-radius: 10px 10px 0 0;
        background: rgba(0, 0, 0, 0.3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        z-index: 1; }
        .user-listings-page .panel .user-listing-card-actions .btn, .user-listings-page .panel .user-listing-card-actions .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .user-listings-page .panel .user-listing-card-actions button {
          margin-bottom: 10px;
          width: 160px; }
          .user-listings-page .panel .user-listing-card-actions .btn:last-child, .user-listings-page .panel .user-listing-card-actions .swal2-container .swal2-modal .swal2-actions button:last-child, .swal2-container .swal2-modal .swal2-actions .user-listings-page .panel .user-listing-card-actions button:last-child {
            margin-bottom: 0; }

.ngdialog-share-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .ngdialog-share-dialog .ngdialog-content {
    position: relative;
    z-index: 10020;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px; }
    .ngdialog-share-dialog .ngdialog-content .close-btn {
      position: absolute;
      bottom: 25px;
      right: 30px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700; }
    .ngdialog-share-dialog .ngdialog-content .share-dialog-header {
      color: #fff;
      line-height: 50px;
      background-color: #ff0013;
      height: 50px;
      text-align: center;
      font-size: 14px;
      font-weight: 700; }
    .ngdialog-share-dialog .ngdialog-content .share-dialog-title {
      padding-right: 27px; }
    .ngdialog-share-dialog .ngdialog-content .share-dialog-content {
      padding: 30px 20px 60px;
      font-size: 14px;
      text-align: center; }
      .ngdialog-share-dialog .ngdialog-content .share-dialog-content .share-text {
        font-weight: 700;
        margin-top: 30px;
        font-size: 16px; }

@media (max-width: 1024px) and (min-width: 768px) {
  .user-listings-page .panel .user-listing-card {
    width: calc(50% - 20px); }
    .user-listings-page .panel .user-listing-card-actions {
      opacity: 1; } }

@media (max-width: 767px) {
  .user-listings-page .panel {
    margin: 15px 0;
    padding: 15px; }
    .user-listings-page .panel-header {
      margin-bottom: 50px;
      -ms-flex-direction: column;
          flex-direction: column; }
    .user-listings-page .panel-title {
      font-size: 30px;
      margin: 20px 0 40px; }
    .user-listings-page .panel .user-listing-card {
      width: calc(100% - 20px);
      margin-bottom: 15px; }
      .user-listings-page .panel .user-listing-card-actions {
        opacity: 1; } }

.page-account-settings {
  background: #ECF4FF; }
  .page-account-settings .user-settings-container {
    max-width: 750px;
    margin: 0 auto; }
    .page-account-settings .user-settings-container .file-input {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .page-account-settings .user-settings-container .panel {
      margin: 60px 0;
      border: 1px solid #E1E5F2;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
      .page-account-settings .user-settings-container .panel .toolbar {
        background: #F8FAFF;
        height: 60px;
        font-size: 14px;
        padding: 0 30px; }
        .page-account-settings .user-settings-container .panel .toolbar .title {
          display: inline-block;
          vertical-align: middle;
          line-height: 60px;
          color: #817F96;
          font-weight: 700;
          text-transform: uppercase; }
        .page-account-settings .user-settings-container .panel .toolbar .title-mobile {
          display: none; }
      .page-account-settings .user-settings-container .panel .content {
        background: #fff;
        padding: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .page-account-settings .user-settings-container .panel .content .submit-btn {
          min-width: 240px; }
        .page-account-settings .user-settings-container .panel .content .profile {
          padding-top: 10px;
          padding-bottom: 50px; }
          .page-account-settings .user-settings-container .panel .content .profile .user-avatar {
            width: 130px;
            height: 130px;
            line-height: 130px;
            font-size: 50px;
            margin-right: 25px; }
        .page-account-settings .user-settings-container .panel .content .input-row {
          
          margin-bottom: 20px; }
          .page-account-settings .user-settings-container .panel .content .input-row label {
            display: block;
            line-height: 30px;
            font-size: 16px;
            font-weight: 600; }
          .page-account-settings .user-settings-container .panel .content .input-row input {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: 40px;
            border-radius: 6px;
            padding: 10px 20px;
            border: 1px solid #E1E5F2; }
          .page-account-settings .user-settings-container .panel .content .input-row.phone-input-row {
            position: relative; }
            .page-account-settings .user-settings-container .panel .content .input-row.phone-input-row input {
              padding-left: 33px; }
            .page-account-settings .user-settings-container .panel .content .input-row.phone-input-row .prefix {
              position: absolute;
              top: 41px;
              left: 20px; }
        .page-account-settings .user-settings-container .panel .content .settings-credit-card-container .add-card-container {
          padding-top: 20px;
          text-align: center; }
        .page-account-settings .user-settings-container .panel .content .settings-credit-card-row {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 10px;
          padding: 12px 15px;
          border: 1px solid #E1E5F2;
          border-radius: 6px;
          background: #F8FAFF; }
          .page-account-settings .user-settings-container .panel .content .settings-credit-card-row .delete-icon {
            margin-left: 15px;
            color: #F44336;
            cursor: pointer; }
        .page-account-settings .user-settings-container .panel .content .settings-credit-card-name {
          font-weight: 700;
          -ms-flex: 1;
              flex: 1; }
        .page-account-settings .user-settings-container .panel .content .mates-settings {
          margin-top: 30px; }
          .page-account-settings .user-settings-container .panel .content .mates-settings .inactive-form {
            opacity: 0.2;
            pointer-events: none;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
          .page-account-settings .user-settings-container .panel .content .mates-settings .title {
            text-align: center;
            font-size: 18px;
            margin-top: -30px;
            margin-bottom: 30px; }
          .page-account-settings .user-settings-container .panel .content .mates-settings .right-column {
            border-left: 1px solid #E1E5F2; }
          .page-account-settings .user-settings-container .panel .content .mates-settings input.form-control, .page-account-settings .user-settings-container .panel .content .mates-settings .react-datepicker__input-container input, .react-datepicker__input-container .page-account-settings .user-settings-container .panel .content .mates-settings input,
          .page-account-settings .user-settings-container .panel .content .mates-settings textarea.form-control {
            border-radius: 0;
            height: 30px; }
          .page-account-settings .user-settings-container .panel .content .mates-settings .description-input {
            height: 200px !important;
            padding: 10px 15px !important; }
          .page-account-settings .user-settings-container .panel .content .mates-settings .neighborhoods-input {
            line-height: 30px;
            padding: 0 10px;
            border: 1px solid #E1E5F2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: #fff; }

@media (max-width: 1024px) {
  .page-account-settings .user-settings-container .panel {
    margin: 40px 0; } }

@media (max-width: 767px) {
  .page-account-settings .user-settings-container .panel {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .page-account-settings .user-settings-container .panel .toolbar {
      text-align: center; }
    .page-account-settings .user-settings-container .panel .content {
      padding: 30px 15px; }
      .page-account-settings .user-settings-container .panel .content .submit-btn {
        width: 100%; }
      .page-account-settings .user-settings-container .panel .content .verify-btn {
        min-width: 165px;
        margin-right: 15px; }
      .page-account-settings .user-settings-container .panel .content .profile-picture-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
        .page-account-settings .user-settings-container .panel .content .profile-picture-section .user-avatar {
          margin-right: 0;
          margin-bottom: 20px; }
      .page-account-settings .user-settings-container .panel .content .mates-settings {
        margin: 0; }
        .page-account-settings .user-settings-container .panel .content .mates-settings .right-column {
          border-left: none;
          border-top: 1px solid #E1E5F2;
          margin-top: 15px;
          padding-top: 20px; }
        .page-account-settings .user-settings-container .panel .content .mates-settings .title {
          margin: 10px 0 30px;
          font-size: 16px; } }

.terms-conditions .hero {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-image: url(static/media/terms.0eca97c0.jpg); }
  .terms-conditions .hero .hero-text {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff; }
    .terms-conditions .hero .hero-text h1 {
      font-size: 80px;
      line-height: 1;
      font-weight: 900; }
    .terms-conditions .hero .hero-text .headline {
      margin-top: 30px;
      font-size: 24px; }

.terms-conditions .main-content {
  background: #ECF4FF;
  padding: 90px 30px; }
  .terms-conditions .main-content .tabs {
     }
    .terms-conditions .main-content .tabs .tab {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 50px;
      width: 250px;
      background: #361828;
      color: #817F96;
      cursor: pointer;
      text-align: center;
      font-weight: 700;
      transition: 0.1s; }
      .terms-conditions .main-content .tabs .tab.active, .terms-conditions .main-content .tabs .tab:hover {
        color: #fff;
        background: #ff0013; }
      .terms-conditions .main-content .tabs .tab:first-child {
        border-radius: 10px 0 0 10px !important; }
      .terms-conditions .main-content .tabs .tab:last-child {
        border-radius: 0 10px 10px 0 !important; }
      .terms-conditions .main-content .tabs .tab a {
        display: block; }
  .terms-conditions .main-content .subtitle {
    margin: 30px 0; }
  .terms-conditions .main-content .paragraphs {
    font-size: 14px; }
    .terms-conditions .main-content .paragraphs .heading {
      margin: 30px 0;
      font-size: 24px;
      font-weight: 700; }
    .terms-conditions .main-content .paragraphs .indent {
      text-indent: 35px; }
    .terms-conditions .main-content .paragraphs a {
      color: #ff0013;
      text-decoration: underline; }

@media (max-width: 991px) {
  .terms-conditions > .container {
    padding: 0; }
  .terms-conditions .hero {
    height: 300px; }
    .terms-conditions .hero .hero-text h1 {
      font-size: 30px; }
    .terms-conditions .hero .hero-text .headline {
      margin-top: 15px;
      font-size: 16px; }
  .terms-conditions .main-content {
    padding: 20px; }
    .terms-conditions .main-content .tabs .tab {
      width: 100% !important; }
      .terms-conditions .main-content .tabs .tab:first-child {
        border-radius: 6px 6px 0 0 !important; }
      .terms-conditions .main-content .tabs .tab:last-child {
        border-radius: 0 0 6px 6px !important; } }

.misc-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: url("res/hero.html");
  background-position: center;
  background-size: cover; }

.sticky-banner-visible .error-page {
  height: calc(100vh - 292px);
  transition: 0.2s; }

.error-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: calc(100vh - 242px);
  min-height: 600px;
  text-align: center;
  background: #ECF4FF; }
  .error-page .display-heading {
    font-size: 30px; }
  .error-page .headline {
    font-size: 80px;
    line-height: 1.1; }
  .error-page .info {
    font-size: 14px;
    color: #817F96;
    margin-top: 30px;
    margin-bottom: 30px; }

.sticky-banner-visible .password-reset-layout {
  height: calc(100vh - 290px);
  transition: 0.2s; }

.password-reset-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: calc(100vh - 240px);
  background-image: url(static/media/hero.1744ddb1.jpg);
  background-size: cover;
  background-position: center; }
  .password-reset-layout .form-container {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background-color: #ECF4FF;
    width: 350px;
    padding: 22px 25px 15px;
    border-radius: 6px; }
    .password-reset-layout .form-container p {
      font-size: 14px; }
    .password-reset-layout .form-container .link {
      color: #ff0013;
      cursor: pointer;
      font-weight: 700; }
    .password-reset-layout .form-container .title {
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 20px; }
    .password-reset-layout .form-container input {
      display: inline-block;
      width: 100%;
      height: 40px;
      border-radius: 6px;
      padding: 0 15px; }

@media (max-width: 767px) {
  .password-reset-layout {
    height: calc(100vh - 100px); } }

.page-home .apartment-type {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 5px;
  line-height: 52px;
  padding-bottom: 5px; }
  .page-home .apartment-type.active {
    background: #fff;
    color: #ff0013; }

.page-home .headline {
  font: 700 1em "AvenirNextCyr", sans-serif;
  font-size: 76px;
  text-align: center;
  color: #361828; }

.page-home .subtitle {
  letter-spacing: 1px;
  font-size: 22px;
  margin-top: 15px;
  opacity: 0.7;
  font-weight: 500; }

.page-home .main-listing-filters {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  width: 100%; }
  .page-home .main-listing-filters .select-wrapper .selectize-input {
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
    line-height: 40px;
    height: 40px; }
  .page-home .main-listing-filters .select-wrapper .clear-icon {
    top: 12px;
    color: #817F96; }
  .page-home .main-listing-filters .beds-filter {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8); }
    .page-home .main-listing-filters .beds-filter .label {
      line-height: 40px;
      color: #817F96;
      padding-left: 10px; }
    .page-home .main-listing-filters .beds-filter .option {
      color: #ff0013;
      line-height: 40px; }
  .page-home .main-listing-filters .price-filter {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8); }
    .page-home .main-listing-filters .price-filter .label {
      line-height: 40px;
      color: #817F96; }
    .page-home .main-listing-filters .price-filter .input {
      height: 40px; }
      .page-home .main-listing-filters .price-filter .input:after {
        top: 11px;
        color: #ff0013; }
      .page-home .main-listing-filters .price-filter .input input {
        background: transparent; }

.page-home .hero-section {
  position: relative;
  height: 910px;
  background: linear-gradient(#F2F7FF, #E3EFFF);
  z-index: 1; }
  .page-home .hero-section .hero-section-background {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover; }
    .page-home .hero-section .hero-section-background:after {
      content: '';
      position: absolute;
      top: 100%;
      width: 110%;
      right: 0;
      height: 8vw;
      transform: rotate(3deg);
      transform-origin: 100% 100%;
      background: #fff; }
    .page-home .hero-section .hero-section-background .hero-image {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 55%;
      max-height: 800px;
      max-width: 1650px; }
  .page-home .hero-section .hero-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    margin-top: 115px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .page-home .hero-section .hero-content .hero-headline {
      font-weight: 700;
      font-size: 54px; }
    .page-home .hero-section .hero-content .hero-action-selector {
      display: -ms-flexbox;
      display: flex;
      width: 410px;
      border-bottom: 1px solid #E1E5F2;
      padding: 0 5px;
      margin-top: 20px;
      margin-left: -20px; }
      .page-home .hero-section .hero-content .hero-action-selector .hero-action-selector-option {
        margin: 0 15px;
        line-height: 40px;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: -1px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        transition: 0.1s; }
        .page-home .hero-section .hero-content .hero-action-selector .hero-action-selector-option.hero-action-selector-option-active, .page-home .hero-section .hero-content .hero-action-selector .hero-action-selector-option:hover {
          border-bottom: 2px solid #3C3956; }
    .page-home .hero-section .hero-content .hero-selected-action {
      padding-top: 20px;
      width: 370px;
      max-width: 100%; }
      .page-home .hero-section .hero-content .hero-selected-action-title {
        font-size: 28px;
        font-weight: 500; }
      .page-home .hero-section .hero-content .hero-selected-action-description {
        color: #817F96;
        line-height: 22px;
        padding: 5px 10px 0;
        font-size: 17px; }
      .page-home .hero-section .hero-content .hero-selected-action-form {
        padding: 26px 0 20px; }
        .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar {
          position: relative;
          margin-bottom: 20px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input-placeholder,
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input input {
            box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
            background: #fff;
            height: 60px;
            padding: 0 45px 0 20px;
            border-radius: 10px;
            border: 1px solid #E1E5F2;
            font-size: 18px;
            line-height: 58px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input .submit-button {
            line-height: 60px;
            border-radius: 10px;
            width: 70px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input i {
            line-height: 60px;
            width: 60px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input svg {
            height: 20px;
            width: 20px;
            right: 20px;
            top: 19px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-panel {
            width: 780px;
            right: initial; }
        .page-home .hero-section .hero-content .hero-selected-action-form .price-selector {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          border: 1px solid #E1E5F2;
          border-radius: 10px;
          overflow: hidden;
          height: 60px;
          margin-bottom: 20px;
          box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
          .page-home .hero-section .hero-content .hero-selected-action-form .price-selector .price-selector-option {
            width: 50%;
            height: 58px;
            line-height: 58px;
            font-size: 18px;
            border: none;
            padding: 0 20px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .price-selector .price-selector-option:first-child {
              border-right: 1px solid #E1E5F2; }
        .page-home .hero-section .hero-content .hero-selected-action-form .beds-selector {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin-bottom: 20px;
          padding-right: 20px; }
        .page-home .hero-section .hero-content .hero-selected-action-form-submit {
          padding: 0 30px;
          text-align: center; }
          .page-home .hero-section .hero-content .hero-selected-action-form-submit .btn, .page-home .hero-section .hero-content .hero-selected-action-form-submit .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .page-home .hero-section .hero-content .hero-selected-action-form-submit button {
            height: 50px;
            line-height: 50px;
            font-size: 17px;
            font-weight: 600;
            text-align: center; }
          .page-home .hero-section .hero-content .hero-selected-action-form-submit .scroll-button {
            margin-top: 15px;
            color: #817F96;
            display: inline-block;
            cursor: pointer; }
      .page-home .hero-section .hero-content .hero-selected-action .segmented-control {
        border-radius: 10px;
        height: 50px;
        box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
        .page-home .hero-section .hero-content .hero-selected-action .segmented-control-option:nth-child(1) input:checked ~ label {
          background: #FD6B4D;
          border-color: #FD6B4D; }
        .page-home .hero-section .hero-content .hero-selected-action .segmented-control-option label {
          line-height: 48px;
          font-size: 16px; }
      .page-home .hero-section .hero-content .hero-selected-action .list-container {
        background: #fff;
        margin: 20px 0;
        border-radius: 10px;
        padding: 10px 20px;
        border: 1px solid #E1E5F2;
        box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
        .page-home .hero-section .hero-content .hero-selected-action .list-container-item {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-align: left;
          -ms-flex-align: center;
              align-items: center; }
          .page-home .hero-section .hero-content .hero-selected-action .list-container-item svg {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 24px;
            height: 24px; }
          .page-home .hero-section .hero-content .hero-selected-action .list-container-item-text {
            padding: 10px 0 10px 20px;
            color: #817F96;
            line-height: 1.7; }

.page-home .promo-section {
  padding: 40px 0;
  border-bottom: 1px solid #ECF4FF; }
  .page-home .promo-section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3C3956; }
  .page-home .promo-section-list {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -22px;
    -ms-flex-align: center;
        align-items: center; }
    .page-home .promo-section-list-item {
      padding: 0 20px; }
      .page-home .promo-section-list-item-img {
        max-width: 100%;
        max-height: 180px;
        height: auto; }

.page-home .better-home-section {
  padding: 30px 0 160px; }
  .page-home .better-home-section-image {
    width: calc(100% - 30px);
    margin-top: 90px; }
  .page-home .better-home-section-title {
    margin-top: 90px;
    font-size: 46px;
    font-weight: 600; }
    .page-home .better-home-section-title-image {
      display: none; }
  .page-home .better-home-section-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 370px;
    margin-top: 40px; }
    .page-home .better-home-section-list svg {
      display: none; }
    .page-home .better-home-section-list-item {
      width: 100%;
      color: #817F96;
      font-size: 18px;
      line-height: 1.7; }

.page-home .search-promo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 0 30px 0 50px;
  margin-top: -50px;
  z-index: 1;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .page-home .search-promo-title {
    font-size: 30px;
    font-weight: 500;
    -ms-flex: 1;
        flex: 1; }
  .page-home .search-promo .btn, .page-home .search-promo .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .page-home .search-promo button {
    margin-left: 25px;
    height: 50px;
    line-height: 50px;
    width: 200px; }

.page-home .cards-section {
  position: relative;
  padding: 20px 0 30px;
  z-index: 1; }
  .page-home .cards-section-title {
    font-size: 46px;
    font-weight: 600;
    text-align: center; }
  .page-home .cards-section-subtitle {
    text-align: center;
    font-size: 24px;
    color: #817F96; }
    .page-home .cards-section-subtitle-icon-container {
      position: relative;
      top: 5px;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      border-radius: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
      display: inline-block;
      margin: 0 10px; }
      .page-home .cards-section-subtitle-icon-container svg {
        height: 28px; }
    .page-home .cards-section-subtitle-accent {
      font-weight: 600;
      color: #ff0013; }
  .page-home .cards-section .cards-container {
    margin-top: 100px; }
  .page-home .cards-section .new-listing-card {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
    .page-home .cards-section .new-listing-card img {
      width: 200px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .page-home .cards-section .new-listing-card-image {
      width: 200px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .page-home .cards-section .new-listing-card-image img {
        width: 100%; }
    .page-home .cards-section .new-listing-card-content {
      padding: 45px 30px 0 0; }
    .page-home .cards-section .new-listing-card-title {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .page-home .cards-section .new-listing-card-description {
      font-size: 18px;
      color: #817F96;
      margin-bottom: 20px;
      line-height: 1.5; }
    .page-home .cards-section .new-listing-card-link {
      margin-right: 25px;
      text-decoration: underline;
      font-weight: 600; }

.page-home .table-section {
  position: relative;
  padding: 170px 0 80px;
  background: #F8FAFF;
  overflow: hidden; }
  .page-home .table-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 110%;
    right: 0;
    height: 8vw;
    transform: rotate(3deg);
    transform-origin: 100% 100%;
    background: #fff; }
  .page-home .table-section-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 65px;
    text-align: center; }
  .page-home .table-section-action {
    margin-top: 70px;
    text-align: center; }
    .page-home .table-section-action .btn, .page-home .table-section-action .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .page-home .table-section-action button {
      width: 300px;
      height: 50px;
      line-height: 50px;
      font-size: 17px;
      font-weight: 600;
      max-width: 100%; }

.page-home .listings-section {
  position: relative;
  padding: 230px 0 30px;
  margin-top: -120px;
  background: #F8FAFF;
  overflow: hidden; }
  .page-home .listings-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 110%;
    right: 0;
    height: 8vw;
    transform: rotate(3deg);
    transform-origin: 100% 100%;
    background: #fff; }
  .page-home .listings-section-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center; }
  .page-home .listings-section-cards-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600; }
  .page-home .listings-section-cards-list .listing-card {
    width: calc(33.33% - 20px);
    margin-right: 30px; }
    .page-home .listings-section-cards-list .listing-card:last-child {
      margin-right: 0; }
  .page-home .listings-section-cards-link {
    display: inline-block;
    color: #ff0013;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 50px; }

.page-home .neighborhood-section {
  position: relative;
  padding: 170px 0 80px;
  overflow: hidden; }
  .page-home .neighborhood-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 110%;
    right: 0;
    height: 8vw;
    transform: rotate(3deg);
    transform-origin: 100% 100%;
    background: #F8FAFF; }
  .page-home .neighborhood-section-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 20%; }
  .page-home .neighborhood-section-description {
    color: #817F96;
    line-height: 1.7;
    font-size: 18px;
    margin: 30px 0 50px;
    padding-right: 15%; }
  .page-home .neighborhood-section-cards {
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px; }
  .page-home .neighborhood-section-card {
    position: relative;
    width: 300px;
    height: 360px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #cecece;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .page-home .neighborhood-section-card-overlay {
      position: absolute;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      top: 0;
      right: 0;
      left: 0;
      height: 50%; }
    .page-home .neighborhood-section-card-title {
      position: relative;
      margin: 30px;
      color: #fff;
      font-size: 20px;
      font-weight: 600; }

.page-home .faq-section {
  padding: 90px 0 70px; }
  .page-home .faq-section-title {
    font-size: 46px;
    font-weight: 600;
    text-align: center; }
  .page-home .faq-section-subtitle {
    font-size: 18px;
    color: #817F96;
    max-width: 500px;
    margin: 15px auto;
    text-align: center;
    line-height: 1.5; }
  .page-home .faq-section .faq-list {
    padding-top: 60px; }
    .page-home .faq-section .faq-list .faq-question {
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 16px 40px rgba(42, 50, 79, 0.06);
      margin-bottom: 35px;
      cursor: pointer;
      transition: 0.1s; }
      .page-home .faq-section .faq-list .faq-question:hover {
        box-shadow: 0 22px 50px rgba(42, 50, 79, 0.16); }
      .page-home .faq-section .faq-list .faq-question-content {
        position: relative;
        padding: 20px 30px; }
      .page-home .faq-section .faq-list .faq-question-active {
        background: #ff0013;
        box-shadow: 0 22px 50px rgba(42, 50, 79, 0.16);
        color: #fff;
        transform: translateX(70px);
        transition: all 0.1s transform 0.5s linear; }
      .page-home .faq-section .faq-list .faq-question-close {
        position: absolute;
        top: 8px;
        right: 8px; }
      .page-home .faq-section .faq-list .faq-question-open {
        position: absolute;
        right: 8px;
        top: calc(50% - 4px); }
    .page-home .faq-section .faq-list .faq-answer-mobile {
      padding: 0 20px 15px;
      line-height: 1.7;
      font-size: 18px;
      color: #817F96; }
    .page-home .faq-section .faq-list .faq-answer {
      padding: 15px 0 30px 120px; }
      .page-home .faq-section .faq-list .faq-answer-title {
        font-size: 34px;
        font-weight: 500; }
      .page-home .faq-section .faq-list .faq-answer-content {
        color: #817F96;
        font-size: 18px;
        line-height: 1.7;
        margin-top: 30px; }

@media (min-width: 768px) {
  .page-home .hero-section .hero-content {
    width: 450px;
    padding: 45px 40px 30px;
    background: #F8FAFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 22, 84, 0.15); }
    .page-home .hero-section .hero-content .hero-headline {
      font-size: 46px; }
    .page-home .hero-section .hero-content .hero-action-selector {
      width: 100%;
      padding: 0 5px;
      margin-top: 20px;
      margin-left: 0;
      -ms-flex-pack: center;
          justify-content: center; }
      .page-home .hero-section .hero-content .hero-action-selector .hero-action-selector-option {
        margin: 0 15px; }
    .page-home .hero-section .hero-content .hero-selected-action {
      padding-top: 20px;
      width: 100%; }
      .page-home .hero-section .hero-content .hero-selected-action-title {
        font-size: 28px; } }

@media (max-width: 1279px) {
  .page-home .hero-section .search-container {
    width: 720px; }
  .page-home .better-home-section-title {
    margin-top: 60px; }
  .page-home .better-home-section-image {
    margin-top: 75px; }
  .page-home .better-home-section-list {
    height: 305px;
    margin-top: 23px; }
    .page-home .better-home-section-list-item {
      font-size: 16px; }
  .page-home .cards-section .cards-container .new-listing-card img {
    width: 150px; } }

@media (max-width: 991px) {
  .page-home .hero-section {
    height: 770px; }
    .page-home .hero-section .hero-content {
      margin-top: 100px;
      margin-left: 3%; }
      .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-panel {
        max-width: calc(100vw - 80px); }
  .page-home .better-home-section-image {
    width: 410px; }
    .page-home .better-home-section-image-container {
      text-align: right;
      padding-right: 20px; }
  .page-home .better-home-section-image {
    margin-top: 50px; }
  .page-home .better-home-section-title {
    margin-top: 20px;
    font-size: 36px;
    height: 80px; }
  .page-home .better-home-section-list {
    height: 215px;
    margin-top: 33px; }
    .page-home .better-home-section-list-item {
      font-size: 15px;
      line-height: 1.5; }
  .page-home .cards-section-subtitle {
    font-size: 22px; }
  .page-home .cards-section .cards-container {
    margin-top: 50px; }
    .page-home .cards-section .cards-container .new-listing-card {
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 30px; }
      .page-home .cards-section .cards-container .new-listing-card img {
        height: 100%;
        width: auto; }
      .page-home .cards-section .cards-container .new-listing-card-content {
        padding: 30px 30px 30px 0; }
      .page-home .cards-section .cards-container .new-listing-card-description {
        line-height: 1.7; }
  .page-home .listings-section {
    padding: 180px 0 0; }
    .page-home .listings-section-title {
      font-size: 40px; }
    .page-home .listings-section-cards-list .listing-card {
      width: calc(50% - 15px);
      margin-right: 30px; }
      .page-home .listings-section-cards-list .listing-card:nth-child(2) {
        margin-right: 0; }
      .page-home .listings-section-cards-list .listing-card:last-child {
        display: none; }
  .page-home .faq-section .faq-list .faq-question {
    margin-bottom: 20px; }
    .page-home .faq-section .faq-list .faq-question-active {
      transform: translateX(0); } }

@media (min-width: 768px) and (max-width: 1024px) {
  .page-home .headline {
    font-size: 54px; }
  .page-home .subtitle {
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .page-home .apartment-type {
    line-height: 34px;
    padding-bottom: 5px; }
  .page-home .hero-section {
    min-height: initial;
    height: auto;
    -ms-flex-align: start;
        align-items: flex-start; }
    .page-home .hero-section .hero-section-background {
      background: none; }
      .page-home .hero-section .hero-section-background .hero-image {
        display: none; }
    .page-home .hero-section .hero-content {
      width: 100%;
      padding: 70px 0 60px;
      margin: 0;
      -ms-flex-align: start;
          align-items: flex-start; }
      .page-home .hero-section .hero-content .hero-headline {
        font-size: 34px; }
      .page-home .hero-section .hero-content .hero-action-selector {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px; }
      .page-home .hero-section .hero-content .hero-selected-action {
        width: 100%;
        text-align: left; }
        .page-home .hero-section .hero-content .hero-selected-action-title {
          font-size: 25px; }
        .page-home .hero-section .hero-content .hero-selected-action-description {
          padding: 10px 0 0; }
        .page-home .hero-section .hero-content .hero-selected-action-form {
          padding: 20px 0; }
          .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar {
            margin-bottom: 15px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-panel {
              width: 100%;
              max-width: 100%; }
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input-placeholder,
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input input {
              height: 50px;
              line-height: 48px;
              font-size: 17px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input .submit-button {
              line-height: 50px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input i {
              line-height: 50px;
              width: 50px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .neighbourhood-searchbar-input svg {
              top: 14px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .price-selector {
            height: 50px;
            margin-bottom: 15px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .price-selector .price-selector-option {
              height: 48px;
              line-height: 48px;
              font-size: 17px; }
          .page-home .hero-section .hero-content .hero-selected-action-form .beds-selector.beds-selector-lg {
            height: 50px;
            margin-bottom: 15px; }
            .page-home .hero-section .hero-content .hero-selected-action-form .beds-selector.beds-selector-lg .beds-selector-option {
              font-size: 17px;
              line-height: 33px; }
        .page-home .hero-section .hero-content .hero-selected-action .list-container {
          margin: 20px 0 20px; }
  .page-home .promo-section {
    padding: 30px 0 15px; }
    .page-home .promo-section-title {
      font-size: 18px;
      margin-bottom: 10px; }
    .page-home .promo-section-list {
      width: calc(100% + 10px);
      margin-left: -4px; }
      .page-home .promo-section-list-item {
        padding: 0 3px; }
  .page-home .better-home-section {
    padding: 30px 0 80px; }
    .page-home .better-home-section-image {
      width: 100%;
      display: none; }
    .page-home .better-home-section-title {
      font-size: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .page-home .better-home-section-title-text {
        width: 195px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .page-home .better-home-section-title-image {
        display: block;
        max-width: 160px;
        padding-right: 10px; }
        .page-home .better-home-section-title-image img {
          width: 100%;
          max-width: 130px; }
    .page-home .better-home-section-list {
      height: auto;
      margin-top: 20px; }
      .page-home .better-home-section-list-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        padding: 10px 0;
        font-size: 16px; }
      .page-home .better-home-section-list svg {
        display: inline-block;
        width: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 15px; }
  .page-home .search-promo {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    padding: 10px 20px 30px;
    text-align: center; }
    .page-home .search-promo-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .page-home .search-promo .btn, .page-home .search-promo .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .page-home .search-promo button {
      margin: 20px 0 0; }
  .page-home .headline {
    font-size: 36px; }
  .page-home .subtitle {
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 10px; }
  .page-home .featured-listings {
    padding: 40px 0; }
    .page-home .featured-listings .description {
      margin-bottom: 0; }
  .page-home .blog-section {
    padding: 60px 0; }
    .page-home .blog-section .latest-article .article-image {
      height: 180px; }
    .page-home .blog-section .article .article-image {
      height: 60px; }
    .page-home .blog-section .article .article-title {
      font-size: 18px; }
  .page-home .cards-section-title {
    margin-bottom: 15px;
    font-size: 30px; }
  .page-home .cards-section-subtitle span {
    display: block;
    margin: 5px 0; }
  .page-home .cards-section .cards-container .new-listing-card {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
    height: auto; }
    .page-home .cards-section .cards-container .new-listing-card img {
      height: 160px; }
    .page-home .cards-section .cards-container .new-listing-card-content {
      padding: 0 30px 30px;
      text-align: center; }
    .page-home .cards-section .cards-container .new-listing-card-description {
      line-height: 1.7; }
  .page-home .listings-section {
    padding: 180px 0 15px; }
    .page-home .listings-section-title {
      font-size: 30px;
      margin-bottom: 50px; }
    .page-home .listings-section-cards-title {
      font-size: 20px;
      margin-bottom: 15px; }
    .page-home .listings-section-cards-list .listing-card {
      width: 100%;
      margin: 0 0 20px; }
    .page-home .listings-section-cards-link {
      margin: 5px 0 40px; }
  .page-home .neighborhood-section {
    padding: 50px 0; }
    .page-home .neighborhood-section-title {
      padding-right: 0;
      font-size: 30px; }
    .page-home .neighborhood-section-description {
      padding-right: 0;
      margin: 20px 0 30px; }
    .page-home .neighborhood-section-cards {
      display: -ms-flexbox !important;
      display: flex !important;
      padding-top: 20px; }
    .page-home .neighborhood-section-card {
      width: 150px;
      height: 200px; }
      .page-home .neighborhood-section-card-title {
        font-size: 18px;
        margin: 20px; }
  .page-home .table-section {
    padding: 80px 0 0; }
    .page-home .table-section-action {
      margin-top: 30px; } }

@media (max-width: 480px) {
  .page-home .neighbourhood-searchbar-panel .neighbourhood-container .neighbourhood {
    width: 100%; } }

@media (max-width: 360px) {
  .page-home .hero-section .hero-content .hero-selected-action-form .beds-selector .beds-selector-label {
    padding: 0 10px 0 15px; }
  .page-home .hero-section .hero-content .hero-selected-action-form .beds-selector .beds-selector-option {
    padding: 0 10px; } }

.blog #mobile-social-icons {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 5;
  opacity: 1;
  transition: 0.1s; }
  .blog #mobile-social-icons:not(.show) {
    opacity: 0;
    visibility: hidden; }

.blog .hero {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 50px 0 50px;
  background-image: url(static/media/blog-hero.6cbc9974.jpg);
  background-position: center;
  background-size: cover;
  min-height: 440px;
  color: #fff; }
  .blog .hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .blog .hero h1 {
    position: relative;
    font-size: 76px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    z-index: 1; }
  .blog .hero .description {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    z-index: 1; }

.blog .article-hero {
  position: relative;
  min-height: 600px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  -ms-flex-align: end;
      align-items: flex-end;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px; }
  .blog .article-hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .blog .article-hero h1 {
    font-size: 54px;
    margin-bottom: 30px;
    font-weight: 700; }
  .blog .article-hero .article-hero-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    .blog .article-hero .article-hero-info .social-button {
      width: 36px;
      height: 36px;
      margin-left: 8px;
      margin-right: 8px; }
      .blog .article-hero .article-hero-info .social-button i {
        line-height: 36px; }

.blog .article-container {
  padding-top: 50px; }
  .blog .article-container .article-list.fade {
    opacity: 0.5; }
  .blog .article-container .social-buttons {
    margin: 0 0 20px;
    text-align: center; }
  .blog .article-container .featured-panel-header {
    color: #A5A3B8;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px; }
  .blog .article-container .featured-panel-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 15px 0; }
  .blog .article-container .featured-panel-list .article-thumbnail {
    width: 95px;
    height: 75px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 14px rgba(0, 22, 84, 0.1); }
  .blog .article-container .featured-panel-list .article-info {
    width: calc(100% - 95px);
    padding-left: 10px; }
    .blog .article-container .featured-panel-list .article-info-title {
      font-weight: 500;
      max-height: 55px;
      overflow: hidden;
      line-height: 18px; }
  .blog .article-container .article-content-header {
    margin-top: 10px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    border-bottom: 1px solid #E1E5F2; }

.article-card {
  margin-bottom: 50px; }
  .article-card .image {
    height: 300px;
    border-radius: 10px;
    background-size: cover;
    background-position: center; }
  .article-card .article-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #E1E5F2;
    padding-top: 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #817F96; }
  .article-card .article-link {
    color: #ff0013;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline; }
  .article-card .article-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px; }
  .article-card .description {
    line-height: 1.7;
    padding-bottom: 20px;
    opacity: 0.8; }

.article-content {
  font: 1em "AvenirNextCyr", sans-serif;
  color: #3C3956;
  color: #636178;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.7; }
  .article-content strong {
    font-weight: 600 !important;
    color: #3C3956; }
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin: 25px 0 15px; }
  .article-content h1 {
    font-size: 34px; }
  .article-content h2 {
    font-size: 30px; }
  .article-content h3 {
    font-size: 26px; }
  .article-content h4 {
    font-size: 22px; }
  .article-content h5 {
    font-size: 18px; }
  .article-content h6 {
    font-size: 14px; }
  .article-content p {
    margin: 25px 0; }
  .article-content ol,
  .article-content ul {
    margin-left: 15px;
    list-style-position: outside;
    margin-bottom: 20px; }
    .article-content ol li,
    .article-content ul li {
      margin-left: 10px;
      margin-bottom: 10px;
      color: #828282; }
  .article-content ul {
    list-style-type: disc; }
  .article-content ol {
    list-style-type: decimal; }
  .article-content a[href] {
    text-decoration: underline;
    color: #00c2f5; }
  .article-content img {
    max-width: 100%;
    height: auto; }
  .article-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #aaa; }
    .article-content table tr:nth-child(even) {
      background: #FAFAFA; }
    .article-content table caption,
    .article-content table td,
    .article-content table th {
      padding: 15px 7px;
      font: inherit; }
    .article-content table th {
      font-weight: 400;
      color: #6E6E6E;
      background-position: 100% 100%;
      background-size: 2px 10px;
      background-repeat: no-repeat; }
      .article-content table th:last-child {
        background: 0 0; }

@media (max-width: 1024px) {
  .blog .hero {
    min-height: 360px; }
    .blog .hero h1 {
      font-size: 48px; } }

@media (max-width: 767px) {
  .blog .hero {
    min-height: 240px;
    padding: 20px 0 30px; }
    .blog .hero h1 {
      font-size: 36px; }
    .blog .hero .description {
      font-size: 16px; }
  .blog .article-hero {
    min-height: 300px;
    padding: 80px 0 20px;
    margin-bottom: 0; }
    .blog .article-hero h1 {
      font-size: 28px;
      margin-bottom: 15px; }
    .blog .article-hero .article-hero-info {
      -ms-flex-direction: column;
          flex-direction: column;
      line-height: 30px;
      -ms-flex-align: start;
          align-items: flex-start; }
  .blog .article-container {
    padding-top: 15px;
    padding-bottom: 15px; }
    .blog .article-container .social-buttons {
      margin: 15px 0;
      text-align: center; }
    .blog .article-container .bottom-actions {
      margin-bottom: 20px; }
  .article-content {
    padding-bottom: 15px; }
  .article-card .image {
    height: 240px; }
  .article-card .article-info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; } }

.sticky-banner-visible .initial-setup-layout {
  height: calc(100vh - 290px);
  transition: 0.2s; }

.initial-setup-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: calc(100vh - 240px);
  background-image: url("res/newyork.html");
  background-size: cover;
  background-position: center; }
  .initial-setup-layout .form-container {
    border: 1px solid #E1E5F2;
    background-color: #ECF4FF;
    width: 350px;
    padding: 30px;
    border-radius: 10px; }

@media (max-width: 767px) {
  .initial-setup-layout {
    height: calc(100vh - 100px); } }

.page-broker .listing-container {
  padding-top: 80px;
  padding-bottom: 50px; }

.page-broker .title {
  font-size: 30px;
  margin-top: 30px; }

.page-broker .broker-container {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(https://www.toptal.com/designers/subtlepatterns/patterns/grey.png); }
  .page-broker .broker-container .content-container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .page-broker .broker-container .content-container .user-avatar {
      width: 165px;
      height: 165px;
      font-size: 50px;
      line-height: 165px;
      background-color: #fff;
      color: #361828;
      border: 1px solid #E1E5F2; }
    .page-broker .broker-container .content-container .subtitle {
      font-size: 16px; }
    .page-broker .broker-container .content-container .broker-action-container {
      -ms-flex-direction: row;
          flex-direction: row;
      min-width: 320px; }
    .page-broker .broker-container .content-container .broker-bio {
      margin-top: 80px;
      font-style: italic;
      text-align: center; }
      .page-broker .broker-container .content-container .broker-bio.column-layout {
        column-count: 3;
        column-gap: 30px;
        text-align: justify; }

.listing-container .title {
  margin-bottom: 50px; }

.listing-container .listing {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #E1E5F2;
  border-radius: 10px; }
  .listing-container .listing-status {
    position: absolute;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    z-index: 1;
    top: 15px;
    left: 15px;
    background: #ff0013;
    color: #fff; }
    .listing-container .listing-status i {
      margin-right: 7px;
      margin-top: -2px; }
  .listing-container .listing-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .listing-container .listing-image-mobile {
    visibility: hidden; }
  .listing-container .listing-info {
    padding: 30px; }
  .listing-container .listing-header {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; }
  .listing-container .listing-title {
    font-size: 24px;
    font-weight: 700; }
  .listing-container .listing-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px; }
    .listing-container .listing-price .lower {
      font-size: 16px; }
  .listing-container .listing-detail {
    margin-bottom: 10px; }
    .listing-container .listing-detail i {
      width: 23px;
      margin-top: -2px; }
  .listing-container .listing-description {
    margin-top: 20px;
    margin-bottom: 30px;
    max-height: 54px;
    overflow: hidden; }

@media (max-width: 767px) {
  .page-broker {
    padding-bottom: 40px; }
    .page-broker .listing-container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .page-broker .contant-button {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40px;
      background-color: #FD6B4D;
      color: #fff;
      z-index: 100;
      text-align: center;
      text-transform: uppercase;
      line-height: 40px; }
    .page-broker .title {
      font-size: 24px; }
    .page-broker .broker-container {
      padding-top: 50px;
      padding-bottom: 30px; }
      .page-broker .broker-container > .container {
        -ms-flex-direction: column;
            flex-direction: column; }
      .page-broker .broker-container .content-container {
        width: 100%;
        padding-top: 25px; }
        .page-broker .broker-container .content-container .broker-action-container {
          width: 100%; }
        .page-broker .broker-container .content-container .user-avatar {
          width: 120px;
          height: 120px;
          font-size: 32px;
          line-height: 120px; }
        .page-broker .broker-container .content-container .broker-bio {
          margin-top: 25px; }
          .page-broker .broker-container .content-container .broker-bio.column-layout {
            column-count: 1;
            column-gap: 0; }
  .listing-container .title {
    margin-bottom: 30px; }
  .listing-container .listing {
    margin-bottom: 15px; }
    .listing-container .listing:last-child {
      margin-bottom: 0; }
    .listing-container .listing-image-mobile {
      background-size: cover;
      background-position: center;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      height: 200px;
      visibility: visible; }
    .listing-container .listing-info {
      padding: 15px; }
    .listing-container .listing-header {
      margin-bottom: 15px;
      margin-top: 15px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
    .listing-container .listing-title {
      font-size: 20px;
      padding-right: 10px; }
    .listing-container .listing-description {
      margin-top: 10px;
      margin-bottom: 10px;
      max-height: 74px; }
    .listing-container .listing-view-btn {
      width: 100%;
      margin-top: 10px; } }

.page-neighborhoods .neighborhood-guide-header {
  position: relative;
  min-height: 400px;
  background-image: url(static/media/new-york-panorama.75d5dc96.jpg);
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .page-neighborhoods .neighborhood-guide-header h1 {
    position: relative;
    font-size: 45px; }
  .page-neighborhoods .neighborhood-guide-header:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15); }

.page-neighborhoods .neighborhood-guide-search-bar {
  background-color: #ECF4FF;
  padding: 15px 0;
  margin-bottom: 30px; }
  .page-neighborhoods .neighborhood-guide-search-bar .search-input {
    padding-left: 35px !important;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
  .page-neighborhoods .neighborhood-guide-search-bar .search-icon {
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 14px;
    color: #817F96; }

.page-neighborhood .display-heading {
  font-size: 30px; }

.page-neighborhood .neighborhood-guide-header {
  min-height: 600px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700; }
  .page-neighborhood .neighborhood-guide-header .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-neighborhood .neighborhood-guide-header .heading {
    position: relative;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    max-width: 30%; }

.page-neighborhood .neighborhood-guide-details {
  position: relative; }
  .page-neighborhood .neighborhood-guide-details .neighborhood-details {
    padding: 60px;
    padding-left: 15px; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-details .neighborhood-detail-link:hover .external-link {
      display: inline; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-details .neighborhood-detail-link .external-link {
      display: none; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-details .neighborhood-detail-link .neighborhood-detail-amount {
      font-size: 20px; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-details .neighborhood-detail-link .neighborhood-detail-label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-details .subway-lines {
      padding-top: 5px;
      margin-left: -8px;
      margin-right: -8px; }
  .page-neighborhood .neighborhood-guide-details .neighborhood-map {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-map #neighborhoodMap {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.page-neighborhood .neighborhood-guide-yelp-container {
  background-color: #ECF4FF;
  padding: 50px 0 30px; }

.page-neighborhood .neighborhood-guide-yelp-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E1E5F2;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .page-neighborhood .neighborhood-guide-yelp-card .image {
    height: 200px;
    margin-bottom: 10px;
    position: relative; }
  .page-neighborhood .neighborhood-guide-yelp-card .card-row {
    padding: 5px 20px;
    display: -ms-flexbox;
    display: flex; }
  .page-neighborhood .neighborhood-guide-yelp-card .name {
    font-size: 20px; }
  .page-neighborhood .neighborhood-guide-yelp-card .rating {
    height: 20px;
    margin-right: 15px; }
  .page-neighborhood .neighborhood-guide-yelp-card .description {
    max-height: 60px;
    margin-top: 15px; }
  .page-neighborhood .neighborhood-guide-yelp-card .yelp-logo {
    height: 40px;
    margin-right: -10px; }
  .page-neighborhood .neighborhood-guide-yelp-card .link {
    color: #ff0013;
    text-decoration: underline; }

.page-neighborhood .neighborhood-guide-gallery-container {
  padding: 70px 0 50px; }
  .page-neighborhood .neighborhood-guide-gallery-container .display-heading {
    margin-bottom: 30px; }
  .page-neighborhood .neighborhood-guide-gallery-container .description {
    margin-top: 15px;
    margin-bottom: 45px;
    white-space: pre;
    color: #817F96; }
  .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell {
    margin-top: 15px;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 10px;
    word-break: break-word;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell.text.full-width {
      padding: 50px 30px;
      height: auto; }
    .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell .licence-text {
      position: absolute;
      right: 12px;
      bottom: 6px;
      font-size: 14px;
      color: #fff;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.page-neighborhood .neighborhood-guide-similar-container {
  padding: 60px 15px; }

.page-neighborhood-fluid .neighborhood-guide-header {
  min-height: 400px; }
  .page-neighborhood-fluid .neighborhood-guide-header .heading {
    font-size: 70px;
    line-height: 70px; }
  .page-neighborhood-fluid .neighborhood-guide-header-sticky {
    min-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    z-index: 10;
    background: #ECF4FF;
    border-bottom: 1px solid #E1E5F2; }
    .page-neighborhood-fluid .neighborhood-guide-header-sticky .heading {
      font-size: 30px;
      line-height: 30px;
      color: #3C3956;
      max-width: 100%; }

.page-neighborhood-fluid .neighborhood-guide-details .neighborhood-details {
  padding-top: 20px;
  padding-bottom: 20px; }

.page-neighborhoods .neighborhood-guide-title,
.page-neighborhood .neighborhood-guide-title {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600; }

.page-neighborhoods .neighborhood-guide-header img,
.page-neighborhood .neighborhood-guide-header img {
  z-index: -1; }

.page-neighborhoods .neighborhood-guide-header-container,
.page-neighborhood .neighborhood-guide-header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.page-neighborhoods .neighborhood-guide-card,
.page-neighborhood .neighborhood-guide-card {
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  padding-top: 75%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.15s; }
  .page-neighborhoods .neighborhood-guide-card:hover,
  .page-neighborhood .neighborhood-guide-card:hover {
    box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .page-neighborhoods .neighborhood-guide-card .overlay,
  .page-neighborhood .neighborhood-guide-card .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
    .page-neighborhoods .neighborhood-guide-card .overlay:after,
    .page-neighborhood .neighborhood-guide-card .overlay:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
      border-radius: 10px; }
    .page-neighborhoods .neighborhood-guide-card .overlay .neighborhood-image,
    .page-neighborhood .neighborhood-guide-card .overlay .neighborhood-image {
      object-fit: cover;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .page-neighborhoods .neighborhood-guide-card .overlay img,
    .page-neighborhood .neighborhood-guide-card .overlay img {
      position: absolute; }
    .page-neighborhoods .neighborhood-guide-card .overlay .neighborhood-guide-title,
    .page-neighborhood .neighborhood-guide-card .overlay .neighborhood-guide-title {
      position: relative;
      z-index: 3; }
  .page-neighborhoods .neighborhood-guide-card .subtitle,
  .page-neighborhood .neighborhood-guide-card .subtitle {
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 700; }

@media (max-width: 767px) {
  .page-neighborhoods .neighborhood-guide-title,
  .page-neighborhood .neighborhood-guide-title {
    font-size: 24px;
    line-height: 1.2; }
  .page-neighborhoods .neighborhood-guide-header,
  .page-neighborhood .neighborhood-guide-header {
    min-height: 240px; }
  .page-neighborhoods .neighborhood-guide-header h1 {
    font-size: 24px;
    line-height: 1.2; }
  .page-neighborhoods .neighborhood-guide-card {
    margin-bottom: 15px;
    height: 120px;
    padding-top: 0; }
  .page-neighborhoods .neighborhood-guide-search-bar {
    margin-bottom: 0; }
  .page-neighborhood .display-heading {
    font-size: 20px; }
  .page-neighborhood .neighborhood-guide-header .heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    max-width: 100%;
    padding: 90px 0 50px; }
  .page-neighborhood .neighborhood-guide-title {
    text-align: center;
    font-size: 18px; }
  .page-neighborhood .neighborhood-guide-details .neighborhood-details {
    padding: 40px 20px; }
  .page-neighborhood .neighborhood-guide-details .neighborhood-map {
    position: relative;
    height: 200px;
    width: 100%;
    left: 0; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-map:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .page-neighborhood .neighborhood-guide-details .neighborhood-map #neighborhoodMap {
      height: 200px; }
  .page-neighborhood .neighborhood-guide-yelp-container {
    padding: 20px 0 0; }
  .page-neighborhood .neighborhood-guide-gallery-container {
    padding: 20px 0; }
    .page-neighborhood .neighborhood-guide-gallery-container .display-heading {
      margin-bottom: 0; }
    .page-neighborhood .neighborhood-guide-gallery-container .description {
      margin-bottom: 15px; }
    .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell {
      padding: 10px;
      height: 240px; }
      .page-neighborhood .neighborhood-guide-gallery-container .gallery-cell.text {
        padding: 15px 0 !important;
        height: auto;
        text-align: left;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .page-neighborhood .neighborhood-guide-yelp-card {
    margin-bottom: 20px; }
    .page-neighborhood .neighborhood-guide-yelp-card .image {
      height: 140px; }
    .page-neighborhood .neighborhood-guide-yelp-card .description {
      margin-top: 5px; }
    .page-neighborhood .neighborhood-guide-yelp-card .card-row {
      padding: 3px 15px;
      font-size: 14px; }
      .page-neighborhood .neighborhood-guide-yelp-card .card-row .name {
        font-size: 16px; }
      .page-neighborhood .neighborhood-guide-yelp-card .card-row .rating {
        height: 16px; }
      .page-neighborhood .neighborhood-guide-yelp-card .card-row .yelp-logo {
        height: 32px; }
  .page-neighborhood .neighborhood-guide-similar-container {
    padding: 40px 20px; } }

.page-sale .open-house-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #E1E5F2;
  background: #fff;
  height: 30px;
  line-height: 28px;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 0 10px; }

.credit-card-input {
  border: 1px solid #E1E5F2;
  border-radius: 6px;
  padding: 12px 15px;
  background: #fff; }

.credit-card-label {
  display: block;
  margin: 5px 0;
  font-weight: 700; }

.credit-card-error {
  min-height: 20px;
  padding-top: 5px;
  color: #F44336;
  line-height: 15px; }

.credit-card-title {
  font: 700 1em "AvenirNextCyr", sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 20px 0 40px; }

.credit-card-container .submit-container {
  margin-top: 80px;
  text-align: center; }
  .credit-card-container .submit-container .btn, .credit-card-container .submit-container .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .credit-card-container .submit-container button {
    width: 160px; }

.page-neighborhood-guide .neighborhood-guide-hero {
  background: url(static/media/manhattan-background.df8c7195.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  min-height: 36vw; }
  .page-neighborhood-guide .neighborhood-guide-hero-title {
    font-size: 60px;
    font-weight: 600; }
  .page-neighborhood-guide .neighborhood-guide-hero-subtitle {
    color: #817F96;
    font-size: 20px;
    line-height: 1.7;
    max-width: 830px;
    margin-top: 20px; }

.page-neighborhood-guide .popular-searches-section {
  padding: 80px 0 80px;
  background: #F8FAFF; }
  .page-neighborhood-guide .popular-searches-section-title {
    font-size: 45px;
    font-weight: 600; }
  .page-neighborhood-guide .popular-searches-section-subtitle {
    font-size: 18px;
    color: #817F96;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 50px; }
  .page-neighborhood-guide .popular-searches-section .popular-searches-links {
    margin-top: 50px; }
    .page-neighborhood-guide .popular-searches-section .popular-searches-links .popular-searches-link {
      display: block;
      color: #ff0013;
      padding: 10px 0;
      font-size: 18px; }

.popular-neighborhoods-section {
  padding: 80px 0 70px; }
  .popular-neighborhoods-section-title {
    font-size: 45px;
    font-weight: 600; }
  .popular-neighborhoods-section-subtitle {
    font-size: 18px;
    color: #817F96;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 70px; }
  .popular-neighborhoods-section .neighborhood-guide-row {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) .neighborhood-guide-content {
        padding-right: 35px; }
    .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) .neighborhood-guide-content {
      padding-left: 35px; }
    .popular-neighborhoods-section .neighborhood-guide-row .btn, .popular-neighborhoods-section .neighborhood-guide-row .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .popular-neighborhoods-section .neighborhood-guide-row button {
      width: 280px;
      margin-top: 20px; }
  .popular-neighborhoods-section .neighborhood-guide-cell .neighborhood-guide-image {
    width: 100%;
    height: 260px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .popular-neighborhoods-section .neighborhood-guide-image {
    position: relative;
    width: 400px;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .popular-neighborhoods-section .neighborhood-guide-image-overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      height: 100%; }
    .popular-neighborhoods-section .neighborhood-guide-image-title {
      position: relative;
      margin: 30px;
      color: #fff;
      font-size: 20px;
      font-weight: 600; }
    .popular-neighborhoods-section .neighborhood-guide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .popular-neighborhoods-section .neighborhood-guide-content {
    -ms-flex: 1;
        flex: 1; }
    .popular-neighborhoods-section .neighborhood-guide-content-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px; }
    .popular-neighborhoods-section .neighborhood-guide-content-description {
      line-height: 1.7; }
    .popular-neighborhoods-section .neighborhood-guide-content-links {
      margin-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .popular-neighborhoods-section .neighborhood-guide-content-link {
      margin: 7px 0;
      color: #ff0013; }

@media (max-width: 767px) {
  .page-neighborhood-guide .neighborhood-guide-hero {
    padding: 30px 0 50px; }
    .page-neighborhood-guide .neighborhood-guide-hero-title {
      font-size: 30px; }
    .page-neighborhood-guide .neighborhood-guide-hero-subtitle {
      font-size: 18px;
      margin-top: 10px;
      padding-right: 20px; }
  .page-neighborhood-guide .popular-searches-section {
    padding: 40px 0 30px; }
    .page-neighborhood-guide .popular-searches-section-title {
      font-size: 30px; }
    .page-neighborhood-guide .popular-searches-section-subtitle {
      margin-top: 10px;
      margin-bottom: 30px; }
    .page-neighborhood-guide .popular-searches-section .popular-searches-links {
      margin-top: 30px; }
      .page-neighborhood-guide .popular-searches-section .popular-searches-links .popular-searches-link {
        padding: 12px 0;
        font-size: 16px; }
  .popular-neighborhoods-section {
    padding: 40px 0 30px; }
    .popular-neighborhoods-section-title {
      font-size: 30px; }
    .popular-neighborhoods-section-subtitle {
      margin-top: 10px;
      margin-bottom: 30px; }
    .popular-neighborhoods-section .neighborhood-guide-row {
      margin-bottom: 40px; }
      .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n), .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) {
        -ms-flex-direction: column;
            flex-direction: column; }
        .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n) .neighborhood-guide-content, .popular-neighborhoods-section .neighborhood-guide-row:nth-child(2n + 1) .neighborhood-guide-content {
          padding: 15px 0 0; }
      .popular-neighborhoods-section .neighborhood-guide-row .btn, .popular-neighborhoods-section .neighborhood-guide-row .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .popular-neighborhoods-section .neighborhood-guide-row button {
        width: 280px;
        margin-top: 20px; }
    .popular-neighborhoods-section .neighborhood-guide-cell .neighborhood-guide-image {
      width: 100%;
      height: 220px;
      margin-bottom: 20px; }
    .popular-neighborhoods-section .neighborhood-guide-image {
      width: 100%;
      height: 240px; }
    .popular-neighborhoods-section .neighborhood-guide-content-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px; }
    .popular-neighborhoods-section .neighborhood-guide-content-description {
      font-size: 18px;
      line-height: 1.7; } }

.route-mates .footer-featured-links {
  background: #ECF4FF; }

.route-mates #footer {
  background: #ECF4FF; }

.mates-homepage .hero-section {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  height: 720px; }
  .mates-homepage .hero-section-image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0; }
  .mates-homepage .hero-section-content {
    position: relative;
    width: 500px;
    margin-top: 70px; }
  .mates-homepage .hero-section-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.7; }
  .mates-homepage .hero-section-description {
    font-size: 18px;
    max-width: 430px;
    color: #817F96;
    line-height: 1.7;
    margin-top: 10px; }
  .mates-homepage .hero-section-actions {
    margin-top: 20px; }
    .mates-homepage .hero-section-actions .btn, .mates-homepage .hero-section-actions .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .hero-section-actions button {
      margin-right: 15px; }

.mates-homepage .list-section {
  margin-top: -120px; }
  .mates-homepage .list-section-image {
    width: 100%;
    margin-left: -50px; }
  .mates-homepage .list-section-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 140px; }
  .mates-homepage .list-section-description {
    font-size: 18px;
    color: #817F96;
    line-height: 1.7;
    margin-top: 30px; }
  .mates-homepage .list-section .btn, .mates-homepage .list-section .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .list-section button {
    margin-top: 25px;
    width: 190px; }

.mates-homepage .find-section {
  padding: 50px 0 30px; }
  .mates-homepage .find-section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center; }
  .mates-homepage .find-section-description {
    font-size: 18px;
    color: #817F96;
    line-height: 1.7;
    max-width: 630px;
    margin: 20px auto 30px;
    text-align: center; }
  .mates-homepage .find-section-card {
    position: relative;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    padding: 30px 50px 40px;
    margin-bottom: 20px;
    transition: 0.1s;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); }
    .mates-homepage .find-section-card:not(:hover) {
      background: #F8FAFF;
      box-shadow: none; }
    .mates-homepage .find-section-card-image {
      height: 210px;
      max-width: 100%; }
    .mates-homepage .find-section-card-title {
      font-size: 20px;
      font-weight: 600;
      margin-top: 20px; }
    .mates-homepage .find-section-card-description {
      margin-top: 10px;
      font-weight: 1.7;
      color: #817F96; }
    .mates-homepage .find-section-card .btn, .mates-homepage .find-section-card .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .find-section-card button {
      margin-top: 20px;
      width: 160px; }

.mates-homepage .search-section {
  position: relative;
  padding: 100px 0 70px; }
  .mates-homepage .search-section-title {
    font-size: 40px;
    font-weight: 600; }
  .mates-homepage .search-section-description {
    max-width: 550px;
    font-size: 18px;
    color: #817F96;
    margin-top: 15px;
    line-height: 1.7; }
  .mates-homepage .search-section-background {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50vw;
    height: auto;
    max-width: 550px; }
  .mates-homepage .search-section-listings {
    margin-top: 70px; }
  .mates-homepage .search-section-listing {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px; }
    .mates-homepage .search-section-listing-button {
      text-align: center;
      padding: 30px 0; }
      .mates-homepage .search-section-listing-button .btn, .mates-homepage .search-section-listing-button .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .search-section-listing-button button {
        width: 170px; }
    .mates-homepage .search-section-listing .listing-card {
      width: 100%; }

.mates-homepage .people-section {
  background: #F8FAFF;
  padding: 100px 0; }
  .mates-homepage .people-section-image {
    max-width: 500px;
    width: 100%; }
  .mates-homepage .people-section-title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 40px; }
  .mates-homepage .people-section-description {
    margin-top: 30px;
    font-size: 18px;
    color: #817F96;
    line-height: 1.7; }
  .mates-homepage .people-section .btn, .mates-homepage .people-section .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .mates-homepage .people-section button {
    margin-top: 25px;
    width: 160px; }

@media (max-width: 1279px) {
  .mates-homepage .hero-section {
    margin-top: 80px; }
    .mates-homepage .hero-section-image {
      height: auto;
      width: 50%; } }

@media (max-width: 991px) {
  .mates-homepage .hero-section {
    height: 500px;
    padding-bottom: 30px; }
    .mates-homepage .hero-section-content {
      margin-top: 15px; }
    .mates-homepage .hero-section-title {
      font-size: 38px;
      line-height: 1.5;
      max-width: 450px; }
    .mates-homepage .hero-section-description {
      max-width: 350px; }
  .mates-homepage .search-section-listings .col-sm-6:nth-child(3) {
    display: none; } }

@media (max-width: 767px) {
  .mates-homepage .hero-section {
    height: auto;
    padding-bottom: 30px;
    margin-top: 50px; }
    .mates-homepage .hero-section-content {
      position: relative;
      width: auto;
      margin-top: 15px; }
    .mates-homepage .hero-section-title {
      font-size: 30px;
      line-height: 1.3;
      max-width: 400px; }
    .mates-homepage .hero-section-description {
      max-width: 350px; }
  .mates-homepage .list-section {
    margin-top: 0;
    text-align: center; }
    .mates-homepage .list-section-wrapper {
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .mates-homepage .list-section-image {
      margin-left: 0;
      height: 120px;
      width: auto; }
    .mates-homepage .list-section-title {
      font-size: 30px;
      margin-top: 0; }
  .mates-homepage .find-section {
    padding: 50px 0 30px;
    text-align: center; }
    .mates-homepage .find-section-title {
      font-size: 30px; }
    .mates-homepage .find-section-card {
      padding: 20px 30px 30px;
      margin-bottom: 20px; }
      .mates-homepage .find-section-card-image {
        height: 120px; }
  .mates-homepage .search-section {
    padding: 20px 0 50px;
    text-align: center; }
    .mates-homepage .search-section-title {
      font-size: 30px; }
    .mates-homepage .search-section-listings {
      margin-top: 30px; }
      .mates-homepage .search-section-listings .col-sm-6:nth-child(3) {
        display: none; }
  .mates-homepage .people-section {
    padding: 40px 0 30px;
    text-align: center; }
    .mates-homepage .people-section-wrapper {
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .mates-homepage .people-section-image {
      height: 120px;
      width: auto; }
    .mates-homepage .people-section-title {
      font-size: 30px;
      margin-top: 0; }
    .mates-homepage .people-section-description {
      font-size: 18px; } }

@media (max-width: 360px) {
  .mates-homepage .hero-section-content {
    margin-top: 10px; }
  .mates-homepage .hero-section-title {
    font-size: 27px;
    line-height: 1.3; } }

.roommate-form-page {
  padding: 50px 0; }

.roommate-form-panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E1E5F2;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .roommate-form-panel .submit-button {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #ff0013;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer; }
    .roommate-form-panel .submit-button.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .roommate-form-panel .upload-button .file-input {
    display: none; }
  .roommate-form-panel .upload-button .btn:disabled, .roommate-form-panel .upload-button .swal2-container .swal2-modal .swal2-actions button:disabled, .swal2-container .swal2-modal .swal2-actions .roommate-form-panel .upload-button button:disabled {
    opacity: 0.5;
    cursor: progress; }

.roommate-form .change-section-container {
  margin-top: 20px; }

.roommate-form .preference-wrapper {
  padding-bottom: 15px; }
  .roommate-form .preference-wrapper .preference-label {
    font-weight: 500;
    padding-bottom: 10px;
    color: #817F96; }
  .roommate-form .preference-wrapper .segmented-control {
    max-width: 380px; }

.roommate-form-section:last-child .roommate-form-section-header {
  border-bottom: none; }

.roommate-form-section-header {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 30px;
  background: #F8FAFF;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #E1E5F2; }

.roommate-form-section-content {
  padding: 30px;
  border-bottom: 1px solid #E1E5F2; }

@media (max-width: 767px) {
  .roommate-form-page {
    padding: 20px 0; } }

.roommate-page .roommate-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.roommates-list {
  padding: 30px 0; }
  .roommates-list-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px; }

.roommate-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 22, 84, 0.08); }
  .roommate-card-avatar {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-size: cover;
    background-position: center; }
  .roommate-card-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #E1E5F2; }
  .roommate-card-details {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .roommate-card-info {
    -ms-flex: 1;
        flex: 1;
    border-right: 1px solid #E1E5F2;
    padding: 20px 5px 10px; }
    .roommate-card-info:last-child {
      border-right: none; }
    .roommate-card-info-label {
      margin-top: 10px;
      color: #817F96;
      font-weight: 500; }

.roommate-component .roommate-avatar {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: #ECF4FF;
  background-position: center;
  background-size: cover; }

.roommate-component .roommate-title {
  font-size: 40px;
  font-weight: 700;
  padding: 30px 0; }

.roommate-component .roommate-description {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.7; }

.roommate-component .roommate-contact-wrapper {
  margin-top: 25px; }
  .roommate-component .roommate-contact-wrapper .btn, .roommate-component .roommate-contact-wrapper .swal2-container .swal2-modal .swal2-actions button, .swal2-container .swal2-modal .swal2-actions .roommate-component .roommate-contact-wrapper button {
    width: 200px; }

.roommate-component .roommate-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 6px; }
  .roommate-component .roommate-info-value {
    font-size: 18px;
    color: #817F96; }
  .roommate-component .roommate-info-icon {
    width: 20px;
    text-align: center;
    margin-right: 10px; }
    .roommate-component .roommate-info-icon svg {
      height: 16px;
      margin-bottom: -1px; }
      .roommate-component .roommate-info-icon svg * {
        fill: #3C3956; }

.roommate-component .preference-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #ECF4FF;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  max-width: 580px;
  min-height: 42px; }
  .roommate-component .preference-row-label {
    background: #ECF4FF;
    padding-left: 20px;
    font-weight: 600;
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .roommate-component .preference-row-value {
    font-weight: 500;
    padding: 10px 20px; }

@media (max-width: 767px) {
  .roommate-component .preference-row {
    border-radius: 10px;
    margin-top: 10px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .roommate-component .preference-row-label {
      padding: 5px;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
    .roommate-component .preference-row-value {
      font-weight: 500;
      padding: 8px 20px;
      text-align: center; } }

.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:none;touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;overflow:hidden;background:#fff}.mapboxgl-ctrl-group:not(:empty){-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}.mapboxgl-ctrl-group>button{width:30px;height:30px;display:block;padding:0;outline:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group>button+button{border-top:1px solid #ddd}.mapboxgl-ctrl>button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl>button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-icon,.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mapboxgl-ctrl-icon{padding:5px}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9c-.554 0-1 .446-1 1s.446 1 1 1h6c.554 0 1-.446 1-1s-.446-1-1-1z' fill='%23333'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6c-.554 0-1 .446-1 1v2H7c-.554 0-1 .446-1 1s.446 1 1 1h2v2c0 .554.446 1 1 1s1-.446 1-1v-2h2c.554 0 1-.446 1-1s-.446-1-1-1h-2V7c0-.554-.446-1-1-1z' fill='%23333'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting{-webkit-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s infinite linear}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4c-.5 0-1 .5-1 1v4h.5l1.277-1.703c1 .763 2.059 1.66 3.114 2.703a30.38 30.38 0 0 1-3.11 2.707L4.5 11H4v4c0 .5.5 1 1 1h4v-.5l-1.727-1.295a35.498 35.498 0 0 1 2.688-3.137 30.312 30.312 0 0 1 2.746 3.15L11 15.5v.5h4c.5 0 1-.5 1-1v-4h-.5l-1.295 1.727a35.513 35.513 0 0 1-3.168-2.717 47.787 47.787 0 0 1 3.192-2.705L15.5 9h.5V5c0-.5-.5-1-1-1h-4v.5l1.703 1.277A32.243 32.243 0 0 1 9.971 8.92 47.761 47.761 0 0 1 7.305 5.77L9 4.5V4H5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.242 3.492a.75.75 0 0 0-.523 1.29l2.246 2.245L4 8.5V9h4c.5 0 1-.5 1-1V4h-.5L7.018 5.955 4.78 3.72a.75.75 0 0 0-.539-.227zm11.492 0a.75.75 0 0 0-.515.227l-2.235 2.234L11.5 4H11v4c0 .5.5 1 1 1h4v-.5l-1.965-1.473 2.246-2.246a.75.75 0 0 0-.547-1.289zM4 11v.5l1.965 1.473-2.246 2.246A.751.751 0 1 0 4.78 16.28l2.246-2.246L8.5 16H9v-4c0-.5-.5-1-1-1H4zm8 0c-.5 0-1 .5-1 1v4h.5l1.473-1.965 2.246 2.246a.751.751 0 1 0 1.062-1.062l-2.246-2.246L16 11.5V11h-4z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow{width:20px;height:20px;margin:5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M6 9l4-8 4 8z'/%3E%3Cpath fill='%23CCC' d='M6 11l4 8 4-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;display:inline-block}a.mapboxgl-ctrl-logo{width:85px;height:21px;margin:0 0 -3px -3px;display:block;background-repeat:no-repeat;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.49 21'%3E%3Cpath class='st0' d='M83.25 14.26c0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 0 1-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.4-2.35a.34.34 0 0 1 .3-.17H83c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.63 2.43 3.67c0 .05.01.09.01.13zM66.24 9.59c-.39-1.88-1.96-3.28-3.84-3.28-1.03 0-2.03.42-2.73 1.18V3.51c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23v-.73c.71.75 1.7 1.18 2.73 1.18 1.88 0 3.45-1.41 3.84-3.29.13-.6.13-1.21 0-1.8zM62.08 13c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51S63.41 13 62.08 13zM71.67 6.32a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17zm-.02 6.69c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M62.08 7.98c-1.32 0-2.39 1.11-2.41 2.48v.06c.01 1.38 1.08 2.48 2.41 2.48s2.42-1.12 2.42-2.51-1.09-2.51-2.42-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.57 1.17 1.27-.01.71-.52 1.27-1.17 1.27zM71.65 7.98c-1.33 0-2.42 1.12-2.42 2.51S70.32 13 71.65 13s2.42-1.12 2.42-2.51-1.08-2.51-2.42-2.51zm0 3.78c-.64 0-1.17-.57-1.17-1.27 0-.7.53-1.26 1.17-1.26s1.17.57 1.17 1.27c0 .71-.53 1.26-1.17 1.26z' opacity='.35'/%3E%3Cpath class='st0' d='M45.74 6.53h-1.4c-.13 0-.23.11-.23.23v.73c-.71-.75-1.7-1.18-2.73-1.18-2.17 0-3.94 1.87-3.94 4.19s1.77 4.19 3.94 4.19c1.04 0 2.03-.43 2.73-1.19v.73c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23V6.74c0-.12-.09-.22-.22-.22 0 .01 0 .01-.01.01zm-1.62 4C44.11 11.9 43.03 13 41.71 13s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48l.02.08z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M41.71 7.98c-1.33 0-2.42 1.12-2.42 2.51S40.37 13 41.71 13s2.39-1.11 2.41-2.48v-.06c-.02-1.37-1.09-2.48-2.41-2.48zm-1.16 2.51c0-.7.52-1.27 1.17-1.27.64 0 1.14.56 1.17 1.25v.04c-.01.68-.53 1.24-1.17 1.24-.64 0-1.17-.56-1.17-1.26z' opacity='.35'/%3E%3Cpath class='st0' d='M52.41 6.32c-1.03 0-2.03.42-2.73 1.18v-.75c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.1.23-.23V13.5c.71.75 1.7 1.18 2.74 1.18 2.17 0 3.94-1.87 3.94-4.19s-1.78-4.17-3.95-4.17zm-.33 6.69c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51S53.4 13 52.08 13.01z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M52.08 7.98c-1.32 0-2.39 1.11-2.42 2.48v.06c.03 1.38 1.1 2.48 2.42 2.48s2.41-1.12 2.41-2.51-1.09-2.51-2.41-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.58 1.17 1.27s-.53 1.27-1.17 1.27z' opacity='.35'/%3E%3Cpath class='st0' d='M36.08 14.24c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.17z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M84.34 13.59l-.07-.13-1.96-2.99 1.94-2.95c.44-.67.26-1.56-.41-2.02-.02 0-.03 0-.04-.01-.23-.15-.5-.22-.78-.22h-1.61c-.56 0-1.08.29-1.37.78l-.32.55-.34-.56c-.29-.48-.81-.77-1.38-.77h-1.6c-.6 0-1.13.37-1.35.92a5.59 5.59 0 0 0-7.26.45c-.35.34-.65.72-.89 1.14-.9-1.62-2.58-2.72-4.5-2.72-.5 0-1.01.07-1.48.23V3.51c0-.82-.66-1.48-1.47-1.48h-1.4c-.81 0-1.47.66-1.47 1.47v3.75a5.12 5.12 0 0 0-4.17-2.19c-.74 0-1.46.16-2.12.47-.24-.17-.54-.26-.84-.26h-1.4c-.45 0-.87.21-1.15.56a1.498 1.498 0 0 0-1.16-.55h-1.39c-.3 0-.6.09-.84.26-.67-.3-1.39-.46-2.12-.46-1.83 0-3.43 1-4.37 2.5-.2-.46-.48-.89-.83-1.25-.8-.81-1.89-1.25-3.02-1.25h-.01c-.89.01-1.75.33-2.46.88-.74-.57-1.64-.88-2.57-.88h-.03c-.29 0-.58.03-.86.11-.28.06-.56.16-.82.28-.21-.12-.45-.18-.7-.18h-1.4c-.82 0-1.47.66-1.47 1.47v7.5c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.48-.66 1.48-1.48V9.79c.03-.36.23-.59.36-.59.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47l-.01-4.57c.06-.32.25-.47.35-.47.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47v-.38a5.068 5.068 0 0 0 4.06 2.06c.74 0 1.46-.16 2.12-.47.24.17.54.26.84.26h1.39c.3 0 .6-.09.84-.26v2.01c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.47-.66 1.47-1.47v-1.77c.48.15.99.23 1.49.22 1.7 0 3.22-.87 4.17-2.2v.52c0 .82.66 1.47 1.47 1.47h1.4c.3 0 .6-.09.84-.26.66.31 1.39.47 2.12.47 1.92 0 3.6-1.1 4.49-2.73 1.54 2.65 4.95 3.53 7.58 1.98.18-.11.36-.22.53-.36.22.55.76.91 1.35.9H78c.56 0 1.08-.29 1.37-.78l.37-.61.37.61c.29.48.81.78 1.38.78h1.6c.81 0 1.46-.66 1.45-1.46-.05-.22-.1-.44-.2-.65zm-48.48.88h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74a.23.23 0 0 1 .23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.01 5.16c.02.13-.09.23-.21.24zm10.11-.23c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23v-.74c-.7.76-1.69 1.18-2.72 1.18-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.74c0-.13.1-.23.23-.23h1.4c.12-.01.22.08.23.21V14.25h-.01v-.01zm6.44.43c-1.03 0-2.02-.43-2.73-1.18v3.97c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V6.75c0-.13.1-.22.23-.22h1.4c.13 0 .23.11.23.23v.73a3.73 3.73 0 0 1 2.73-1.18c2.17 0 3.94 1.86 3.94 4.18s-1.77 4.18-3.94 4.18zm13.83-3.28c-.39 1.87-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.73c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V3.51c0-.13.1-.23.23-.23h1.4c.13 0 .23.11.23.23v3.97a3.72 3.72 0 0 1 2.73-1.17c1.88 0 3.45 1.4 3.84 3.28.13.6.13 1.21 0 1.8zm5.43 3.29c-2 .01-3.73-1.35-4.17-3.3-.13-.59-.13-1.19 0-1.77a4.243 4.243 0 0 1 4.17-3.3c2.36 0 4.26 1.87 4.26 4.19s-1.9 4.18-4.26 4.18zm11.37-.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 0 1-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.41-2.36a.34.34 0 0 1 .3-.17h1.61c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.38 3.64 2.43 3.67c.02.03.03.07.03.12-.03.13-.12.22-.24.22z' opacity='.35'/%3E%3Cpath class='st0' d='M10.5 1.24c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M10.5-.01C4.7-.01 0 4.7 0 10.49s4.7 10.5 10.5 10.5S21 16.29 21 10.49C20.99 4.7 16.3-.01 10.5-.01zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z' opacity='.35'/%3E%3Cpath class='st1' d='M14.74 6.25c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52zm-2.27 4.09l-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z' opacity='.35'/%3E%3Cpath class='st0' opacity='.9' fill='%23fff' d='M14.33 9.43l-1.86.91-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87z'/%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:21px;height:21px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M10.5 1.25c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z' class='st0' opacity='.9' fill='%23fff'/%3E%3Cpath d='M10.5 0C4.7 0 0 4.71 0 10.5S4.7 21 10.5 21 21 16.3 21 10.5C20.99 4.71 16.3 0 10.5 0zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z' class='st1' opacity='.35'/%3E%3Cpath d='M14.74 6.26c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52zm-2.27 4.09l-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9z' class='st1' opacity='.35'/%3E%3Cpath class='st0' opacity='.9' fill='%23fff' d='M11.56 12.22l-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z'/%3E%3C/svg%3E")}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border-width:medium 2px 2px;border-style:none solid solid;border-color:#333;padding:0 5px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-ms-flexbox;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-ms-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-ms-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-ms-flex-item-align:start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-ms-flex-item-align:end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-ms-flex-item-align:start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-ms-flex-item-align:end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot{-webkit-box-shadow:0 0 2px rgba(0,0,0,.25);box-shadow:0 0 2px rgba(0,0,0,.25)}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);transform:scale(3);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}

/*# sourceMappingURL=client.css.map*/