/*
Theme Name: phpFox Store
Theme URI: https://www.phpfox.com/
Author: phpFox
Author URI: https://www.phpfox.com/
Description: phpFox Store Companion Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phpfoxstore
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

phpFox Store Companion Theme
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

div .ps-header-notification-bar {
      background-color: lightyellow;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-ul > li {
  position: relative; }

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1986ec;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0e5faa;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #B0B2B4;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #B0B2B4; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #B0B2B4; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.5rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfddfa; }

.table-hover .table-primary:hover {
  background-color: #a7d0f8; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a7d0f8; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e9e9ea; }

.table-hover .table-secondary:hover {
  background-color: #dcdcde; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #dcdcde; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #feeebf; }

.table-hover .table-warning:hover {
  background-color: #fee7a6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fee7a6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d8d8d8; }

.table-hover .table-dark:hover {
  background-color: #cbcbcb; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #cbcbcb; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #929394;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #32383e; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control, .ps-dropdown-multiselect .ps-dropdown-label {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #555;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand, .ps-dropdown-multiselect .ps-dropdown-label::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .ps-dropdown-multiselect .ps-dropdown-label:focus {
    color: #555;
    background-color: #fff;
    border-color: #8fc4f6;
    outline: none; }
  .form-control::placeholder, .ps-dropdown-multiselect .ps-dropdown-label::placeholder {
    color: #B0B2B4;
    opacity: 1; }
  .form-control:disabled, .ps-dropdown-multiselect .ps-dropdown-label:disabled, .form-control[readonly], .ps-dropdown-multiselect .ps-dropdown-label[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), .ps-dropdown-multiselect select.ps-dropdown-label:not([size]):not([multiple]) {
  height: calc(3.82rem + 2px); }

select.form-control:focus::-ms-value, .ps-dropdown-multiselect select.ps-dropdown-label:focus::-ms-value {
  color: #555;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(1rem - 1px * 2);
  padding-bottom: calc(1rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(1.5rem - 1px * 2);
  padding-bottom: calc(1.5rem - 1px * 2);
  font-size: 1.6rem; }

.col-form-label-sm {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.2rem; }

.col-form-legend {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1.4rem; }

.form-control-plaintext {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.3;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .ps-dropdown-multiselect .input-group-sm > .form-control-plaintext.ps-dropdown-label,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .ps-dropdown-multiselect .input-group-lg > .form-control-plaintext.ps-dropdown-label,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .ps-dropdown-multiselect .input-group-sm > .ps-dropdown-label,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .ps-dropdown-multiselect .input-group-sm > select.ps-dropdown-label:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.8rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .ps-dropdown-multiselect .input-group-lg > .ps-dropdown-label,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .ps-dropdown-multiselect .input-group-lg > select.ps-dropdown-label:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(5.4rem + 2px); }

.form-group {
  margin-bottom: 1.5rem; }

.form-text {
  display: block;
  margin-top: 0.5rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #B0B2B4; }

.form-check-label {
  padding-left: 2rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -2rem; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 1.5rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:valid, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:valid, .form-control.is-valid, .ps-dropdown-multiselect .is-valid.ps-dropdown-label, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:valid:focus, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:valid:focus, .form-control.is-valid:focus, .ps-dropdown-multiselect .is-valid.ps-dropdown-label:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:valid ~ .invalid-feedback, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip,
  .was-validated .ps-dropdown-multiselect .ps-dropdown-label:valid ~ .invalid-tooltip,
  .ps-dropdown-multiselect .was-validated .ps-dropdown-label:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .ps-dropdown-multiselect .is-valid.ps-dropdown-label ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip,
  .ps-dropdown-multiselect .is-valid.ps-dropdown-label ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:invalid, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:invalid, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:invalid, .form-control.is-invalid, .ps-dropdown-multiselect .is-invalid.ps-dropdown-label, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:invalid:focus, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:invalid:focus, .form-control.is-invalid:focus, .ps-dropdown-multiselect .is-invalid.ps-dropdown-label:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .ps-dropdown-multiselect .ps-dropdown-label:invalid ~ .invalid-feedback, .ps-dropdown-multiselect .was-validated .ps-dropdown-label:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .ps-dropdown-multiselect .ps-dropdown-label:invalid ~ .invalid-tooltip,
  .ps-dropdown-multiselect .was-validated .ps-dropdown-label:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .ps-dropdown-multiselect .is-invalid.ps-dropdown-label ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .ps-dropdown-multiselect .is-invalid.ps-dropdown-label ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .form-inline .ps-dropdown-label {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(25, 134, 236, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1986ec;
  border-color: #1986ec; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1173ce;
    border-color: #106cc2; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(25, 134, 236, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #1986ec;
    border-color: #1986ec; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #1173ce;
    background-image: none;
    border-color: #106cc2; }

.btn-secondary {
  color: #111;
  background-color: #B0B2B4;
  border-color: #B0B2B4; }
  .btn-secondary:hover {
    color: #111;
    background-color: #9c9fa1;
    border-color: #96999b; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(176, 178, 180, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #B0B2B4;
    border-color: #B0B2B4; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #9c9fa1;
    background-image: none;
    border-color: #96999b; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #fcc419;
  border-color: #fcc419; }
  .btn-warning:hover {
    color: #111;
    background-color: #ecb203;
    border-color: #dfa903; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(252, 196, 25, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #fcc419;
    border-color: #fcc419; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #ecb203;
    background-image: none;
    border-color: #dfa903; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #737475;
  border-color: #737475; }
  .btn-dark:hover {
    color: #fff;
    background-color: #606162;
    border-color: #5a5b5b; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(115, 116, 117, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #737475;
    border-color: #737475; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #606162;
    background-image: none;
    border-color: #5a5b5b; }

.btn-outline-primary {
  color: #1986ec;
  background-color: transparent;
  background-image: none;
  border-color: #1986ec; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1986ec;
    border-color: #1986ec; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(25, 134, 236, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1986ec;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1986ec;
    border-color: #1986ec; }

.btn-outline-secondary {
  color: #B0B2B4;
  background-color: transparent;
  background-image: none;
  border-color: #B0B2B4; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #B0B2B4;
    border-color: #B0B2B4; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(176, 178, 180, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #B0B2B4;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #B0B2B4;
    border-color: #B0B2B4; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-outline-warning {
  color: #fcc419;
  background-color: transparent;
  background-image: none;
  border-color: #fcc419; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #fcc419;
    border-color: #fcc419; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(252, 196, 25, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fcc419;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #fcc419;
    border-color: #fcc419; }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
  color: #737475;
  background-color: transparent;
  background-image: none;
  border-color: #737475; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #737475;
    border-color: #737475; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(115, 116, 117, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #737475;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #737475;
    border-color: #737475; }

.btn-link {
  font-weight: normal;
  color: #1986ec;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #0e5faa;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #B0B2B4; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1986ec; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #B0B2B4;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #B0B2B4;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control, .input-group .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .input-group .ps-dropdown-label {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .ps-dropdown-multiselect .ps-dropdown-label:focus, .ps-dropdown-multiselect .input-group .ps-dropdown-label:focus, .input-group .form-control:active, .input-group .ps-dropdown-multiselect .ps-dropdown-label:active, .ps-dropdown-multiselect .input-group .ps-dropdown-label:active, .input-group .form-control:hover, .input-group .ps-dropdown-multiselect .ps-dropdown-label:hover, .ps-dropdown-multiselect .input-group .ps-dropdown-label:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .input-group .ps-dropdown-label {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .ps-dropdown-multiselect .ps-dropdown-label:not(:first-child):not(:last-child),
  .ps-dropdown-multiselect .input-group .ps-dropdown-label:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-prepend,
.input-group-append {
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  color: #555;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .ps-dropdown-multiselect .input-group-lg > .ps-dropdown-label:not(textarea), .ps-dropdown-multiselect .input-group-lg > .ps-dropdown-label:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 3rem + 2px); }

.input-group-lg > .form-control, .ps-dropdown-multiselect .input-group-lg > .ps-dropdown-label, .ps-dropdown-multiselect .input-group-lg > .ps-dropdown-label,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .ps-dropdown-multiselect .input-group-sm > .ps-dropdown-label:not(textarea), .ps-dropdown-multiselect .input-group-sm > .ps-dropdown-label:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-sm > .form-control, .ps-dropdown-multiselect .input-group-sm > .ps-dropdown-label, .ps-dropdown-multiselect .input-group-sm > .ps-dropdown-label,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.5rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  color: #555;
  text-align: center;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem; }
  .input-group-addon.form-control-sm, .ps-dropdown-multiselect .input-group-sm > .input-group-addon.ps-dropdown-label,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg, .ps-dropdown-multiselect .input-group-lg > .input-group-addon.ps-dropdown-label,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group .ps-dropdown-multiselect .ps-dropdown-label:not(:last-child), .ps-dropdown-multiselect .input-group .ps-dropdown-label:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group .ps-dropdown-multiselect .ps-dropdown-label:not(:first-child), .ps-dropdown-multiselect .input-group .ps-dropdown-label:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child), .ps-dropdown-multiselect .ps-dropdown-label + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #1986ec; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1986ec; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #beddfa; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #B0B2B4; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.5rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #1986ec;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3.82rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.3;
  color: #555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #8fc4f6;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #555;
      background-color: #fff; }
  .custom-select:disabled {
    color: #B0B2B4;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.8rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(3.82rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(3.82rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #1986ec; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(3.82rem + 2px);
  padding: 1rem 1.5rem;
  overflow: hidden;
  line-height: 1.3;
  color: #555;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: block;
    height: calc(3.82rem + 2px);
    padding: 1rem 1.5rem;
    line-height: 1.3;
    color: #555;
    background-color: #e9ecef;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

#ps_product_form .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(20px); }

#ps_product_form .custom-control-label {
  padding-left: 24px; }

#ps_product_form .custom-control-label:before {
  width: 40px;
  height: 20px;
  border-radius: 999px;
  top: 0; }

#ps_product_form .custom-control-label:after {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  top: 2px; }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.55rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 134, 236, 0.5); }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1986ec;
  background-color: #1986ec; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(25, 134, 236, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8fc4f6; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #beddfa;
  border-color: #beddfa; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #b0b2b4; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 1rem 1.5rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #B0B2B4; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #B0B2B4;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #929394;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.5rem; }
  .nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #1986ec; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.navbar-collapse {
  flex-basis: 100%;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.5rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #B0B2B4;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #B0B2B4; }

.pagination, .ps-pagination .page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem; }

.page-item:first-child .page-link, .page-item:first-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .page-item:first-child .page-numbers {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.page-item:last-child .page-link, .page-item:last-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .page-item:last-child .page-numbers {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.page-item.active .page-link, .page-item.active .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .page-item.active .page-numbers {
  z-index: 2;
  color: #fff;
  background-color: #1986ec;
  border-color: #1986ec; }

.page-item.disabled .page-link, .page-item.disabled .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .page-item.disabled .page-numbers {
  color: #B0B2B4;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link, .ps-pagination .page-numbers .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1986ec;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .ps-pagination .page-numbers .page-numbers:focus, .page-link:hover, .ps-pagination .page-numbers .page-numbers:hover {
    color: #0e5faa;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }

.pagination-lg .page-link, .pagination-lg .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-lg .page-numbers {
  padding: 0.75rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-lg .page-item:first-child .page-numbers {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-lg .page-item:last-child .page-numbers {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link, .pagination-sm .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-sm .page-numbers {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-sm .page-item:first-child .page-numbers {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .ps-pagination .page-numbers .page-numbers, .ps-pagination .page-numbers .pagination-sm .page-item:last-child .page-numbers {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1986ec; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #106cc2; }

.badge-secondary {
  color: #111;
  background-color: #B0B2B4; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #96999b; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #111;
  background-color: #fcc419; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dfa903; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #111;
  background-color: #f8f9fa; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #737475; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5a5b5b; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #0d467b;
  background-color: #d1e7fb;
  border-color: #bfddfa; }
  .alert-primary hr {
    border-top-color: #a7d0f8; }
  .alert-primary .alert-link {
    color: #082c4d; }

.alert-secondary {
  color: #5c5d5e;
  background-color: #eff0f0;
  border-color: #e9e9ea; }
  .alert-secondary hr {
    border-top-color: #dcdcde; }
  .alert-secondary .alert-link {
    color: #434444; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #83660d;
  background-color: #fef3d1;
  border-color: #feeebf; }
  .alert-warning hr {
    border-top-color: #fee7a6; }
  .alert-warning .alert-link {
    color: #554208; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #3c3c3d;
  background-color: #e3e3e3;
  border-color: #d8d8d8; }
  .alert-dark hr {
    border-top-color: #cbcbcb; }
  .alert-dark .alert-link {
    color: #232323; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem; }

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1986ec; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #929394;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #929394;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #555;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #B0B2B4;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1986ec;
    border-color: #1986ec; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0d467b;
  background-color: #bfddfa; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #0d467b; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #0d467b;
    background-color: #a7d0f8; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #0d467b;
    border-color: #0d467b; }

.list-group-item-secondary {
  color: #5c5d5e;
  background-color: #e9e9ea; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #5c5d5e; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #5c5d5e;
    background-color: #dcdcde; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #5c5d5e;
    border-color: #5c5d5e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #83660d;
  background-color: #feeebf; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #83660d; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #83660d;
    background-color: #fee7a6; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #83660d;
    border-color: #83660d; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #3c3c3d;
  background-color: #d8d8d8; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #3c3c3d; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #3c3c3d;
    background-color: #cbcbcb; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #3c3c3d;
    border-color: #3c3c3d; }

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }
  .modal-header .close {
    margin-left: auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.5rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #555; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

.bg-primary {
  background-color: #1986ec !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #106cc2 !important; }

.bg-secondary {
  background-color: #B0B2B4 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #96999b !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #fcc419 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #dfa903 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #737475 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #5a5b5b !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dbdbdb !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1986ec !important; }

.border-secondary {
  border-color: #B0B2B4 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #fcc419 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #737475 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.5rem !important; }

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important; }

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

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

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

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

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

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

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

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .ps-current-user-display-name img,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

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

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1986ec !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #106cc2 !important; }

.text-secondary {
  color: #B0B2B4 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #96999b !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #fcc419 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #dfa903 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #737475 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #5a5b5b !important; }

.text-muted {
  color: #B0B2B4 !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.square, .ps-experts-listing.ps-listing .ps-experts-cover .bg-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a, a:hover {
  transition: all 300ms ease;
  text-decoration: none; }

html {
  font-size: 62.5%; }

button {
  cursor: pointer; }

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

.table-m-height {
  min-height: 300px; }

.fz-48 {
  font-size: 48px; }

@media (max-width: 991px) {
  .mx--sm--1 {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 767px) {
  .mx--xs--h1 {
    margin-left: -5px;
    margin-right: -5px; } }

@media (max-width: 991px) {
  .ps-px-sm-h1 {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 575px) {
  .ps-px-xs-1 {
    padding-left: 10px;
    padding-right: 10px; } }

body {
  background: #fff; }
  body.single .site-header, body.page-template-default .site-header, body.page-template-account-settings .site-header {
    margin-bottom: 3rem; }
  body.single footer.ps-footer, body.page-template-default footer.ps-footer, body.page-template-account-settings footer.ps-footer {
    margin-top: 5rem; }

.table thead th {
  white-space: nowrap; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.btn-more {
  display: none; }

.btn-outline-primary {
  background-color: #fff; }

.btn-outline-secondary {
  background-color: #fff; }

.btn-outline-success {
  background-color: #fff; }

.btn-outline-info {
  background-color: #fff; }

.btn-outline-warning {
  background-color: #fff; }

.btn-outline-danger {
  background-color: #fff; }

.btn-outline-light {
  background-color: #fff; }

.btn-outline-dark {
  background-color: #fff; }

.ps-has-view-more ~ .btn-more {
  display: block; }

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

.ps-remove-btn {
  font-size: 1.6rem;
  color: #B0B2B4;
  transition: all 300ms ease;
  cursor: pointer; }
  .ps-remove-btn:hover {
    color: #dc3545; }

.ps-stars-rating {
  font-size: 12px; }
  .ps-stars-rating i.fa {
    color: #fcc419;
    margin-right: 3px; }
    .ps-stars-rating i.fa.disabled {
      color: #CED1D3; }
  .ps-stars-rating span {
    color: #B0B2B4; }

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

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff; }
  .btn-outline-white:hover {
    background: #1986ec;
    color: #fff;
    border-color: #1986ec; }

.ps-bg-block {
  position: relative; }
  .ps-bg-block .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    background-position: center bottom;
    background-size: cover; }
  .ps-bg-block .container {
    position: relative; }

.dropdown-menu {
  border-color: #dbdbdb;
  border-radius: 0;
  background: #FFF;
  min-width: 170px;
  border-radius: 4px; }
  .dropdown-menu .nav-link {
    color: #555; }
    .dropdown-menu .nav-link:hover {
      color: #1986ec; }
  .dropdown-menu .nav-item.signout {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid #dbdbdb; }
  .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #dbdbdb;
    position: absolute;
    bottom: 100%;
    left: 12px; }
  .dropdown-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 100%;
    left: 14px; }
  .dropdown-menu.dropdown-menu-right:before {
    right: 10px;
    left: auto; }
  .dropdown-menu.dropdown-menu-right:after {
    right: 12px;
    left: auto; }
  .dropdown-menu[x-placement='top-start']:before, .dropdown-menu[x-placement='top-start']:after, .dropdown-menu[x-placement='top-end']:before, .dropdown-menu[x-placement='top-end']:after {
    top: 100%;
    bottom: auto;
    transform: rotate(180deg); }

.dropdown.show .dropdown-menu {
  margin-top: 1rem; }
  .dropdown.show .dropdown-menu[x-placement='top-start'] {
    margin-bottom: 1rem;
    margin-top: 0; }

.ps-dropdown-multiselect .ps-dropdown-label {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ps-dropdown-multiselect.show .dropdown-menu {
  width: auto;
  margin-top: 0.5rem;
  border-radius: 4px;
  width: 100%; }

.ps-dropdown-multiselect .dropdown-item {
  padding: 0; }
  .ps-dropdown-multiselect .dropdown-item input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: none; }
    .ps-dropdown-multiselect .dropdown-item input:checked + span {
      background: #1986ec;
      color: #fff; }
  .ps-dropdown-multiselect .dropdown-item span {
    padding: 1rem 1.5rem;
    display: block; }
    .ps-dropdown-multiselect .dropdown-item span:hover {
      color: #1986ec; }

.ps-social-icons a {
  margin-left: 1rem;
  display: inline-flex; }
  .ps-social-icons a.facebook {
    color: #4267b2; }
  .ps-social-icons a.google_plus {
    color: #db4437; }
  .ps-social-icons a.twitter {
    color: #1da1f2; }
  .ps-social-icons a.youtube {
    color: #f00; }
  .ps-social-icons a:not(:hover) {
    color: #CED1D3; }
  .ps-social-icons a:only-child {
    margin-left: 0; }

.ps-social-icons i.fa {
  font-size: 2.4rem; }

.ps-scroll-top {
  width: 32px;
  height: 32px;
  border: 2px solid #1986ec;
  color: #1986ec;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  right: 30px;
  bottom: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 2.4rem;
  font-size: 2.4rem;
  transition: background 300ms ease;
  display: none;
  background: #fff; }
  @media screen and (min-width: 1400px) {
    .ps-scroll-top {
      right: 90px; } }
  .ps-scroll-top:hover, .ps-scroll-top:focus {
    background: #1986ec;
    color: #fff; }

body.application-template-default .pp_social,
body.application-template-default a.pp_expand,
body.application-template-default a.pp_contract,
body.application-template-default div.pp_default .pp_nav,
body.application-template-default .pp_gallery > div,
body.theme-template-default .pp_social,
body.theme-template-default a.pp_expand,
body.theme-template-default a.pp_contract,
body.theme-template-default div.pp_default .pp_nav,
body.theme-template-default .pp_gallery > div {
  display: none !important; }

body.application-template-default .pp_content,
body.theme-template-default .pp_content {
  border-radius: 5px;
  background: #fff;
  overflow: hidden; }

body.application-template-default .pp_close,
body.theme-template-default .pp_close {
  width: 30px;
  height: 30px;
  background: #B0B2B4;
  right: 0px;
  border-radius: 4px;
  top: 0px;
  opacity: 1 !important;
  transition: all 300ms ease;
  cursor: pointer; }
  body.application-template-default .pp_close:before,
  body.theme-template-default .pp_close:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    transition: all 300ms ease; }
  body.application-template-default .pp_close:hover,
  body.theme-template-default .pp_close:hover {
    background: #555; }
    body.application-template-default .pp_close:hover:before,
    body.theme-template-default .pp_close:hover:before {
      color: #dc3545; }

body.application-template-default .pp_details,
body.theme-template-default .pp_details {
  position: absolute !important;
  width: 30px !important;
  margin: 0;
  height: 30px !important;
  margin-top: 0 !important;
  top: 10px;
  right: 10px;
  z-index: 2001; }

body.application-template-default .pp_fade,
body.theme-template-default .pp_fade {
  position: relative; }

body.application-template-default .pp_next,
body.application-template-default .pp_previous,
body.theme-template-default .pp_next,
body.theme-template-default .pp_previous {
  position: relative; }
  body.application-template-default .pp_next:before,
  body.application-template-default .pp_previous:before,
  body.theme-template-default .pp_next:before,
  body.theme-template-default .pp_previous:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    font-size: 6rem;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.46);
    color: #f8f8f8; }

body.application-template-default .pp_previous:before,
body.theme-template-default .pp_previous:before {
  content: "\f104";
  right: auto;
  left: 15px; }

.ps-login-form {
  max-width: 470px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.ps-btn-cart .btn-primary,
.btn-addtocart {
  display: none; }

.iframe-mode {
  overflow: scroll; }
  .iframe-mode .ps-logo,
  .iframe-mode .ps-main-navigation,
  .iframe-mode .ps-footer {
    display: none; }

.qtip-default {
  border: 1px solid #c5c5c5 !important;
  box-shadow: 0px 0px 5px #666666 !important;
  border-radius: 3px !important;
  padding: 8px !important;
  background-color: #fff !important;
  font-size: 12px !important;
  line-height: 16px !important; }
  .qtip-default .qtip-content {
    padding: 0 !important; }

@media (max-width: 575px) {
  #ps_expert_contact_form_popup #rc-imageselect,
  #ps_expert_contact_form_popup .g-recaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

@media (max-width: 767px) {
  .ps_export_license_wapper {
    display: block;
    float: none !important;
    text-align: center;
    margin-top: 2rem; } }

@media (max-width: 991px) {
  .site-content-contain #content .container {
    max-width: none !important; } }

.ps-screen-shots .ps-photos-container {
  display: flex;
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.ps-screen-shots .ps-photo-input,
.ps-screen-shots .ps-screenshot {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: calc(20% - 10px);
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-origin: border-box;
  margin: 5px;
  cursor: pointer;
  text-align: center; }
  .ps-screen-shots .ps-photo-input:after,
  .ps-screen-shots .ps-screenshot:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  @media (max-width: 991px) {
    .ps-screen-shots .ps-photo-input,
    .ps-screen-shots .ps-screenshot {
      width: calc(33.33% - 10px); } }
  @media (max-width: 575px) {
    .ps-screen-shots .ps-photo-input,
    .ps-screen-shots .ps-screenshot {
      width: calc(50% - 10px); } }

.ps-screen-shots .ps-photo-input {
  background: #ccc; }
  .ps-screen-shots .ps-photo-input span,
  .ps-screen-shots .ps-photo-input .form-control-file {
    position: absolute; }
  .ps-screen-shots .ps-photo-input span {
    background: #1986ec;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    font-size: 1.2rem; }
    .ps-screen-shots .ps-photo-input span i.fa {
      font-size: 2.4rem;
      margin-bottom: 1rem; }

.ps-screen-shots .ps-photo-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #dc3545;
  font-size: 1.6rem;
  opacity: 0.7;
  transition: all 300ms ease;
  text-shadow: 0px 1px 5px rgba(51, 51, 51, 0.42); }
  .ps-screen-shots .ps-photo-remove:hover {
    opacity: 1; }

.ps-manage-products .ps-product-item span.btn-toggle {
  padding: 2px 10px;
  cursor: pointer;
  color: #737475;
  transition: all 300ms ease;
  display: block; }
  .ps-manage-products .ps-product-item span.btn-toggle:hover {
    color: #1986ec; }

.ps-manage-products .ps-product-item .button-group {
  white-space: nowrap; }

.ps-manage-products .ps-sort i.fa {
  margin-left: 1rem; }

.ps-manage-products .dropdown.show span.btn-toggle {
  color: #1986ec; }

.ps-manage-products .dropdown-menu {
  margin-left: -7px; }

.ps-header-bar {
  background: #1986ec; }
  .ps-header-bar .ps-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    height: 70px;
    padding: 0 1.5rem;
    flex-flow: wrap; }
  @media (max-width: 991px) {
    .ps-header-bar {
      padding-bottom: 1rem; }
      .ps-header-bar .ps-header-inner {
        height: 55px; } }

.ps-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .ps-logo .custom-logo-link {
      display: none; }
    .ps-logo .ps-title-site {
      padding-left: 0;
      margin-left: 0;
      border-left: 0; } }

.custom-logo-link {
  max-width: 140px;
  display: block;
  max-height: 50px;
  overflow: hidden; }
  .custom-logo-link img {
    width: 100%;
    height: auto; }

.ps-title-site a {
  width: 255px;
  height: 45px; }
  .ps-title-site a img {
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .ps-title-site a {
      width: 170px;
      height: 30px; } }
  @media (max-width: 575px) {
    .ps-title-site a {
      width: 112px;
      height: 30px;
      overflow: hidden; }
      .ps-title-site a img {
        vertical-align: top;
        width: 100%;
        height: auto; } }

.ps-form-search {
  position: relative; }
  .ps-form-search .btn-search {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px; }
    .ps-form-search .btn-search:focus {
      outline: 0; }
  @media (min-width: 992px) {
    .ps-form-search {
      width: 570px; } }
  .ps-form-search .form-control, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label {
    height: 36px;
    border-radius: 5px;
    border: none;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.3);
    color: #FFF;
    text-align: center;
    padding-right: 4rem;
    /* FF 4-18 */
    /* FF 19+ */ }
    .ps-form-search .form-control::-webkit-input-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label::-webkit-input-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF;
      transition: all 300ms ease;
      font-weight: 300; }
    .ps-form-search .form-control::-moz-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label::-moz-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF;
      transition: all 300ms ease;
      font-weight: 300; }
    .ps-form-search .form-control:-ms-input-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:-ms-input-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF;
      transition: all 300ms ease;
      font-weight: 300; }
    .ps-form-search .form-control:-moz-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:-moz-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF;
      transition: all 300ms ease;
      font-weight: 300; }
    .ps-form-search .form-control:focus::-webkit-input-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:focus::-webkit-input-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:focus::-webkit-input-placeholder {
      color: transparent;
      transform: scale(0.3, 0.3); }
    .ps-form-search .form-control:focus:-moz-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:focus:-moz-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:focus:-moz-placeholder {
      color: transparent;
      transform: scale(0.3, 0.3); }
    .ps-form-search .form-control:focus::-moz-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:focus::-moz-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:focus::-moz-placeholder {
      color: transparent;
      transform: scale(0.3, 0.3); }
    .ps-form-search .form-control:focus:-ms-input-placeholder, .ps-form-search .ps-dropdown-multiselect .ps-dropdown-label:focus:-ms-input-placeholder, .ps-dropdown-multiselect .ps-form-search .ps-dropdown-label:focus:-ms-input-placeholder {
      color: transparent;
      transform: scale(0.3, 0.3); }
  @media (max-width: 991px) {
    .ps-form-search {
      max-width: 100%;
      margin-left: 1rem;
      margin-right: 1rem; }
      .ps-form-search:not(.ps-form-search-mobile) {
        display: none; } }
  .ps-form-search.ps-form-search-mobile {
    position: relative; }
    @media (min-width: 992px) {
      .ps-form-search.ps-form-search-mobile {
        display: none !important; } }
    .ps-form-search.ps-form-search-mobile .form-control, .ps-form-search.ps-form-search-mobile .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .ps-form-search.ps-form-search-mobile .ps-dropdown-label {
      text-align: left;
      /* FF 4-18 */
      /* FF 19+ */ }
      .ps-form-search.ps-form-search-mobile .form-control:focus::-webkit-input-placeholder, .ps-form-search.ps-form-search-mobile .ps-dropdown-multiselect .ps-dropdown-label:focus::-webkit-input-placeholder, .ps-dropdown-multiselect .ps-form-search.ps-form-search-mobile .ps-dropdown-label:focus::-webkit-input-placeholder {
        color: transparent;
        transform: scale(0.3, 0.3);
        transform-origin: center left; }
      .ps-form-search.ps-form-search-mobile .form-control:focus:-moz-placeholder, .ps-form-search.ps-form-search-mobile .ps-dropdown-multiselect .ps-dropdown-label:focus:-moz-placeholder, .ps-dropdown-multiselect .ps-form-search.ps-form-search-mobile .ps-dropdown-label:focus:-moz-placeholder {
        color: transparent;
        transform: scale(0.3, 0.3);
        transform-origin: center left; }
      .ps-form-search.ps-form-search-mobile .form-control:focus::-moz-placeholder, .ps-form-search.ps-form-search-mobile .ps-dropdown-multiselect .ps-dropdown-label:focus::-moz-placeholder, .ps-dropdown-multiselect .ps-form-search.ps-form-search-mobile .ps-dropdown-label:focus::-moz-placeholder {
        color: transparent;
        transform: scale(0.3, 0.3);
        transform-origin: center left; }
      .ps-form-search.ps-form-search-mobile .form-control:focus:-ms-input-placeholder, .ps-form-search.ps-form-search-mobile .ps-dropdown-multiselect .ps-dropdown-label:focus:-ms-input-placeholder, .ps-dropdown-multiselect .ps-form-search.ps-form-search-mobile .ps-dropdown-label:focus:-ms-input-placeholder {
        color: transparent;
        transform: scale(0.3, 0.3);
        transform-origin: center left; }

.ps-guest a {
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  height: 34px;
  padding: 0 30px;
  border: 1px solid #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem; }
  .ps-guest a:hover {
    color: #1986ec;
    background: #FFF; }
  @media (max-width: 575px) {
    .ps-guest a {
      padding: 0 20px; } }

.ps-current-user-display-name {
  color: #FFF;
  cursor: pointer; }
  .ps-current-user-display-name img {
    width: 36px;
    height: 36px;
    border-radius: 100%; }
  .ps-current-user-display-name span.ps-btn-toggle {
    display: block;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .ps-current-user-display-name span.ps-btn-toggle {
        padding-right: 0; }
        .ps-current-user-display-name span.ps-btn-toggle img {
          margin-right: 0 !important; }
        .ps-current-user-display-name span.ps-btn-toggle i.fa {
          display: none; } }

.ps-main-navigation {
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);
  background: #fff; }
  .ps-main-navigation .main-navigation {
    padding: 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 1.5rem; }
  .ps-main-navigation li.menu-item {
    margin-right: 2.4rem; }
    .ps-main-navigation li.menu-item a {
      height: 50px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #555;
      border-bottom: 3px solid transparent; }
      @media screen and (min-width: 1025px) {
        .ps-main-navigation li.menu-item a:hover {
          color: #1986ec;
          border-bottom-color: #1986ec; } }
    .ps-main-navigation li.menu-item.current-menu-item a {
      color: #1986ec;
      border-bottom-color: #1986ec; }

.navbar-toggler {
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  @media (min-width: 992px) {
    .navbar-toggler {
      display: none !important; } }
  .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .navbar-toggler:focus {
    outline: 0; }

.nav-mask-modal {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 991;
  position: fixed;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
  padding: 0;
  border: 0; }
  .nav-mask-modal[aria-expanded="false"] {
    visibility: hidden;
    opacity: 0; }

.ps-nav-header-bar {
  display: none; }

@media (max-width: 991px) {
  .ps-nav-header-bar {
    padding: 1.5rem;
    display: flex;
    align-items: center; }
    .ps-nav-header-bar .navbar-toggler {
      margin-right: 1.5rem; }
  .navbar-collapse {
    width: 80%;
    max-width: 384px;
    height: 100% !important;
    background: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: left,-webkit-transform;
    transition-property: transform,left;
    transition-property: transform,left,-webkit-transform;
    transition-timing-function: cubic-bezier(0.1, 0, 0.1, 0.7);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    .navbar-collapse .ps-logo .custom-logo-link {
      display: block !important; }
  .navbar-collapse.show {
    transform: translateX(0) !important; }
  li[class*=ps-main-menu-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 0 !important; }
    li[class*=ps-main-menu-]:before {
      content: "\f1b3";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      min-width: 3.4rem; }
  li.ps-main-menu-store:before {
    content: "\f0a0"; }
  li.ps-main-menu-packages:before {
    content: "\f0b1"; }
  li.ps-main-menu-themes:before {
    content: "\f1fc"; }
  li.ps-main-menu-languages:before {
    content: "\f1ab"; }
  li.ps-main-menu-experts:before {
    content: "\f121"; }
  li.ps-main-menu-community:before {
    content: "\f0c0"; }
  li.ps-main-menu-documentation:before {
    content: "\f07c"; }
  li.ps-main-menu-documentation,
  li.ps-main-menu-community,
  li.ps-main-menu-experts {
    border-top: 1px solid #ededed; }
  .ps-main-navigation li.menu-item a {
    border-bottom: 0; } }

.ps-pagination {
  margin-top: 1.5rem; }
  .ps-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center; }
    .ps-pagination .page-numbers li {
      padding: 0 2px; }
    .ps-pagination .page-numbers .page-numbers {
      padding: 1rem 1.5rem;
      cursor: pointer; }
      .ps-pagination .page-numbers .page-numbers.current {
        z-index: 2;
        color: #fff;
        background-color: #1986ec;
        border-color: #1986ec; }
      @media (max-width: 575px) {
        .ps-pagination .page-numbers .page-numbers {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px; } }

.ps-header-filter {
  margin-bottom: 0.5rem;
  flex-flow: wrap; }
  .ps-header-filter h3.heading-block {
    margin-right: 3rem;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .ps-header-filter form.form-inline {
      flex-wrap: nowrap; } }
  @media (min-width: 576px) {
    .ps-header-filter form.form-inline button {
      margin-bottom: 1.5rem; } }
  @media (min-width: 576px) {
    .ps-header-filter select {
      width: 100% !important;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem;
      max-width: 250px; } }
  @media (max-width: 575px) {
    .ps-header-filter {
      flex-direction: column;
      align-items: flex-end !important;
      position: relative; }
      .ps-header-filter .form-group {
        width: 100%; }
      .ps-header-filter .clear-all-action {
        position: absolute;
        bottom: 10px;
        right: 0; }
      .ps-header-filter .ps-header-filter-form {
        width: 100%;
        justify-content: space-between;
        flex-direction: column; }
        .ps-header-filter .ps-header-filter-form h3.heading-block {
          margin-bottom: 1.5rem;
          margin-right: 0;
          text-align: left;
          width: 100%; }
        .ps-header-filter .ps-header-filter-form form {
          width: 100%; }
      .ps-header-filter h3.heading-block {
        margin-right: 0.5rem; } }

.ps-listing {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff5f9; }
  .ps-listing.feature-block {
    background-color: #e4f0f8; }
  .ps-listing.space-bottom-wapper {
    padding-bottom: 0; }
  .ps-listing.space-top-wapper {
    padding-top: 0;
    margin-top: -2rem; }
  .ps-listing .space-top {
    padding-top: 2rem;
    border-top: 1px solid #dbdbdb; }
  .ps-listing .heading-block {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: capitalize; }
    .ps-listing .heading-block .heading-block-text {
      color: #555; }
      .ps-listing .heading-block .heading-block-text:hover {
        color: #1986ec; }
  @media (max-width: 575px) {
    .ps-listing .heading-block {
      margin-bottom: 0;
      justify-content: center; }
      .ps-listing .heading-block .heading-block-text {
        margin-bottom: 1.5rem; }
      .ps-listing .heading-block .btn-outline-primary {
        display: none; }
      .ps-listing .heading-block.mobile {
        display: block !important;
        position: relative;
        z-index: 2; }
        .ps-listing .heading-block.mobile .btn-outline-primary {
          display: inline-block; }
    .ps-listing .featured.mobile {
      display: block !important;
      position: relative;
      z-index: 2; } }

.ps-application-grid, .ps-theme-grid, .ps-package-grid, .ps-language_pack-grid {
  display: flex;
  flex-flow: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .ps-application-grid > li, .ps-theme-grid > li, .ps-package-grid > li, .ps-language_pack-grid > li {
    width: 16.66%;
    margin-bottom: 30px;
    padding: 0 7.5px; }
    @media (max-width: 991px) {
      .ps-application-grid > li, .ps-theme-grid > li, .ps-package-grid > li, .ps-language_pack-grid > li {
        width: 25%; } }
    @media (max-width: 767px) {
      .ps-application-grid > li, .ps-theme-grid > li, .ps-package-grid > li, .ps-language_pack-grid > li {
        width: 33.333%; } }
    @media (max-width: 575px) {
      .ps-application-grid > li, .ps-theme-grid > li, .ps-package-grid > li, .ps-language_pack-grid > li {
        width: 50%;
        margin-bottom: 15px; } }

@media (min-width: 768px) {
  #package-applications .ps-application-grid > li, #package-applications .ps-theme-grid > li, #package-applications .ps-package-grid > li, #package-applications .ps-language_pack-grid > li {
    width: 33.33%; } }

@media (min-width: 768px) {
  #package-languages .ps-language_pack-grid > li {
    width: 33.33%; } }

.ps-application-style .post-content, .ps-products-style .post-content, .ps-theme-style .post-content, .ps-package-style .post-content, .ps-language_pack-style .post-content {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  padding-bottom: 2.2rem;
  position: relative;
  transition: all 300ms ease; }
  .ps-application-style .post-content:hover, .ps-products-style .post-content:hover, .ps-theme-style .post-content:hover, .ps-package-style .post-content:hover, .ps-language_pack-style .post-content:hover {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1), 0px -1px 4px 0px rgba(0, 0, 0, 0.2); }
    .ps-application-style .post-content:hover .post-title a, .ps-products-style .post-content:hover .post-title a, .ps-theme-style .post-content:hover .post-title a, .ps-package-style .post-content:hover .post-title a, .ps-language_pack-style .post-content:hover .post-title a {
      color: #1986ec; }
  @media (max-width: 767px) {
    .ps-application-style .post-content, .ps-products-style .post-content, .ps-theme-style .post-content, .ps-package-style .post-content, .ps-language_pack-style .post-content {
      padding-bottom: 1rem; } }
  @media (max-width: 575px) {
    .ps-application-style .post-content, .ps-products-style .post-content, .ps-theme-style .post-content, .ps-package-style .post-content, .ps-language_pack-style .post-content {
      height: 100%; } }

.ps-application-style .post-thumbnail, .ps-products-style .post-thumbnail, .ps-theme-style .post-thumbnail, .ps-package-style .post-thumbnail, .ps-language_pack-style .post-thumbnail {
  position: relative;
  margin-bottom: 1rem; }
  .ps-application-style .post-thumbnail:after, .ps-products-style .post-thumbnail:after, .ps-theme-style .post-thumbnail:after, .ps-package-style .post-thumbnail:after, .ps-language_pack-style .post-thumbnail:after {
    content: "";
    padding-bottom: 100%;
    display: block; }
  .ps-application-style .post-thumbnail .post-thumbnail-img, .ps-products-style .post-thumbnail .post-thumbnail-img, .ps-theme-style .post-thumbnail .post-thumbnail-img, .ps-package-style .post-thumbnail .post-thumbnail-img, .ps-language_pack-style .post-thumbnail .post-thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.ps-application-style .post-title, .ps-products-style .post-title, .ps-theme-style .post-title, .ps-package-style .post-title, .ps-language_pack-style .post-title {
  margin-bottom: 0.3rem;
  text-align: center; }
  .ps-application-style .post-title a, .ps-products-style .post-title a, .ps-theme-style .post-title a, .ps-package-style .post-title a, .ps-language_pack-style .post-title a {
    color: #555;
    font-size: 1.8rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .ps-application-style .post-title a:hover, .ps-products-style .post-title a:hover, .ps-theme-style .post-title a:hover, .ps-package-style .post-title a:hover, .ps-language_pack-style .post-title a:hover {
      color: #1986ec; }
  @media (max-width: 575px) {
    .ps-application-style .post-title, .ps-products-style .post-title, .ps-theme-style .post-title, .ps-package-style .post-title, .ps-language_pack-style .post-title {
      text-align: left; } }

.ps-application-style .post-author, .ps-products-style .post-author, .ps-theme-style .post-author, .ps-package-style .post-author, .ps-language_pack-style .post-author {
  text-align: center;
  margin-bottom: .3rem;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #B0B2B4; }
  .ps-application-style .post-author span, .ps-products-style .post-author span, .ps-theme-style .post-author span, .ps-package-style .post-author span, .ps-language_pack-style .post-author span {
    margin-right: .5rem; }
  .ps-application-style .post-author a, .ps-products-style .post-author a, .ps-theme-style .post-author a, .ps-package-style .post-author a, .ps-language_pack-style .post-author a {
    color: #B0B2B4; }
    .ps-application-style .post-author a:hover, .ps-products-style .post-author a:hover, .ps-theme-style .post-author a:hover, .ps-package-style .post-author a:hover, .ps-language_pack-style .post-author a:hover {
      color: #1986ec; }
  @media (max-width: 575px) {
    .ps-application-style .post-author, .ps-products-style .post-author, .ps-theme-style .post-author, .ps-package-style .post-author, .ps-language_pack-style .post-author {
      text-align: left; } }

.ps-application-style .post-rating .ps-stars-rating, .ps-products-style .post-rating .ps-stars-rating, .ps-theme-style .post-rating .ps-stars-rating, .ps-package-style .post-rating .ps-stars-rating, .ps-language_pack-style .post-rating .ps-stars-rating {
  text-align: center; }
  @media (max-width: 575px) {
    .ps-application-style .post-rating .ps-stars-rating, .ps-products-style .post-rating .ps-stars-rating, .ps-theme-style .post-rating .ps-stars-rating, .ps-package-style .post-rating .ps-stars-rating, .ps-language_pack-style .post-rating .ps-stars-rating {
      text-align: left;
      font-size: 10px; }
      .ps-application-style .post-rating .ps-stars-rating span, .ps-products-style .post-rating .ps-stars-rating span, .ps-theme-style .post-rating .ps-stars-rating span, .ps-package-style .post-rating .ps-stars-rating span, .ps-language_pack-style .post-rating .ps-stars-rating span {
        font-weight: bold; } }

.ps-application-style .product-price, .ps-products-style .product-price, .ps-theme-style .product-price, .ps-package-style .product-price, .ps-language_pack-style .product-price {
  color: #f57c00;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: 100%; }
  .ps-application-style .product-price.free, .ps-products-style .product-price.free, .ps-theme-style .product-price.free, .ps-package-style .product-price.free, .ps-language_pack-style .product-price.free {
    color: #28a745; }
  .ps-application-style .product-price .price-horizontal, .ps-products-style .product-price .price-horizontal, .ps-theme-style .product-price .price-horizontal, .ps-package-style .product-price .price-horizontal, .ps-language_pack-style .product-price .price-horizontal {
    font-weight: normal;
    color: #B0B2B4;
    margin-right: 10px;
    text-decoration: line-through; }
    @media (min-width: 576px) {
      .ps-application-style .product-price .price-horizontal, .ps-products-style .product-price .price-horizontal, .ps-theme-style .product-price .price-horizontal, .ps-package-style .product-price .price-horizontal, .ps-language_pack-style .product-price .price-horizontal {
        font-size: 1.2rem; } }
  @media (min-width: 576px) {
    .ps-application-style .product-price:not(.item-package), .ps-products-style .product-price:not(.item-package), .ps-theme-style .product-price:not(.item-package), .ps-package-style .product-price:not(.item-package), .ps-language_pack-style .product-price:not(.item-package) {
      padding-right: 4rem; }
    .ps-application-style .product-price.no-discount, .ps-products-style .product-price.no-discount, .ps-theme-style .product-price.no-discount, .ps-package-style .product-price.no-discount, .ps-language_pack-style .product-price.no-discount {
      padding-right: 0; } }
  @media (max-width: 575px) {
    .ps-application-style .product-price, .ps-products-style .product-price, .ps-theme-style .product-price, .ps-package-style .product-price, .ps-language_pack-style .product-price {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 42px;
      justify-content: center; } }

.ps-application-style .discounted-percent, .ps-products-style .discounted-percent, .ps-theme-style .discounted-percent, .ps-package-style .discounted-percent, .ps-language_pack-style .discounted-percent {
  background-color: #1986ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px 0 4px;
  color: #fff;
  right: -17px;
  font-weight: normal;
  position: absolute;
  font-size: 12px;
  transform: translateY(-50%);
  top: 50%; }
  .ps-application-style .discounted-percent:before, .ps-products-style .discounted-percent:before, .ps-theme-style .discounted-percent:before, .ps-package-style .discounted-percent:before, .ps-language_pack-style .discounted-percent:before {
    border-top: 20px solid #1986ec;
    border-left: 6px solid transparent;
    right: 100%;
    top: 0; }
  .ps-application-style .discounted-percent:after, .ps-products-style .discounted-percent:after, .ps-theme-style .discounted-percent:after, .ps-package-style .discounted-percent:after, .ps-language_pack-style .discounted-percent:after {
    border-bottom: 2px solid rgba(85, 85, 85, 0.3);
    border-right: 2px solid transparent;
    bottom: 100%;
    right: 0; }
  .ps-application-style .discounted-percent:before, .ps-products-style .discounted-percent:before, .ps-theme-style .discounted-percent:before, .ps-package-style .discounted-percent:before, .ps-language_pack-style .discounted-percent:before, .ps-application-style .discounted-percent:after, .ps-products-style .discounted-percent:after, .ps-theme-style .discounted-percent:after, .ps-package-style .discounted-percent:after, .ps-language_pack-style .discounted-percent:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute; }
  @media (max-width: 575px) {
    .ps-application-style .discounted-percent, .ps-products-style .discounted-percent, .ps-theme-style .discounted-percent, .ps-package-style .discounted-percent, .ps-language_pack-style .discounted-percent {
      position: absolute;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      top: auto;
      bottom: 100%;
      margin-bottom: -1px; } }

.ps-application-style.discount-inline .discounted-percent, .discount-inline.ps-products-style .discounted-percent, .discount-inline.ps-theme-style .discounted-percent, .discount-inline.ps-package-style .discounted-percent, .discount-inline.ps-language_pack-style .discounted-percent {
  float: right;
  background-color: #1986ec;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 4px;
  padding: 2px 6px; }
  .ps-application-style.discount-inline .discounted-percent:before, .discount-inline.ps-products-style .discounted-percent:before, .discount-inline.ps-theme-style .discounted-percent:before, .discount-inline.ps-package-style .discounted-percent:before, .discount-inline.ps-language_pack-style .discounted-percent:before, .ps-application-style.discount-inline .discounted-percent:after, .discount-inline.ps-products-style .discounted-percent:after, .discount-inline.ps-theme-style .discounted-percent:after, .discount-inline.ps-package-style .discounted-percent:after, .discount-inline.ps-language_pack-style .discounted-percent:after {
    display: none; }

.ps-application-style .post-extra-info, .ps-products-style .post-extra-info, .ps-theme-style .post-extra-info, .ps-package-style .post-extra-info, .ps-language_pack-style .post-extra-info {
  font-size: 12px;
  font-weight: 300; }
  .ps-application-style .post-extra-info span, .ps-products-style .post-extra-info span, .ps-theme-style .post-extra-info span, .ps-package-style .post-extra-info span, .ps-language_pack-style .post-extra-info span {
    display: inline-block;
    margin-right: 5px; }

.ps-application-style .btn.btn-addtocart, .ps-products-style .btn.btn-addtocart, .ps-theme-style .btn.btn-addtocart, .ps-package-style .btn.btn-addtocart, .ps-language_pack-style .btn.btn-addtocart {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #B0B2B4;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease;
  display: none;
  align-items: center;
  justify-content: center; }
  .ps-application-style .btn.btn-addtocart:hover, .ps-products-style .btn.btn-addtocart:hover, .ps-theme-style .btn.btn-addtocart:hover, .ps-package-style .btn.btn-addtocart:hover, .ps-language_pack-style .btn.btn-addtocart:hover {
    color: #fff;
    border-color: #f57c00;
    background: #f57c00; }

@media (max-width: 575px) {
  .ps-application-style .post-info, .ps-products-style .post-info, .ps-theme-style .post-info, .ps-package-style .post-info, .ps-language_pack-style .post-info {
    position: relative; } }

.feature-icon {
  position: absolute;
  border-top: 40px solid #f57c00;
  border-right: 40px solid transparent;
  width: 0;
  height: 0;
  filter: drop-shadow(3px 0px 0px rgba(0, 0, 0, 0.1));
  display: none;
  top: 0;
  left: 0; }
  .feature-icon .icon {
    position: absolute;
    top: -35px;
    left: 5px;
    color: #fff;
    font-size: 14px; }
  .ps-featured .feature-icon {
    display: block; }

.expert-product-recent .product-price {
  text-align: left; }

.ps-products-grid > li:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dbdbdb; }

.ps-products-style:not(.ps-order-products) .post-content .post-info .product-price {
  display: flex;
  flex-direction: column; }
  .ps-products-style:not(.ps-order-products) .post-content .post-info .product-price .discounted-percent {
    right: 0;
    position: absolute;
    transform: translateY(0);
    top: auto;
    bottom: 100%;
    margin-bottom: -1px; }

.ps-products-style .post-content {
  padding: 0;
  box-shadow: none;
  display: flex; }
  .ps-products-style .post-content:hover {
    box-shadow: none; }
  .ps-products-style .post-content .post-thumbnail {
    min-width: 100px;
    margin-right: 1rem;
    margin-bottom: 0; }
  .ps-products-style .post-content .post-info {
    min-width: 1px;
    flex: 1; }
    @media (min-width: 992px) {
      .ps-products-style .post-content .post-info {
        padding-top: 0.5rem; } }
  .ps-products-style .post-content .post-title,
  .ps-products-style .post-content .post-author,
  .ps-products-style .post-content .post-rating .ps-stars-rating {
    text-align: left; }

.ps-theme-grid > li, .ps-package-grid > li {
  width: 33.33%; }
  @media (max-width: 991px) {
    .ps-theme-grid > li, .ps-package-grid > li {
      width: 50%; } }
  @media (max-width: 575px) {
    .ps-theme-grid > li, .ps-package-grid > li {
      width: 100%; } }

.ps-theme-style .post-content, .ps-package-style .post-content {
  padding: 0; }

.ps-theme-style .post-info, .ps-package-style .post-info {
  padding: 0 1.5rem 2rem; }

.ps-theme-style .post-thumbnail:after, .ps-package-style .post-thumbnail:after {
  padding-bottom: 67.2%; }

.ps-theme-style .post-thumbnail .post-thumbnail-img, .ps-package-style .post-thumbnail .post-thumbnail-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-origin: border-box; }

.ps-package-style .post-author {
  width: 60%; }

.ps-package-style .post-author,
.ps-package-style .post-extra-info {
  font-size: 16px;
  color: #ccc;
  font-weight: normal; }
  .ps-package-style .post-author .post-discount,
  .ps-package-style .post-extra-info .post-discount {
    font-weight: bold;
    color: #555; }

.ps-package-style .post-title {
  text-align: left;
  font-weight: bold;
  font-size: 2rem; }

.ps-package-style .post-author {
  text-align: left; }
  .ps-package-style .post-author a {
    color: #999; }
    .ps-package-style .post-author a:hover {
      color: #1986ec; }
  .ps-package-style .post-author span {
    text-transform: capitalize; }

.ps-package-style .post-extra-info {
  justify-content: space-between; }

.ps-package-style .post-info {
  position: relative; }

.ps-package-style .product-price {
  width: 35%;
  text-align: right;
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  right: 1.5rem;
  top: 18px;
  align-items: flex-end; }

.ps-expert-listing {
  display: flex;
  flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .ps-expert-listing .ps-expert-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    display: flex; }
    @media (max-width: 991px) {
      .ps-expert-listing .ps-expert-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .ps-expert-listing .ps-expert-item {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  .ps-expert-listing .expert-content {
    background: #fff;
    box-shadow: 0px 2px 2.97px 0.03px rgba(51, 51, 51, 0.2);
    flex: 1 1 100%;
    min-width: 1px; }
    .ps-expert-listing .expert-content .expert-cover a {
      display: block;
      padding-bottom: 24%;
      background-position: center center;
      background-origin: border-box;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .ps-expert-listing .expert-content .expert-cover a {
          padding-bottom: 24%; } }
    .ps-expert-listing .expert-content .expert-info {
      padding: 1.5rem;
      padding-top: 0; }
    .ps-expert-listing .expert-content .expert-avatar-action {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: -45px;
      margin-bottom: 2rem;
      flex-flow: wrap; }
    .ps-expert-listing .expert-content .expert-actions {
      margin-top: 1.5rem; }
    .ps-expert-listing .expert-content .expert-avatar {
      min-width: 90px;
      max-width: 90px;
      height: 90px;
      border-radius: 100%;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #fff; }
      .ps-expert-listing .expert-content .expert-avatar img {
        width: 100%;
        height: 100%; }
    .ps-expert-listing .expert-content .expert-title {
      margin-bottom: 1.2rem; }
      .ps-expert-listing .expert-content .expert-title a {
        font-size: 2.4rem;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #555;
        text-transform: capitalize; }
        .ps-expert-listing .expert-content .expert-title a:hover {
          color: #1986ec; }
    .ps-expert-listing .expert-content .expert-rating {
      margin-bottom: 1.5rem; }
      .ps-expert-listing .expert-content .expert-rating .ps-stars-rating {
        font-size: 1.6rem;
        font-weight: 300; }
    .ps-expert-listing .expert-content .expert-description {
      max-width: 100%;
      display: block;
      overflow: hidden;
      padding: 0;
      font-size: 14px;
      text-overflow: ellipsis;
      line-height: 22px;
      white-space: normal;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      margin-bottom: 0; }
    .ps-expert-listing .expert-content.ps-featured {
      position: relative; }
  @media (max-width: 575px) {
    .ps-expert-listing {
      margin-left: -10px;
      margin-right: -10px; } }

#ps_top_rated_experts.ps-expert-listing .ps-expert-item {
  width: 50%; }
  @media (max-width: 767px) {
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item {
      width: 100%; } }
  #ps_top_rated_experts.ps-expert-listing .ps-expert-item:first-of-type {
    width: 100%; }
    @media (max-width: 991px) {
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item:first-of-type .expert-content {
        flex-direction: column; }
        #ps_top_rated_experts.ps-expert-listing .ps-expert-item:first-of-type .expert-content .expert-cover {
          margin-right: 0;
          margin-bottom: 1.5rem;
          width: 100%; } }
  #ps_top_rated_experts.ps-expert-listing .ps-expert-item:not(:first-of-type) .expert-cover {
    display: none; }
  #ps_top_rated_experts.ps-expert-listing .ps-expert-item:nth-child(2) .expert-content:after {
    content: "2"; }
  #ps_top_rated_experts.ps-expert-listing .ps-expert-item:nth-child(3) .expert-content:after {
    content: "3"; }
  #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content {
    display: flex;
    padding: 2rem;
    position: relative; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content:before {
      content: "";
      width: 0;
      height: 0;
      border: 37px solid transparent;
      border-bottom-color: #f57c00;
      display: block;
      position: absolute;
      top: -37px;
      left: -37px;
      transform: rotate(-45deg); }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content:after {
      content: "1";
      font-size: 2.2rem;
      font-weight: 400;
      color: #fff;
      position: absolute;
      top: 0px;
      left: 7px; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-cover {
      width: 450px;
      min-width: 1px;
      margin-right: 2rem; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-info {
      flex: 1;
      padding: 0;
      min-width: 1px; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-avatar-action {
      margin-top: 0; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-avatar-action {
      float: left;
      margin-right: 2rem;
      margin-bottom: 1rem; }
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-avatar-action .expert-actions {
        display: none !important; }
      @media (max-width: 575px) {
        #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-avatar-action {
          margin-right: 1rem; }
          #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-avatar-action .expert-avatar {
            min-width: 60px;
            max-width: 60px;
            height: 60px; } }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-title {
      margin-bottom: 0.5em; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: wrap;
      margin-bottom: 0; }
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-rating .expert-actions {
        display: flex !important;
        margin-top: 0; }
        @media (max-width: 575px) {
          #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-rating .expert-actions {
            width: 100%;
            justify-content: flex-end; } }
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-rating .expert-actions,
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-rating .ps-stars-rating {
        margin-bottom: 1.5rem; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-description {
      clear: both;
      margin-bottom: 1rem; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-website {
      display: inline-block;
      margin-bottom: 1.5rem;
      font-size: 1.2rem;
      display: inline-block !important; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-location {
      color: #929394;
      font-size: 1.2rem;
      display: block !important; }
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-website i.fa,
    #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content .expert-location i.fa {
      color: #929394;
      margin-right: 1rem;
      font-size: 1.6rem;
      min-width: 15px;
      text-align: center; }
    @media (max-width: 575px) {
      #ps_top_rated_experts.ps-expert-listing .ps-expert-item .expert-content {
        padding: 1rem; } }

#nav-details .product-price {
  align-items: flex-start; }

#ps_top_futured_experts .expert-content .expert-cover a {
  padding-bottom: 24% !important; }

h3.ps-heading-block {
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 4rem; }

.ps-expert-cover {
  position: relative; }
  .ps-expert-cover:after {
    content: "";
    display: block;
    padding-bottom: 290px; }
    @media (max-width: 767px) {
      .ps-expert-cover:after {
        padding-bottom: 200px; } }
  .ps-expert-cover .ps-backgroud-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .ps-expert-cover .ps-expert-short-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center; }
    .ps-expert-cover .ps-expert-short-description .ps-expert-description {
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 32px;
      line-height: 50px; }
      @media (max-width: 991px) {
        .ps-expert-cover .ps-expert-short-description .ps-expert-description {
          font-size: 24px;
          line-height: 35px; } }
      @media (max-width: 767px) {
        .ps-expert-cover .ps-expert-short-description .ps-expert-description {
          font-size: 16px;
          line-height: 24px; } }

.ps-expert-alert {
  background-color: rgba(245, 124, 0, 0.2);
  color: #555; }
  .ps-expert-alert h3 {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0; }
    .ps-expert-alert h3 a {
      color: #f57c00;
      border-bottom: 1px solid #f57c00;
      margin-left: 5px; }
      .ps-expert-alert h3 a:hover {
        color: #1986ec;
        border-bottom-color: #1986ec; }

.ps-expert-info {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 75px;
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .ps-expert-info {
      min-height: 113px;
      padding: 0; } }
  .ps-expert-info .ps-expert-photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .ps-expert-info .ps-expert-photo img {
      width: 100%;
      height: 100%;
      border-radius: 100%; }
    @media (max-width: 575px) {
      .ps-expert-info .ps-expert-photo {
        width: 40px;
        height: 40px;
        min-width: 40px; } }
  .ps-expert-info .ps-infomation .ps-name {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700; }
    @media (max-width: 575px) {
      .ps-expert-info .ps-infomation .ps-name {
        float: left;
        font-size: 16px; } }
  .ps-expert-info .ps-infomation .ps-stars-rating {
    font-size: 16px; }
    .ps-expert-info .ps-infomation .ps-stars-rating i.fa {
      margin-right: 4px; }
    .ps-expert-info .ps-infomation .ps-stars-rating span {
      color: #B0B2B4; }
    @media (max-width: 575px) {
      .ps-expert-info .ps-infomation .ps-stars-rating {
        float: none;
        clear: both;
        font-size: 10px; } }
  .ps-expert-info .ps-feature-icon {
    margin-left: 5px;
    position: relative;
    top: -3px; }
  .ps-expert-info .ps-expert-block:before {
    left: 0 !important; }
  .ps-expert-info .ps-expert-block:after {
    right: 0 !important; }
  .ps-expert-info .ps-expert-block:before, .ps-expert-info .ps-expert-block:after {
    height: 42px !important; }
  @media (min-width: 576px) {
    .ps-expert-info .ps-expert-block.set-position {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      max-width: none;
      z-index: 1;
      border-bottom: 1px solid #dbdbdb; }
      .ps-expert-info .ps-expert-block.set-position > div:first-of-type {
        padding-top: 6px;
        padding-bottom: 10px;
        position: relative;
        z-index: 2;
        background-color: #fff; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .ps-expert-info .ps-expert-block.set-position > div {
      padding-left: calc((100% - 510px) /2);
      padding-right: calc((100% - 510px) /2); } }
  @media (min-width: 576px) and (min-width: 768px) {
    .ps-expert-info .ps-expert-block.set-position > div {
      padding-left: calc((100% - 690px) /2);
      padding-right: calc((100% - 690px) /2); } }
  @media (min-width: 576px) and (min-width: 992px) {
    .ps-expert-info .ps-expert-block.set-position > div {
      padding-left: calc((100% - 966px) /2);
      padding-right: calc((100% - 966px) /2); } }
  @media (min-width: 576px) and (min-width: 1200px) {
    .ps-expert-info .ps-expert-block.set-position .ps-expert-name-rating {
      padding-left: calc((100% - 1170px) /2);
      padding-right: 24px; } }
  @media (min-width: 576px) and (min-width: 1200px) {
    .ps-expert-info .ps-expert-block.set-position .ps-expert-menu {
      padding-left: 24px;
      padding-right: calc((100% - 1170px) /2); } }
  @media (min-width: 576px) and (max-width: 575px) {
    .ps-expert-info .ps-expert-block.set-position {
      padding: 0; }
      .ps-expert-info .ps-expert-block.set-position .ps-expert-name-rating,
      .ps-expert-info .ps-expert-block.set-position .d-none.mobile {
        display: none !important; }
      .ps-expert-info .ps-expert-block.set-position .nav {
        margin-top: 0; } }
  @media (max-width: 575px) {
    .ps-expert-info .ps-expert-block.set-position .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      box-shadow: 0px 2px 2.97px 0.03px rgba(51, 51, 51, 0.2);
      bottom: auto;
      margin-top: 0;
      border-top: 0;
      z-index: 10;
      padding-bottom: 0; }
    .ps-expert-info .ps-expert-block.set-position:before, .ps-expert-info .ps-expert-block.set-position:after {
      position: fixed !important;
      top: 0 !important;
      bottom: auto !important;
      z-index: 11; } }
  .ps-expert-info .ps-expert-block.set-position .ps-submenu {
    display: block !important; }
  @media (max-width: 991px) {
    .ps-expert-info .ps-expert-block {
      flex-direction: column;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 575px) {
    .ps-expert-info {
      padding-bottom: 0; }
      .ps-expert-info .ps-expert-block {
        padding-left: 0;
        padding-right: 0;
        align-items: flex-start !important;
        padding-bottom: 52px;
        overflow: hidden;
        position: relative;
        padding-top: 60px;
        margin-top: -50px; }
      .ps-expert-info .ps-expert-name-rating {
        padding-left: 10px;
        padding-right: 10px; } }

.ps-expert-menu .nav-link {
  color: #929394;
  text-transform: uppercase; }
  .ps-expert-menu .nav-link.active {
    color: #1986ec; }
  @media screen and (min-width: 1025px) {
    .ps-expert-menu .nav-link:hover {
      color: #1986ec; } }

.ps-expert-menu .dropdown.show a[data-toggle="dropdown"] {
  color: #1986ec; }

@media (max-width: 575px) {
  .ps-expert-menu .dropdown {
    display: inline-block; }
    .ps-expert-menu .dropdown .dropdown-menu {
      top: auto !important;
      bottom: 100% !important;
      margin-bottom: 41px; }
      .ps-expert-menu .dropdown .dropdown-menu:after, .ps-expert-menu .dropdown .dropdown-menu:before {
        top: 100% !important;
        transform: rotate(180deg);
        bottom: auto !important; }
      .ps-expert-menu .dropdown .dropdown-menu:after {
        right: 14px; }
      .ps-expert-menu .dropdown .dropdown-menu:before {
        right: 12px; } }

.ps-expert-menu:before {
  left: 0 !important; }

.ps-expert-menu:after {
  right: 0 !important; }

@media (max-width: 575px) {
  .ps-expert-menu {
    display: block !important;
    width: 100%;
    text-align: right;
    padding: 0 1rem; }
    .ps-expert-menu .nav {
      border-top: 1px solid #dbdbdb;
      margin-top: 1rem;
      display: block;
      white-space: nowrap;
      position: absolute;
      bottom: -50px;
      width: 100%;
      padding-bottom: 50px;
      left: 0;
      text-align: center; }
      .ps-expert-menu .nav .nav-link[data-toggle="dropdown"] {
        display: none; }
    .ps-expert-menu .nav-link.mobile {
      display: inline-block !important;
      white-space: nowrap;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .ps-expert-menu .nav-link.active {
      position: relative; }
      .ps-expert-menu .nav-link.active:after {
        content: "";
        bottom: 0;
        left: 0.5rem;
        right: 0.5rem;
        height: 2px;
        background-color: #1986ec;
        position: absolute; }
    .ps-expert-menu > button {
      display: none; }
      .ps-expert-menu > button.mobile {
        display: inline-block !important; } }

.ps-expert-about-block {
  margin-bottom: 4rem;
  margin-top: 4rem; }
  .ps-expert-about-block h2 {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 4rem; }
  .ps-expert-about-block .ps-description {
    font-size: 1.8rem;
    margin-bottom: 3rem; }
    @media (max-width: 575px) {
      .ps-expert-about-block .ps-description {
        font-size: 14px;
        margin-bottom: 1.5rem; } }
  .ps-expert-about-block .ps-button-group {
    margin-bottom: 2rem; }
    @media (max-width: 575px) {
      .ps-expert-about-block .ps-button-group {
        justify-content: flex-end; } }
  .ps-expert-about-block .ps-statistic {
    border-top: 1px solid #dbdbdb;
    padding-top: 1rem;
    display: flex;
    flex-flow: wrap; }
    .ps-expert-about-block .ps-statistic li {
      display: flex;
      flex-direction: column;
      min-width: 100px; }
      .ps-expert-about-block .ps-statistic li:not(.ps-social-icons):not(.ps-location) {
        padding-right: 1.5rem;
        margin-right: 1.5rem;
        border-right: 1px solid #dbdbdb; }
      .ps-expert-about-block .ps-statistic li span {
        font-weight: bold; }
        .ps-expert-about-block .ps-statistic li span:first-child {
          font-weight: normal;
          color: #B0B2B4;
          font-size: 12px; }
      .ps-expert-about-block .ps-statistic li.ps-social-icons {
        text-align: right;
        flex-direction: row;
        flex: 1;
        justify-content: flex-end;
        align-items: center; }
    @media (max-width: 991px) {
      .ps-expert-about-block .ps-statistic li {
        width: 50%;
        margin-bottom: 1.5rem;
        margin-right: 0 !important;
        border-right: 0 !important; }
        .ps-expert-about-block .ps-statistic li.ps-social-icons {
          justify-content: flex-start;
          margin-bottom: 0; } }
    @media (max-width: 575px) {
      .ps-expert-about-block .ps-statistic li {
        width: 100%;
        margin-bottom: 1rem; }
        .ps-expert-about-block .ps-statistic li:first-child, .ps-expert-about-block .ps-statistic li:last-child:not(.ps-social-icons) {
          padding-left: 0; }
        .ps-expert-about-block .ps-statistic li + li:not(.ps-social-icons) {
          padding-left: 0;
          margin-left: 0;
          border-left: 0; } }
  @media (max-width: 575px) {
    .ps-expert-about-block {
      margin-bottom: 3rem; }
      .ps-expert-about-block h3.ps-heading-block {
        font-size: 2rem; } }

.ps-our-services {
  background-color: #1986ec;
  min-height: 160px;
  color: #fff;
  padding: 4rem 0;
  overflow: hidden; }
  .ps-our-services .ps-service-items {
    margin-left: -30px;
    margin-right: -30px; }
    .ps-our-services .ps-service-items .ps-service-item {
      margin-bottom: 30px;
      padding-left: 30px;
      padding-right: 30px; }
      .ps-our-services .ps-service-items .ps-service-item:first-child:last-child {
        flex: 0 0 100%;
        max-width: 100%; }
      .ps-our-services .ps-service-items .ps-service-item:first-child:nth-last-child(2) {
        flex: 0 0 50%;
        max-width: 50%; }
      .ps-our-services .ps-service-items .ps-service-item .item-title {
        font-size: 2rem;
        margin-bottom: 2rem; }
        @media (max-width: 575px) {
          .ps-our-services .ps-service-items .ps-service-item .item-title {
            font-size: 1.6rem; } }
      @media (max-width: 575px) {
        .ps-our-services .ps-service-items .ps-service-item {
          margin-bottom: 0; } }
  @media (max-width: 575px) {
    .ps-our-services {
      padding: 2rem 0; }
      .ps-our-services .ps-heading-block {
        font-size: 2rem;
        margin-bottom: 2rem; } }

.ps-our-products {
  margin-bottom: 4rem;
  margin-top: 5rem; }
  .ps-our-products h3.ps-heading-block {
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .ps-our-products h3.ps-heading-block {
        font-size: 2rem; } }
  .ps-our-products ul.nav {
    margin-bottom: 3rem; }
    .ps-our-products ul.nav .nav-link {
      color: #929394; }
      .ps-our-products ul.nav .nav-link.active, .ps-our-products ul.nav .nav-link:hover {
        color: #1986ec; }
  .ps-our-products .ps-product-list .btn.btn-addtocart {
    display: none; }
  .ps-our-products .ps-product-list.application {
    margin-left: -15px;
    margin-right: -15px; }
    .ps-our-products .ps-product-list.application > li {
      width: calc(100%/4);
      padding: 0 15px; }
      .ps-our-products .ps-product-list.application > li .post-content {
        padding: 2rem;
        box-shadow: 1.026px 2.819px 10.89px 0.11px rgba(51, 51, 51, 0.2); }
      .ps-our-products .ps-product-list.application > li .post-author a {
        font-size: 1.6rem; }
      .ps-our-products .ps-product-list.application > li .product-price {
        font-size: 1.8rem; }
      .ps-our-products .ps-product-list.application > li .ps-stars-rating {
        font-size: 1.6rem; }
      .ps-our-products .ps-product-list.application > li .post-title a {
        font-size: 2.4rem; }

.ps-customer-reviews {
  background: #2d2d2d;
  color: #fff;
  padding: 5rem 0;
  overflow: hidden; }
  @media (max-width: 575px) {
    .ps-customer-reviews {
      padding: 3rem 0; }
      .ps-customer-reviews h3.ps-heading-block {
        font-size: 2rem;
        margin-bottom: 2rem; } }

.ps-contact-form {
  background: #fff;
  padding: 6rem 0; }
  .ps-contact-form .bg-img {
    opacity: 0.1; }
  .ps-contact-form .ps-social-icons > a {
    margin-left: 0;
    margin-right: 1rem;
    color: rgba(255, 255, 255, 0.3); }
    .ps-contact-form .ps-social-icons > a:hover {
      color: #fff; }
    @media (max-width: 575px) {
      .ps-contact-form .ps-social-icons > a {
        color: #fff; } }
  .ps-contact-form .ps-contact-content {
    background: #1986ec;
    color: #fff;
    padding: 5.5rem 7rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem; }
    .ps-contact-form .ps-contact-content h3 {
      font-size: 2.8rem;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5rem; }
      @media (max-width: 575px) {
        .ps-contact-form .ps-contact-content h3 {
          font-size: 2rem;
          margin-bottom: 1rem; } }
    @media (max-width: 575px) {
      .ps-contact-form .ps-contact-content .ps-ep-getintouch h3 {
        display: none; } }
  .ps-contact-form .ps-ep-contact-info li {
    margin-bottom: 2.5rem; }
    @media (max-width: 575px) {
      .ps-contact-form .ps-ep-contact-info li {
        margin-bottom: 1.5rem; } }
  .ps-contact-form .ps-ep-contact-info span {
    display: block; }
  .ps-contact-form .ps-ep-contact-info .label {
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6); }
  .ps-contact-form .ps-ep-contact-info .value {
    font-weight: 700;
    word-break: break-word; }
  .ps-contact-form .ps-ep-contactus {
    background: #fff;
    color: #555;
    padding: 6rem 2.5rem;
    box-shadow: 1.026px 2.819px 10.89px 0.11px rgba(51, 51, 51, 0.2);
    min-width: 500px;
    margin-bottom: -6rem; }
    @media (min-width: 576px) {
      .ps-contact-form .ps-ep-contactus .form-group {
        margin-bottom: 4rem; } }
    .ps-contact-form .ps-ep-contactus .form-group .form-control, .ps-contact-form .ps-ep-contactus .form-group .ps-dropdown-multiselect .ps-dropdown-label, .ps-dropdown-multiselect .ps-contact-form .ps-ep-contactus .form-group .ps-dropdown-label {
      padding-left: 0;
      padding-right: 0;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #CED1D3; }
    .ps-contact-form .ps-ep-contactus .form-group textarea {
      resize: none;
      border-top: 1px solid #dbdbdb;
      min-height: 90px; }
    @media (max-width: 575px) {
      .ps-contact-form .ps-ep-contactus {
        padding: 3rem 1.5rem; }
        .ps-contact-form .ps-ep-contactus #rc-imageselect,
        .ps-contact-form .ps-ep-contactus .g-recaptcha {
          transform: scale(0.725);
          -webkit-transform: scale(0.725);
          transform-origin: 0 0;
          -webkit-transform-origin: 0 0; } }
  @media (max-width: 991px) {
    .ps-contact-form .ps-contact-content {
      flex-direction: column;
      padding-right: 2.5rem; }
    .ps-contact-form .ps-ep-contactus {
      min-width: 100%; } }
  @media (max-width: 575px) {
    .ps-contact-form {
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden; }
      .ps-contact-form .ps-contact-content {
        padding: 25px 10px 0 10px; }
      .ps-contact-form .container {
        padding-left: 0;
        padding-right: 0; }
      .ps-contact-form .ps-ep-contactus {
        margin-left: -10px;
        margin-right: -10px;
        padding: 2rem 1rem; } }

.ps-experts-listing.ps-listing .ps-experts-cover {
  min-height: 360px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 4rem;
  padding: 2.5rem;
  position: relative;
  margin-top: -2rem; }
  @media (max-width: 767px) {
    .ps-experts-listing.ps-listing .ps-experts-cover {
      min-height: 232px; } }
  @media (max-width: 575px) {
    .ps-experts-listing.ps-listing .ps-experts-cover {
      min-height: 152px; } }
  .ps-experts-listing.ps-listing .ps-experts-cover .bg-img {
    position: absolute;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .ps-experts-listing.ps-listing .ps-experts-cover .container {
    position: relative;
    color: #fff; }
  .ps-experts-listing.ps-listing .ps-experts-cover h2 {
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    word-break: break-word;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      .ps-experts-listing.ps-listing .ps-experts-cover h2 {
        font-size: 3.2rem; } }
    @media (max-width: 575px) {
      .ps-experts-listing.ps-listing .ps-experts-cover h2 {
        font-size: 2.4rem; } }
  .ps-experts-listing.ps-listing .ps-experts-cover p {
    font-size: 1.8rem;
    margin: 0 auto 2rem;
    padding: 0 32px;
    max-width: 640px; }
    @media (max-width: 767px) {
      .ps-experts-listing.ps-listing .ps-experts-cover p {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }
    @media (max-width: 575px) {
      .ps-experts-listing.ps-listing .ps-experts-cover p {
        font-size: 1.3rem;
        margin-bottom: 1rem; } }
  .ps-experts-listing.ps-listing .ps-experts-cover .btn {
    text-transform: uppercase; }
    .ps-experts-listing.ps-listing .ps-experts-cover .btn:hover {
      border-color: #1986ec; }
    @media (max-width: 575px) {
      .ps-experts-listing.ps-listing .ps-experts-cover .btn {
        display: none; } }

#expert-section .ps-nav-expert-section-item {
  margin-right: 1.5rem; }

.ps-expert-banner {
  margin-top: 3rem;
  margin-bottom: 6rem;
  background-color: #1986ec;
  font-size: 2.8rem;
  color: #fff;
  background: #303030;
  overflow: hidden; }
  @media (max-width: 575px) {
    .ps-expert-banner {
      font-size: 2rem;
      text-align: center; }
      .ps-expert-banner .btn {
        margin-left: 0 !important;
        margin-top: 10px; } }
  .ps-expert-banner .bg-img {
    opacity: 0.1;
    background-position: center -235px; }
  .ps-expert-banner .ps-expert-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .ps-expert-banner .ps-expert-banner-content .ps-inner {
      padding: 4rem 10rem;
      position: relative;
      height: 100%; }
      .ps-expert-banner .ps-expert-banner-content .ps-inner span, .ps-expert-banner .ps-expert-banner-content .ps-inner a {
        position: relative; }
      .ps-expert-banner .ps-expert-banner-content .ps-inner:before {
        content: "";
        background: rgba(25, 134, 236, 0.6);
        position: absolute;
        top: -200px;
        right: 0;
        left: 0;
        bottom: 0;
        transform: rotate(20deg);
        height: 560px; }
      @media (max-width: 575px) {
        .ps-expert-banner .ps-expert-banner-content .ps-inner {
          padding: 2rem 1.5rem; }
          .ps-expert-banner .ps-expert-banner-content .ps-inner:before {
            transform: none; }
          .ps-expert-banner .ps-expert-banner-content .ps-inner span {
            display: block; } }
      .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line {
        position: absolute;
        right: calc(100% + 28px);
        display: flex;
        bottom: -10px; }
        .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line:before, .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line:after {
          content: "";
          width: 8px;
          height: 100px;
          margin-right: 8px;
          background: rgba(25, 134, 236, 0.6);
          transform: rotate(20deg);
          position: relative; }
        .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line:before {
          bottom: -35px;
          margin-right: 21px; }
        .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line.line-after {
          right: auto;
          left: calc(100% + 50px);
          top: -10px;
          bottom: auto; }
          .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line.line-after:before {
            bottom: auto;
            margin-right: auto; }
          .ps-expert-banner .ps-expert-banner-content .ps-inner .ps-line.line-after:after {
            top: -35px;
            margin-left: 22px; }

.ps-feature-icon {
  width: 20px;
  height: 20px;
  background-color: #f57c00;
  font-size: 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.ps-expert-detail-page .ps-products-listing-page,
.ps-expert-detail-page .ps-app-create-page,
.ps-expert-detail-page .ps-terms-of-service {
  min-height: 800px; }

@media (max-width: 575px) {
  .ps-expert-detail-page .ps-our-products {
    overflow: hidden;
    margin-bottom: 1.5rem; }
    .ps-expert-detail-page .ps-our-products ul.nav {
      margin-left: -1.5rem;
      margin-bottom: 1.5rem; }
    .ps-expert-detail-page .ps-our-products .btn-more {
      text-align: right !important; } }

.ps-expert-detail-page .ps-expert-subnav__items {
  justify-content: center; }

.iframe-mode .app-detail-expert-block .ps-stars-rating {
  font-size: 12px !important; }

.ps-submenu {
  background-color: #edeff1;
  border-top: 1px solid #dbdbdb;
  margin-top: -51px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out; }
  .ps-submenu.active {
    margin-top: 0; }
  .ps-submenu-wapper {
    margin-right: -22px;
    min-height: 50px; }
  .ps-submenu li {
    padding: 0 8px; }
    .ps-submenu li a {
      padding: 14px 6px;
      display: block;
      color: #555;
      position: relative; }
      .ps-submenu li a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #1986ec;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      .ps-submenu li a:hover {
        color: #1986ec; }
        .ps-submenu li a:hover:after {
          opacity: 1; }
    .ps-submenu li.active a {
      color: #1986ec; }
      .ps-submenu li.active a:after {
        opacity: 1; }

.ps-expert-subnav {
  margin-bottom: 3rem; }
  .ps-expert-subnav__wapper {
    background-color: rgba(25, 134, 236, 0.1);
    overflow: hidden;
    max-height: 84px; }
    @media (max-width: 575px) {
      .ps-expert-subnav__wapper {
        padding: 10px; } }
    @media (max-width: 991px) {
      .ps-expert-subnav__wapper {
        max-height: 74px; } }
    @media (max-width: 575px) {
      .ps-expert-subnav__wapper {
        max-height: 57px; } }
  .ps-expert-subnav__items {
    display: flex;
    overflow: auto;
    padding: 16px 15px 100px 15px; }
    @media (max-width: 575px) {
      .ps-expert-subnav__items {
        padding: 0 0 100px; } }
  .ps-expert-subnav__item {
    position: relative;
    display: inline-block; }
    .ps-expert-subnav__item a {
      display: flex;
      font-weight: bold;
      color: #1986ec;
      font-size: 20px;
      align-items: center;
      padding: 9px 16px;
      border-radius: 5px;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 991px) {
        .ps-expert-subnav__item a {
          font-size: 16px;
          padding: 8px; } }
      @media (max-width: 575px) {
        .ps-expert-subnav__item a {
          font-size: 14px; } }
      .ps-expert-subnav__item a .ico {
        font-size: 34px;
        margin-right: 16px; }
        @media (max-width: 991px) {
          .ps-expert-subnav__item a .ico {
            margin-right: 8px;
            font-size: 26px; } }
        @media screen and (max-width: 639px) {
          .ps-expert-subnav__item a .ico {
            display: none; } }
      .ps-expert-subnav__item a span {
        font-size: 14px;
        font-weight: normal;
        line-height: 34px;
        margin-left: 4px; }
        @media (max-width: 991px) {
          .ps-expert-subnav__item a span {
            line-height: 26px; } }
        @media (max-width: 575px) {
          .ps-expert-subnav__item a span {
            font-size: 12px;
            line-height: 20px; } }
      @media screen and (min-width: 1025px) {
        .ps-expert-subnav__item a:hover {
          background-color: #1986ec;
          color: #fff; } }
      .ps-expert-subnav__item a.active {
        background-color: #1986ec;
        color: #fff; }
    .ps-expert-subnav__item + .ps-expert-subnav__item {
      padding-left: 10px;
      margin-left: 10px; }
      .ps-expert-subnav__item + .ps-expert-subnav__item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 34px;
        background-color: rgba(85, 85, 85, 0.1); }
        @media (max-width: 991px) {
          .ps-expert-subnav__item + .ps-expert-subnav__item:before {
            height: 21px; } }
        @media (max-width: 575px) {
          .ps-expert-subnav__item + .ps-expert-subnav__item:before {
            display: none; } }
      @media (max-width: 575px) {
        .ps-expert-subnav__item + .ps-expert-subnav__item {
          padding-left: 4px;
          margin-left: 4px; } }

.ps-heading-addthis {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .ps-heading-addthis {
      flex-direction: column;
      margin-bottom: 4rem; }
      .ps-heading-addthis .ps-heading-block {
        margin-bottom: 1rem; } }

.ps-manage-table {
  overflow-x: scroll; }

.ps-product-create-type {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .ps-product-create-type {
      height: calc(100vh - 320px);
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%; } }

.ps-product-type-title {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.4rem; }

.ps-choose-add {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 767px) {
    .ps-choose-add {
      margin-bottom: 1rem; } }
  .ps-choose-add span.label {
    margin-top: 1.5rem;
    text-transform: capitalize;
    color: #fff; }
  .ps-choose-add .fa.font-icon {
    position: relative;
    bottom: 0;
    transition: all 300ms ease-in-out; }
    .ps-choose-add .fa.font-icon:before {
      content: '\f135';
      font-size: 5rem;
      color: #fff; }
  .ps-choose-add.apps {
    background: #8ac34a; }
    .ps-choose-add.apps .fa.font-icon:before {
      content: '\f135'; }
  .ps-choose-add.themes {
    background: #673ab7; }
    .ps-choose-add.themes .fa.font-icon:before {
      content: '\f1fc'; }
  .ps-choose-add.languages {
    background: #607d8a; }
    .ps-choose-add.languages .fa.font-icon:before {
      content: '\f1ab'; }
  .ps-choose-add:hover .fa.font-icon {
    bottom: 5px; }

.ps-app-create-page .ps-product-icon {
  width: 150px;
  height: 150px;
  background: #dedede;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .ps-app-create-page .ps-product-icon .form-control-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
  .ps-app-create-page .ps-product-icon:before {
    content: '\f030';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2.4rem;
    pointer-events: none;
    text-shadow: 3px 3px 3px rgba(68, 68, 68, 0.3); }

.ps-app-create-page h3 {
  font-size: 1.6rem;
  display: block; }

.ps-app-create-page .ps-app-form-group {
  margin-bottom: 4rem;
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 1.5rem;
  border-radius: 4px;
  margin-top: 1.5rem; }
  .ps-app-create-page .ps-app-form-group .form-group {
    clear: both; }
  .ps-app-create-page .ps-app-form-group.ps-features-form h3 {
    margin-bottom: 0; }
  .ps-app-create-page .ps-app-form-group .ps-dropdown-multiselect .dropdown-item span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.ps-app-create-page .ps-product-item,
.ps-app-create-page .ps-item {
  display: inline-block;
  background: #CED1D3;
  padding: .5rem 1rem;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px; }
  .ps-app-create-page .ps-product-item .ps-product-remove,
  .ps-app-create-page .ps-product-item .ps-item-remove,
  .ps-app-create-page .ps-item .ps-product-remove,
  .ps-app-create-page .ps-item .ps-item-remove {
    margin-left: 7px;
    cursor: pointer;
    transition: all 300ms ease; }
    .ps-app-create-page .ps-product-item .ps-product-remove:hover,
    .ps-app-create-page .ps-product-item .ps-item-remove:hover,
    .ps-app-create-page .ps-item .ps-product-remove:hover,
    .ps-app-create-page .ps-item .ps-item-remove:hover {
      color: #dc3545; }

.ps-app-nav-left .label {
  margin: -1rem;
  padding: 1rem 1.5rem;
  background: #f8f8f8;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.ps-app-nav-left .nav-tabs {
  margin-bottom: 1.5rem;
  background: #fff;
  border-bottom: 0;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  padding: 1rem;
  overflow: hidden;
  transition: all 300ms ease;
  top: 0; }
  .ps-app-nav-left .nav-tabs.position-fixed {
    top: 2rem; }
  .ps-app-nav-left .nav-tabs .nav-link {
    border: none;
    border-radius: 4px;
    color: #555;
    font-weight: 500; }
    .ps-app-nav-left .nav-tabs .nav-link:hover {
      color: #1986ec; }
    .ps-app-nav-left .nav-tabs .nav-link.active {
      color: #1986ec;
      background-color: rgba(25, 134, 236, 0.1); }

.ps-app-nav-left .form-buttons-group {
  display: flex; }
  .ps-app-nav-left .form-buttons-group .btn {
    flex: 1; }
    .ps-app-nav-left .form-buttons-group .btn:last-child {
      margin-left: 1rem; }

.ps-app-nav-left .form-control-buttons {
  margin: 0 -1rem -1rem -1rem;
  padding: 1rem;
  background: #f8f8f8;
  border-top: 1px solid #dbdbdb; }

.product-detail-content .product-extra-info .dropdown-menu,
.product-detail-actions .dropdown-menu {
  left: auto !important;
  right: 0 !important; }
  .product-detail-content .product-extra-info .dropdown-menu:before, .product-detail-content .product-extra-info .dropdown-menu:after,
  .product-detail-actions .dropdown-menu:before,
  .product-detail-actions .dropdown-menu:after {
    left: auto !important; }
  .product-detail-content .product-extra-info .dropdown-menu:before,
  .product-detail-actions .dropdown-menu:before {
    right: 9px; }
  .product-detail-content .product-extra-info .dropdown-menu:after,
  .product-detail-actions .dropdown-menu:after {
    right: 11px; }
  @media (max-width: 767px) {
    .product-detail-content .product-extra-info .dropdown-menu,
    .product-detail-actions .dropdown-menu {
      transform: none !important; }
      .product-detail-content .product-extra-info .dropdown-menu:not([x-placement="top-start"]),
      .product-detail-actions .dropdown-menu:not([x-placement="top-start"]) {
        top: 100% !important; }
      .product-detail-content .product-extra-info .dropdown-menu[x-placement="top-start"],
      .product-detail-actions .dropdown-menu[x-placement="top-start"] {
        bottom: 100%;
        top: auto !important; } }

.flat-featured {
  font-size: 1rem;
  background: #f57c00;
  color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .flat-featured .fa {
    position: relative;
    right: -1px; }

.product-detail-content {
  display: flex;
  margin-bottom: 1rem; }
  .product-detail-content.package-detail-content {
    display: block; }
    .product-detail-content.package-detail-content .product-title {
      margin-bottom: 0; }
    .product-detail-content.package-detail-content .product-extra-info {
      margin-bottom: 1rem; }
    .product-detail-content.package-detail-content .package-thumbnail {
      margin-bottom: 2.5rem; }
    .product-detail-content.package-detail-content .package-thumbnail .bg-img {
      display: block;
      padding-bottom: 42%;
      background-origin: border-box;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .product-detail-content .product-thumbnail {
    margin-right: 1.5rem;
    width: 70px;
    height: 70px; }
    .product-detail-content .product-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      outline: 1px solid rgba(0, 0, 0, 0.1);
      outline-offset: -1px; }
    @media (max-width: 575px) {
      .product-detail-content .product-thumbnail {
        width: 50px;
        height: 50px; } }
  .product-detail-content .product-info {
    flex: 1; }
  .product-detail-content .product-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word; }
    .product-detail-content .product-title .flat-featured {
      margin-right: 0.5rem;
      margin-top: 10px;
      float: left; }
      @media (max-width: 991px) {
        .product-detail-content .product-title .flat-featured {
          margin-top: 5px; } }
    @media (max-width: 991px) {
      .product-detail-content .product-title {
        font-size: 2rem; } }
  .product-detail-content .product-count-installed {
    color: #B0B2B4; }
  .product-detail-content .product-author {
    color: #B0B2B4;
    flex: 1; }
    .product-detail-content .product-author .product-category a {
      color: #737475;
      display: inline-block; }
      .product-detail-content .product-author .product-category a:hover {
        color: #1986ec; }
    @media (max-width: 991px) {
      .product-detail-content .product-author {
        flex-direction: column;
        font-size: 1.2rem; }
        .product-detail-content .product-author .product-count-installed {
          margin-top: 4px; } }
  .product-detail-content .product-detail-actions {
    margin-left: 1rem; }
  .product-detail-content .btn-toggle {
    cursor: pointer;
    color: #B0B2B4;
    transition: all 300ms ease;
    font-size: 1.8em;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1rem; }
    .product-detail-content .btn-toggle:hover {
      color: #1986ec; }

@media (max-width: 575px) {
  .ps-overflowX {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-wrap: nowrap; } }

.ps-overflowX::-webkit-scrollbar {
  width: 0 !important;
  display: none; }

.ps-tab-wapper {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #dbdbdb; }
  .ps-tab-wapper-inner {
    height: 44px;
    overflow: hidden;
    position: relative;
    bottom: -1px; }

.init-scroll-bar-js.have-scroll {
  position: relative; }
  .init-scroll-bar-js.have-scroll:before, .init-scroll-bar-js.have-scroll:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 44px;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 1;
    bottom: -1px; }
  .init-scroll-bar-js.have-scroll:before {
    left: -1px;
    opacity: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 80%);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 80%); }
  .init-scroll-bar-js.have-scroll:after {
    right: -1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 80%);
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 80%); }
  .init-scroll-bar-js.have-scroll.ps-end:before {
    opacity: 1; }
  .init-scroll-bar-js.have-scroll.ps-end:after {
    opacity: 0; }

.product-detail-tabs {
  padding-bottom: 50px; }
  .product-detail-tabs a.nav-link {
    padding: 1rem;
    color: #929394;
    position: relative;
    border-bottom: 3px solid transparent;
    white-space: nowrap; }
    .product-detail-tabs a.nav-link:hover, .product-detail-tabs a.nav-link.active {
      color: #1986ec; }
    .product-detail-tabs a.nav-link.active {
      border-bottom: 3px solid #1986ec; }
  .product-detail-tabs li:first-of-type a.nav-link {
    padding-left: 0; }

.ps-detail-whatnews {
  background: #f3f3f3;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem; }
  .ps-detail-whatnews h5 {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    font-weight: normal;
    text-transform: uppercase; }

.product-content-ck .cke_editable {
  font-size: 13px;
  line-height: 1.6em; }

.product-content-ck img {
  max-width: 100%; }

.product-content-ck blockquote {
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0; }

.product-content-ck .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px; }

.product-content-ck .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px; }

.product-content-ck * {
  word-break: break-word; }

.product-content-ck a {
  color: #0782C1; }

.product-content-ck ol,
.product-content-ck ul,
.product-content-ck dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list.    (#6249,#8049)*/
  padding: 0 0 0 40px;
  list-style-type: unset; }

.product-content-ck ol {
  list-style-type: decimal; }

.product-content-ck h1,
.product-content-ck h2,
.product-content-ck h3,
.product-content-ck h4,
.product-content-ck h5,
.product-content-ck h6 {
  font-weight: normal;
  line-height: 1.2em; }

.product-content-ck hr {
  border: 0px;
  border-top: 1px solid #ccc; }

.product-content-ck img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px; }

.product-content-ck img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px; }

.product-content-ck pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */ }

.product-content-ck .marker {
  background-color: Yellow; }

.product-content-ck span[lang] {
  font-style: italic; }

.product-content-ck figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: block;
  /* For IE8 */ }

.product-content-ck figure figcaption {
  text-align: center;
  display: block;
  /* For IE8 */ }

.product-detail-faq-item {
  background: #eee;
  padding: 1rem 1.5rem; }
  .product-detail-faq-item:nth-child(even) {
    background: #f8f8f8; }
  .product-detail-faq-item .question {
    font-weight: 700;
    margin-bottom: 1rem; }
  .product-detail-faq-item .anwser {
    padding-left: 2rem; }
    .product-detail-faq-item .anwser i.fa {
      margin-right: 1rem; }

.product-detail-screenshots {
  margin-bottom: 3rem; }
  .product-detail-screenshots .owl-dots {
    display: none; }
  .product-detail-screenshots .item {
    background-color: #eee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-detail-screenshots .item a {
      width: 100%;
      display: block;
      overflow: hidden;
      max-height: 274px; }
  .product-detail-screenshots img {
    height: auto;
    max-width: 100%; }
  .product-detail-screenshots .owl-carousel .owl-stage {
    display: flex; }
  .product-detail-screenshots .owl-carousel .owl-stage-outer {
    border: 1px solid #dbdbdb; }
  .product-detail-screenshots .owl-nav .owl-prev,
  .product-detail-screenshots .owl-nav .owl-next {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    position: absolute;
    top: 50%;
    background: #fff;
    font-size: 16px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease; }
    .product-detail-screenshots .owl-nav .owl-prev:hover,
    .product-detail-screenshots .owl-nav .owl-next:hover {
      color: #fff;
      background: #1986ec;
      border-color: #1986ec; }
  .product-detail-screenshots .owl-nav .owl-prev {
    left: 2px;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .product-detail-screenshots .owl-nav .owl-prev {
        left: 8px; } }
  .product-detail-screenshots .owl-nav .owl-next {
    right: 2px;
    transform: translate(50%, -50%); }
    @media (max-width: 767px) {
      .product-detail-screenshots .owl-nav .owl-next {
        right: 8px; } }
  @media (max-width: 575px) {
    .product-detail-screenshots {
      margin-bottom: 1.5rem; } }

.product-detail-packages-include {
  border-top: 1px solid #dbdbdb;
  padding-top: 2.5rem;
  margin: 3rem 0; }
  @media (max-width: 991px) {
    .product-detail-packages-include .ps-package-detail-nav {
      margin-bottom: 1.5rem; }
      .product-detail-packages-include .ps-package-detail-nav p {
        margin-bottom: 0; } }
  @media (max-width: 575px) {
    .product-detail-packages-include .ps-package-detail-nav {
      flex-direction: column; } }
  .product-detail-packages-include ul.nav .nav-link {
    color: #737475; }
    .product-detail-packages-include ul.nav .nav-link:hover, .product-detail-packages-include ul.nav .nav-link.active {
      color: #1986ec; }
  @media (max-width: 991px) {
    .product-detail-packages-include ul.nav {
      margin-right: -1rem; }
      .product-detail-packages-include ul.nav .nav-link {
        padding: 0.5rem 1rem; } }
  .product-detail-packages-include h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.5rem; }
  .product-detail-packages-include .ps-products-style .post-thumbnail:after {
    padding-bottom: 58.3%; }
  .product-detail-packages-include .ps-products-style .post-thumbnail .post-thumbnail-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-origin: border-box; }
  .product-detail-packages-include .ps-products-style .post-content .post-info {
    padding-top: 0; }
  @media (max-width: 991px) {
    .product-detail-packages-include {
      margin: 1.5rem 0;
      padding-top: 1rem; } }

.ps-service-item-listing .nav-item {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.ps-service-item-listing .nav-link {
  background: #1986ec;
  color: #fff;
  border-radius: 4px; }
  .ps-service-item-listing .nav-link.active {
    background: #0e5faa; }

.supported-services-form #supported_services {
  flex: 1;
  margin-right: 1.5rem;
  min-width: 1px; }

.ps-service-content-listing .ps-service-content-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dbdbdb; }
  .ps-service-content-listing .ps-service-content-item .ps-service-link {
    min-width: 170px;
    white-space: normal;
    max-width: 170px;
    margin-right: 1.5rem;
    display: flex;
    justify-content: space-between; }
  .ps-service-content-listing .ps-service-content-item .ps-service-content {
    flex: 1; }
  .ps-service-content-listing .ps-service-content-item .ps-remove-service-btn {
    cursor: pointer;
    transition: all 300ms ease; }
    .ps-service-content-listing .ps-service-content-item .ps-remove-service-btn:hover {
      color: #dc3545; }
  @media (max-width: 575px) {
    .ps-service-content-listing .ps-service-content-item {
      flex-direction: column; }
      .ps-service-content-listing .ps-service-content-item .ps-service-link {
        margin-bottom: 1.5rem;
        min-width: 0;
        max-width: 100%; }
      .ps-service-content-listing .ps-service-content-item .ps-service-content {
        width: 100%; } }

.ps-as-change-photos {
  display: flex; }
  .ps-as-change-photos .ps-user-photo {
    width: 200px;
    margin-right: 15px; }
  .ps-as-change-photos .ps-user-cover {
    flex: 1; }
  @media (max-width: 991px) {
    .ps-as-change-photos {
      flex-direction: column; }
      .ps-as-change-photos .ps-user-photo {
        margin-right: 0;
        margin-bottom: 1.5rem; } }
  .ps-as-change-photos .ps-change-loading {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .ps-as-change-photos #ps-avatar-account-setting,
  .ps-as-change-photos #ps-cover-account-setting {
    height: 200px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-origin: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .ps-as-change-photos #ps-avatar-account-setting:hover .ps-btn-change,
    .ps-as-change-photos #ps-cover-account-setting:hover .ps-btn-change {
      bottom: 5px;
      color: #1986ec;
      opacity: 1; }
  .ps-as-change-photos #ps-change-avatar-account-setting,
  .ps-as-change-photos #ps-change-cover-account-setting {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  .ps-as-change-photos .ps-btn-change {
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    text-shadow: 3px 3px 3px rgba(68, 68, 68, 0.3);
    position: relative;
    bottom: 0;
    transition: all 300ms ease-in-out;
    opacity: 0; }

#ps-application-featured.owl-carousel,
#ps-theme-featured.owl-carousel,
#ps-language_pack-featured.owl-carousel {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-bottom: 4rem;
  margin-bottom: -4rem; }
  #ps-application-featured.owl-carousel .owl-stage-outer,
  #ps-theme-featured.owl-carousel .owl-stage-outer,
  #ps-language_pack-featured.owl-carousel .owl-stage-outer {
    overflow: visible; }
  @media (max-width: 575px) {
    #ps-application-featured.owl-carousel,
    #ps-theme-featured.owl-carousel,
    #ps-language_pack-featured.owl-carousel {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

#ps-application-featured .owl-dots,
#ps-theme-featured .owl-dots,
#ps-language_pack-featured .owl-dots {
  text-align: center;
  margin-top: 2rem; }
  #ps-application-featured .owl-dots .owl-dot,
  #ps-theme-featured .owl-dots .owl-dot,
  #ps-language_pack-featured .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    #ps-application-featured .owl-dots .owl-dot span,
    #ps-theme-featured .owl-dots .owl-dot span,
    #ps-language_pack-featured .owl-dots .owl-dot span {
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px;
      display: block;
      width: 12px;
      height: 12px;
      margin: 10px;
      background-color: rgba(25, 134, 236, 0.2); }
    #ps-application-featured .owl-dots .owl-dot.active span, #ps-application-featured .owl-dots .owl-dot:hover span,
    #ps-theme-featured .owl-dots .owl-dot.active span,
    #ps-theme-featured .owl-dots .owl-dot:hover span,
    #ps-language_pack-featured .owl-dots .owl-dot.active span,
    #ps-language_pack-featured .owl-dots .owl-dot:hover span {
      background-color: #1986ec; }

#ps-theme-featured.ps-application-grid .owl-stage-outer, #ps-theme-featured.ps-theme-grid .owl-stage-outer, #ps-theme-featured.ps-package-grid .owl-stage-outer, #ps-theme-featured.ps-language_pack-grid .owl-stage-outer {
  padding-bottom: 0; }

#ps-theme-featured.ps-application-grid .owl-nav .owl-prev, #ps-theme-featured.ps-theme-grid .owl-nav .owl-prev, #ps-theme-featured.ps-package-grid .owl-nav .owl-prev, #ps-theme-featured.ps-language_pack-grid .owl-nav .owl-prev,
#ps-theme-featured.ps-application-grid .owl-nav .owl-next,
#ps-theme-featured.ps-theme-grid .owl-nav .owl-next,
#ps-theme-featured.ps-package-grid .owl-nav .owl-next,
#ps-theme-featured.ps-language_pack-grid .owl-nav .owl-next {
  margin-top: 0; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-content, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-content, #ps-theme-featured.ps-theme-style.ps-package-grid .post-content, #ps-theme-featured.ps-package-grid.ps-package-style .post-content, #ps-theme-featured.ps-theme-grid.ps-package-style .post-content, #ps-theme-featured.ps-application-grid.ps-package-style .post-content, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-content, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-content {
  position: relative; }
  #ps-theme-featured.ps-application-grid.ps-theme-style .post-content:hover .post-title a, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-content:hover .post-title a, #ps-theme-featured.ps-theme-style.ps-package-grid .post-content:hover .post-title a, #ps-theme-featured.ps-package-grid.ps-package-style .post-content:hover .post-title a, #ps-theme-featured.ps-theme-grid.ps-package-style .post-content:hover .post-title a, #ps-theme-featured.ps-application-grid.ps-package-style .post-content:hover .post-title a, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-content:hover .post-title a, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-content:hover .post-title a {
    color: #1986ec; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-info, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-info, #ps-theme-featured.ps-theme-style.ps-package-grid .post-info, #ps-theme-featured.ps-package-grid.ps-package-style .post-info, #ps-theme-featured.ps-theme-grid.ps-package-style .post-info, #ps-theme-featured.ps-application-grid.ps-package-style .post-info, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-info, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 90%);
  background-image: -o-linear-gradient(top, transparent 0%, #000 90%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 90%);
  background-repeat: repeat-x; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-title, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-title, #ps-theme-featured.ps-theme-style.ps-package-grid .post-title, #ps-theme-featured.ps-package-grid.ps-package-style .post-title, #ps-theme-featured.ps-theme-grid.ps-package-style .post-title, #ps-theme-featured.ps-application-grid.ps-package-style .post-title, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-title, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-title {
  text-align: left; }
  #ps-theme-featured.ps-application-grid.ps-theme-style .post-title a:not(:hover), #ps-theme-featured.ps-theme-style.ps-theme-grid .post-title a:not(:hover), #ps-theme-featured.ps-theme-style.ps-package-grid .post-title a:not(:hover), #ps-theme-featured.ps-package-grid.ps-package-style .post-title a:not(:hover), #ps-theme-featured.ps-theme-grid.ps-package-style .post-title a:not(:hover), #ps-theme-featured.ps-application-grid.ps-package-style .post-title a:not(:hover), #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-title a:not(:hover), #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-title a:not(:hover) {
    color: #fff; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-author, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-author, #ps-theme-featured.ps-theme-style.ps-package-grid .post-author, #ps-theme-featured.ps-package-grid.ps-package-style .post-author, #ps-theme-featured.ps-theme-grid.ps-package-style .post-author, #ps-theme-featured.ps-application-grid.ps-package-style .post-author, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-author, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-author {
  text-align: left; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-rating .ps-stars-rating, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-rating .ps-stars-rating, #ps-theme-featured.ps-theme-style.ps-package-grid .post-rating .ps-stars-rating, #ps-theme-featured.ps-package-grid.ps-package-style .post-rating .ps-stars-rating, #ps-theme-featured.ps-theme-grid.ps-package-style .post-rating .ps-stars-rating, #ps-theme-featured.ps-application-grid.ps-package-style .post-rating .ps-stars-rating, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-rating .ps-stars-rating, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-rating .ps-stars-rating {
  text-align: left;
  font-size: 1.6rem; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-rating, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-rating, #ps-theme-featured.ps-theme-style.ps-package-grid .post-rating, #ps-theme-featured.ps-package-grid.ps-package-style .post-rating, #ps-theme-featured.ps-theme-grid.ps-package-style .post-rating, #ps-theme-featured.ps-application-grid.ps-package-style .post-rating, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-rating, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-rating {
  float: left; }

#ps-theme-featured.ps-application-grid.ps-theme-style .product-price, #ps-theme-featured.ps-theme-style.ps-theme-grid .product-price, #ps-theme-featured.ps-theme-style.ps-package-grid .product-price, #ps-theme-featured.ps-package-grid.ps-package-style .product-price, #ps-theme-featured.ps-theme-grid.ps-package-style .product-price, #ps-theme-featured.ps-application-grid.ps-package-style .product-price, #ps-theme-featured.ps-package-style.ps-language_pack-grid .product-price, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .product-price {
  text-align: right;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  padding-right: 0; }
  #ps-theme-featured.ps-application-grid.ps-theme-style .product-price .discounted-percent, #ps-theme-featured.ps-theme-style.ps-theme-grid .product-price .discounted-percent, #ps-theme-featured.ps-theme-style.ps-package-grid .product-price .discounted-percent, #ps-theme-featured.ps-package-grid.ps-package-style .product-price .discounted-percent, #ps-theme-featured.ps-theme-grid.ps-package-style .product-price .discounted-percent, #ps-theme-featured.ps-application-grid.ps-package-style .product-price .discounted-percent, #ps-theme-featured.ps-package-style.ps-language_pack-grid .product-price .discounted-percent, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .product-price .discounted-percent {
    bottom: 100%;
    top: auto;
    margin-bottom: 68px;
    transform: translateY(0); }

#ps-theme-featured.ps-application-grid.ps-theme-style .btn-addtocart, #ps-theme-featured.ps-theme-style.ps-theme-grid .btn-addtocart, #ps-theme-featured.ps-theme-style.ps-package-grid .btn-addtocart, #ps-theme-featured.ps-package-grid.ps-package-style .btn-addtocart, #ps-theme-featured.ps-theme-grid.ps-package-style .btn-addtocart, #ps-theme-featured.ps-application-grid.ps-package-style .btn-addtocart, #ps-theme-featured.ps-package-style.ps-language_pack-grid .btn-addtocart, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .btn-addtocart {
  transform: none;
  top: auto;
  left: auto;
  right: 1.5rem;
  bottom: 1rem; }
  #ps-theme-featured.ps-application-grid.ps-theme-style .btn-addtocart:not(:hover), #ps-theme-featured.ps-theme-style.ps-theme-grid .btn-addtocart:not(:hover), #ps-theme-featured.ps-theme-style.ps-package-grid .btn-addtocart:not(:hover), #ps-theme-featured.ps-package-grid.ps-package-style .btn-addtocart:not(:hover), #ps-theme-featured.ps-theme-grid.ps-package-style .btn-addtocart:not(:hover), #ps-theme-featured.ps-application-grid.ps-package-style .btn-addtocart:not(:hover), #ps-theme-featured.ps-package-style.ps-language_pack-grid .btn-addtocart:not(:hover), #ps-theme-featured.ps-theme-style.ps-language_pack-grid .btn-addtocart:not(:hover) {
    background: transparent;
    color: #fff; }

#ps-theme-featured.ps-application-grid.ps-theme-style .post-thumbnail, #ps-theme-featured.ps-theme-style.ps-theme-grid .post-thumbnail, #ps-theme-featured.ps-theme-style.ps-package-grid .post-thumbnail, #ps-theme-featured.ps-package-grid.ps-package-style .post-thumbnail, #ps-theme-featured.ps-theme-grid.ps-package-style .post-thumbnail, #ps-theme-featured.ps-application-grid.ps-package-style .post-thumbnail, #ps-theme-featured.ps-package-style.ps-language_pack-grid .post-thumbnail, #ps-theme-featured.ps-theme-style.ps-language_pack-grid .post-thumbnail {
  margin-bottom: 0; }

#ps-theme-featured.ps-application-grid .product-price, #ps-theme-featured.ps-theme-grid .product-price, #ps-theme-featured.ps-package-grid .product-price, #ps-theme-featured.ps-language_pack-grid .product-price {
  display: block;
  min-height: auto; }

.ps-aside-block {
  border: 1px solid #dbdbdb;
  margin-bottom: 3rem;
  padding: 1.5rem; }
  @media (max-width: 991px) {
    .ps-aside-block {
      padding: 1rem;
      margin-bottom: 1rem; } }
  .ps-aside-block .ps-sale-info {
    margin: 1.6rem -1.6rem -1.6rem;
    background-color: rgba(245, 124, 0, 0.2);
    color: #555;
    padding: 1rem 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .ps-aside-block .ps-sale-info {
        margin: 1.1rem -1.1rem -1.1rem; } }

.app-detail-price-block {
  flex-direction: column; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .app-detail-price-block form {
      margin-top: 12px;
      width: 100%; } }
  .app-detail-price-block .ps-price {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px; }
    .app-detail-price-block .ps-price .discounted-price {
      line-height: 28px;
      font-size: 2.8rem;
      font-weight: 500;
      color: #f57c00; }
      .app-detail-price-block .ps-price .discounted-price.free {
        color: #28a745; }
    .app-detail-price-block .ps-price .discounted-percent {
      color: #555;
      font-size: 1.6rem;
      font-weight: bold; }
    .app-detail-price-block .ps-price .status {
      font-size: 1.4rem;
      color: #CED1D3;
      padding-right: 8px; }
    .app-detail-price-block .ps-price .price {
      font-size: 1.4rem;
      color: #CED1D3;
      text-decoration-line: line-through;
      padding-right: 12px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .app-detail-price-block .ps-price {
        display: flex;
        align-items: center; } }
  .app-detail-price-block .ps-package {
    display: flex;
    align-items: start;
    padding-bottom: 16px; }
    .app-detail-price-block .ps-package input {
      width: 20px;
      height: 20px; }
    .app-detail-price-block .ps-package .infor-package ul {
      margin: 8px 0; }
      .app-detail-price-block .ps-package .infor-package ul li:not(.more):before {
        content: "\f00c";
        font-family: FontAwesome;
        padding-right: 5px; }
    .app-detail-price-block .ps-package .price-package {
      margin-left: auto;
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 500;
      margin-top: -0.5rem; }
  .app-detail-price-block .ps-btn-cart {
    display: flex;
    flex-direction: column; }
    .app-detail-price-block .ps-btn-cart .btn {
      font-size: 18px;
      font-weight: bold;
      text-transform: capitalize;
      padding: 1.2rem;
      display: inline-block;
      min-height: 56px; }
  @media (max-width: 767px) {
    .app-detail-price-block .ps-sale-info {
      background-color: rgba(245, 124, 0, 0.2);
      color: #555;
      padding: 1rem 0;
      margin: 1.6rem 0 -1.7rem 0; } }
  @media (max-width: 575px) {
    .app-detail-price-block .ps-sale-info {
      margin-top: 0.8rem;
      border-radius: 5px; } }
  @media (max-width: 575px) {
    .app-detail-price-block {
      flex-direction: column; } }

@media (min-width: 768px) {
  .ps-middle-content.app-detail-price-block {
    display: none; } }

@media (max-width: 767px) {
  .ps-middle-content.app-detail-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1.6rem; }
    .ps-middle-content.app-detail-price-block .ps-btn-cart .btn {
      max-height: 48px;
      min-height: auto;
      min-width: 260px; }
    .ps-middle-content.app-detail-price-block .discounted-price {
      font-size: 2.8rem;
      line-height: 24px; } }

@media (max-width: 575px) {
  .ps-middle-content.app-detail-price-block {
    flex-direction: column;
    border: 0;
    margin-bottom: 0; }
    .ps-middle-content.app-detail-price-block .ps-sale-info {
      margin-bottom: 0; }
    .ps-middle-content.app-detail-price-block .ps-price {
      align-items: center;
      margin-bottom: 12px; }
    .ps-middle-content.app-detail-price-block .discounted-price {
      font-size: 3.2rem;
      line-height: 32px; }
    .ps-middle-content.app-detail-price-block form {
      width: 100%; }
      .ps-middle-content.app-detail-price-block form .ps-btn-cart .btn {
        min-width: auto; } }

.app-detail-infomation-block ul li {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .app-detail-infomation-block ul li:last-of-type {
    margin-bottom: 0; }
  .app-detail-infomation-block ul li .label {
    font-size: 16px; }

.app-detail-infomation-block span.label {
  font-weight: 700; }

.app-detail-expert-block .expert-content {
  margin: -1.5rem -1.5rem 1.5rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .app-detail-expert-block .expert-content {
      margin: -1rem -1rem 1rem;
      padding: 1rem; } }
  .app-detail-expert-block .expert-content .expert-thumbnail {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 2rem; }
    .app-detail-expert-block .expert-content .expert-thumbnail img {
      width: 100%;
      height: 100%;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .app-detail-expert-block .expert-content .expert-thumbnail {
        min-width: 40px;
        width: 40px;
        height: 40px;
        margin-right: 0.6rem; } }
  .app-detail-expert-block .expert-content .expert-info {
    min-width: 1px; }
    .app-detail-expert-block .expert-content .expert-info .expert-title {
      font-weight: 500;
      width: 100%;
      max-width: 100%;
      display: block;
      overflow: hidden;
      padding: 0;
      font-size: 2.4rem;
      text-overflow: ellipsis;
      line-height: 1.2;
      white-space: normal;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */ }
      .app-detail-expert-block .expert-content .expert-info .expert-title a {
        color: #555; }
        .app-detail-expert-block .expert-content .expert-info .expert-title a:hover {
          color: #1986ec; }
      @media (max-width: 991px) {
        .app-detail-expert-block .expert-content .expert-info .expert-title {
          font-size: 1.7rem; } }
    @media (max-width: 1199px) {
      .app-detail-expert-block .expert-content .expert-info .expert-action {
        margin-left: -9rem;
        margin-top: 2rem !important; } }
    @media (max-width: 991px) {
      .app-detail-expert-block .expert-content .expert-info .expert-action {
        margin-top: 1rem !important;
        margin-left: -4.5rem; } }
    @media (max-width: 767px) {
      .app-detail-expert-block .expert-content .expert-info .expert-action {
        margin-left: 0; } }

.app-detail-expert-block .expert-label {
  color: #737475; }

.app-detail-expert-block .btn-more {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #dbdbdb;
  margin-bottom: -.5rem; }

.app-detail-expert-block .btn.btn-addtocart {
  display: none; }

.app-detail-expert-block .ps-stars-rating {
  font-size: 1.6rem; }
  @media (max-width: 991px) {
    .app-detail-expert-block .ps-stars-rating {
      font-size: 1rem; } }

@media screen and (max-width: 991.98px) and (min-width: 767.98px) {
  .app-detail-expert-block .expert-product-recent .post-title {
    margin-bottom: 0.2rem; }
  .app-detail-expert-block .expert-product-recent .post-thumbnail {
    margin-right: 0.5rem;
    min-width: 30px; }
  .app-detail-expert-block .expert-product-recent .product-price {
    margin-top: 5px;
    position: relative;
    left: -35px;
    padding-right: 0;
    width: auto;
    margin-right: -35px; }
  .app-detail-expert-block .expert-product-recent .discounted-percent {
    margin-bottom: 0; }
  .app-detail-expert-block .expert-product-recent .ps-products-grid > li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .app-detail-expert-block .expert-product-recent .feature-icon {
    display: none; }
  .app-detail-expert-block .expert-product-recent .ps-featured .flat-featured {
    display: inline-flex !important;
    margin-right: 4px;
    float: left; }
    .app-detail-expert-block .expert-product-recent .ps-featured .flat-featured .fa {
      margin-right: 0.5px;
      margin-bottom: 1px; }
  .app-detail-expert-block .expert-product-recent .ps-products-style .post-thumbnail .post-thumbnail-img {
    bottom: auto;
    height: 30px; } }

.app-detail-review-block .ps-rating {
  font-size: 1.6rem;
  margin-bottom: 1rem; }

.app-detail-review-block .ps-stars-rating {
  font-size: 1.6rem; }
  .app-detail-review-block .ps-stars-rating i.fa {
    margin-right: .5rem; }

.app-detail-review-block .ps-rating-bars span.ps-rating-bar {
  height: .8rem;
  background: #CED1D3;
  display: block; }

.app-detail-review-block .ps-rating-bars span.ps-rating-bar.filled {
  background: #1986ec;
  margin-top: -.8rem; }

.app-detail-review-block .ps-average {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 991px) {
    .app-detail-review-block .ps-average {
      flex-direction: column; }
      .app-detail-review-block .ps-average #ps_rating_bars_toggle {
        margin-top: 5px;
        align-self: flex-end; } }

.app-detail-review-block .ps-rating-percent-block {
  transition: all 300ms ease; }
  .app-detail-review-block .ps-rating-percent-block.collapse.show {
    padding-top: 2.5rem; }

.app-detail-review-block .ps-rating-bars {
  display: flex;
  align-items: center; }
  .app-detail-review-block .ps-rating-bars .ps-rating-bar-block {
    flex: 1;
    margin-left: 2rem;
    margin-right: 2rem; }

.app-detail-review-block .ps-rating-bars:not(.last-child) {
  margin-bottom: 1.5rem; }

.app-detail-review-block .ps-label {
  font-weight: 500;
  min-width: 4.2rem; }

.ps-add-review-form #ps_review_form textarea,
.ps-add-review-form #ps_reply_form textarea {
  resize: none;
  margin-bottom: 1.5rem; }

.ps-add-review-form .ps-add-review-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.ps-reviews-block-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem; }
  .ps-reviews-block-heading .review-count {
    font-weight: 700;
    font-size: 1.8rem;
    margin-right: 1rem; }
  .ps-reviews-block-heading .ps-stars-rating {
    font-size: 1.6rem; }
    @media (max-width: 575px) {
      .ps-reviews-block-heading .ps-stars-rating {
        display: block; } }

.ps-reviews-wrapper .ps-review-list + .ps-review-list {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 2px solid #dbdbdb; }

.ps-reviews-wrapper .ps-review-list .ps-review-heading {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-heading-info {
    display: flex;
    flex-flow: wrap;
    align-items: center; }
    @media (max-width: 575px) {
      .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-heading-info {
        flex-direction: column;
        align-items: flex-start;
        min-width: 1px;
        flex: 1; } }
  .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-author {
    font-weight: 700; }
    @media (min-width: 576px) {
      .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-author {
        margin-right: 1rem; } }
    @media (max-width: 575px) {
      .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-author {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        padding-right: 1rem; } }
  .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-time {
    margin-right: 1rem;
    color: #B0B2B4; }
  .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-stars-rating {
    font-size: 1.6rem; }
  .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-settings a {
    color: #737475; }
    .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-settings a:hover {
      color: #1986ec; }
    .ps-reviews-wrapper .ps-review-list .ps-review-heading .ps-settings a + a {
      margin-left: 1rem; }
  @media (max-width: 575px) {
    .ps-reviews-wrapper .ps-review-list .ps-review-heading {
      align-items: flex-start; } }

.ps-reviews-wrapper .ps-review-list .ps-reply-list-container {
  margin-top: 2rem; }

.ps-reviews-wrapper .ps-review-list .ps-review-item.parent + .ps-review-item.parent {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #dbdbdb; }

.ps-reviews-wrapper .ps-review-list .ps-review-item a, .ps-reviews-wrapper .ps-review-list .ps-review-item p {
  word-break: break-word; }

.ps-reviews-wrapper .ps-reply-list {
  padding-left: 2.5rem; }
  .ps-reviews-wrapper .ps-reply-list .ps-review-item {
    margin-left: 2rem;
    margin-right: 2rem; }
    .ps-reviews-wrapper .ps-reply-list .ps-review-item + .ps-review-item {
      margin-top: 3rem;
      padding-top: 3rem;
      border-top: 1px solid #eee; }
    .ps-reviews-wrapper .ps-reply-list .ps-review-item.ps-is-expert {
      background: #ebebeb;
      padding: 1.5rem 2rem;
      border-radius: 5px;
      border-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .ps-reviews-wrapper .ps-reply-list .ps-review-item:last-of-type {
      margin-bottom: 0; }
    .ps-reviews-wrapper .ps-reply-list .ps-review-item a, .ps-reviews-wrapper .ps-reply-list .ps-review-item p {
      word-break: break-word; }

#ps_review_form .ps-rating-stars {
  display: flex;
  margin-right: 10px; }
  #ps_review_form .ps-rating-stars a {
    position: relative;
    height: 16px;
    width: 16px;
    text-indent: -999em;
    text-decoration: none;
    box-shadow: none;
    font-size: 16px;
    display: block;
    margin: 0 2px; }
    #ps_review_form .ps-rating-stars a::before {
      color: #B0B2B4;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1;
      font-family: FontAwesome;
      content: "\f006";
      text-indent: 0; }
    #ps_review_form .ps-rating-stars a:hover ~ a::before {
      content: '\f006';
      color: #B0B2B4; }
  #ps_review_form .ps-rating-stars:hover a::before {
    content: '\f005';
    color: #fcc419; }
  #ps_review_form .ps-rating-stars.selected:hover a::before {
    content: '\f005';
    color: #fcc419; }
  #ps_review_form .ps-rating-stars.selected a.active::before {
    content: '\f005';
    color: #fcc419; }
  #ps_review_form .ps-rating-stars.selected a.active ~ a::before {
    content: '\f006';
    color: #B0B2B4; }
  #ps_review_form .ps-rating-stars.selected a:not(.active)::before {
    content: '\f005';
    color: #fcc419; }

.ps-customer-review-listing {
  display: flex;
  flex-flow: wrap;
  margin-left: -5rem;
  margin-right: -5rem; }
  .ps-customer-review-listing .ps-customer-review-item {
    width: 33.33%;
    margin-bottom: 3rem;
    padding: 0 5rem; }
    .ps-customer-review-listing .ps-customer-review-item p {
      margin-bottom: 0;
      max-width: 100%;
      display: block;
      overflow: hidden;
      padding: 0;
      font-size: 14px;
      text-overflow: ellipsis;
      line-height: 24px;
      white-space: normal;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */ }
    .ps-customer-review-listing .ps-customer-review-item .ps-review-head {
      margin-bottom: 1rem;
      display: flex;
      flex-direction: column; }
      .ps-customer-review-listing .ps-customer-review-item .ps-review-head .ps-stars-rating {
        font-size: 1.6rem; }
        .ps-customer-review-listing .ps-customer-review-item .ps-review-head .ps-stars-rating i.fa {
          margin-right: 5px; }
        @media (max-width: 575px) {
          .ps-customer-review-listing .ps-customer-review-item .ps-review-head .ps-stars-rating {
            font-size: 1.2rem; } }
      .ps-customer-review-listing .ps-customer-review-item .ps-review-head .ps-user {
        font-size: 18px; }
        @media (max-width: 575px) {
          .ps-customer-review-listing .ps-customer-review-item .ps-review-head .ps-user {
            font-size: 16px; } }
      @media (max-width: 575px) {
        .ps-customer-review-listing .ps-customer-review-item .ps-review-head {
          margin-bottom: 0.5rem; } }
    @media (max-width: 1199px) {
      .ps-customer-review-listing .ps-customer-review-item {
        width: 50%;
        padding: 0 2.5rem;
        margin-bottom: 1.5rem; } }
  @media (max-width: 1199px) {
    .ps-customer-review-listing {
      margin-left: -2.5rem;
      margin-right: -2.5rem; } }
  @media (max-width: 767px) {
    .ps-customer-review-listing {
      margin-left: -2.5rem;
      margin-right: -2.5rem; }
      .ps-customer-review-listing .ps-customer-review-item {
        width: 50%;
        padding: 0 2.5rem; } }
  @media (max-width: 575px) {
    .ps-customer-review-listing {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .ps-customer-review-listing .ps-customer-review-item {
        width: 100%;
        padding: 0 1.5rem; } }

#nav-reviews .ps-app-create-page {
  padding-left: 0;
  padding-right: 0; }

.ps-order-process-bar {
  padding-bottom: 2.1rem;
  display: flex;
  justify-content: center; }
  .ps-order-process-bar li {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ps-order-process-bar li .wapper {
      position: relative; }
    .ps-order-process-bar li .ps-step {
      font-size: 24px;
      color: #c8c8c8;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff; }
    .ps-order-process-bar li .ps-label {
      position: absolute;
      white-space: nowrap;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
    .ps-order-process-bar li + li {
      padding-left: 11rem;
      position: relative; }
      .ps-order-process-bar li + li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #c8c8c8; }
      @media (max-width: 575px) {
        .ps-order-process-bar li + li {
          padding-left: 7rem; } }
    .ps-order-process-bar li.active .ps-step, .ps-order-process-bar li.passed .ps-step {
      color: #1986ec; }
    .ps-order-process-bar li.active:before, .ps-order-process-bar li.passed:before {
      background-color: #1986ec; }
    .ps-order-process-bar li.passed .ps-step:before {
      content: "\f058"; }

.ps-order-process-content {
  margin-top: 3rem; }
  .ps-order-process-content .break-line {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: rgba(85, 85, 85, 0.1);
    height: 1px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .ps-order-process-content .break-line {
        max-width: 960px; } }

.ps-from-expert {
  background: #e9ecef;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dbdbdb; }

.ps-checkout-review-order .ps-panel-checkout {
  border: 1px solid #dbdbdb;
  margin-bottom: 2rem; }
  .ps-checkout-review-order .ps-panel-checkout .ps-coupon-wrapper {
    float: left; }
  .ps-checkout-review-order .ps-panel-checkout .ps-checkout-price {
    float: right; }
    .ps-checkout-review-order .ps-panel-checkout .ps-checkout-price .ps-subtotal {
      margin-right: 1.5rem; }
    .ps-checkout-review-order .ps-panel-checkout .ps-checkout-price .ps-total {
      font-size: 1.8rem; }
      .ps-checkout-review-order .ps-panel-checkout .ps-checkout-price .ps-total strong {
        color: #dc3545;
        font-size: 2.4rem;
        font-weight: 500; }
  .ps-checkout-review-order .ps-panel-checkout .ps-coupon-wrapper,
  .ps-checkout-review-order .ps-panel-checkout .ps-checkout-price {
    padding: 1.5rem 2rem; }

.ps-checkout-review-order .ps-checkout-payment {
  border: 1px solid #dbdbdb;
  padding: 2rem; }
  .ps-checkout-review-order .ps-checkout-payment .about_paypal {
    clear: both;
    display: block;
    margin-bottom: 1rem; }
  .ps-checkout-review-order .ps-checkout-payment img {
    max-width: 100%; }

.ps-checkout-product-item {
  border-bottom: 1px solid #dbdbdb;
  padding: 2rem; }
  .ps-checkout-product-item .ps-checkout-product-block {
    display: flex; }
  .ps-checkout-product-item .ps-product-thumb {
    width: 120px;
    margin-right: 2rem; }
    .ps-checkout-product-item .ps-product-thumb img {
      width: 100%;
      height: auto; }
    @media (max-width: 575px) {
      .ps-checkout-product-item .ps-product-thumb {
        width: 50px; } }
  .ps-checkout-product-item .ps-product-info {
    flex: 1;
    min-width: 1px; }
  .ps-checkout-product-item .ps-product-name a {
    color: #555; }
    .ps-checkout-product-item .ps-product-name a:hover {
      color: #1986ec; }
  .ps-checkout-product-item .ps-product-type {
    text-transform: capitalize;
    color: #B0B2B4;
    margin-bottom: .5rem; }
  .ps-checkout-product-item .ps-product-price {
    display: flex;
    align-items: center;
    color: #f57c00; }
    .ps-checkout-product-item .ps-product-price.free {
      color: #28a745; }
    .ps-checkout-product-item .ps-product-price span {
      margin-right: 1rem; }
      .ps-checkout-product-item .ps-product-price span.discounted-percent {
        background: #f57c00;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px; }
      .ps-checkout-product-item .ps-product-price span.price-horizontal {
        color: #929394;
        text-decoration: line-through;
        font-size: 16px;
        order: 2; }
      .ps-checkout-product-item .ps-product-price span.price {
        font-size: 2.4rem;
        color: #f57c00;
        font-weight: 500;
        margin-right: 2rem; }

@media (max-width: 575px) {
  .product-detail-packages-include .product-price,
  .ps-order-detail-page .product-price {
    padding-right: 0;
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column; } }

.ps-order-detail-page .ps-order-detail-wrapper {
  border: 1px solid #dbdbdb;
  background-color: #f8f9fa;
  border-radius: 3px;
  padding: 1.5rem; }
  .ps-order-detail-page .ps-order-detail-wrapper .info-item {
    margin-bottom: 1rem; }
    .ps-order-detail-page .ps-order-detail-wrapper .info-item span.label {
      font-weight: bold; }
  .ps-order-detail-page .ps-order-detail-wrapper .ps-order-products__item + .ps-order-products__item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dbdbdb; }
  .ps-order-detail-page .ps-order-detail-wrapper .ps-order-products .post-thumbnail {
    max-height: 70px;
    min-width: 70px; }
    .ps-order-detail-page .ps-order-detail-wrapper .ps-order-products .post-thumbnail-img {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-origin: border-box; }

.ps-order-detail-page .ps-products-style .post-content {
  background: transparent; }

.ps-order-detail-page .ps-products-style .product-price {
  text-align: left;
  display: inline-block;
  padding-right: 5rem;
  flex-direction: column;
  width: auto; }
  .ps-order-detail-page .ps-products-style .product-price .discounted-percent {
    position: absolute;
    transform: none;
    right: 0;
    left: auto;
    top: -2px; }
  .ps-order-detail-page .ps-products-style .product-price .price-horizontal {
    display: block; }

.ps-order-products-coupons {
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0; }
  @media (max-width: 575px) {
    .ps-order-products-coupons__left .text {
      font-weight: bold; }
      .ps-order-products-coupons__left .text .d-block {
        display: inline-block !important;
        font-weight: normal !important; } }
  .ps-order-products-coupons__right.top {
    display: flex; }
    @media (max-width: 575px) {
      .ps-order-products-coupons__right.top {
        flex-direction: column; }
        .ps-order-products-coupons__right.top .ml-5 {
          margin-left: 0 !important; } }
  @media (max-width: 575px) {
    .ps-order-products-coupons__right.bottom {
      text-align: left !important; } }
  @media (max-width: 575px) {
    .ps-order-products-coupons {
      flex-direction: column; } }

.ps-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eeeeee; }

.ps-footer .ps-footer-nav {
  margin-top: 1rem; }
  .ps-footer .ps-footer-nav ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center; }
    .ps-footer .ps-footer-nav ul li {
      padding: 0 1rem;
      margin-bottom: 1rem; }
    .ps-footer .ps-footer-nav ul a {
      color: #737475; }
      .ps-footer .ps-footer-nav ul a:hover {
        color: #1986ec; }

.ps-footer .ps-social-icons a i.fa {
  font-size: 2.8rem; }

.ps-listing.ps-type-package {
  padding-top: 0;
  padding-bottom: 0px; }

#wp-description-wrap {
  margin-top: -3.3rem; }

@font-face {
  font-family: 'lineficon';
  src: url("assets/fonts/lineficon.eot");
  src: url("assets/fonts/lineficon.eot#iefix") format("embedded-opentype"), url("assets/fonts/lineficon.ttf") format("truetype"), url("assets/fonts/lineficon.woff") format("woff"), url("assets/fonts/lineficon.svg#lineficon") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  font-family: 'lineficon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-crown-o:before {
  content: "\ea71"; }

.ico-crown:before {
  content: "\ea72"; }

.ico-rotate-left-alt:before {
  content: "\ead0"; }

.ico-rotate-right-alt:before {
  content: "\eb23"; }

.ico-rotate-left:before {
  content: "\ea6b"; }

.ico-rotate-right:before {
  content: "\ea6d"; }

.ico-refresh-o:before {
  content: "\ea2e"; }

.ico-paperclip-alt:before {
  content: "\ea69"; }

.ico-paperclip:before {
  content: "\ea6a"; }

.ico-merge-file-o:before {
  content: "\ea5e"; }

.ico-merge-file:before {
  content: "\ea60"; }

.ico-active-dir:before {
  content: "\ea5a"; }

.ico-sandclock-empty-o:before {
  content: "\e9dd"; }

.ico-sandclock-start-o:before {
  content: "\e9de"; }

.ico-sandclock-end-o:before {
  content: "\e9df"; }

.ico-sandclock-goingon-o:before {
  content: "\e9e1"; }

.ico-sandclock-exprired-o:before {
  content: "\e9e3"; }

.ico-sandclock-exprired-alt-o:before {
  content: "\e9e4"; }

.ico-bluetooth:before {
  content: "\e9c9"; }

.ico-bluetooth-alt-o:before {
  content: "\e9db"; }

.ico-bluetooth-alt:before {
  content: "\e9da"; }

.ico-bus:before {
  content: "\e9dc"; }

.ico-car:before {
  content: "\ea42"; }

.ico-car-taxi:before {
  content: "\e9e2"; }

.ico-truck:before {
  content: "\eb88"; }

.ico-file-empty-o:before {
  content: "\ea37"; }

.ico-file:before {
  content: "\eb37"; }

.ico-file-text-o:before {
  content: "\e9ef"; }

.ico-file-text:before {
  content: "\eb63"; }

.ico-file-rss-o:before {
  content: "\eb71"; }

.ico-file-rss:before {
  content: "\eb72"; }

.ico-file-code-o:before {
  content: "\e9e7"; }

.ico-file-pdf-o:before {
  content: "\e9e8"; }

.ico-file-photo-o:before {
  content: "\e9e9"; }

.ico-file-photo:before {
  content: "\eb73"; }

.ico-file-word-o:before {
  content: "\e9f1"; }

.ico-file-word:before {
  content: "\eb74"; }

.ico-file-powerpoint-o:before {
  content: "\e9eb"; }

.ico-file-powerpoint:before {
  content: "\eb75"; }

.ico-file-sound-o:before {
  content: "\e9ed"; }

.ico-file-sound:before {
  content: "\eb76"; }

.ico-file-movie-o:before {
  content: "\e9fe"; }

.ico-file-movie:before {
  content: "\eb77"; }

.ico-file-excel-o:before {
  content: "\e9f6"; }

.ico-file-excel:before {
  content: "\eb78"; }

.ico-file-zip-o:before {
  content: "\e9f2"; }

.ico-hourglass-end:before {
  content: "\e9f3"; }

.ico-hourglass-start:before {
  content: "\e9f4"; }

.ico-rss-o:before {
  content: "\ea0b"; }

.ico-rss:before {
  content: "\ea12"; }

.ico-rss-square:before {
  content: "\ea13"; }

.ico-save-o:before {
  content: "\ea1a"; }

.ico-save:before {
  content: "\ea1b"; }

.ico-ticket-o:before {
  content: "\ea31"; }

.ico-ticket:before {
  content: "\ea32"; }

.ico-signin:before {
  content: "\e9cc"; }

.ico-signout:before {
  content: "\e9cd"; }

.ico-circle-o:before {
  content: "\e906"; }

.ico-circle:before {
  content: "\e98f"; }

.ico-circle-inside-o:before {
  content: "\e990"; }

.ico-square-o:before {
  content: "\e991"; }

.ico-square:before {
  content: "\e992"; }

.ico-square-inside-o:before {
  content: "\e993"; }

.ico-snowflake:before {
  content: "\e996"; }

.ico-key-alt-o:before {
  content: "\e9fc"; }

.ico-key-alt:before {
  content: "\e9f9"; }

.ico-key-o:before {
  content: "\e9f8"; }

.ico-key:before {
  content: "\e9f7"; }

.ico-format-paint:before {
  content: "\ea46"; }

.ico-color-palette:before {
  content: "\ea52"; }

.ico-mouse-alt:before {
  content: "\ea54"; }

.ico-mouse:before {
  content: "\e9fd"; }

.ico-birthday-cake-alt:before {
  content: "\ea5c"; }

.ico-birthday-cake:before {
  content: "\ea5f"; }

.ico-hammer:before {
  content: "\e9ff"; }

.ico-spoon-knife:before {
  content: "\ea64"; }

.ico-anchor:before {
  content: "\e912"; }

.ico-at-sign:before {
  content: "\e913"; }

.ico-video-off:before {
  content: "\e91a"; }

.ico-video:before {
  content: "\e92c"; }

.ico-bell2-off:before {
  content: "\e91b"; }

.ico-bell2-o:before {
  content: "\e91e"; }

.ico-download-cloud:before {
  content: "\e92e"; }

.ico-droplet-o:before {
  content: "\e91f"; }

.ico-droplet:before {
  content: "\e98c"; }

.ico-external-link:before {
  content: "\e920"; }

.ico-fast-forward:before {
  content: "\e922"; }

.ico-filter:before {
  content: "\e923"; }

.ico-folder-o:before {
  content: "\e92f"; }

.ico-folder:before {
  content: "\e999"; }

.ico-folder-alt-o:before {
  content: "\ea62"; }

.ico-folder-alt:before {
  content: "\ea63"; }

.ico-folder-check-o:before {
  content: "\e99a"; }

.ico-folder-check:before {
  content: "\e99d"; }

.ico-folder-plus-o:before {
  content: "\e99e"; }

.ico-folder-plus:before {
  content: "\e99f"; }

.ico-folder-minus-o:before {
  content: "\e9a0"; }

.ico-folder-minus:before {
  content: "\e9a1"; }

.ico-folder-del-o:before {
  content: "\e9a2"; }

.ico-folder-del:before {
  content: "\e9a3"; }

.ico-folder-star-o:before {
  content: "\e9b1"; }

.ico-folder-star:before {
  content: "\e9b2"; }

.ico-folders-o:before {
  content: "\eb79"; }

.ico-folders:before {
  content: "\eb7a"; }

.ico-folders-edit-o:before {
  content: "\eb7b"; }

.ico-folders-config-o:before {
  content: "\eb7c"; }

.ico-phone-o:before {
  content: "\e931"; }

.ico-telephone:before {
  content: "\e943"; }

.ico-phone-call:before {
  content: "\e930"; }

.ico-phone-forwarded:before {
  content: "\e924"; }

.ico-phone-incoming2:before {
  content: "\e925"; }

.ico-phone-missed:before {
  content: "\e926"; }

.ico-phone-off:before {
  content: "\e927"; }

.ico-phone-outgoing2:before {
  content: "\e928"; }

.ico-rewind:before {
  content: "\e929"; }

.ico-scissors:before {
  content: "\e932"; }

.ico-toggle-left-o:before {
  content: "\e935"; }

.ico-toggle-left:before {
  content: "\e9b3"; }

.ico-toggle-right-o:before {
  content: "\e936"; }

.ico-toggle-right:before {
  content: "\e9b4"; }

.ico-upload-cloud:before {
  content: "\e937"; }

.ico-watch-o:before {
  content: "\e938"; }

.ico-watch:before {
  content: "\e9c8"; }

.ico-hashtag:before {
  content: "\e939"; }

.ico-price-tag:before {
  content: "\e93a"; }

.ico-price-tags:before {
  content: "\e93b"; }

.ico-qrcode:before {
  content: "\e93c"; }

.ico-dollar-circle-o:before {
  content: "\e93d"; }

.ico-dollar-circle:before {
  content: "\e93e"; }

.ico-coin-pound:before {
  content: "\e93f"; }

.ico-euro-circle:before {
  content: "\e940"; }

.ico-money-bag-o:before {
  content: "\e91c"; }

.ico-money-bag:before {
  content: "\e91d"; }

.ico-credit-card-o:before {
  content: "\e941"; }

.ico-creditcard:before {
  content: "\e942"; }

.ico-address-book-o:before {
  content: "\e945"; }

.ico-address-book:before {
  content: "\e944"; }

.ico-quotes-left:before {
  content: "\e977"; }

.ico-quotes-right:before {
  content: "\e978"; }

.ico-stats-dots:before {
  content: "\e99b"; }

.ico-power:before {
  content: "\e9b5"; }

.ico-eye-o:before {
  content: "\eb2b"; }

.ico-eye:before {
  content: "\eb2c"; }

.ico-eye-off-o:before {
  content: "\e946"; }

.ico-eye-off:before {
  content: "\e947"; }

.ico-eye-alt:before {
  content: "\e9ce"; }

.ico-eye-alt-plus:before {
  content: "\e9cf"; }

.ico-eye-alt-minus:before {
  content: "\e9d0"; }

.ico-eye-alt-blocked:before {
  content: "\e9d1"; }

.ico-move-up:before {
  content: "\ea47"; }

.ico-move-down:before {
  content: "\ea48"; }

.ico-facebook:before {
  content: "\e986"; }

.ico-facebook-square-o:before {
  content: "\e9d9"; }

.ico-facebook-square:before {
  content: "\e987"; }

.ico-facebook-circle-o:before {
  content: "\e98e"; }

.ico-facebook-circle:before {
  content: "\e97d"; }

.ico-linkedin:before {
  content: "\e9d2"; }

.ico-linkedin-circle-o:before {
  content: "\e9d3"; }

.ico-linkedin-circle:before {
  content: "\e9d5"; }

.ico-linkedin-square-o:before {
  content: "\e9d7"; }

.ico-linkedin-square:before {
  content: "\e9d8"; }

.ico-pinterest:before {
  content: "\ea41"; }

.ico-pinterest-circle-o:before {
  content: "\e905"; }

.ico-pinterest-circle:before {
  content: "\e980"; }

.ico-twitter:before {
  content: "\e983"; }

.ico-twitter-circle-o:before {
  content: "\e984"; }

.ico-twitter-circle:before {
  content: "\e985"; }

.ico-gplus-alt:before {
  content: "\eabd"; }

.ico-gplus-circle-alt-o:before {
  content: "\eacb"; }

.ico-gplus-circle-alt:before {
  content: "\eace"; }

.ico-gplus:before {
  content: "\e98b"; }

.ico-gplus-circle-o:before {
  content: "\e98d"; }

.ico-gplus-circle:before {
  content: "\e97a"; }

.ico-instagram-o:before {
  content: "\eb40"; }

.ico-instagram:before {
  content: "\eb5f"; }

.ico-whatsapp-o:before {
  content: "\eb60"; }

.ico-whatsapp:before {
  content: "\eb61"; }

.ico-telegram:before {
  content: "\eb62"; }

.ico-youtube:before {
  content: "\eb64"; }

.ico-youtube-logo:before {
  content: "\eb65"; }

.ico-twitch:before {
  content: "\eb66"; }

.ico-vimeo:before {
  content: "\eb67"; }

.ico-vimeo2:before {
  content: "\eb68"; }

.ico-dribbble:before {
  content: "\eb69"; }

.ico-behance:before {
  content: "\eb6a"; }

.ico-appleinc:before {
  content: "\eb6b"; }

.ico-android:before {
  content: "\eb6c"; }

.ico-skype:before {
  content: "\eb6d"; }

.ico-chrome:before {
  content: "\eb6e"; }

.ico-firefox:before {
  content: "\eb6f"; }

.ico-IE:before {
  content: "\eb70"; }

.ico-dropbox:before {
  content: "\e90e"; }

.ico-music-album:before {
  content: "\e9a8"; }

.ico-magic:before {
  content: "\e9e0"; }

.ico-cubes-o:before {
  content: "\e949"; }

.ico-box-o:before {
  content: "\e916"; }

.ico-box:before {
  content: "\ea44"; }

.ico-wifi:before {
  content: "\ea1d"; }

.ico-help-alt-o:before {
  content: "\e94a"; }

.ico-help-alt:before {
  content: "\e94b"; }

.ico-help2:before {
  content: "\ea2f"; }

.ico-loading-icon:before {
  content: "\ea50"; }

.ico-newspaper-o:before {
  content: "\e94c"; }

.ico-newspaper:before {
  content: "\e94d"; }

.ico-layers-o:before {
  content: "\e94e"; }

.ico-layers:before {
  content: "\e954"; }

.ico-text-file:before {
  content: "\e908"; }

.ico-text-file-lock:before {
  content: "\e909"; }

.ico-text-file-edit:before {
  content: "\e90a"; }

.ico-text-file-plus:before {
  content: "\e90b"; }

.ico-text-file-minus:before {
  content: "\e90c"; }

.ico-text-file-del:before {
  content: "\e90d"; }

.ico-text-file-upload:before {
  content: "\e9fa"; }

.ico-text-file-download:before {
  content: "\ea16"; }

.ico-text-file-search:before {
  content: "\e9fb"; }

.ico-briefcase-o:before {
  content: "\e92a"; }

.ico-briefcase:before {
  content: "\e998"; }

.ico-chart-pie-o:before {
  content: "\e92b"; }

.ico-chart-pie:before {
  content: "\e997"; }

.ico-bar-chart-2:before {
  content: "\e914"; }

.ico-bar-chart2:before {
  content: "\e915"; }

.ico-bar-chart:before {
  content: "\e921"; }

.ico-stats-bars:before {
  content: "\e99c"; }

.ico-flip-v:before {
  content: "\e933"; }

.ico-flip-h:before {
  content: "\e934"; }

.ico-graduation-cap-o:before {
  content: "\e955"; }

.ico-graduation-cap:before {
  content: "\ea00"; }

.ico-graduation-cap-alt:before {
  content: "\e967"; }

.ico-music-note-o:before {
  content: "\ea01"; }

.ico-music-note:before {
  content: "\e9a4"; }

.ico-music-list-o:before {
  content: "\e9a9"; }

.ico-music-list:before {
  content: "\e9a5"; }

.ico-radio:before {
  content: "\e956"; }

.ico-sound-wave:before {
  content: "\e9b9"; }

.ico-volume:before {
  content: "\e9ac"; }

.ico-volume-del:before {
  content: "\e9ad"; }

.ico-volume-plus:before {
  content: "\e9ae"; }

.ico-volume-minus:before {
  content: "\e9af"; }

.ico-sex-unknown:before {
  content: "\ea1e"; }

.ico-fire:before {
  content: "\ea27"; }

.ico-thumb-tack-o:before {
  content: "\ea61"; }

.ico-thumb-tack:before {
  content: "\ea6c"; }

.ico-language:before {
  content: "\e9f5"; }

.ico-photo-o:before {
  content: "\e900"; }

.ico-photo:before {
  content: "\ea02"; }

.ico-photo-plus-o:before {
  content: "\ea03"; }

.ico-photo-plus:before {
  content: "\e901"; }

.ico-photo-minus-o:before {
  content: "\ea04"; }

.ico-photo-minus:before {
  content: "\e902"; }

.ico-photo-warning-o:before {
  content: "\ea05"; }

.ico-photo-warning:before {
  content: "\e903"; }

.ico-photo-del-o:before {
  content: "\ea06"; }

.ico-photo-del:before {
  content: "\ea07"; }

.ico-photo-up-o:before {
  content: "\ea08"; }

.ico-photo-up:before {
  content: "\e904"; }

.ico-photo-down-o:before {
  content: "\ea09"; }

.ico-photo-down:before {
  content: "\ea0a"; }

.ico-photo-lock-alt-o:before {
  content: "\ea0e"; }

.ico-photo-lock-alt:before {
  content: "\ea0f"; }

.ico-photo-question-o:before {
  content: "\ea10"; }

.ico-photo-question:before {
  content: "\ea11"; }

.ico-photo-star-o:before {
  content: "\ea14"; }

.ico-photo-star:before {
  content: "\ea15"; }

.ico-photo-check-o:before {
  content: "\ea17"; }

.ico-photo-check:before {
  content: "\ea18"; }

.ico-photo-heart-o:before {
  content: "\ea1c"; }

.ico-photo-heart:before {
  content: "\ea1f"; }

.ico-photo-ban-o:before {
  content: "\ea20"; }

.ico-photo-ban:before {
  content: "\ea21"; }

.ico-photos-o:before {
  content: "\ea22"; }

.ico-photos:before {
  content: "\e907"; }

.ico-photos-alt-o:before {
  content: "\ea23"; }

.ico-photos-alt:before {
  content: "\ea24"; }

.ico-photos-plus-o:before {
  content: "\ea25"; }

.ico-photos-plus:before {
  content: "\e9f0"; }

.ico-photos-minus-o:before {
  content: "\ea26"; }

.ico-photos-minus:before {
  content: "\e9ee"; }

.ico-photos-warning-o:before {
  content: "\ea28"; }

.ico-photos-warning:before {
  content: "\ea29"; }

.ico-photos-del-o:before {
  content: "\ea2a"; }

.ico-photos-del:before {
  content: "\e9ea"; }

.ico-photos-up-o:before {
  content: "\ea2b"; }

.ico-photos-up:before {
  content: "\ea2c"; }

.ico-photos-down-o:before {
  content: "\ea2d"; }

.ico-photos-down:before {
  content: "\e9ec"; }

.ico-photos-lock-o:before {
  content: "\ea33"; }

.ico-photos-lock:before {
  content: "\ea34"; }

.ico-photos-question-o:before {
  content: "\ea35"; }

.ico-photos-question:before {
  content: "\ea36"; }

.ico-photos-star-o:before {
  content: "\ea39"; }

.ico-photos-star:before {
  content: "\ea3b"; }

.ico-photos-check-o:before {
  content: "\ea3d"; }

.ico-photos-check:before {
  content: "\ea3e"; }

.ico-photos-ban-o:before {
  content: "\ea3f"; }

.ico-photos-ban:before {
  content: "\ea40"; }

.ico-navbar:before {
  content: "\eb5d"; }

.ico-home-o-alt:before {
  content: "\eb35"; }

.ico-home-alt:before {
  content: "\eb36"; }

.ico-home:before {
  content: "\eaa5"; }

.ico-upload:before {
  content: "\eb34"; }

.ico-upload-off:before {
  content: "\e9b6"; }

.ico-download:before {
  content: "\eb33"; }

.ico-download-off:before {
  content: "\e9b7"; }

.ico-upload-alt:before {
  content: "\eb42"; }

.ico-upload-off-alt:before {
  content: "\eb43"; }

.ico-download-alt:before {
  content: "\e9b8"; }

.ico-download-off-alt:before {
  content: "\e9ba"; }

.ico-pause-o:before {
  content: "\eb0a"; }

.ico-pause:before {
  content: "\eb09"; }

.ico-pause-circle-o:before {
  content: "\eb3f"; }

.ico-pause-circle:before {
  content: "\eb3e"; }

.ico-play-next-o:before {
  content: "\eb2f"; }

.ico-play-next:before {
  content: "\eb30"; }

.ico-play-prev-o:before {
  content: "\eb38"; }

.ico-play-prev:before {
  content: "\eb39"; }

.ico-play-o:before {
  content: "\eb29"; }

.ico-play:before {
  content: "\eb2a"; }

.ico-play-repeat-one-o:before {
  content: "\ea65"; }

.ico-play-repeat-one:before {
  content: "\ea66"; }

.ico-play-repeat-o:before {
  content: "\ea67"; }

.ico-play-repeat:before {
  content: "\ea68"; }

.ico-play-circle-o:before {
  content: "\ead6"; }

.ico-play-circle:before {
  content: "\ead7"; }

.ico-stop-circle-o:before {
  content: "\eb02"; }

.ico-stop-circle:before {
  content: "\eb01"; }

.ico-disc-o:before {
  content: "\eb00"; }

.ico-dics:before {
  content: "\eaff"; }

.ico-disc-alt:before {
  content: "\e9a6"; }

.ico-disc-alt-o:before {
  content: "\e9a7"; }

.ico-film-circle:before {
  content: "\e9aa"; }

.ico-film-alt:before {
  content: "\e9ab"; }

.ico-movie:before {
  content: "\e9b0"; }

.ico-tvplay:before {
  content: "\ea3a"; }

.ico-question-mark:before {
  content: "\e948"; }

.ico-question-circle-o:before {
  content: "\eb25"; }

.ico-question-circle:before {
  content: "\eb24"; }

.ico-warning-circle-o:before {
  content: "\e9cb"; }

.ico-warning-circle:before {
  content: "\e9ca"; }

.ico-warning-o:before {
  content: "\eb1e"; }

.ico-warning:before {
  content: "\eb1f"; }

.ico-trash-o:before {
  content: "\eb19"; }

.ico-trash:before {
  content: "\eb18"; }

.ico-trash-alt-o:before {
  content: "\e918"; }

.ico-trash-alt:before {
  content: "\e9bb"; }

.ico-trash-empty-alt-o:before {
  content: "\e919"; }

.ico-flag-rectangle-o:before {
  content: "\ea4f"; }

.ico-flag-rectangle:before {
  content: "\ea4e"; }

.ico-flag-triangle-o:before {
  content: "\ea4b"; }

.ico-flag-triangle:before {
  content: "\ea43"; }

.ico-flag-alt-o:before {
  content: "\ea4d"; }

.ico-flag-alt:before {
  content: "\ea4c"; }

.ico-flag-waving-o:before {
  content: "\eb1a"; }

.ico-flag-waving:before {
  content: "\eb5a"; }

.ico-alignleft:before {
  content: "\eb0f"; }

.ico-alignright:before {
  content: "\eb10"; }

.ico-aligncenter:before {
  content: "\eb5e"; }

.ico-info-circle-o:before {
  content: "\eb11"; }

.ico-info-circle:before {
  content: "\eb12"; }

.ico-info-circle-alt-o:before {
  content: "\ea0c"; }

.ico-info-circle-alt:before {
  content: "\ea0d"; }

.ico-ban:before {
  content: "\eb03"; }

.ico-desktop-o:before {
  content: "\eb1b"; }

.ico-mobile-o:before {
  content: "\eb41"; }

.ico-mobile:before {
  content: "\eafb"; }

.ico-sun-alt-o:before {
  content: "\e9d4"; }

.ico-brightness-contrast:before {
  content: "\e9d6"; }

.ico-sun-o:before {
  content: "\eb0d"; }

.ico-sun:before {
  content: "\eb0c"; }

.ico-sun-plus-o:before {
  content: "\eb31"; }

.ico-sun-plus:before {
  content: "\eb46"; }

.ico-sun-minus-o:before {
  content: "\eb32"; }

.ico-sun-minus:before {
  content: "\eb0b"; }

.ico-sun-alt-o2:before {
  content: "\e957"; }

.ico-compass-o:before {
  content: "\e958"; }

.ico-compass:before {
  content: "\e959"; }

.ico-compass-circle-o:before {
  content: "\eafe"; }

.ico-compass-cirlce:before {
  content: "\eafd"; }

.ico-map-o:before {
  content: "\eb05"; }

.ico-map:before {
  content: "\eb06"; }

.ico-inbox-o:before {
  content: "\e95a"; }

.ico-inbox:before {
  content: "\e95b"; }

.ico-inbox-full-o:before {
  content: "\e95c"; }

.ico-inbox-full:before {
  content: "\e95d"; }

.ico-envelope-o:before {
  content: "\eb07"; }

.ico-envelope:before {
  content: "\eb08"; }

.ico-envelope-opened-o:before {
  content: "\eb16"; }

.ico-th-large-o:before {
  content: "\eb1d"; }

.ico-th-large:before {
  content: "\eb1c"; }

.ico-th-o:before {
  content: "\eb20"; }

.ico-th:before {
  content: "\eb3b"; }

.ico-target-o:before {
  content: "\eafc"; }

.ico-shutdown:before {
  content: "\eaf7"; }

.ico-user3-two:before {
  content: "\eb58"; }

.ico-user-circle-o:before {
  content: "\eb45"; }

.ico-user-circle:before {
  content: "\eb44"; }

.ico-user-man-three-o:before {
  content: "\eb47"; }

.ico-user-man-three:before {
  content: "\eaf6"; }

.ico-user-couple-o:before {
  content: "\eaf0"; }

.ico-user-couple:before {
  content: "\eaf1"; }

.ico-user-man-o:before {
  content: "\eaa8"; }

.ico-user-man:before {
  content: "\eaa9"; }

.ico-user-man-plus-o:before {
  content: "\eaf2"; }

.ico-user-man-plus:before {
  content: "\eaf3"; }

.ico-businesswoman:before {
  content: "\ea19"; }

.ico-businessman:before {
  content: "\e94f"; }

.ico-businessman-del:before {
  content: "\e950"; }

.ico-businessman-check:before {
  content: "\ea70"; }

.ico-businessman-question:before {
  content: "\ea6e"; }

.ico-businessman-plus:before {
  content: "\e951"; }

.ico-businessman-sent:before {
  content: "\ea6f"; }

.ico-businessman-clock:before {
  content: "\e952"; }

.ico-businessman-group:before {
  content: "\e953"; }

.ico-user1-o:before {
  content: "\eaf5"; }

.ico-user1:before {
  content: "\eaf4"; }

.ico-user1-two-o:before {
  content: "\e989"; }

.ico-user1-two:before {
  content: "\e9bc"; }

.ico-user1-three-o:before {
  content: "\e98a"; }

.ico-user1-three:before {
  content: "\e9bd"; }

.ico-user1-plus-o:before {
  content: "\eb49"; }

.ico-user1-plus:before {
  content: "\eae9"; }

.ico-user1-del-o:before {
  content: "\e910"; }

.ico-user1-del:before {
  content: "\e911"; }

.ico-user1-text-o:before {
  content: "\eabc"; }

.ico-user1-text:before {
  content: "\e90f"; }

.ico-user2-two-o:before {
  content: "\e988"; }

.ico-user2-three-o:before {
  content: "\eb5b"; }

.ico-user2-heart-o:before {
  content: "\eb57"; }

.ico-user2-text-o:before {
  content: "\eb55"; }

.ico-user2-star-o:before {
  content: "\eb56"; }

.ico-user2-clock-o:before {
  content: "\eb4a"; }

.ico-user2-question-o:before {
  content: "\eb4b"; }

.ico-user2-comment-o:before {
  content: "\eb4c"; }

.ico-user2-up-o:before {
  content: "\eb4d"; }

.ico-user2-down-o:before {
  content: "\eb4f"; }

.ico-user2-prev-o:before {
  content: "\eb50"; }

.ico-user2-next-o:before {
  content: "\eb51"; }

.ico-user2-check-o:before {
  content: "\eb4e"; }

.ico-user2-del-o:before {
  content: "\eb52"; }

.ico-user2-minus-o:before {
  content: "\eb53"; }

.ico-user2-plus-o:before {
  content: "\eb54"; }

.ico-caret-up:before {
  content: "\eaea"; }

.ico-caret-down:before {
  content: "\eaeb"; }

.ico-caret-left:before {
  content: "\eb2e"; }

.ico-caret-right:before {
  content: "\eb2d"; }

.ico-paragraph-minus:before {
  content: "\eaec"; }

.ico-paragraph-plus:before {
  content: "\eaed"; }

.ico-list-up:before {
  content: "\eaee"; }

.ico-list-down:before {
  content: "\eaef"; }

.ico-voice-o:before {
  content: "\eae7"; }

.ico-voice:before {
  content: "\eae8"; }

.ico-trophy-o:before {
  content: "\eae1"; }

.ico-trophy:before {
  content: "\eae2"; }

.ico-medal-o:before {
  content: "\e95e"; }

.ico-medal:before {
  content: "\e95f"; }

.ico-sponsor:before {
  content: "\eadc"; }

.ico-store-o:before {
  content: "\eae3"; }

.ico-store-alt:before {
  content: "\e960"; }

.ico-shopbasket-o:before {
  content: "\eade"; }

.ico-shopbasket:before {
  content: "\eadd"; }

.ico-cart-o:before {
  content: "\eaac"; }

.ico-cart-checkout-o:before {
  content: "\eb7d"; }

.ico-cart-full-o:before {
  content: "\eb7e"; }

.ico-cart-del-o:before {
  content: "\eb7f"; }

.ico-cart-minus-o:before {
  content: "\eb80"; }

.ico-cart-plus-o:before {
  content: "\eb81"; }

.ico-cart:before {
  content: "\eaad"; }

.ico-cart-plus:before {
  content: "\eb82"; }

.ico-cart-minus:before {
  content: "\eb83"; }

.ico-cart-del:before {
  content: "\eb84"; }

.ico-shuffle:before {
  content: "\eadf"; }

.ico-smile-o:before {
  content: "\eada"; }

.ico-smile:before {
  content: "\eadb"; }

.ico-shield-o:before {
  content: "\ead9"; }

.ico-shield:before {
  content: "\ead8"; }

.ico-printer-o:before {
  content: "\ead2"; }

.ico-printer:before {
  content: "\ead3"; }

.ico-share-o:before {
  content: "\ead4"; }

.ico-share:before {
  content: "\ead5"; }

.ico-pen:before {
  content: "\e961"; }

.ico-paint-brush-o:before {
  content: "\e97c"; }

.ico-paint-brush:before {
  content: "\e97e"; }

.ico-pencilline-o:before {
  content: "\eacd"; }

.ico-pencilline:before {
  content: "\eacc"; }

.ico-pencil:before {
  content: "\eacf"; }

.ico-textedit:before {
  content: "\eb48"; }

.ico-videomsg-o:before {
  content: "\eae5"; }

.ico-videomsg:before {
  content: "\eae6"; }

.ico-videocam-o:before {
  content: "\eae4"; }

.ico-videocam:before {
  content: "\eb3d"; }

.ico-camera-o:before {
  content: "\ea99"; }

.ico-camera:before {
  content: "\ea9a"; }

.ico-camera-off-o:before {
  content: "\e962"; }

.ico-camera-off:before {
  content: "\ea38"; }

.ico-paperplane:before {
  content: "\e97f"; }

.ico-paperplane-left:before {
  content: "\ea55"; }

.ico-paperplane-alt-o:before {
  content: "\eac9"; }

.ico-rocket-o:before {
  content: "\eb85"; }

.ico-rocket:before {
  content: "\eaca"; }

.ico-lock-o:before {
  content: "\eac6"; }

.ico-lock:before {
  content: "\eac7"; }

.ico-unlock-o:before {
  content: "\eb0e"; }

.ico-unlock:before {
  content: "\eae0"; }

.ico-link:before {
  content: "\eac5"; }

.ico-link-break:before {
  content: "\e963"; }

.ico-gift-o:before {
  content: "\eac3"; }

.ico-gift:before {
  content: "\eac4"; }

.ico-giftbox:before {
  content: "\ea3c"; }

.ico-forward-o:before {
  content: "\eac0"; }

.ico-forward:before {
  content: "\eb13"; }

.ico-reply-o:before {
  content: "\eb14"; }

.ico-reply:before {
  content: "\eb15"; }

.ico-copy-o:before {
  content: "\eabe"; }

.ico-copy:before {
  content: "\eabf"; }

.ico-lightbub-o:before {
  content: "\eaba"; }

.ico-lightbub:before {
  content: "\eabb"; }

.ico-lightbulb-alt:before {
  content: "\ea30"; }

.ico-reshare:before {
  content: "\ead1"; }

.ico-headphone-o:before {
  content: "\eaa7"; }

.ico-headphone:before {
  content: "\eaa6"; }

.ico-heart-circle-o:before {
  content: "\eb26"; }

.ico-heart-circle:before {
  content: "\eb3c"; }

.ico-heart-o:before {
  content: "\eaa2"; }

.ico-heart:before {
  content: "\eaa3"; }

.ico-thumbup-o:before {
  content: "\ea9e"; }

.ico-thumbup:before {
  content: "\ea9d"; }

.ico-thumbdown-o:before {
  content: "\ea9f"; }

.ico-thumbdown:before {
  content: "\eaa0"; }

.ico-thumbdown-alt-o:before {
  content: "\e964"; }

.ico-thumbdown-alt:before {
  content: "\e981"; }

.ico-thumbup-alt-o:before {
  content: "\e965"; }

.ico-thumbup-alt:before {
  content: "\e982"; }

.ico-clock-o:before {
  content: "\ea9b"; }

.ico-clock:before {
  content: "\ea9c"; }

.ico-alarm-o:before {
  content: "\eb21"; }

.ico-alarm:before {
  content: "\eb22"; }

.ico-alarm-o-alt:before {
  content: "\e969"; }

.ico-bookmark-o:before {
  content: "\ea95"; }

.ico-bookmark:before {
  content: "\ea96"; }

.ico-arrows-move:before {
  content: "\e966"; }

.ico-arrows:before {
  content: "\eb04"; }

.ico-goleft:before {
  content: "\e968"; }

.ico-goright:before {
  content: "\e96a"; }

.ico-godown:before {
  content: "\eaa1"; }

.ico-arrow-left:before {
  content: "\ea8f"; }

.ico-arrow-right:before {
  content: "\eaf8"; }

.ico-arrow-up:before {
  content: "\eaf9"; }

.ico-arrow-down:before {
  content: "\eafa"; }

.ico-angle-up:before {
  content: "\eab7"; }

.ico-angle-down:before {
  content: "\eab6"; }

.ico-angle-left:before {
  content: "\eab5"; }

.ico-angle-right:before {
  content: "\eab8"; }

.ico-angle-double-up:before {
  content: "\ea45"; }

.ico-angle-double-down:before {
  content: "\ea49"; }

.ico-angle-double-left:before {
  content: "\ea4a"; }

.ico-angle-double-right:before {
  content: "\ea51"; }

.ico-search-o:before {
  content: "\ea89"; }

.ico-search:before {
  content: "\ea98"; }

.ico-search-user-o:before {
  content: "\ea8b"; }

.ico-search-user:before {
  content: "\ea8c"; }

.ico-goup:before {
  content: "\eaa4"; }

.ico-search-plus-o:before {
  content: "\eb59"; }

.ico-search-plus:before {
  content: "\ea8e"; }

.ico-search-minus-o:before {
  content: "\ea8a"; }

.ico-search-minus:before {
  content: "\ea8d"; }

.ico-gear-form-o:before {
  content: "\eac1"; }

.ico-gear-form:before {
  content: "\eac2"; }

.ico-gear-o:before {
  content: "\ea87"; }

.ico-gear:before {
  content: "\ea88"; }

.ico-gear-alt-o:before {
  content: "\e96b"; }

.ico-gear-alt:before {
  content: "\e994"; }

.ico-gears:before {
  content: "\e995"; }

.ico-controlboard-o:before {
  content: "\ea85"; }

.ico-controlboard:before {
  content: "\ea86"; }

.ico-close:before {
  content: "\eab2"; }

.ico-close-circle-o:before {
  content: "\ea83"; }

.ico-close-circle:before {
  content: "\ea84"; }

.ico-compose:before {
  content: "\eaab"; }

.ico-compose-alt:before {
  content: "\eaaa"; }

.ico-dottedmore-vertical-o:before {
  content: "\ea82"; }

.ico-dottedmore-vertical:before {
  content: "\ea97"; }

.ico-dottedmore-o:before {
  content: "\ea81"; }

.ico-dottedmore:before {
  content: "\eac8"; }

.ico-plus:before {
  content: "\eaae"; }

.ico-plus-circle-o:before {
  content: "\ea53"; }

.ico-plus-circle:before {
  content: "\ea57"; }

.ico-minus:before {
  content: "\eaaf"; }

.ico-minus-circle-o:before {
  content: "\ea58"; }

.ico-minus-circle:before {
  content: "\ea59"; }

.ico-star-circle-o:before {
  content: "\e96c"; }

.ico-star-circle:before {
  content: "\e96d"; }

.ico-star-o:before {
  content: "\eab0"; }

.ico-star:before {
  content: "\eab1"; }

.ico-star-half-o:before {
  content: "\eb27"; }

.ico-star-plus-o:before {
  content: "\ea5b"; }

.ico-star-plus:before {
  content: "\ea5d"; }

.ico-check:before {
  content: "\eb17"; }

.ico-check-circle-alt:before {
  content: "\e96e"; }

.ico-check-circle-o:before {
  content: "\eab3"; }

.ico-check-circle:before {
  content: "\eab4"; }

.ico-check-square-alt:before {
  content: "\e92d"; }

.ico-check-square-o:before {
  content: "\ea7b"; }

.ico-check-square:before {
  content: "\eb28"; }

.ico-checkin-o:before {
  content: "\ea7c"; }

.ico-checkin:before {
  content: "\ea7d"; }

.ico-diamond-o:before {
  content: "\ea7a"; }

.ico-diamond:before {
  content: "\ea79"; }

.ico-bell-o:before {
  content: "\ea78"; }

.ico-bell:before {
  content: "\ea77"; }

.ico-bell-alt-o:before {
  content: "\e96f"; }

.ico-bell-alt:before {
  content: "\e970"; }

.ico-comments-o:before {
  content: "\eb3a"; }

.ico-comments:before {
  content: "\ea76"; }

.ico-comment-square-empty-o:before {
  content: "\e9be"; }

.ico-comment-square-empty:before {
  content: "\e9bf"; }

.ico-comment-square-o:before {
  content: "\e917"; }

.ico-comment-square:before {
  content: "\e9c0"; }

.ico-comment-square-del-o:before {
  content: "\e97b"; }

.ico-comment-square-del:before {
  content: "\e9c1"; }

.ico-comment-empty-o:before {
  content: "\e9c2"; }

.ico-comment-empty:before {
  content: "\e9c3"; }

.ico-comment-o:before {
  content: "\ea75"; }

.ico-comment:before {
  content: "\eab9"; }

.ico-comment-plus-o:before {
  content: "\e9c4"; }

.ico-comment-plus:before {
  content: "\e9c5"; }

.ico-comment-minus-o:before {
  content: "\e9e5"; }

.ico-comment-minus:before {
  content: "\e9e6"; }

.ico-comment-del-o:before {
  content: "\e9c6"; }

.ico-comment-del:before {
  content: "\e9c7"; }

.ico-comment-dots-o:before {
  content: "\e971"; }

.ico-comment-dots:before {
  content: "\e972"; }

.ico-comment-chart-o:before {
  content: "\e973"; }

.ico-comment-chart:before {
  content: "\e974"; }

.ico-comment-check-o:before {
  content: "\e975"; }

.ico-comment-check:before {
  content: "\e976"; }

.ico-comment-hashtag-o:before {
  content: "\eb86"; }

.ico-comment-hashtag:before {
  content: "\eb87"; }

.ico-globe-alt-o:before {
  content: "\e979"; }

.ico-globe-o:before {
  content: "\eb5c"; }

.ico-globe:before {
  content: "\ea73"; }

.ico-calendar-o:before {
  content: "\ea80"; }

.ico-calendar:before {
  content: "\ea56"; }

.ico-calendar-check-o:before {
  content: "\ea7e"; }

.ico-calendar-check:before {
  content: "\ea7f"; }

.ico-calendar-del-o:before {
  content: "\ea90"; }

.ico-calendar-del:before {
  content: "\ea91"; }

.ico-calendar-plus-o:before {
  content: "\ea92"; }

.ico-calendar-plus:before {
  content: "\ea74"; }

.ico-calendar-star-o:before {
  content: "\ea93"; }

.ico-calendar-star:before {
  content: "\ea94"; }
