@charset "UTF-8";
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px; }

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer; }

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff; }

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0; }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0; }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

/* 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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: Helvetica,Arial,serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container .mejs__video {
  min-height: 140px; }

.mejs__container * {
  box-sizing: border-box; }

.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4; }

.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url(mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

.mejs__button > button:focus {
  outline: 1px dotted #999; }

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0; }

.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 2; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 3; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%; }

.mejs__volume-current, .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute; }

.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

.mejs__captions-button, .mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px; }

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0; }

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text, .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: .8em; }

.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

@font-face {
  font-family: 'piconsthin';
  src: url("fonts/piconsthin.woff2?lkhde6") format("woff2"), url("fonts/piconsthin.ttf?lkhde6") format("truetype"), url("fonts/piconsthin.woff?lkhde6") format("woff"), url("fonts/piconsthin.svg?lkhde6#piconsthin") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="picons-thin-icon-"], [class*=" picons-thin-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'piconsthin' !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; }

.picons-thin-icon-thin-0001_compose_write_pencil_new:before {
  content: "\e900"; }

.picons-thin-icon-thin-0002_write_pencil_new_edit:before {
  content: "\e901"; }

.picons-thin-icon-thin-0003_write_pencil_new_edit:before {
  content: "\e902"; }

.picons-thin-icon-thin-0004_pencil_ruler_drawing:before {
  content: "\e903"; }

.picons-thin-icon-thin-0005_write_pen_handwriting_signing:before {
  content: "\e904"; }

.picons-thin-icon-thin-0006_book_writing_reading_read_manual:before {
  content: "\e905"; }

.picons-thin-icon-thin-0007_book_reading_read_bookmark:before {
  content: "\e906"; }

.picons-thin-icon-thin-0008_book_reading_read_manual:before {
  content: "\e907"; }

.picons-thin-icon-thin-0009_book_reading_read_manual:before {
  content: "\e908"; }

.picons-thin-icon-thin-0010_newspaper_reading_news:before {
  content: "\e909"; }

.picons-thin-icon-thin-0011_reading_glasses:before {
  content: "\e90a"; }

.picons-thin-icon-thin-0012_notebook_paper_certificate:before {
  content: "\e90b"; }

.picons-thin-icon-thin-0013_notebook_paper:before {
  content: "\e90c"; }

.picons-thin-icon-thin-0014_notebook_paper_todo:before {
  content: "\e90d"; }

.picons-thin-icon-thin-0015_fountain_pen:before {
  content: "\e90e"; }

.picons-thin-icon-thin-0016_bookmarks_reading_book:before {
  content: "\e90f"; }

.picons-thin-icon-thin-0017_office_archive:before {
  content: "\e910"; }

.picons-thin-icon-thin-0018_office_trash_bin:before {
  content: "\e911"; }

.picons-thin-icon-thin-0019_mobile_iphone:before {
  content: "\e912"; }

.picons-thin-icon-thin-0020_ipad_reading_mobile:before {
  content: "\e913"; }

.picons-thin-icon-thin-0021_calendar_month_day_planner:before {
  content: "\e914"; }

.picons-thin-icon-thin-0022_calendar_month_day_planner:before {
  content: "\e915"; }

.picons-thin-icon-thin-0023_calendar_month_day_planner_events:before {
  content: "\e916"; }

.picons-thin-icon-thin-0024_calendar_month_day_planner_events:before {
  content: "\e917"; }

.picons-thin-icon-thin-0025_alarm_clock_ringer_time_morning:before {
  content: "\e918"; }

.picons-thin-icon-thin-0026_time_watch_clock:before {
  content: "\e919"; }

.picons-thin-icon-thin-0027_stopwatch_timer_running_time:before {
  content: "\e91a"; }

.picons-thin-icon-thin-0028_time_watch_clock_wall:before {
  content: "\e91b"; }

.picons-thin-icon-thin-0029_time_watch_clock_wall:before {
  content: "\e91c"; }

.picons-thin-icon-thin-0030_wrist_watch_clock_time:before {
  content: "\e91d"; }

.picons-thin-icon-thin-0031_pin_bookmark:before {
  content: "\e91e"; }

.picons-thin-icon-thin-0032_flag:before {
  content: "\e91f"; }

.picons-thin-icon-thin-0033_search_find_zoom:before {
  content: "\e920"; }

.picons-thin-icon-thin-0034_search_find_zoom:before {
  content: "\e921"; }

.picons-thin-icon-thin-0035_bookmark_tag:before {
  content: "\e922"; }

.picons-thin-icon-thin-0036_share_facebook_social:before {
  content: "\e923"; }

.picons-thin-icon-thin-0037_smiley_happy_like_face:before {
  content: "\e924"; }

.picons-thin-icon-thin-0038_smiley_neutral_face:before {
  content: "\e925"; }

.picons-thin-icon-thin-0039_smiley_sad_face_unhappy:before {
  content: "\e926"; }

.picons-thin-icon-thin-0040_exit_logout_door_emergency_outside:before {
  content: "\e927"; }

.picons-thin-icon-thin-0041_filter_funnel:before {
  content: "\e928"; }

.picons-thin-icon-thin-0042_attachment:before {
  content: "\e929"; }

.picons-thin-icon-thin-0043_eye_visibility_show_visible:before {
  content: "\e92a"; }

.picons-thin-icon-thin-0044_eye_visibility_hide_invisible:before {
  content: "\e92b"; }

.picons-thin-icon-thin-0045_home_house:before {
  content: "\e92c"; }

.picons-thin-icon-thin-0046_home_house:before {
  content: "\e92d"; }

.picons-thin-icon-thin-0047_home_flat:before {
  content: "\e92e"; }

.picons-thin-icon-thin-0048_factory_work:before {
  content: "\e92f"; }

.picons-thin-icon-thin-0049_settings_panel_equalizer_preferences:before {
  content: "\e930"; }

.picons-thin-icon-thin-0050_settings_panel_equalizer_preferences:before {
  content: "\e931"; }

.picons-thin-icon-thin-0051_settings_gear_preferences:before {
  content: "\e932"; }

.picons-thin-icon-thin-0052_settings_gears_preferences_gearbox:before {
  content: "\e933"; }

.picons-thin-icon-thin-0053_settings_tools_pipe:before {
  content: "\e934"; }

.picons-thin-icon-thin-0054_settings_tools_configuration_preferences:before {
  content: "\e935"; }

.picons-thin-icon-thin-0055_settings_tools_configuration_preferences:before {
  content: "\e936"; }

.picons-thin-icon-thin-0056_bin_trash_recycle_delete_garbage_empty:before {
  content: "\e937"; }

.picons-thin-icon-thin-0057_bin_trash_recycle_delete_garbage_full:before {
  content: "\e938"; }

.picons-thin-icon-thin-0058_bin_trash_recycle_delete_garbage:before {
  content: "\e939"; }

.picons-thin-icon-thin-0059_error_warning_danger_stop:before {
  content: "\e93a"; }

.picons-thin-icon-thin-0060_error_warning_danger_stop_delete_exit:before {
  content: "\e93b"; }

.picons-thin-icon-thin-0061_error_warning_alert_attention:before {
  content: "\e93c"; }

.picons-thin-icon-thin-0062_unable_unavailable_error:before {
  content: "\e93d"; }

.picons-thin-icon-thin-0063_text_line_view:before {
  content: "\e93e"; }

.picons-thin-icon-thin-0064_bullet_list_view:before {
  content: "\e93f"; }

.picons-thin-icon-thin-0065_bullet_list_view:before {
  content: "\e940"; }

.picons-thin-icon-thin-0066_grid_view:before {
  content: "\e941"; }

.picons-thin-icon-thin-0067_line_thumb_view:before {
  content: "\e942"; }

.picons-thin-icon-thin-0068_text_image_article_view:before {
  content: "\e943"; }

.picons-thin-icon-thin-0069_box_load_package_module:before {
  content: "\e944"; }

.picons-thin-icon-thin-0069a_menu_hambuger:before {
  content: "\e945"; }

.picons-thin-icon-thin-0070_paper_role:before {
  content: "\e946"; }

.picons-thin-icon-thin-0071_document_file_paper:before {
  content: "\e947"; }

.picons-thin-icon-thin-0072_document_file_paper_text:before {
  content: "\e948"; }

.picons-thin-icon-thin-0073_documents_files_paper_text_archive_copy:before {
  content: "\e949"; }

.picons-thin-icon-thin-0074_document_file_delete_remove_error:before {
  content: "\e94a"; }

.picons-thin-icon-thin-0075_document_file_paper_text_article_blog_template:before {
  content: "\e94b"; }

.picons-thin-icon-thin-0076_document_file_zip_archive_compressed_rar:before {
  content: "\e94c"; }

.picons-thin-icon-thin-0077_document_file_pdf_adobe_acrobat:before {
  content: "\e94d"; }

.picons-thin-icon-thin-0078_document_file_word_office_doc_text:before {
  content: "\e94e"; }

.picons-thin-icon-thin-0079_document_file_cloud_sync_backup:before {
  content: "\e94f"; }

.picons-thin-icon-thin-0080_file_code_programming_dev_binary:before {
  content: "\e950"; }

.picons-thin-icon-thin-0081_video_movie_file_player:before {
  content: "\e951"; }

.picons-thin-icon-thin-0082_image_photo_file:before {
  content: "\e952"; }

.picons-thin-icon-thin-0083_font_file_ttf_otf_type_text:before {
  content: "\e953"; }

.picons-thin-icon-thin-0084_file_preferences_settings:before {
  content: "\e954"; }

.picons-thin-icon-thin-0085_file_search_find_replace_zoom_view:before {
  content: "\e955"; }

.picons-thin-icon-thin-0086_import_file_load:before {
  content: "\e956"; }

.picons-thin-icon-thin-0087_export_file:before {
  content: "\e957"; }

.picons-thin-icon-thin-0088_download_file:before {
  content: "\e958"; }

.picons-thin-icon-thin-0089_upload_file:before {
  content: "\e959"; }

.picons-thin-icon-thin-0090_cv_curriculum_vitae_job_life:before {
  content: "\e95a"; }

.picons-thin-icon-thin-0091_file_profile_user_personal:before {
  content: "\e95b"; }

.picons-thin-icon-thin-0092_file_profile_user_personal:before {
  content: "\e95c"; }

.picons-thin-icon-thin-0093_list_bullets:before {
  content: "\e95d"; }

.picons-thin-icon-thin-0094_file_table:before {
  content: "\e95e"; }

.picons-thin-icon-thin-0095_file_protected_password_security:before {
  content: "\e95f"; }

.picons-thin-icon-thin-0096_file_attachment:before {
  content: "\e960"; }

.picons-thin-icon-thin-0097_file_text_long:before {
  content: "\e961"; }

.picons-thin-icon-thin-0098_file_document_legal_text:before {
  content: "\e962"; }

.picons-thin-icon-thin-0099_legal_document_law_license:before {
  content: "\e963"; }

.picons-thin-icon-thin-0100_to_do_list_reminder_done:before {
  content: "\e964"; }

.picons-thin-icon-thin-0101_notes_text_notebook:before {
  content: "\e965"; }

.picons-thin-icon-thin-0102_notebook_to_do_bullets_list:before {
  content: "\e966"; }

.picons-thin-icon-thin-0103_box_clipboard:before {
  content: "\e967"; }

.picons-thin-icon-thin-0104_load_upload_clipboard_box:before {
  content: "\e968"; }

.picons-thin-icon-thin-0105_download_clipboard_box:before {
  content: "\e969"; }

.picons-thin-icon-thin-0106_clipboard_box_archive_documents:before {
  content: "\e96a"; }

.picons-thin-icon-thin-0107_zoom_in:before {
  content: "\e96b"; }

.picons-thin-icon-thin-0108_zoom_out:before {
  content: "\e96c"; }

.picons-thin-icon-thin-0109_search_find_files_folder:before {
  content: "\e96d"; }

.picons-thin-icon-thin-0110_folder:before {
  content: "\e96e"; }

.picons-thin-icon-thin-0111_folder_files_documents:before {
  content: "\e96f"; }

.picons-thin-icon-thin-0112_folder_images_photos:before {
  content: "\e970"; }

.picons-thin-icon-thin-0113_folder_password_protected_secure_private:before {
  content: "\e971"; }

.picons-thin-icon-thin-0114_folder_cloud_sync_backup:before {
  content: "\e972"; }

.picons-thin-icon-thin-0115_folder_preferences_options_settings:before {
  content: "\e973"; }

.picons-thin-icon-thin-0116_folder_upload:before {
  content: "\e974"; }

.picons-thin-icon-thin-0117_folder_documents_revert_history:before {
  content: "\e975"; }

.picons-thin-icon-thin-0118_folder_open:before {
  content: "\e976"; }

.picons-thin-icon-thin-0119_folder_open_full_documents:before {
  content: "\e977"; }

.picons-thin-icon-thin-0120_download_computer:before {
  content: "\e978"; }

.picons-thin-icon-thin-0121_download_file:before {
  content: "\e979"; }

.picons-thin-icon-thin-0122_download_file_computer_drive:before {
  content: "\e97a"; }

.picons-thin-icon-thin-0123_download_cloud_file_sync:before {
  content: "\e97b"; }

.picons-thin-icon-thin-0124_upload_cloud_file_sync_backup:before {
  content: "\e97c"; }

.picons-thin-icon-thin-0125_cloud_sync:before {
  content: "\e97d"; }

.picons-thin-icon-thin-0126_cloud_upload_backup:before {
  content: "\e97e"; }

.picons-thin-icon-thin-0127_cloud_sync_error:before {
  content: "\e97f"; }

.picons-thin-icon-thin-0128_upload_load_share:before {
  content: "\e980"; }

.picons-thin-icon-thin-0129_download:before {
  content: "\e981"; }

.picons-thin-icon-thin-0130_structure_map_files:before {
  content: "\e982"; }

.picons-thin-icon-thin-0131_arrow_back_undo:before {
  content: "\e983"; }

.picons-thin-icon-thin-0132_arrow_back_left:before {
  content: "\e984"; }

.picons-thin-icon-thin-0133_arrow_right_next:before {
  content: "\e985"; }

.picons-thin-icon-thin-0134_arrow_rotate_left_counter_clockwise:before {
  content: "\e986"; }

.picons-thin-icon-thin-0135_arrow_rotate_right_clockwise:before {
  content: "\e987"; }

.picons-thin-icon-thin-0136_rotation_lock:before {
  content: "\e988"; }

.picons-thin-icon-thin-0137_zoom_expand_maximize_window:before {
  content: "\e989"; }

.picons-thin-icon-thin-0138_expand_move_window_full_screen:before {
  content: "\e98a"; }

.picons-thin-icon-thin-0139_window_new_extern_full_screen_maximize:before {
  content: "\e98b"; }

.picons-thin-icon-thin-0140_airplay_screen_sharing:before {
  content: "\e98c"; }

.picons-thin-icon-thin-0141_rotate_back_revert_undo:before {
  content: "\e98d"; }

.picons-thin-icon-thin-0142_rotate_sync:before {
  content: "\e98e"; }

.picons-thin-icon-thin-0143_rotate_clockwise:before {
  content: "\e98f"; }

.picons-thin-icon-thin-0144_arrows_play_shuffle:before {
  content: "\e990"; }

.picons-thin-icon-thin-0145_arrows_play_repeat:before {
  content: "\e991"; }

.picons-thin-icon-thin-0146_arrows_fast_forward:before {
  content: "\e992"; }

.picons-thin-icon-thin-0147_arrows_divide_split:before {
  content: "\e993"; }

.picons-thin-icon-thin-0148_arrows_directions_left_right:before {
  content: "\e994"; }

.picons-thin-icon-thin-0149_arrows_curves:before {
  content: "\e995"; }

.picons-thin-icon-thin-0150_resize_left_right:before {
  content: "\e996"; }

.picons-thin-icon-thin-0151_plus_add_new:before {
  content: "\e997"; }

.picons-thin-icon-thin-0152_minus_delete_remove:before {
  content: "\e998"; }

.picons-thin-icon-thin-0153_delete_exit_remove_close:before {
  content: "\e999"; }

.picons-thin-icon-thin-0154_ok_successful_check:before {
  content: "\e99a"; }

.picons-thin-icon-thin-0155_delete_remove_exit_close_checkbox:before {
  content: "\e99b"; }

.picons-thin-icon-thin-0156_checkbox_ok_successful:before {
  content: "\e99c"; }

.picons-thin-icon-thin-0157_arrow_back_left:before {
  content: "\e99d"; }

.picons-thin-icon-thin-0158_arrow_next_right:before {
  content: "\e99e"; }

.picons-thin-icon-thin-0159_arrow_back_left:before {
  content: "\e99f"; }

.picons-thin-icon-thin-0160_arrow_next_right:before {
  content: "\e9a0"; }

.picons-thin-icon-thin-0161_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a1"; }

.picons-thin-icon-thin-0162_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a2"; }

.picons-thin-icon-thin-0163_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a3"; }

.picons-thin-icon-thin-0164_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a4"; }

.picons-thin-icon-thin-0165_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a5"; }

.picons-thin-icon-thin-0166_back_delete_backspace:before {
  content: "\e9a6"; }

.picons-thin-icon-thin-0167_plus_minus:before {
  content: "\e9a7"; }

.picons-thin-icon-thin-0168_check_ok_yes_no:before {
  content: "\e9a8"; }

.picons-thin-icon-thin-0169_target_circles:before {
  content: "\e9a9"; }

.picons-thin-icon-thin-0170_puzzle_modules_build:before {
  content: "\e9aa"; }

.picons-thin-icon-thin-0171_filter_funnel:before {
  content: "\e9ab"; }

.picons-thin-icon-thin-0172_structure_menu_submenu_navigation:before {
  content: "\e9ac"; }

.picons-thin-icon-thin-0173_structure_menu_submenu_navigation:before {
  content: "\e9ad"; }

.picons-thin-icon-thin-0174_archive_open_slide:before {
  content: "\e9ae"; }

.picons-thin-icon-thin-0175_slideshow:before {
  content: "\e9af"; }

.picons-thin-icon-thin-0176_module_connection_plugin:before {
  content: "\e9b0"; }

.picons-thin-icon-thin-0177_puzzle_module_connect:before {
  content: "\e9b1"; }

.picons-thin-icon-thin-0178_add_more_layers_slides:before {
  content: "\e9b2"; }

.picons-thin-icon-thin-0179_layers_slides:before {
  content: "\e9b3"; }

.picons-thin-icon-thin-0180_www_website_address_url_browser:before {
  content: "\e9b4"; }

.picons-thin-icon-thin-0181_dropdown_menu_select_option_form:before {
  content: "\e9b5"; }

.picons-thin-icon-thin-0182_screen_ok_success:before {
  content: "\e9b6"; }

.picons-thin-icon-thin-0183_screen_text:before {
  content: "\e9b7"; }

.picons-thin-icon-thin-0184_screen_text_images_presentation:before {
  content: "\e9b8"; }

.picons-thin-icon-thin-0185_screen_grid_images:before {
  content: "\e9b9"; }

.picons-thin-icon-thin-0186_window_text_images:before {
  content: "\e9ba"; }

.picons-thin-icon-thin-0187_window_graph_analytics:before {
  content: "\e9bb"; }

.picons-thin-icon-thin-0188_window_text_msg_box:before {
  content: "\e9bc"; }

.picons-thin-icon-thin-0189_window_alert_notification_warning_error:before {
  content: "\e9bd"; }

.picons-thin-icon-thin-0190_window_error_danger_stop:before {
  content: "\e9be"; }

.picons-thin-icon-thin-0191_window_application_cursor:before {
  content: "\e9bf"; }

.picons-thin-icon-thin-0192_window_application_code_shell_terminal:before {
  content: "\e9c0"; }

.picons-thin-icon-thin-0193_window_application_settings_preferences:before {
  content: "\e9c1"; }

.picons-thin-icon-thin-0194_layout_columns_sidemenu:before {
  content: "\e9c2"; }

.picons-thin-icon-thin-0195_layout_columns_three:before {
  content: "\e9c3"; }

.picons-thin-icon-thin-0196_layout_columns_title:before {
  content: "\e9c4"; }

.picons-thin-icon-thin-0197_layout_grid_view:before {
  content: "\e9c5"; }

.picons-thin-icon-thin-0198_battery_charge_empty:before {
  content: "\e9c6"; }

.picons-thin-icon-thin-0199_battery_charge_empty:before {
  content: "\e9c7"; }

.picons-thin-icon-thin-0200_battery_charge_half_empty:before {
  content: "\e9c8"; }

.picons-thin-icon-thin-0201_battery_charge_full:before {
  content: "\e9c9"; }

.picons-thin-icon-thin-0202_battery_charge_full:before {
  content: "\e9ca"; }

.picons-thin-icon-thin-0203_battery_charging_energy:before {
  content: "\e9cb"; }

.picons-thin-icon-thin-0204_bullets_list_radiobuttons:before {
  content: "\e9cc"; }

.picons-thin-icon-thin-0205_bullets_list:before {
  content: "\e9cd"; }

.picons-thin-icon-thin-0206_list_checkbox_todo:before {
  content: "\e9ce"; }

.picons-thin-icon-thin-0207_list_checkbox_todo_done:before {
  content: "\e9cf"; }

.picons-thin-icon-thin-0208_grid_view:before {
  content: "\e9d0"; }

.picons-thin-icon-thin-0209_radiobuttons_bullets_lines:before {
  content: "\e9d1"; }

.picons-thin-icon-thin-0210_checkboxes_lines_check:before {
  content: "\e9d2"; }

.picons-thin-icon-thin-0234_text_align_left_paragraph:before {
  content: "\e9d3"; }

.picons-thin-icon-thin-0235_text_align_center_paragraph:before {
  content: "\e9d4"; }

.picons-thin-icon-thin-0236_text_align_right_paragraph:before {
  content: "\e9d5"; }

.picons-thin-icon-thin-0237_text_align_justify_last_line_left_paragraph:before {
  content: "\e9d6"; }

.picons-thin-icon-thin-0238_text_align_justify_last_line_right_paragraph:before {
  content: "\e9d7"; }

.picons-thin-icon-thin-0239_text_align_justify_paragraph:before {
  content: "\e9d8"; }

.picons-thin-icon-thin-0240_text_align_right_indent:before {
  content: "\e9d9"; }

.picons-thin-icon-thin-0241_text_align_left_indent:before {
  content: "\e9da"; }

.picons-thin-icon-thin-0242_text_line_height_leading:before {
  content: "\e9db"; }

.picons-thin-icon-thin-0243_text_line_height_leading:before {
  content: "\e9dc"; }

.picons-thin-icon-thin-0244_text_bullets_list:before {
  content: "\e9dd"; }

.picons-thin-icon-thin-0245_text_numbered_list:before {
  content: "\e9de"; }

.picons-thin-icon-thin-0246_text_font_size_smaller:before {
  content: "\e9df"; }

.picons-thin-icon-thin-0247_text_font_size_larger:before {
  content: "\e9e0"; }

.picons-thin-icon-thin-0248_text_paragraph_indent_right:before {
  content: "\e9e1"; }

.picons-thin-icon-thin-0249_text_paragraph_indent_left:before {
  content: "\e9e2"; }

.picons-thin-icon-thin-0250_text_line_order:before {
  content: "\e9e3"; }

.picons-thin-icon-thin-0251_text_paragraph_line_spacing:before {
  content: "\e9e4"; }

.picons-thin-icon-thin-0252_text_spelling_check:before {
  content: "\e9e5"; }

.picons-thin-icon-thin-0253_image_frame_size_rotate_resize:before {
  content: "\e9e6"; }

.picons-thin-icon-thin-0254_copy:before {
  content: "\e9e7"; }

.picons-thin-icon-thin-0255_paste_clipboard:before {
  content: "\e9e8"; }

.picons-thin-icon-thin-0256_input_box_text_edit:before {
  content: "\e9e9"; }

.picons-thin-icon-thin-0257_button:before {
  content: "\e9ea"; }

.picons-thin-icon-thin-0258_code_html:before {
  content: "\e9eb"; }

.picons-thin-icon-thin-0259_code_html:before {
  content: "\e9ec"; }

.picons-thin-icon-thin-0260_link_url_chain_hyperlink:before {
  content: "\e9ed"; }

.picons-thin-icon-thin-0261_unlink_url_unchain_hyperlink:before {
  content: "\e9ee"; }

.picons-thin-icon-thin-0262_remove_clear_text_style:before {
  content: "\e9ef"; }

.picons-thin-icon-thin-0263_text_font_typography:before {
  content: "\e9f0"; }

.picons-thin-icon-thin-0264_text_style_bold:before {
  content: "\e9f1"; }

.picons-thin-icon-thin-0265_text_style_italic:before {
  content: "\e9f2"; }

.picons-thin-icon-thin-0266_text_style_underline:before {
  content: "\e9f3"; }

.picons-thin-icon-thin-0267_text_style_strikethrough:before {
  content: "\e9f4"; }

.picons-thin-icon-thin-0268_text_style_superscript:before {
  content: "\e9f5"; }

.picons-thin-icon-thin-0269_text_style_subscript:before {
  content: "\e9f6"; }

.picons-thin-icon-thin-0270_image_frame_crop_resize:before {
  content: "\e9f7"; }

.picons-thin-icon-thin-0271_text_image_align_wrap:before {
  content: "\e9f8"; }

.picons-thin-icon-thin-0272_text_image_align_top_bottom:before {
  content: "\e9f9"; }

.picons-thin-icon-thin-0273_video_multimedia_movie:before {
  content: "\e9fa"; }

.picons-thin-icon-thin-0274_chat_message_comment_bubble:before {
  content: "\e9fb"; }

.picons-thin-icon-thin-0275_chat_message_comment_bubble_typing:before {
  content: "\e9fc"; }

.picons-thin-icon-thin-0276_chat_message_comment_bubble_add_new:before {
  content: "\e9fd"; }

.picons-thin-icon-thin-0277_chat_message_comment_bubble_like_favorite:before {
  content: "\e9fe"; }

.picons-thin-icon-thin-0278_chat_message_comment_bubble_tweet_twitter:before {
  content: "\e9ff"; }

.picons-thin-icon-thin-0279_chat_message_comment_bubble:before {
  content: "\ea00"; }

.picons-thin-icon-thin-0280_chat_message_comment_bubble_reply_quote:before {
  content: "\ea01"; }

.picons-thin-icon-thin-0281_chat_message_discussion_bubble_reply_conversation:before {
  content: "\ea02"; }

.picons-thin-icon-thin-0282_chat_message_comment_bubble_cloud:before {
  content: "\ea03"; }

.picons-thin-icon-thin-0283_chat_message_comment_bubble_cloud:before {
  content: "\ea04"; }

.picons-thin-icon-thin-0284_message_text_like_favorite:before {
  content: "\ea05"; }

.picons-thin-icon-thin-0285_chat_message_quote_reply:before {
  content: "\ea06"; }

.picons-thin-icon-thin-0286_mobile_message_sms:before {
  content: "\ea07"; }

.picons-thin-icon-thin-0287_mobile_message_sms:before {
  content: "\ea08"; }

.picons-thin-icon-thin-0288_mobile_phone_call:before {
  content: "\ea09"; }

.picons-thin-icon-thin-0289_mobile_phone_call_ringing_nfc:before {
  content: "\ea0a"; }

.picons-thin-icon-thin-0290_phone_telephone_contact:before {
  content: "\ea0b"; }

.picons-thin-icon-thin-0291_phone_mobile_contact:before {
  content: "\ea0c"; }

.picons-thin-icon-thin-0292_phone_contact:before {
  content: "\ea0d"; }

.picons-thin-icon-thin-0293_phone_call_number_dialer:before {
  content: "\ea0e"; }

.picons-thin-icon-thin-0294_phone_call_ringing:before {
  content: "\ea0f"; }

.picons-thin-icon-thin-0295_phone_hold_call:before {
  content: "\ea10"; }

.picons-thin-icon-thin-0296_phone_call_contact:before {
  content: "\ea11"; }

.picons-thin-icon-thin-0297_address_book_contacts:before {
  content: "\ea12"; }

.picons-thin-icon-thin-0298_address_book_contacts:before {
  content: "\ea13"; }

.picons-thin-icon-thin-0299_address_book_contacts:before {
  content: "\ea14"; }

.picons-thin-icon-thin-0300_address_book_contacts:before {
  content: "\ea15"; }

.picons-thin-icon-thin-0301_address_book_contacts:before {
  content: "\ea16"; }

.picons-thin-icon-thin-0302_sim_card:before {
  content: "\ea17"; }

.picons-thin-icon-thin-0303_notification_badge:before {
  content: "\ea18"; }

.picons-thin-icon-thin-0304_chat_contact_support_help_conversation:before {
  content: "\ea19"; }

.picons-thin-icon-thin-0305_chat_message_discussion_bubble_conversation:before {
  content: "\ea1a"; }

.picons-thin-icon-thin-0306_chat_message_discussion_bubble_conversation:before {
  content: "\ea1b"; }

.picons-thin-icon-thin-0307_chat_discussion_yes_no_pro_contra_conversation:before {
  content: "\ea1c"; }

.picons-thin-icon-thin-0308_support_help:before {
  content: "\ea1d"; }

.picons-thin-icon-thin-0309_support_help_talk_call:before {
  content: "\ea1e"; }

.picons-thin-icon-thin-0310_support_help_talk_call:before {
  content: "\ea1f"; }

.picons-thin-icon-thin-0311_stamp:before {
  content: "\ea20"; }

.picons-thin-icon-thin-0312_post_stamp:before {
  content: "\ea21"; }

.picons-thin-icon-thin-0313_email_at_sign:before {
  content: "\ea22"; }

.picons-thin-icon-thin-0314_email_mail_post_card:before {
  content: "\ea23"; }

.picons-thin-icon-thin-0315_email_mail_post_send:before {
  content: "\ea24"; }

.picons-thin-icon-thin-0316_email_mail_post_open:before {
  content: "\ea25"; }

.picons-thin-icon-thin-0317_send_post_paper_plane:before {
  content: "\ea26"; }

.picons-thin-icon-thin-0318_email_attachment:before {
  content: "\ea27"; }

.picons-thin-icon-thin-0319_email_mail_post_card:before {
  content: "\ea28"; }

.picons-thin-icon-thin-0320_email_mail_post_card_sent_successful:before {
  content: "\ea29"; }

.picons-thin-icon-thin-0321_email_mail_post_at:before {
  content: "\ea2a"; }

.picons-thin-icon-thin-0322_mail_post_box:before {
  content: "\ea2b"; }

.picons-thin-icon-thin-0323_computer_desktop:before {
  content: "\ea2c"; }

.picons-thin-icon-thin-0324_computer_screen:before {
  content: "\ea2d"; }

.picons-thin-icon-thin-0325_computer_screen_cloud:before {
  content: "\ea2e"; }

.picons-thin-icon-thin-0326_computer_screen_users_profile:before {
  content: "\ea2f"; }

.picons-thin-icon-thin-0327_computer_screen_settings_preferences:before {
  content: "\ea30"; }

.picons-thin-icon-thin-0328_computer_screen_locked_password_protected_security:before {
  content: "\ea31"; }

.picons-thin-icon-thin-0329_computer_laptop_user_login:before {
  content: "\ea32"; }

.picons-thin-icon-thin-0330_computer_laptop_download:before {
  content: "\ea33"; }

.picons-thin-icon-thin-0331_computer_laptop_analytics_graph:before {
  content: "\ea34"; }

.picons-thin-icon-thin-0332_computer_laptop_website_url_www:before {
  content: "\ea35"; }

.picons-thin-icon-thin-0333_printer:before {
  content: "\ea36"; }

.picons-thin-icon-thin-0334_shredder_paper:before {
  content: "\ea37"; }

.picons-thin-icon-thin-0335_cd_dvd_disc_software:before {
  content: "\ea38"; }

.picons-thin-icon-thin-0336_disc_floppy_save_software:before {
  content: "\ea39"; }

.picons-thin-icon-thin-0337_keyboard_connect:before {
  content: "\ea3a"; }

.picons-thin-icon-thin-0338_keyboard_wired:before {
  content: "\ea3b"; }

.picons-thin-icon-thin-0339_keyboard_wireless:before {
  content: "\ea3c"; }

.picons-thin-icon-thin-0340_mouse:before {
  content: "\ea3d"; }

.picons-thin-icon-thin-0341_mouse_wireless:before {
  content: "\ea3e"; }

.picons-thin-icon-thin-0342_remote_control:before {
  content: "\ea3f"; }

.picons-thin-icon-thin-0343_ipad_tablet:before {
  content: "\ea40"; }

.picons-thin-icon-thin-0344_iphone_mobile:before {
  content: "\ea41"; }

.picons-thin-icon-thin-0345_chip_cpu_64_bit_processor:before {
  content: "\ea42"; }

.picons-thin-icon-thin-0346_magnet:before {
  content: "\ea43"; }

.picons-thin-icon-thin-0347_usb:before {
  content: "\ea44"; }

.picons-thin-icon-thin-0348_thunderbolt:before {
  content: "\ea45"; }

.picons-thin-icon-thin-0349_usb_connect:before {
  content: "\ea46"; }

.picons-thin-icon-thin-0350_apple_connect:before {
  content: "\ea47"; }

.picons-thin-icon-thin-0351_apple_lightning_connect:before {
  content: "\ea48"; }

.picons-thin-icon-thin-0352_apple_lightning_connect:before {
  content: "\ea49"; }

.picons-thin-icon-thin-0353_wi-fi_wlan_connect_internet:before {
  content: "\ea4a"; }

.picons-thin-icon-thin-0354_wi-fi_wlan_connect_internet:before {
  content: "\ea4b"; }

.picons-thin-icon-thin-0355_wi-fi_wlan_router:before {
  content: "\ea4c"; }

.picons-thin-icon-thin-0356_database:before {
  content: "\ea4d"; }

.picons-thin-icon-thin-0357_database_remote:before {
  content: "\ea4e"; }

.picons-thin-icon-thin-0358_database_raid:before {
  content: "\ea4f"; }

.picons-thin-icon-thin-0359_server_hosting:before {
  content: "\ea50"; }

.picons-thin-icon-thin-0360_network_connection_lan_computers:before {
  content: "\ea51"; }

.picons-thin-icon-thin-0361_network_lan_drives_backup_remote:before {
  content: "\ea52"; }

.picons-thin-icon-thin-0362_network_remote_folder_drive:before {
  content: "\ea53"; }

.picons-thin-icon-thin-0363_network_connection_computer_folder:before {
  content: "\ea54"; }

.picons-thin-icon-thin-0364_network_connection_computers:before {
  content: "\ea55"; }

.picons-thin-icon-thin-0365_network_connection_computers:before {
  content: "\ea56"; }

.picons-thin-icon-thin-0366_satellite_connection:before {
  content: "\ea57"; }

.picons-thin-icon-thin-0367_satellite_connection:before {
  content: "\ea58"; }

.picons-thin-icon-thin-0368_home_wi_fi_wireless_network:before {
  content: "\ea59"; }

.picons-thin-icon-thin-0369_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\ea5a"; }

.picons-thin-icon-thin-0370_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\ea5b"; }

.picons-thin-icon-thin-0371_bluetooth:before {
  content: "\ea5c"; }

.picons-thin-icon-thin-0372_connection_wireless:before {
  content: "\ea5d"; }

.picons-thin-icon-thin-0373_connection_world_internet_worldwide:before {
  content: "\ea5e"; }

.picons-thin-icon-thin-0374_connection_world_internet_worldwide:before {
  content: "\ea5f"; }

.picons-thin-icon-thin-0375_screen_analytics_line_graph:before {
  content: "\ea60"; }

.picons-thin-icon-thin-0376_screen_analytics_line_graph_growth:before {
  content: "\ea61"; }

.picons-thin-icon-thin-0377_screen_analytics_pie_graph:before {
  content: "\ea62"; }

.picons-thin-icon-thin-0378_analytics_presentation_statistics_graph:before {
  content: "\ea63"; }

.picons-thin-icon-thin-0379_business_suitcase:before {
  content: "\ea64"; }

.picons-thin-icon-thin-0380_line_structure_hierarchy:before {
  content: "\ea65"; }

.picons-thin-icon-thin-0381_line_structure_relations_hierarchy:before {
  content: "\ea66"; }

.picons-thin-icon-thin-0382_graph_columns_statistics:before {
  content: "\ea67"; }

.picons-thin-icon-thin-0383_graph_columns_growth_statistics:before {
  content: "\ea68"; }

.picons-thin-icon-thin-0384_graph_columns_drop_statistics:before {
  content: "\ea69"; }

.picons-thin-icon-thin-0385_graph_pie_chart_statistics:before {
  content: "\ea6a"; }

.picons-thin-icon-thin-0386_graph_line_chart_statistics:before {
  content: "\ea6b"; }

.picons-thin-icon-thin-0387_tie_business_man:before {
  content: "\ea6c"; }

.picons-thin-icon-thin-0388_government_white_house_capitol:before {
  content: "\ea6d"; }

.picons-thin-icon-thin-0389_gavel_hammer_law_judge_court:before {
  content: "\ea6e"; }

.picons-thin-icon-thin-0390_scale_justice_law_attorney:before {
  content: "\ea6f"; }

.picons-thin-icon-thin-0391_scale_justice_law_attorney:before {
  content: "\ea70"; }

.picons-thin-icon-thin-0392_business_idea:before {
  content: "\ea71"; }

.picons-thin-icon-thin-0393_hand_papers_payment:before {
  content: "\ea72"; }

.picons-thin-icon-thin-0394_business_handshake_deal_contract_sign:before {
  content: "\ea73"; }

.picons-thin-icon-thin-0395_analytics_graph_line_statistics:before {
  content: "\ea74"; }

.picons-thin-icon-thin-0396_analytics_graph_line_statistics_stock:before {
  content: "\ea75"; }

.picons-thin-icon-thin-0397_analytics_graph_line_statistics_presentation_keynote:before {
  content: "\ea76"; }

.picons-thin-icon-thin-0398_presentation_powerpoint_keynote_meeting:before {
  content: "\ea77"; }

.picons-thin-icon-thin-0399_meeting_presentation_speech_speaker_keynote:before {
  content: "\ea78"; }

.picons-thin-icon-thin-0400_analytics_graph_line_statistics_stock:before {
  content: "\ea79"; }

.picons-thin-icon-thin-0401_graph_growth_money_stock_inflation:before {
  content: "\ea7a"; }

.picons-thin-icon-thin-0402_stock_money_growth_inflation:before {
  content: "\ea7b"; }

.picons-thin-icon-thin-0403_money_usa_dollar:before {
  content: "\ea7c"; }

.picons-thin-icon-thin-0404_money_europe_euro:before {
  content: "\ea7d"; }

.picons-thin-icon-thin-0405_money_bag_dollar:before {
  content: "\ea7e"; }

.picons-thin-icon-thin-0406_money_dollar_euro_currency_exchange_cash:before {
  content: "\ea7f"; }

.picons-thin-icon-thin-0407_credit_card:before {
  content: "\ea80"; }

.picons-thin-icon-thin-0408_wallet_money_payment:before {
  content: "\ea81"; }

.picons-thin-icon-thin-0409_wallet_credit_card_money_payment:before {
  content: "\ea82"; }

.picons-thin-icon-thin-0410_cash_register_payment:before {
  content: "\ea83"; }

.picons-thin-icon-thin-0411_invoice_dollar_bill_payment:before {
  content: "\ea84"; }

.picons-thin-icon-thin-0412_free:before {
  content: "\ea85"; }

.picons-thin-icon-thin-0413_money_coins_jettons_chips:before {
  content: "\ea86"; }

.picons-thin-icon-thin-0414_money_cash_coins_payment:before {
  content: "\ea87"; }

.picons-thin-icon-thin-0415_saving_sale_discount_piggy_bank_pig:before {
  content: "\ea88"; }

.picons-thin-icon-thin-0416_calculator:before {
  content: "\ea89"; }

.picons-thin-icon-thin-0417_calculator:before {
  content: "\ea8a"; }

.picons-thin-icon-thin-0418_bank_pantheon:before {
  content: "\ea8b"; }

.picons-thin-icon-thin-0419_payment_mobile_nfc_apple_pay_cashless:before {
  content: "\ea8c"; }

.picons-thin-icon-thin-0420_money_cash_coins_payment_dollars:before {
  content: "\ea8d"; }

.picons-thin-icon-thin-0421_money_credit_card_coins_payment:before {
  content: "\ea8e"; }

.picons-thin-icon-thin-0422_no_cash_payment_cashless:before {
  content: "\ea8f"; }

.picons-thin-icon-thin-0423_coin_payment_chip:before {
  content: "\ea90"; }

.picons-thin-icon-thin-0424_money_payment_dollar_cash:before {
  content: "\ea91"; }

.picons-thin-icon-thin-0425_money_payment_dollar_cash:before {
  content: "\ea92"; }

.picons-thin-icon-thin-0426_money_payment_dollars_coins_cash:before {
  content: "\ea93"; }

.picons-thin-icon-thin-0427_money_payment_dollar_coins_chips:before {
  content: "\ea94"; }

.picons-thin-icon-thin-0428_money_payment_dollar_bag_cash:before {
  content: "\ea95"; }

.picons-thin-icon-thin-0429_money_payment_euro_bag_cash:before {
  content: "\ea96"; }

.picons-thin-icon-thin-0430_money_payment_dollar_coins_cash:before {
  content: "\ea97"; }

.picons-thin-icon-thin-0431_money_atm_machine_withdrawal_cash:before {
  content: "\ea98"; }

.picons-thin-icon-thin-0432_atm_machine_withdrawal_credit_card:before {
  content: "\ea99"; }

.picons-thin-icon-thin-0433_money_currency_exchange:before {
  content: "\ea9a"; }

.picons-thin-icon-thin-0434_gold_reserve:before {
  content: "\ea9b"; }

.picons-thin-icon-thin-0435_bitcoin_money:before {
  content: "\ea9c"; }

.picons-thin-icon-thin-0436_bitcoin_wallet_payment:before {
  content: "\ea9d"; }

.picons-thin-icon-thin-0436a_pound_britain_currency_money:before {
  content: "\ea9e"; }

.picons-thin-icon-thin-0436b_pound_britain_currency_money:before {
  content: "\ea9f"; }

.picons-thin-icon-thin-0437_tag_price_sale:before {
  content: "\eaa0"; }

.picons-thin-icon-thin-0438_tag_price_sale_discount:before {
  content: "\eaa1"; }

.picons-thin-icon-thin-0439_shopping_cart_basket_store:before {
  content: "\eaa2"; }

.picons-thin-icon-thin-0440_shopping_cart_basket_store:before {
  content: "\eaa3"; }

.picons-thin-icon-thin-0441_full_shopping_cart_basket_store:before {
  content: "\eaa4"; }

.picons-thin-icon-thin-0442_shopping_cart_basket_store:before {
  content: "\eaa5"; }

.picons-thin-icon-thin-0443_shopping_cart_basket_store:before {
  content: "\eaa6"; }

.picons-thin-icon-thin-0444_price_discount_sale_coupon:before {
  content: "\eaa7"; }

.picons-thin-icon-thin-0445_store_shop_shopping:before {
  content: "\eaa8"; }

.picons-thin-icon-thin-0446_store_shop_shopping:before {
  content: "\eaa9"; }

.picons-thin-icon-thin-0447_gift_wrapping:before {
  content: "\eaaa"; }

.picons-thin-icon-thin-0448_shipping_box_delivery:before {
  content: "\eaab"; }

.picons-thin-icon-thin-0449_fragile_shipping_box_delivery:before {
  content: "\eaac"; }

.picons-thin-icon-thin-0450_shipping_box_delivery:before {
  content: "\eaad"; }

.picons-thin-icon-thin-0451_shipping_box_delivery:before {
  content: "\eaae"; }

.picons-thin-icon-thin-0452_archive_shipping_box_delivery:before {
  content: "\eaaf"; }

.picons-thin-icon-thin-0453_shopping_bag_sale_store:before {
  content: "\eab0"; }

.picons-thin-icon-thin-0454_shopping_bag_sale_store:before {
  content: "\eab1"; }

.picons-thin-icon-thin-0455_delivery_van_shipping:before {
  content: "\eab2"; }

.picons-thin-icon-thin-0456_fragile_delivery_shipping:before {
  content: "\eab3"; }

.picons-thin-icon-thin-0457_store_shop_open:before {
  content: "\eab4"; }

.picons-thin-icon-thin-0458_store_shop_closed:before {
  content: "\eab5"; }

.picons-thin-icon-thin-0459_store_shop_open_nonstop:before {
  content: "\eab6"; }

.picons-thin-icon-thin-0460_new:before {
  content: "\eab7"; }

.picons-thin-icon-thin-0461_delivery_van_shipping_transport:before {
  content: "\eab8"; }

.picons-thin-icon-thin-0462_fast_delivery_van_shipping_transport:before {
  content: "\eab9"; }

.picons-thin-icon-thin-0463_fast_delivery_van_shipping_transport:before {
  content: "\eaba"; }

.picons-thin-icon-thin-0464_shipping_box_delivery:before {
  content: "\eabb"; }

.picons-thin-icon-thin-0465_shopping_cart_basket_store:before {
  content: "\eabc"; }

.picons-thin-icon-thin-0466_shopping_cart_basket_store_successful:before {
  content: "\eabd"; }

.picons-thin-icon-thin-0467_traffic_lights_transport:before {
  content: "\eabe"; }

.picons-thin-icon-thin-0468_car_transport_vehicle:before {
  content: "\eabf"; }

.picons-thin-icon-thin-0469_van_truck_transport_vehicle:before {
  content: "\eac0"; }

.picons-thin-icon-thin-0470_bus_transport:before {
  content: "\eac1"; }

.picons-thin-icon-thin-0471_train_metro_transport:before {
  content: "\eac2"; }

.picons-thin-icon-thin-0472_road_trafic:before {
  content: "\eac3"; }

.picons-thin-icon-thin-0473_ship_naval_sea_marine_transport:before {
  content: "\eac4"; }

.picons-thin-icon-thin-0474_anchor_ship_sea_naval:before {
  content: "\eac5"; }

.picons-thin-icon-thin-0475_bike_bycicle_transport:before {
  content: "\eac6"; }

.picons-thin-icon-thin-0476_chain_link_bike_bycicle:before {
  content: "\eac7"; }

.picons-thin-icon-thin-0477_steering_wheel_car_navigation_driving:before {
  content: "\eac8"; }

.picons-thin-icon-thin-0478_plane_air:before {
  content: "\eac9"; }

.picons-thin-icon-thin-0479_rocket_space_nasa:before {
  content: "\eaca"; }

.picons-thin-icon-thin-0480_gas_fuel_station:before {
  content: "\eacb"; }

.picons-thin-icon-thin-0481_corn_traffic_jam_road_sign:before {
  content: "\eacc"; }

.picons-thin-icon-thin-0482_gauge_dashboard_empty:before {
  content: "\eacd"; }

.picons-thin-icon-thin-0483_gauge_dashboard_half:before {
  content: "\eace"; }

.picons-thin-icon-thin-0484_gauge_dashboard_full_fuel:before {
  content: "\eacf"; }

.picons-thin-icon-thin-0485_gauge_dashboard_speedometer_odometer_speed:before {
  content: "\ead0"; }

.picons-thin-icon-thin-0486_gauge_car_dashboard_speedometer_odometer_speed:before {
  content: "\ead1"; }

.picons-thin-icon-thin-0487_van_truck_transport_vehicle:before {
  content: "\ead2"; }

.picons-thin-icon-thin-0488_van_truck_transport_vehicle:before {
  content: "\ead3"; }

.picons-thin-icon-thin-0489_storehouse_storage:before {
  content: "\ead4"; }

.picons-thin-icon-thin-0490_shipping_cart_box_delivery:before {
  content: "\ead5"; }

.picons-thin-icon-thin-0491_box_shipping_modules:before {
  content: "\ead6"; }

.picons-thin-icon-thin-0492_car_wash:before {
  content: "\ead7"; }

.picons-thin-icon-thin-0493_car_wash:before {
  content: "\ead8"; }

.picons-thin-icon-thin-0494_4x4_offroad_car_jeep_safari:before {
  content: "\ead9"; }

.picons-thin-icon-thin-0495_car_garage:before {
  content: "\eada"; }

.picons-thin-icon-thin-0496_car_garage_house_home:before {
  content: "\eadb"; }

.picons-thin-icon-thin-0497_car_machine_piston_cylinder:before {
  content: "\eadc"; }

.picons-thin-icon-thin-0498_car_battery_electricity:before {
  content: "\eadd"; }

.picons-thin-icon-thin-0499_car_machine_check:before {
  content: "\eade"; }

.picons-thin-icon-thin-0500_car_machine_cooling_water_temperature:before {
  content: "\eadf"; }

.picons-thin-icon-thin-0501_car_machine_oil_presure_level_check:before {
  content: "\eae0"; }

.picons-thin-icon-thin-0502_car_brakes_check_safety_danger:before {
  content: "\eae1"; }

.picons-thin-icon-thin-0503_car_windshield_water:before {
  content: "\eae2"; }

.picons-thin-icon-thin-0504_car_turn_sign_right_left:before {
  content: "\eae3"; }

.picons-thin-icon-thin-0505_car_manual_gearbox:before {
  content: "\eae4"; }

.picons-thin-icon-thin-0535_navigation_location_drop_pin_map:before {
  content: "\eae5"; }

.picons-thin-icon-thin-0536_navigation_location_drop_pin_map:before {
  content: "\eae6"; }

.picons-thin-icon-thin-0537_navigation_location_drop_pin_map:before {
  content: "\eae7"; }

.picons-thin-icon-thin-0538_navigation_compass_orientation:before {
  content: "\eae8"; }

.picons-thin-icon-thin-0539_map_path_navigation_location:before {
  content: "\eae9"; }

.picons-thin-icon-thin-0540_map_path_navigation_location_treasure_hunt:before {
  content: "\eaea"; }

.picons-thin-icon-thin-0541_path_way_road_sign:before {
  content: "\eaeb"; }

.picons-thin-icon-thin-0542_path_way_road_sign:before {
  content: "\eaec"; }

.picons-thin-icon-thin-0543_world_earth_worldwide_location_travel:before {
  content: "\eaed"; }

.picons-thin-icon-thin-0544_world_earth_worldwide_international_language:before {
  content: "\eaee"; }

.picons-thin-icon-thin-0545_map_travel_distance_directions:before {
  content: "\eaef"; }

.picons-thin-icon-thin-0546_map_travel_destination_location_world:before {
  content: "\eaf0"; }

.picons-thin-icon-thin-0547_path_travel_road:before {
  content: "\eaf1"; }

.picons-thin-icon-thin-0584_movie_film_cinema:before {
  content: "\eaf2"; }

.picons-thin-icon-thin-0585_hd_movie_video_camera_recording:before {
  content: "\eaf3"; }

.picons-thin-icon-thin-0586_movie_video_camera_recording:before {
  content: "\eaf4"; }

.picons-thin-icon-thin-0587_movie_video_cinema_flm:before {
  content: "\eaf5"; }

.picons-thin-icon-thin-0588_play_movie_video_cinema_flm:before {
  content: "\eaf6"; }

.picons-thin-icon-thin-0589_ticket_movie_cinema:before {
  content: "\eaf7"; }

.picons-thin-icon-thin-0590_movie_recording_play_director_cut:before {
  content: "\eaf8"; }

.picons-thin-icon-thin-0591_presentation_video_play_beamer:before {
  content: "\eaf9"; }

.picons-thin-icon-thin-0592_tv_televison_movie_news:before {
  content: "\eafa"; }

.picons-thin-icon-thin-0593_video_play_youtube:before {
  content: "\eafb"; }

.picons-thin-icon-thin-0594_beamer_presentation_projector:before {
  content: "\eafc"; }

.picons-thin-icon-thin-0617_picture_image_photo:before {
  content: "\eafd"; }

.picons-thin-icon-thin-0618_album_picture_image_photo:before {
  content: "\eafe"; }

.picons-thin-icon-thin-0619_album_picture_image_photo:before {
  content: "\eaff"; }

.picons-thin-icon-thin-0620_picture_image_photo_desk:before {
  content: "\eb00"; }

.picons-thin-icon-thin-0621_polaroid_picture_image_photo:before {
  content: "\eb01"; }

.picons-thin-icon-thin-0622_wall_picture_image_photo:before {
  content: "\eb02"; }

.picons-thin-icon-thin-0623_not_available_broken_missing_picture_image_photo:before {
  content: "\eb03"; }

.picons-thin-icon-thin-0624_photo_camera:before {
  content: "\eb04"; }

.picons-thin-icon-thin-0625_photo_camera:before {
  content: "\eb05"; }

.picons-thin-icon-thin-0626_photo_camera_upload_computer:before {
  content: "\eb06"; }

.picons-thin-icon-thin-0627_photo_camera_portrait:before {
  content: "\eb07"; }

.picons-thin-icon-thin-0628_photo_camera_landscape:before {
  content: "\eb08"; }

.picons-thin-icon-thin-0629_photo_camera_tripod_stand:before {
  content: "\eb09"; }

.picons-thin-icon-thin-0630_photo_wall_frame:before {
  content: "\eb0a"; }

.picons-thin-icon-thin-0631_camera_setting_close_up_macro:before {
  content: "\eb0b"; }

.picons-thin-icon-thin-0651_star_favorite_rating:before {
  content: "\eb0c"; }

.picons-thin-icon-thin-0652_star_favorite_rating:before {
  content: "\eb0d"; }

.picons-thin-icon-thin-0653_like_heart_favorite_rating_love:before {
  content: "\eb0e"; }

.picons-thin-icon-thin-0654_unlike_heart_broken_break_love:before {
  content: "\eb0f"; }

.picons-thin-icon-thin-0655_like_heart_favorite_rating_love:before {
  content: "\eb10"; }

.picons-thin-icon-thin-0656_medal_award_rating_prize_achievement:before {
  content: "\eb11"; }

.picons-thin-icon-thin-0657_medal_award_rating_prize_achievement:before {
  content: "\eb12"; }

.picons-thin-icon-thin-0658_cup_place_winner_award_prize_achievement:before {
  content: "\eb13"; }

.picons-thin-icon-thin-0659_medal_first_place_winner_award_prize_achievement:before {
  content: "\eb14"; }

.picons-thin-icon-thin-0660_shape_new_discount:before {
  content: "\eb15"; }

.picons-thin-icon-thin-0661_like_thumb_up_vote:before {
  content: "\eb16"; }

.picons-thin-icon-thin-0662_dislike_thumb_down_vote:before {
  content: "\eb17"; }

.picons-thin-icon-thin-0663_like_thumb_up_vote:before {
  content: "\eb18"; }

.picons-thin-icon-thin-0664_dislike_thumb_down_vote:before {
  content: "\eb19"; }

.picons-thin-icon-thin-0665_vote_ticket_paper_voting:before {
  content: "\eb1a"; }

.picons-thin-icon-thin-0666_award_achievement_prize_medal:before {
  content: "\eb1b"; }

.picons-thin-icon-thin-0667_star_rating_favorite_point:before {
  content: "\eb1c"; }

.picons-thin-icon-thin-0668_up_vote_plus_higher:before {
  content: "\eb1d"; }

.picons-thin-icon-thin-0669_down_vote_minus_lower:before {
  content: "\eb1e"; }

.picons-thin-icon-thin-0670_diamond_prize_award_jewellery_ring:before {
  content: "\eb1f"; }

.picons-thin-icon-thin-0671_vector_bezier_curve_illustrator:before {
  content: "\eb20"; }

.picons-thin-icon-thin-0672_crop_image:before {
  content: "\eb21"; }

.picons-thin-icon-thin-0673_ruller_dimension_length:before {
  content: "\eb22"; }

.picons-thin-icon-thin-0674_cut_scissors:before {
  content: "\eb23"; }

.picons-thin-icon-thin-0675_paint_brush_color:before {
  content: "\eb24"; }

.picons-thin-icon-thin-0676_eyedropper_color:before {
  content: "\eb25"; }

.picons-thin-icon-thin-0677_color_wheel_rgb:before {
  content: "\eb26"; }

.picons-thin-icon-thin-0678_pen_writting_fontain:before {
  content: "\eb27"; }

.picons-thin-icon-thin-0679_paint_brush:before {
  content: "\eb28"; }

.picons-thin-icon-thin-0680_pencil_ruller_drawing:before {
  content: "\eb29"; }

.picons-thin-icon-thin-0681_drawing_board_canvas_table:before {
  content: "\eb2a"; }

.picons-thin-icon-thin-0682_pencil:before {
  content: "\eb2b"; }

.picons-thin-icon-thin-0683_pen:before {
  content: "\eb2c"; }

.picons-thin-icon-thin-0684_paint_brush:before {
  content: "\eb2d"; }

.picons-thin-icon-thin-0685_marker_text:before {
  content: "\eb2e"; }

.picons-thin-icon-thin-0686_cut_knife:before {
  content: "\eb2f"; }

.picons-thin-icon-thin-0687_pantone_color_guide_samples_book:before {
  content: "\eb30"; }

.picons-thin-icon-thin-0688_paint_bucket_color:before {
  content: "\eb31"; }

.picons-thin-icon-thin-0689_paint_bucket_color:before {
  content: "\eb32"; }

.picons-thin-icon-thin-0690_spray_color:before {
  content: "\eb33"; }

.picons-thin-icon-thin-0691_wall_paint_color:before {
  content: "\eb34"; }

.picons-thin-icon-thin-0692_paper_layers:before {
  content: "\eb35"; }

.picons-thin-icon-thin-0693_reflect_vertical:before {
  content: "\eb36"; }

.picons-thin-icon-thin-0694_reflect_horizontal:before {
  content: "\eb37"; }

.picons-thin-icon-thin-0695_pathfinder_shapes_minus_back:before {
  content: "\eb38"; }

.picons-thin-icon-thin-0696_pathfinder_shapes_unite:before {
  content: "\eb39"; }

.picons-thin-icon-thin-0697_pathfinder_shapes_exclude:before {
  content: "\eb3a"; }

.picons-thin-icon-thin-0698_pathfinder_shapes_intersect:before {
  content: "\eb3b"; }

.picons-thin-icon-thin-0699_user_profile_avatar_man_male:before {
  content: "\eb3c"; }

.picons-thin-icon-thin-0700_user_profile_avatar_woman_female:before {
  content: "\eb3d"; }

.picons-thin-icon-thin-0701_user_profile_avatar_man_male:before {
  content: "\eb3e"; }

.picons-thin-icon-thin-0702_user_profile_avatar_woman_female:before {
  content: "\eb3f"; }

.picons-thin-icon-thin-0703_users_profile_group_two:before {
  content: "\eb40"; }

.picons-thin-icon-thin-0704_users_profile_group_couple_man_woman:before {
  content: "\eb41"; }

.picons-thin-icon-thin-0705_user_profile_security_password_permissions:before {
  content: "\eb42"; }

.picons-thin-icon-thin-0706_user_profile_add_new:before {
  content: "\eb43"; }

.picons-thin-icon-thin-0707_user_profile_remove_delete:before {
  content: "\eb44"; }

.picons-thin-icon-thin-0708_user_profile:before {
  content: "\eb45"; }

.picons-thin-icon-thin-0709_user_profile_avatar_man_male:before {
  content: "\eb46"; }

.picons-thin-icon-thin-0710_business_tie_user_profile_avatar_man_male:before {
  content: "\eb47"; }

.picons-thin-icon-thin-0711_young_boy_user_profile_avatar_man_male:before {
  content: "\eb48"; }

.picons-thin-icon-thin-0712_user_profile_avatar_girl_woman_female:before {
  content: "\eb49"; }

.picons-thin-icon-thin-0713_user_profile_back_tag:before {
  content: "\eb4a"; }

.picons-thin-icon-thin-0714_identity_card_photo_user_profile:before {
  content: "\eb4b"; }

.picons-thin-icon-thin-0715_contact_archive_identity_card_photo_user_profile:before {
  content: "\eb4c"; }

.picons-thin-icon-thin-0716_user_profile_add_new:before {
  content: "\eb4d"; }

.picons-thin-icon-thin-0717_user_profile_remove_delete:before {
  content: "\eb4e"; }

.picons-thin-icon-thin-0718_user_profile_successful_check_verified:before {
  content: "\eb4f"; }

.picons-thin-icon-thin-0719_group_users_circle:before {
  content: "\eb50"; }

.picons-thin-icon-thin-0720_user_location_position:before {
  content: "\eb51"; }

.picons-thin-icon-thin-0721_identity_card_photo_tag_user_profile:before {
  content: "\eb52"; }

.picons-thin-icon-thin-0722_profile_user_search_find:before {
  content: "\eb53"; }

.picons-thin-icon-thin-0723_nurse_medicine_hospital_doctor:before {
  content: "\eb54"; }

.picons-thin-icon-thin-0724_policeman_security:before {
  content: "\eb55"; }

.picons-thin-icon-thin-0725_fireman_fire:before {
  content: "\eb56"; }

.picons-thin-icon-thin-0726_doctor_surgery_hospital:before {
  content: "\eb57"; }

.picons-thin-icon-thin-0727_detective_criminal_sherlock_investigation:before {
  content: "\eb58"; }

.picons-thin-icon-thin-0728_construction_worker_site_helmet_safety:before {
  content: "\eb59"; }

.picons-thin-icon-thin-0729_student_degree_science_university_school_graduate:before {
  content: "\eb5a"; }

.picons-thin-icon-thin-0730_support_male_phone:before {
  content: "\eb5b"; }

.picons-thin-icon-thin-0731_support_female_phone:before {
  content: "\eb5c"; }

.picons-thin-icon-thin-0810_heart_pulse_rate_health:before {
  content: "\eb5d"; }

.picons-thin-icon-thin-0811_medicine_health_injection_ill:before {
  content: "\eb5e"; }

.picons-thin-icon-thin-0812_medicine_patch_injury:before {
  content: "\eb5f"; }

.picons-thin-icon-thin-0813_heart_vitals_pulse_rate_health:before {
  content: "\eb60"; }

.picons-thin-icon-thin-0814_kidney_internal_body_part:before {
  content: "\eb61"; }

.picons-thin-icon-thin-0815_lungs_breathing:before {
  content: "\eb62"; }

.picons-thin-icon-thin-0816_microscope_laboratory:before {
  content: "\eb63"; }

.picons-thin-icon-thin-0817_tube_laboratory_chemistry:before {
  content: "\eb64"; }

.picons-thin-icon-thin-0818_poison_pills_drugs:before {
  content: "\eb65"; }

.picons-thin-icon-thin-0819_poison_deathly_medicine:before {
  content: "\eb66"; }

.picons-thin-icon-thin-0820_medicine_drugs_ill_pill:before {
  content: "\eb67"; }

.picons-thin-icon-thin-0821_blood_infusion:before {
  content: "\eb68"; }

.picons-thin-icon-thin-0822_blood_infusion:before {
  content: "\eb69"; }

.picons-thin-icon-thin-0823_hospital_ill_medicine_doctor_ambulance:before {
  content: "\eb6a"; }

.picons-thin-icon-thin-0824_fever_body_temperature_ill:before {
  content: "\eb6b"; }

.picons-thin-icon-thin-0825_stetoscope_doctor_hospital_ill:before {
  content: "\eb6c"; }

.picons-thin-icon-thin-0826_teeth_tooth_dental:before {
  content: "\eb6d"; }

.picons-thin-icon-thin-0827_body_weight_fitness_health_fat:before {
  content: "\eb6e"; }

.picons-thin-icon-thin-0828_basket_ball_sports:before {
  content: "\eb6f"; }

.picons-thin-icon-thin-0829_golf_course_sports:before {
  content: "\eb70"; }

.picons-thin-icon-thin-0830_table_tennis_ping_pong_sports:before {
  content: "\eb71"; }

.picons-thin-icon-thin-0831_basket_ball_sports:before {
  content: "\eb72"; }

.picons-thin-icon-thin-0832_football_stadium_green_court_sports:before {
  content: "\eb73"; }

.picons-thin-icon-thin-0833_referee_whistle:before {
  content: "\eb74"; }

.picons-thin-icon-thin-0834_ragby_amercian_football_sports:before {
  content: "\eb75"; }

.picons-thin-icon-thin-0835_football_soccer_sports:before {
  content: "\eb76"; }

.picons-thin-icon-thin-0836_baseball_sports:before {
  content: "\eb77"; }

.picons-thin-icon-thin-0837_baseball_tennis_ball_sports:before {
  content: "\eb78"; }

.picons-thin-icon-thin-0838_watch_heart_fitness_running_tracker:before {
  content: "\eb79"; }

.picons-thin-icon-thin-0839_apple_watch_heart_fitness_running_tracker:before {
  content: "\eb7a"; }

.picons-thin-icon-thin-0840_apple_watch_heart_fitness_running_tracker:before {
  content: "\eb7b"; }

.picons-thin-icon-thin-0841_apple_watch_music_song_fitness:before {
  content: "\eb7c"; }

.picons-thin-icon-thin-0842_fitness_running:before {
  content: "\eb7d"; }

.picons-thin-icon-thin-0843_fitness_cycling:before {
  content: "\eb7e"; }

.picons-thin-icon-thin-0844_stopwatch_training_time:before {
  content: "\eb7f"; }

.picons-thin-icon-thin-0845_fitness_weight_gym_lifting_bodybuilding_training:before {
  content: "\eb80"; }

.picons-thin-icon-thin-0846_fitness_cycle_hometrainer_calories_training:before {
  content: "\eb81"; }

.picons-thin-icon-thin-0847_fitness_running_calories_training:before {
  content: "\eb82"; }

.picons-thin-icon-thin-0848_shoes_gear_fitness_running:before {
  content: "\eb83"; }

.picons-thin-icon-thin-0849_water_training_hydration:before {
  content: "\eb84"; }

.picons-thin-icon-thin-0850_eating_spoon_fork_knife:before {
  content: "\eb85"; }

.picons-thin-icon-thin-0851_cooking:before {
  content: "\eb86"; }

.picons-thin-icon-thin-0852_tea_coffee_hot:before {
  content: "\eb87"; }

.picons-thin-icon-thin-0853_coffee_to_go_starbucks:before {
  content: "\eb88"; }

.picons-thin-icon-thin-0854_milk_tetra_pak:before {
  content: "\eb89"; }

.picons-thin-icon-thin-0855_martini_cocktail_drink:before {
  content: "\eb8a"; }

.picons-thin-icon-thin-0856_vine_glass_drink:before {
  content: "\eb8b"; }

.picons-thin-icon-thin-0857_soda_glass_drink:before {
  content: "\eb8c"; }

.picons-thin-icon-thin-0858_soda_glass_drink:before {
  content: "\eb8d"; }

.picons-thin-icon-thin-0859_margarita_cocktail_drink:before {
  content: "\eb8e"; }

.picons-thin-icon-thin-0860_vine_glass_drink:before {
  content: "\eb8f"; }

.picons-thin-icon-thin-0861_vine_glass_drink:before {
  content: "\eb90"; }

.picons-thin-icon-thin-0862_soda_coke_pepsi_can:before {
  content: "\eb91"; }

.picons-thin-icon-thin-0863_fruit_ice_desert_glass:before {
  content: "\eb92"; }

.picons-thin-icon-thin-0864_beer:before {
  content: "\eb93"; }

.picons-thin-icon-thin-0865_fish_sea:before {
  content: "\eb94"; }

.picons-thin-icon-thin-0866_sausage_meat:before {
  content: "\eb95"; }

.picons-thin-icon-thin-0867_cheese:before {
  content: "\eb96"; }

.picons-thin-icon-thin-0868_chicken_turkey:before {
  content: "\eb97"; }

.picons-thin-icon-thin-0869_salad_bowl:before {
  content: "\eb98"; }

.picons-thin-icon-thin-0870_restaurant_menu_offer:before {
  content: "\eb99"; }

.picons-thin-icon-thin-0871_meal_eating_restaurant_offer:before {
  content: "\eb9a"; }

.picons-thin-icon-thin-0872_cook_chef_restaurant_kitchen:before {
  content: "\eb9b"; }

.picons-thin-icon-thin-0873_apron_cook_chef_kitchen:before {
  content: "\eb9c"; }

.picons-thin-icon-thin-0874_handgloves_hot_kitchen_utensils:before {
  content: "\eb9d"; }

.picons-thin-icon-thin-0875_glass_fork_knife_restaurant_food:before {
  content: "\eb9e"; }

.picons-thin-icon-thin-0876_knife_fork_knife_restaurant_food:before {
  content: "\eb9f"; }

.picons-thin-icon-thin-0877_salt_pepper_spices:before {
  content: "\eba0"; }

.picons-thin-icon-thin-0878_chineese_thai_food_bowl:before {
  content: "\eba1"; }

.picons-thin-icon-thin-0879_cooking_pan_heating:before {
  content: "\eba2"; }

.picons-thin-icon-thin-0880_grater_kitchen_utensils:before {
  content: "\eba3"; }

.picons-thin-icon-thin-0881_whisk_kitchen_utensils:before {
  content: "\eba4"; }

.picons-thin-icon-thin-0882_spatula_kitchen_utensils:before {
  content: "\eba5"; }

.picons-thin-icon-thin-0883_spatula_kitchen_utensils:before {
  content: "\eba6"; }

.picons-thin-icon-thin-0884_cheese_knife_slicer_kitchen_utensils:before {
  content: "\eba7"; }

.picons-thin-icon-thin-0885_meat_chopper_kitchen_utensils:before {
  content: "\eba8"; }

.picons-thin-icon-thin-0886_pizza_knife_slicer_kitchen_utensils:before {
  content: "\eba9"; }

.picons-thin-icon-thin-0887_knife_kitchen_utensils:before {
  content: "\ebaa"; }

.picons-thin-icon-thin-0888_big_spoon_soup_kitchen_utensils:before {
  content: "\ebab"; }

.picons-thin-icon-thin-0889_bottle_opener_kitchen_utensils:before {
  content: "\ebac"; }

.picons-thin-icon-thin-0890_toaster_kitchen_appliances:before {
  content: "\ebad"; }

.picons-thin-icon-thin-0891_cooking_hob_kitchen_appliances:before {
  content: "\ebae"; }

.picons-thin-icon-thin-0892_cooking_oven_kitchen_appliances:before {
  content: "\ebaf"; }

.picons-thin-icon-thin-0893_microwave_oven_kitchen_appliances:before {
  content: "\ebb0"; }

.picons-thin-icon-thin-0894_scale_weight_kitchen_appliances:before {
  content: "\ebb1"; }

.picons-thin-icon-thin-0895_egg_timer_cooking_kitchen_utensils:before {
  content: "\ebb2"; }

.picons-thin-icon-thin-0896_measuring_cup_kitchen_utensils:before {
  content: "\ebb3"; }

.picons-thin-icon-thin-0897_no_drinking_forbidden:before {
  content: "\ebb4"; }

.picons-thin-icon-thin-0898_no_food_eating_forbidden:before {
  content: "\ebb5"; }

.picons-thin-icon-thin-0899_no_cereals_grains:before {
  content: "\ebb6"; }

.picons-thin-icon-thin-0900_carrot_vegetable:before {
  content: "\ebb7"; }

.picons-thin-icon-thin-0901_cherry_fruit:before {
  content: "\ebb8"; }

.picons-thin-icon-thin-0902_wine_grapes:before {
  content: "\ebb9"; }

.picons-thin-icon-thin-0903_orange_peach_fruit:before {
  content: "\ebba"; }

.picons-thin-icon-thin-0904_apple_fruit:before {
  content: "\ebbb"; }

.picons-thin-icon-thin-0905_pear_fruit:before {
  content: "\ebbc"; }

.picons-thin-icon-thin-0906_lemon_lime_fruit:before {
  content: "\ebbd"; }

.picons-thin-icon-thin-0907_orange_lemon_lime_citrus_fruit:before {
  content: "\ebbe"; }

.picons-thin-icon-thin-0908_strawberry_fruit:before {
  content: "\ebbf"; }

.picons-thin-icon-thin-0909_hamburger_fast_food:before {
  content: "\ebc0"; }

.picons-thin-icon-thin-0910_ketchup_fast_food:before {
  content: "\ebc1"; }

.picons-thin-icon-thin-0911_popcorn_cinema:before {
  content: "\ebc2"; }

.picons-thin-icon-thin-0912_hotdog_fast_food:before {
  content: "\ebc3"; }

.picons-thin-icon-thin-0913_pizza_slice:before {
  content: "\ebc4"; }

.picons-thin-icon-thin-0914_cake_birthday_anniversary:before {
  content: "\ebc5"; }

.picons-thin-icon-thin-0915_cake_birthday_anniversary:before {
  content: "\ebc6"; }

.picons-thin-icon-thin-0916_ice_cream_stick:before {
  content: "\ebc7"; }

.picons-thin-icon-thin-0917_ice_cream_corn:before {
  content: "\ebc8"; }

.picons-thin-icon-thin-0918_cupcake_desert_sweets:before {
  content: "\ebc9"; }

.picons-thin-icon-thin-0919_donut_doughnut_cookie_desert_sweets:before {
  content: "\ebca"; }

.picons-thin-icon-thin-0920_french_croissant_breakfast_sweets:before {
  content: "\ebcb"; }

.picons-thin-icon-thin-0921_marmalade_breakfast:before {
  content: "\ebcc"; }

.picons-thin-icon-thin-0922_honey:before {
  content: "\ebcd"; }

.picons-thin-icon-thin-0923_egg_breakfast:before {
  content: "\ebce"; }

.picons-thin-icon-thin-0924_coffee_beans_hand_grinder:before {
  content: "\ebcf"; }

.picons-thin-icon-thin-0925_coffee_beans:before {
  content: "\ebd0"; }

.picons-thin-icon-thin-0926_water_boiler:before {
  content: "\ebd1"; }

.picons-thin-icon-thin-0927_grill_charcoal_barbecue_bbq:before {
  content: "\ebd2"; }

.picons-thin-icon-thin-0928_grill_fire_charcoal_barbecue_bbq:before {
  content: "\ebd3"; }

.picons-thin-icon-thin-0929_grill_charcoal_barbecue_bbq:before {
  content: "\ebd4"; }

.picons-thin-icon-thin-0930_grill_sausage_bbq:before {
  content: "\ebd5"; }

.picons-thin-icon-thin-0931_grill_t_bone_steak_bbq:before {
  content: "\ebd6"; }

/* ========================= */
/* == Base iGuider Style === */
/* ========================= */
html {
  position: relative;
  /*z-index:-2;*/ }

.rtl {
  direction: rtl; }

.g-shape {
  position: fixed;
  z-index: -1;
  background: red;
  pointer-events: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  opacity: 0; }

.g-disable .g-shape {
  z-index: 999999; }

.gFooter {
  z-index: 1; }

.g-modal-body p {
  margin-top: 1.2em; }

.g-modal-body > :first-child {
  margin-top: 0; }

.g-modal-body > :last-child {
  margin-bottom: 0; }

.g-modal-type {
  display: none; }

.rtl .gBtn {
  direction: rtl; }

/* ================================= */
/* =========== Preloader =========== */
/* ================================= */
.g-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(191, 191, 191, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  transition: opacity 0.5s; }

.g-loader-b {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  bottom: 13px;
  left: 13px;
  background-color: #fff;
  opacity: 0.7;
  animation: loader-b 0.4s linear infinite;
  -ms-transform-origin: center 10px;
  transform-origin: center 10px;
  animation-play-state: paused; }

@keyframes loader-b {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.g-loader-s {
  width: 4px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  bottom: 50%;
  left: 13px;
  background-color: #fff;
  opacity: 0.7;
  animation: loader-s 1.6s linear infinite;
  -ms-transform-origin: center 10px;
  transform-origin: center 10px;
  animation-play-state: paused; }

@keyframes loader-s {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.g-preloader .g-loader-s,
.g-preloader .g-loader-b {
  animation-play-state: running; }

.g-preloader .g-loader {
  opacity: 1; }

/* ================================= */
/* ====== Error Message Block ====== */
/* ================================= */
.gErrorMessage {
  background-color: #FFE1E1;
  color: #f00;
  padding: 16px 32px;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  animation: error-m 0.3s linear 1;
  z-index: 0; }

.gEventMessage {
  background-color: #fff5e1;
  color: #ff8a00;
  padding: 16px 32px;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  animation: error-m 0.3s linear 1;
  z-index: 0; }

@keyframes error-m {
  0% {
    background-color: #FA8072; }
  100% {
    background-color: #FFE1E1; } }

/* ================================= */
/* ============ Tour Map =========== */
/* ================================= */
.g-map-pos-right {
  right: 0;
  -ms-transform: translateX(101%);
  transform: translateX(101%); }

.g-map-pos-left {
  left: 0;
  -ms-transform: translateX(-101%);
  transform: translateX(-101%); }

.g-map-open .g-map-pos {
  display: block;
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.g-map-no-clickable .g-step-item {
  cursor: default; }

.g-map-pos {
  opacity: 0;
  position: fixed;
  z-index: 9999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* ================================= */
/* ========== Modal Window ========= */
/* ================================= */
.g-modal-size {
  position: relative;
  z-index: 10;
  max-height: calc(100vh - 20px); }

.gScroll {
  overflow: hidden;
  overflow-y: auto; }

.gWidget {
  overflow: hidden; }

.g-modal-timer-line .g-modal-timer {
  position: absolute;
  left: 0;
  top: 0; }

.g-modal-timer-line .rtl .g-modal-timer {
  left: auto;
  right: 0; }

.gPage {
  direction: ltr; }

.g-modal-prev-hide .g-modal-prev,
.g-modal-next-hide .g-modal-next,
.g-modal-step-hide .gPage,
.g-modal-cont-hide .gContent,
.g-modal-title-hide .gHeader,
.g-modal-intro-hide .g-modal-start,
.g-modal-intro-hide .g-modal-close-intro,
.g-modal-continue-hide .g-modal-begin-first,
.g-modal-continue-hide .g-modal-begin-continue,
.g-modal-map-hide .g-modal-map,
.g-modal-map-hide .g-map-pos,
.g-pager-hide .gPage,
.g-modal-intro-show.g-modal-start-hide .g-modal-start,
.g-modal-close-hide .g-modal-close-tour,
.g-timer-hide .gTimer {
  display: none; }

.g-modal-close-tour,
.g-modal-map,
.g-modal-start,
.g-modal-close-intro,
.g-modal-next,
.g-modal-prev,
.g-modal-begin-first,
.g-modal-begin-continue,
.g-map-close-tour,
.g-map-hide {
  cursor: pointer; }

.g-modal-prev-show .g-modal-prev,
.g-modal-next-show .g-modal-next,
.g-modal-step-show .gPage,
.g-modal-intro-show .g-modal-start,
.g-modal-intro-show .g-modal-close-intro,
.g-modal-continue-show .g-modal-begin-first,
.g-modal-continue-show .g-modal-begin-continue,
.g-modal-close-show .g-modal-close-tour,
.g-modal-map-show .g-modal-map,
.g-timer-show .g-modal-timer {
  display: inline-block; }

.g-modal-cont-show .gContent,
.g-modal-title-show .gHeader,
.g-modal-map-show .g-map-pos,
.g-timer-show .g-modal-timer {
  display: block; }

.g-modal-pos {
  width: 0 !important;
  left: -1000px;
  top: 0;
  height: 0 !important;
  position: fixed;
  z-index: 999999;
  direction: ltr !important; }

/*radial progress*/
.g-progress {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.g-progress__meter,
.g-progress__value {
  fill: none; }

.g-progress__value {
  stroke-linecap: round; }

.g-map-pos,
.g-map-pos *,
.g-modal-pos,
.g-modal-pos *,
.g-map-pos *:after,
.g-map-pos *:before,
.g-modal-pos *:after,
.g-modal-pos *:before {
  box-sizing: border-box; }

.g-modal-pos:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

#g-overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999998;
  opacity: 0;
  transition: opacity 0.3s; }

.g-show #g-overlay-wrap {
  opacity: 1; }

.g-event body,
.g-disable .iGuider-highlight {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.iGuider-highlight,
.g-map-pos,
.g-modal-size {
  pointer-events: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.cone-hide:after {
  display: none !important; }

/* ================================= */
/* == Message in center of screen == */
/* ================================= */
[data-pos="c"][data-cone="c"][data-cont="c"] {
  width: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto !important; }

[data-pos="c"][data-cone="c"][data-cont="c"]:after {
  display: none; }

[data-pos="c"][data-cone="c"][data-cont="c"] .g-modal-size {
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.gCover img,
.gContent img {
  width: 100%;
  display: block; }

/* =========================== */
/* == Message in right side == */
/* =========================== */
[data-pos="r"][data-cone="b"][data-cont="t"]:after,
[data-pos="r"][data-cone="t"][data-cont="t"]:after,
[data-pos="r"][data-cone="c"][data-cont="t"]:after {
  border-right-color: transparent;
  border-bottom-color: transparent; }

[data-pos="r"][data-cone="b"][data-cont="b"]:after,
[data-pos="r"][data-cone="t"][data-cont="b"]:after,
[data-pos="r"][data-cone="c"][data-cont="b"]:after {
  border-left-color: transparent;
  border-top-color: transparent; }

[data-pos="r"][data-cont="c"] .g-modal-size {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-pos="r"][data-cont="b"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-pos="r"][data-cont="t"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }

/* ========================== */
/* == Message in left side == */
/* ========================== */
[data-pos="l"][data-cone="b"][data-cont="t"]:after,
[data-pos="l"][data-cone="t"][data-cont="t"]:after,
[data-pos="l"][data-cone="c"][data-cont="t"]:after {
  border-right-color: transparent;
  border-bottom-color: transparent; }

[data-pos="l"][data-cone="b"][data-cont="b"]:after,
[data-pos="l"][data-cone="t"][data-cont="b"]:after,
[data-pos="l"][data-cone="c"][data-cont="b"]:after {
  border-left-color: transparent;
  border-top-color: transparent; }

[data-pos="l"][data-cont="c"] .g-modal-size {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

[data-pos="l"][data-cont="b"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

[data-pos="l"][data-cont="t"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%); }

/* ============================ */
/* == Message in bottom side == */
/* ============================ */
[data-pos="b"][data-cone="l"][data-cont="l"]:after,
[data-pos="b"][data-cone="r"][data-cont="l"]:after,
[data-pos="b"][data-cone="c"][data-cont="l"]:after {
  border-right-color: transparent;
  border-top-color: transparent; }

[data-pos="b"][data-cone="l"][data-cont="r"]:after,
[data-pos="b"][data-cone="r"][data-cont="r"]:after,
[data-pos="b"][data-cone="c"][data-cont="r"]:after {
  border-left-color: transparent;
  border-bottom-color: transparent; }

[data-pos="b"][data-cont="c"] .g-modal-size {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-pos="b"][data-cont="l"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

[data-pos="b"][data-cont="r"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/* ========================= */
/* == Message in top side == */
/* ========================= */
[data-pos="t"][data-cone="l"][data-cont="l"]:after,
[data-pos="t"][data-cone="r"][data-cont="l"]:after,
[data-pos="t"][data-cone="c"][data-cont="l"]:after {
  border-right-color: transparent;
  border-top-color: transparent; }

[data-pos="t"][data-cone="l"][data-cont="r"]:after,
[data-pos="t"][data-cone="r"][data-cont="r"]:after,
[data-pos="t"][data-cone="c"][data-cont="r"]:after {
  border-left-color: transparent;
  border-bottom-color: transparent; }

[data-pos="t"][data-cont="c"] .g-modal-size {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

[data-pos="t"][data-cont="l"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%); }

[data-pos="t"][data-cont="r"] .g-modal-size {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }

/* =========================== */
/* == Tour List Button == */
/* =========================== */
.iguider-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
  background: #00a2ff;
  cursor: pointer;
  text-align: center;
  font: 16px/60px arial;
  line-height: 60px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px, rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
  transition: transform 0.3s all; }

.iguider-btn-shape {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 14px;
  overflow: hidden; }

.iguider-btn-shape:after {
  content: 'Learn';
  color: #fff;
  font: 11px/1.2em arial;
  text-transform: uppercase;
  display: block;
  padding-top: 3px;
  transition: 0.3s all;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

.iguider-btn-icon {
  display: block;
  transition: 0.3s all;
  -ms-transform-origin: center top;
  transform-origin: center top;
  line-height: 1em; }

.iguider-btn-icon:after {
  content: '?'; }

.iguider-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px, rgba(0, 0, 0, 0.15) 0px 5px 10px 0px; }

.iguider-btn:hover .iguider-btn-shape:after,
.g-tour-list-show .iguider-btn-shape:after {
  opacity: 0;
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.iguider-btn:hover .iguider-btn-icon,
.g-tour-list-show .iguider-btn-icon {
  display: block;
  -ms-transform: scale(2.1);
  transform: scale(2.1); }

.g-show .iguider-btn {
  display: none; }

/* ========================= */
/* ======= Tour List ======= */
/* ========================= */
.iguider-btnCont {
  display: block;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 320px;
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 20px 0;
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px -10px;
  line-height: 1.2em;
  overflow: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 160px);
  transition: .3s all; }

.tourlist-item {
  padding: 20px 40px 20px 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  opacity: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.tourlist-item:last-child {
  border-bottom: 0; }

.tourlist-item:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #3870bd;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.tourlist-item:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  transition: 0.1s all; }

.tourlist-item-title {
  font: 700 16px/1.2em arial;
  opacity: 0.6;
  transition: 0.1s all; }

.tourlist-item-subtitle {
  font: 12px/1.2em arial;
  opacity: 0.5;
  padding-top: 5px; }

.tourlist-item + .tourlist-item {
  margin-top: 0; }

.tourlist-item:hover {
  /*box-shadow:40px 20px 40px -30px rgba(0,0,0,0.2), 40px -20px 40px -30px rgba(0,0,0,0.2);*/
  position: relative;
  z-index: 2; }

.tourlist-item:hover:before {
  background: #eee; }

.tourlist-item:hover .tourlist-item-title {
  opacity: 1; }

.g-tour-list-show .iguider-btnCont {
  opacity: 1;
  pointer-events: auto;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px); }

/*responsive styles*/
@media only screen and (max-height: 500px) {
  .gMapBufer {
    height: 0 !important; }
  .g-map-pos {
    top: 5px !important;
    bottom: 5px !important; }
  .gCover {
    display: none !important; } }

/* Template "material" for iGuider plugin. */
.g-modal-size {
  color: #737373;
  width: 320px;
  max-width: calc(100vw - 10px) !important;
  background: #fff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-box  !important;
  display: -moz-box  !important;
  display: -ms-flexbox  !important;
  display: -webkit-flex  !important;
  display: flex  !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.gWidget {
  overflow: hidden;
  display: -webkit-box  !important;
  display: -moz-box  !important;
  display: -ms-flexbox  !important;
  display: -webkit-flex  !important;
  display: flex  !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.gScroll {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 0; }

.g-modal-pos {
  color: #fff; }

.g-modal-pos:after {
  border-width: 10px;
  border-style: solid;
  z-index: 8; }

.gAction {
  padding: 7px 12px 27px 12px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.gAction .gBtn {
  min-width: 36px;
  letter-spacing: 0; }

.gHeader {
  padding: 0 25px 12px 25px;
  width: 100%;
  margin-top: 0;
  word-wrap: break-word; }

.g-modal-header {
  position: relative;
  top: -3px;
  font: 700 20px/1.2em Arial, Helvetica, sans-serif;
  color: #000; }

.gContent {
  font: 16px/1.4em Arial, Helvetica, sans-serif;
  padding: 0 25px 7px;
  margin-top: 0; }

.g-modal-body {
  position: relative;
  top: -3px; }

/*timer*/
.gTimer {
  position: absolute;
  left: 65px;
  right: 65px;
  line-height: 0;
  transition: 0.3s all;
  direction: ltr !important; }

.g-modal-timer-line .gTimer {
  top: 24px;
  height: 2px;
  background: rgba(128, 128, 128, 0.1); }

.g-modal-timer-circle .gTimer {
  top: 8px;
  height: 34px; }

.g-progress {
  width: 34px;
  height: 34px; }

.g-modal-timer-line .g-modal-timer {
  height: 2px;
  left: 0; }

.g-modal-timer-circle .g-modal-timer {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.g-progress__meter {
  stroke: rgba(128, 128, 128, 0.1);
  transition: 0.3s all; }

.g-modal-timer-line .g-modal-timer {
  background: #00a2ff; }

.g-progress__value {
  stroke: #00a2ff; }

.g-timer-controll {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s all;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  direction: ltr !important; }

.g-modal-timer-line .g-timer-controll,
.g-modal-timer-line .g-timer-controll:hover {
  background: #fff;
  opacity: 0;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.g-modal-timer-circle .g-timer-controll,
.g-modal-timer-circle .g-timer-controll:hover {
  background: none; }

.g-modal-timer-line.g-timer-progress-show .g-timer-controll {
  opacity: 0;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.g-modal-timer-line.g-timer-progress-hide .g-timer-controll {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.g-timer-play:after {
  content: '';
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: -2px;
  border-radius: 2px; }

.g-timer-play:before {
  content: '';
  width: 0;
  height: 10px;
  border-width: 0 2px 0 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 2px;
  border-radius: 2px 0 0 2px; }

.g-timer-pause:after {
  content: '';
  width: 6px;
  height: 10px;
  border-width: 0 2px;
  border-style: solid;
  display: inline-block;
  position: relative;
  top: 0px; }

.g-modal-timer-line .g-timer-controll.g-timer-play {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.g-state-pause .g-progress__meter {
  stroke: rgba(128, 128, 128, 0); }

.g-state-pause.g-modal-timer-line .gTimer {
  background: rgba(128, 128, 128, 0); }

.gFooter {
  position: relative;
  overflow: hidden;
  padding: 0 19px;
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.gPage {
  white-space: nowrap;
  padding: 20px 8px;
  margin: 0;
  font: 700 11px/1em arial;
  display: block;
  position: relative;
  z-index: 99;
  -webkit-box-flex: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
  color: rgba(0, 0, 0, 0.4); }

.g-map-pos .gPage:after {
  content: '';
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 65px);
  height: 0; }

.gPageVal {
  display: inline-block;
  vertical-align: top; }

.gPageTotal {
  display: inline-block;
  vertical-align: top; }

.g-modal-step-total:before {
  content: '/ ';
  padding-left: 3px; }

.g-step-item.g-el-absent {
  color: #f00; }

.gBtn {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
  vertical-align: middle;
  will-change: box-shadow; }

.g-map-pos .gBtn,
.g-modal-pos .gBtn {
  color: #000; }

.g-step-item {
  color: #000; }

.g-map-pos .gBtn:hover,
.g-modal-pos .gBtn:hover {
  color: #00a2ff;
  opacity: 1; }

.g-step-item:not(.hCur):hover {
  color: #00a2ff;
  opacity: 1; }

.g-step-item:before {
  font: 11px/1.2em arial;
  color: #b8b8b8;
  display: block;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 20px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 65px;
  z-index: -1;
  transition: 0.3s all;
  counter-increment: section;
  content: counter(section, decimal-leading-zero); }

.gBtn:active,
.gBtn.active {
  background: rgba(0, 0, 0, 0.1); }

.gFooter .gBtn {
  margin-top: 8px;
  margin-bottom: 8px; }

.gFooter .gBtn + .gBtn {
  margin-left: 8px; }

.g-modal-pos ul {
  list-style-position: inside;
  margin: 10px 0;
  padding: 0; }

.g-map-pos {
  top: 50px;
  bottom: 50px;
  max-width: calc(100vw - 20px);
  width: 300px;
  background: #fff;
  color: #333;
  overflow: visible;
  box-shadow: -20px 20px 20px -10px rgba(0, 0, 0, 0.1);
  display: -webkit-box  !important;
  display: -moz-box  !important;
  display: -ms-flexbox  !important;
  display: -webkit-flex  !important;
  display: flex  !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.gMapHeader {
  padding: 0 25px 15px;
  -webkit-box-flex: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.g-map-header {
  font: 700 20px/1.2em arial; }

.g-map-pos-left {
  box-shadow: 20px 20px 20px -10px rgba(0, 0, 0, 0.1); }

.gMapContent {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0 20px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  counter-reset: section; }

.gMapBufer {
  height: 40px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.gMapBufer:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 0;
  width: calc(100% - 50px);
  z-index: 99; }

.g-step-item {
  color: rgba(0, 0, 0, 0.87);
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-family: "Arial",sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 34px 85px 17px 25px;
  cursor: pointer;
  width: 100%;
  clear: both;
  position: relative;
  display: block; }

.g-step-item-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.g-step-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -9px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 3px 3px; }

.g-step-item.g-step-success:after {
  border-color: #00a2ff; }

.g-step-item.hCur:before {
  background-color: #f5f5f5; }

.g-step-item.hCur {
  cursor: default; }

.g-map-no-clickable .g-step-item:hover:not(.hCur) {
  background: none; }

.gMapAction {
  padding: 8px 12px 24px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.gMapAction .gBtn {
  display: inline-block; }

.g-modal-close-tour {
  float: right; }

.g-modal-map {
  float: left;
  text-indent: -99999px;
  position: relative; }

.g-modal-close-tour {
  font-size: 19px; }

.g-modal-map:after,
.g-modal-map:before {
  position: absolute;
  content: '';
  display: block;
  left: 14px; }

.g-modal-map:before {
  height: 8px;
  border-width: 2px 0;
  border-style: solid;
  width: 8px;
  top: 14px; }

.g-modal-map:after {
  border-width: 2px 0 0;
  border-style: solid;
  height: 0;
  width: 8px;
  top: 17px; }

.g-modal-type {
  font: 11px/36px arial;
  padding-left: 14px;
  padding-right: 14px;
  color: rgba(0, 0, 0, 0.4); }

.g-modal-cover {
  position: relative;
  top: 0;
  left: 0; }

.g-map-pos-left .g-map-hide {
  float: left;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.g-map-pos-left .g-map-toggle {
  float: right;
  -ms-transform: rotate(0);
  transform: rotate(0); }

.g-map-hide {
  line-height: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  float: right;
  position: relative; }

.g-map-hide:before,
.g-map-hide:after {
  content: '';
  position: absolute;
  border-style: solid;
  top: 17px;
  left: 9px; }

.g-map-hide:before {
  border-width: 2px 0 0 0;
  height: 0; }

.g-map-hide:after {
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(-45deg) translate(4px, 0);
  transform: rotate(-45deg) translate(4px, 0); }

.g-map-toggle {
  line-height: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  float: left;
  position: relative;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.g-map-toggle:before,
.g-map-toggle:after {
  content: '';
  position: absolute;
  border-style: solid;
  top: 17px;
  left: 9px; }

.g-map-toggle:before {
  border-width: 2px 0 0 0;
  height: 0; }

.g-map-toggle:after {
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(-45deg) translate(4px, 0);
  transform: rotate(-45deg) translate(4px, 0); }

.g-modal-prev,
.g-modal-close-intro,
.g-modal-begin-first {
  opacity: 0.4; }

.g-map-pos .gPage {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px; }

/*rtl direction*/
.rtl .gFooter {
  text-align: left; }

.rtl .gPage {
  float: right; }

.rtl .g-modal-map {
  float: right; }

.rtl .g-modal-close-tour {
  float: left; }

.rtl .gFooter .gBtn + .gBtn {
  margin-right: 8px;
  margin-left: 0; }

.rtl.g-map-pos .gPage {
  text-align: right; }
