@charset "UTF-8";
/*
justify-content:
 - flex-start
 - flex-end
 - center
 - space-between
 - space-around
 - space-evenly
align-items:
 - stretch
 - flex-start
 - flex-end
 - center
 - baseline
 */
/*
start   - aligns items to be flush with the start edge of their cell
end     - aligns items to be flush with the end edge of their cell
center  - aligns items in the center of their cell
stretch - fills the whole height of the cell (this is the default)
 */
.crel-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.creative-addons .crel-loading-spinner {
  border: 3px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  animation: crel_spin 1s linear infinite;
  z-index: 50; }

@keyframes crel_spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.crelfa {
  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 */
.crelfa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.crelfa-2x {
  font-size: 2em; }

.crelfa-3x {
  font-size: 3em; }

.crelfa-4x {
  font-size: 4em; }

.crelfa-5x {
  font-size: 5em; }

.crelfa-fw {
  width: 1.2857142857em;
  text-align: center; }

.crelfa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .crelfa-ul > li {
    position: relative; }

.crelfa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .crelfa-li.crelfa-lg {
    left: -1.8571428571em; }

.crelfa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.crelfa-pull-left {
  float: left; }

.crelfa-pull-right {
  float: right; }

.crelfa.crelfa-pull-left {
  margin-right: .3em; }
.crelfa.crelfa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.crelfa.pull-left {
  margin-right: .3em; }
.crelfa.pull-right {
  margin-left: .3em; }

.crelfa-spin {
  -webkit-animation: crelfa-spin 2s infinite linear;
  animation: crelfa-spin 2s infinite linear; }

.crelfa-pulse {
  -webkit-animation: crelfa-spin 1s infinite steps(8);
  animation: crelfa-spin 1s infinite steps(8); }

@-webkit-keyframes crelfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes crelfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.crelfa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.crelfa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.crelfa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.crelfa-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); }

.crelfa-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 .crelfa-rotate-90,
:root .crelfa-rotate-180,
:root .crelfa-rotate-270,
:root .crelfa-flip-horizontal,
:root .crelfa-flip-vertical {
  filter: none; }

.crelfa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.crelfa-stack-1x, .crelfa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.crelfa-stack-1x {
  line-height: inherit; }

.crelfa-stack-2x {
  font-size: 2em; }

.crelfa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.crelfa-glass:before {
  content: ""; }

.crelfa-music:before {
  content: ""; }

.crelfa-search:before {
  content: ""; }

.crelfa-envelope-o:before {
  content: ""; }

.crelfa-heart:before {
  content: ""; }

.crelfa-star:before {
  content: ""; }

.crelfa-star-o:before {
  content: ""; }

.crelfa-user:before {
  content: ""; }

.crelfa-film:before {
  content: ""; }

.crelfa-th-large:before {
  content: ""; }

.crelfa-th:before {
  content: ""; }

.crelfa-th-list:before {
  content: ""; }

.crelfa-check:before {
  content: ""; }

.crelfa-remove:before,
.crelfa-close:before,
.crelfa-times:before {
  content: ""; }

.crelfa-search-plus:before {
  content: ""; }

.crelfa-search-minus:before {
  content: ""; }

.crelfa-power-off:before {
  content: ""; }

.crelfa-signal:before {
  content: ""; }

.crelfa-gear:before,
.crelfa-cog:before {
  content: ""; }

.crelfa-trash-o:before {
  content: ""; }

.crelfa-home:before {
  content: ""; }

.crelfa-file-o:before {
  content: ""; }

.crelfa-clock-o:before {
  content: ""; }

.crelfa-road:before {
  content: ""; }

.crelfa-download:before {
  content: ""; }

.crelfa-arrow-circle-o-down:before {
  content: ""; }

.crelfa-arrow-circle-o-up:before {
  content: ""; }

.crelfa-inbox:before {
  content: ""; }

.crelfa-play-circle-o:before {
  content: ""; }

.crelfa-rotate-right:before,
.crelfa-repeat:before {
  content: ""; }

.crelfa-refresh:before {
  content: ""; }

.crelfa-list-alt:before {
  content: ""; }

.crelfa-lock:before {
  content: ""; }

.crelfa-flag:before {
  content: ""; }

.crelfa-headphones:before {
  content: ""; }

.crelfa-volume-off:before {
  content: ""; }

.crelfa-volume-down:before {
  content: ""; }

.crelfa-volume-up:before {
  content: ""; }

.crelfa-qrcode:before {
  content: ""; }

.crelfa-barcode:before {
  content: ""; }

.crelfa-tag:before {
  content: ""; }

.crelfa-tags:before {
  content: ""; }

.crelfa-book:before {
  content: ""; }

.crelfa-bookmark:before {
  content: ""; }

.crelfa-print:before {
  content: ""; }

.crelfa-camera:before {
  content: ""; }

.crelfa-font:before {
  content: ""; }

.crelfa-bold:before {
  content: ""; }

.crelfa-italic:before {
  content: ""; }

.crelfa-text-height:before {
  content: ""; }

.crelfa-text-width:before {
  content: ""; }

.crelfa-align-left:before {
  content: ""; }

.crelfa-align-center:before {
  content: ""; }

.crelfa-align-right:before {
  content: ""; }

.crelfa-align-justify:before {
  content: ""; }

.crelfa-list:before {
  content: ""; }

.crelfa-dedent:before,
.crelfa-outdent:before {
  content: ""; }

.crelfa-indent:before {
  content: ""; }

.crelfa-video-camera:before {
  content: ""; }

.crelfa-photo:before,
.crelfa-image:before,
.crelfa-picture-o:before {
  content: ""; }

.crelfa-pencil:before {
  content: ""; }

.crelfa-map-marker:before {
  content: ""; }

.crelfa-adjust:before {
  content: ""; }

.crelfa-tint:before {
  content: ""; }

.crelfa-edit:before,
.crelfa-pencil-square-o:before {
  content: ""; }

.crelfa-share-square-o:before {
  content: ""; }

.crelfa-check-square-o:before {
  content: ""; }

.crelfa-arrows:before {
  content: ""; }

.crelfa-step-backward:before {
  content: ""; }

.crelfa-fast-backward:before {
  content: ""; }

.crelfa-backward:before {
  content: ""; }

.crelfa-play:before {
  content: ""; }

.crelfa-pause:before {
  content: ""; }

.crelfa-stop:before {
  content: ""; }

.crelfa-forward:before {
  content: ""; }

.crelfa-fast-forward:before {
  content: ""; }

.crelfa-step-forward:before {
  content: ""; }

.crelfa-eject:before {
  content: ""; }

.crelfa-chevron-left:before {
  content: ""; }

.crelfa-chevron-right:before {
  content: ""; }

.crelfa-plus-circle:before {
  content: ""; }

.crelfa-minus-circle:before {
  content: ""; }

.crelfa-times-circle:before {
  content: ""; }

.crelfa-check-circle:before {
  content: ""; }

.crelfa-question-circle:before {
  content: ""; }

.crelfa-info-circle:before {
  content: ""; }

.crelfa-crosshairs:before {
  content: ""; }

.crelfa-times-circle-o:before {
  content: ""; }

.crelfa-check-circle-o:before {
  content: ""; }

.crelfa-ban:before {
  content: ""; }

.crelfa-arrow-left:before {
  content: ""; }

.crelfa-arrow-right:before {
  content: ""; }

.crelfa-arrow-up:before {
  content: ""; }

.crelfa-arrow-down:before {
  content: ""; }

.crelfa-mail-forward:before,
.crelfa-share:before {
  content: ""; }

.crelfa-expand:before {
  content: ""; }

.crelfa-compress:before {
  content: ""; }

.crelfa-plus:before {
  content: ""; }

.crelfa-minus:before {
  content: ""; }

.crelfa-asterisk:before {
  content: ""; }

.crelfa-exclamation-circle:before {
  content: ""; }

.crelfa-gift:before {
  content: ""; }

.crelfa-leaf:before {
  content: ""; }

.crelfa-fire:before {
  content: ""; }

.crelfa-eye:before {
  content: ""; }

.crelfa-eye-slash:before {
  content: ""; }

.crelfa-warning:before,
.crelfa-exclamation-triangle:before {
  content: ""; }

.crelfa-plane:before {
  content: ""; }

.crelfa-calendar:before {
  content: ""; }

.crelfa-random:before {
  content: ""; }

.crelfa-comment:before {
  content: ""; }

.crelfa-magnet:before {
  content: ""; }

.crelfa-chevron-up:before {
  content: ""; }

.crelfa-chevron-down:before {
  content: ""; }

.crelfa-retweet:before {
  content: ""; }

.crelfa-shopping-cart:before {
  content: ""; }

.crelfa-folder:before {
  content: ""; }

.crelfa-folder-open:before {
  content: ""; }

.crelfa-arrows-v:before {
  content: ""; }

.crelfa-arrows-h:before {
  content: ""; }

.crelfa-bar-chart-o:before,
.crelfa-bar-chart:before {
  content: ""; }

.crelfa-twitter-square:before {
  content: ""; }

.crelfa-camera-retro:before {
  content: ""; }

.crelfa-key:before {
  content: ""; }

.crelfa-gears:before,
.crelfa-cogs:before {
  content: ""; }

.crelfa-comments:before {
  content: ""; }

.crelfa-thumbs-o-up:before {
  content: ""; }

.crelfa-thumbs-o-down:before {
  content: ""; }

.crelfa-star-half:before {
  content: ""; }

.crelfa-heart-o:before {
  content: ""; }

.crelfa-sign-out:before {
  content: ""; }

.crelfa-linkedin-square:before {
  content: ""; }

.crelfa-thumb-tack:before {
  content: ""; }

.crelfa-external-link:before {
  content: ""; }

.crelfa-sign-in:before {
  content: ""; }

.crelfa-trophy:before {
  content: ""; }

.crelfa-github-square:before {
  content: ""; }

.crelfa-upload:before {
  content: ""; }

.crelfa-lemon-o:before {
  content: ""; }

.crelfa-phone:before {
  content: ""; }

.crelfa-square-o:before {
  content: ""; }

.crelfa-bookmark-o:before {
  content: ""; }

.crelfa-phone-square:before {
  content: ""; }

.crelfa-twitter:before {
  content: ""; }

.crelfa-github:before {
  content: ""; }

.crelfa-unlock:before {
  content: ""; }

.crelfa-credit-card:before {
  content: ""; }

.crelfa-feed:before,
.crelfa-rss:before {
  content: ""; }

.crelfa-hdd-o:before {
  content: ""; }

.crelfa-bullhorn:before {
  content: ""; }

.crelfa-bell:before {
  content: ""; }

.crelfa-certificate:before {
  content: ""; }

.crelfa-hand-o-right:before {
  content: ""; }

.crelfa-hand-o-left:before {
  content: ""; }

.crelfa-hand-o-up:before {
  content: ""; }

.crelfa-hand-o-down:before {
  content: ""; }

.crelfa-arrow-circle-left:before {
  content: ""; }

.crelfa-arrow-circle-right:before {
  content: ""; }

.crelfa-arrow-circle-up:before {
  content: ""; }

.crelfa-arrow-circle-down:before {
  content: ""; }

.crelfa-globe:before {
  content: ""; }

.crelfa-wrench:before {
  content: ""; }

.crelfa-tasks:before {
  content: ""; }

.crelfa-filter:before {
  content: ""; }

.crelfa-briefcase:before {
  content: ""; }

.crelfa-arrows-alt:before {
  content: ""; }

.crelfa-group:before,
.crelfa-users:before {
  content: ""; }

.crelfa-chain:before,
.crelfa-link:before {
  content: ""; }

.crelfa-cloud:before {
  content: ""; }

.crelfa-flask:before {
  content: ""; }

.crelfa-cut:before,
.crelfa-scissors:before {
  content: ""; }

.crelfa-copy:before,
.crelfa-files-o:before {
  content: ""; }

.crelfa-paperclip:before {
  content: ""; }

.crelfa-save:before,
.crelfa-floppy-o:before {
  content: ""; }

.crelfa-square:before {
  content: ""; }

.crelfa-navicon:before,
.crelfa-reorder:before,
.crelfa-bars:before {
  content: ""; }

.crelfa-list-ul:before {
  content: ""; }

.crelfa-list-ol:before {
  content: ""; }

.crelfa-strikethrough:before {
  content: ""; }

.crelfa-underline:before {
  content: ""; }

.crelfa-table:before {
  content: ""; }

.crelfa-magic:before {
  content: ""; }

.crelfa-truck:before {
  content: ""; }

.crelfa-pinterest:before {
  content: ""; }

.crelfa-pinterest-square:before {
  content: ""; }

.crelfa-google-plus-square:before {
  content: ""; }

.crelfa-google-plus:before {
  content: ""; }

.crelfa-money:before {
  content: ""; }

.crelfa-caret-down:before {
  content: ""; }

.crelfa-caret-up:before {
  content: ""; }

.crelfa-caret-left:before {
  content: ""; }

.crelfa-caret-right:before {
  content: ""; }

.crelfa-columns:before {
  content: ""; }

.crelfa-unsorted:before,
.crelfa-sort:before {
  content: ""; }

.crelfa-sort-down:before,
.crelfa-sort-desc:before {
  content: ""; }

.crelfa-sort-up:before,
.crelfa-sort-asc:before {
  content: ""; }

.crelfa-envelope:before {
  content: ""; }

.crelfa-linkedin:before {
  content: ""; }

.crelfa-rotate-left:before,
.crelfa-undo:before {
  content: ""; }

.crelfa-legal:before,
.crelfa-gavel:before {
  content: ""; }

.crelfa-dashboard:before,
.crelfa-tachometer:before {
  content: ""; }

.crelfa-comment-o:before {
  content: ""; }

.crelfa-comments-o:before {
  content: ""; }

.crelfa-flash:before,
.crelfa-bolt:before {
  content: ""; }

.crelfa-sitemap:before {
  content: ""; }

.crelfa-umbrella:before {
  content: ""; }

.crelfa-paste:before,
.crelfa-clipboard:before {
  content: ""; }

.crelfa-lightbulb-o:before {
  content: ""; }

.crelfa-exchange:before {
  content: ""; }

.crelfa-cloud-download:before {
  content: ""; }

.crelfa-cloud-upload:before {
  content: ""; }

.crelfa-user-md:before {
  content: ""; }

.crelfa-stethoscope:before {
  content: ""; }

.crelfa-suitcase:before {
  content: ""; }

.crelfa-bell-o:before {
  content: ""; }

.crelfa-coffee:before {
  content: ""; }

.crelfa-cutlery:before {
  content: ""; }

.crelfa-file-text-o:before {
  content: ""; }

.crelfa-building-o:before {
  content: ""; }

.crelfa-hospital-o:before {
  content: ""; }

.crelfa-ambulance:before {
  content: ""; }

.crelfa-medkit:before {
  content: ""; }

.crelfa-fighter-jet:before {
  content: ""; }

.crelfa-beer:before {
  content: ""; }

.crelfa-h-square:before {
  content: ""; }

.crelfa-plus-square:before {
  content: ""; }

.crelfa-angle-double-left:before {
  content: ""; }

.crelfa-angle-double-right:before {
  content: ""; }

.crelfa-angle-double-up:before {
  content: ""; }

.crelfa-angle-double-down:before {
  content: ""; }

.crelfa-angle-left:before {
  content: ""; }

.crelfa-angle-right:before {
  content: ""; }

.crelfa-angle-up:before {
  content: ""; }

.crelfa-angle-down:before {
  content: ""; }

.crelfa-desktop:before {
  content: ""; }

.crelfa-laptop:before {
  content: ""; }

.crelfa-tablet:before {
  content: ""; }

.crelfa-mobile-phone:before,
.crelfa-mobile:before {
  content: ""; }

.crelfa-circle-o:before {
  content: ""; }

.crelfa-quote-left:before {
  content: ""; }

.crelfa-quote-right:before {
  content: ""; }

.crelfa-spinner:before {
  content: ""; }

.crelfa-circle:before {
  content: ""; }

.crelfa-mail-reply:before,
.crelfa-reply:before {
  content: ""; }

.crelfa-github-alt:before {
  content: ""; }

.crelfa-folder-o:before {
  content: ""; }

.crelfa-folder-open-o:before {
  content: ""; }

.crelfa-smile-o:before {
  content: ""; }

.crelfa-frown-o:before {
  content: ""; }

.crelfa-meh-o:before {
  content: ""; }

.crelfa-gamepad:before {
  content: ""; }

.crelfa-keyboard-o:before {
  content: ""; }

.crelfa-flag-o:before {
  content: ""; }

.crelfa-flag-checkered:before {
  content: ""; }

.crelfa-terminal:before {
  content: ""; }

.crelfa-code:before {
  content: ""; }

.crelfa-mail-reply-all:before,
.crelfa-reply-all:before {
  content: ""; }

.crelfa-star-half-empty:before,
.crelfa-star-half-full:before,
.crelfa-star-half-o:before {
  content: ""; }

.crelfa-location-arrow:before {
  content: ""; }

.crelfa-crop:before {
  content: ""; }

.crelfa-code-fork:before {
  content: ""; }

.crelfa-unlink:before,
.crelfa-chain-broken:before {
  content: ""; }

.crelfa-question:before {
  content: ""; }

.crelfa-info:before {
  content: ""; }

.crelfa-exclamation:before {
  content: ""; }

.crelfa-superscript:before {
  content: ""; }

.crelfa-subscript:before {
  content: ""; }

.crelfa-eraser:before {
  content: ""; }

.crelfa-puzzle-piece:before {
  content: ""; }

.crelfa-microphone:before {
  content: ""; }

.crelfa-microphone-slash:before {
  content: ""; }

.crelfa-shield:before {
  content: ""; }

.crelfa-calendar-o:before {
  content: ""; }

.crelfa-fire-extinguisher:before {
  content: ""; }

.crelfa-rocket:before {
  content: ""; }

.crelfa-maxcdn:before {
  content: ""; }

.crelfa-chevron-circle-left:before {
  content: ""; }

.crelfa-chevron-circle-right:before {
  content: ""; }

.crelfa-chevron-circle-up:before {
  content: ""; }

.crelfa-chevron-circle-down:before {
  content: ""; }

.crelfa-html5:before {
  content: ""; }

.crelfa-css3:before {
  content: ""; }

.crelfa-anchor:before {
  content: ""; }

.crelfa-unlock-alt:before {
  content: ""; }

.crelfa-bullseye:before {
  content: ""; }

.crelfa-ellipsis-h:before {
  content: ""; }

.crelfa-ellipsis-v:before {
  content: ""; }

.crelfa-rss-square:before {
  content: ""; }

.crelfa-play-circle:before {
  content: ""; }

.crelfa-ticket:before {
  content: ""; }

.crelfa-minus-square:before {
  content: ""; }

.crelfa-minus-square-o:before {
  content: ""; }

.crelfa-level-up:before {
  content: ""; }

.crelfa-level-down:before {
  content: ""; }

.crelfa-check-square:before {
  content: ""; }

.crelfa-pencil-square:before {
  content: ""; }

.crelfa-external-link-square:before {
  content: ""; }

.crelfa-share-square:before {
  content: ""; }

.crelfa-compass:before {
  content: ""; }

.crelfa-toggle-down:before,
.crelfa-caret-square-o-down:before {
  content: ""; }

.crelfa-toggle-up:before,
.crelfa-caret-square-o-up:before {
  content: ""; }

.crelfa-toggle-right:before,
.crelfa-caret-square-o-right:before {
  content: ""; }

.crelfa-euro:before,
.crelfa-eur:before {
  content: ""; }

.crelfa-gbp:before {
  content: ""; }

.crelfa-dollar:before,
.crelfa-usd:before {
  content: ""; }

.crelfa-rupee:before,
.crelfa-inr:before {
  content: ""; }

.crelfa-cny:before,
.crelfa-rmb:before,
.crelfa-yen:before,
.crelfa-jpy:before {
  content: ""; }

.crelfa-ruble:before,
.crelfa-rouble:before,
.crelfa-rub:before {
  content: ""; }

.crelfa-won:before,
.crelfa-krw:before {
  content: ""; }

.crelfa-bitcoin:before,
.crelfa-btc:before {
  content: ""; }

.crelfa-file:before {
  content: ""; }

.crelfa-file-text:before {
  content: ""; }

.crelfa-sort-alpha-asc:before {
  content: ""; }

.crelfa-sort-alpha-desc:before {
  content: ""; }

.crelfa-sort-amount-asc:before {
  content: ""; }

.crelfa-sort-amount-desc:before {
  content: ""; }

.crelfa-sort-numeric-asc:before {
  content: ""; }

.crelfa-sort-numeric-desc:before {
  content: ""; }

.crelfa-thumbs-up:before {
  content: ""; }

.crelfa-thumbs-down:before {
  content: ""; }

.crelfa-youtube-square:before {
  content: ""; }

.crelfa-youtube:before {
  content: ""; }

.crelfa-xing:before {
  content: ""; }

.crelfa-xing-square:before {
  content: ""; }

.crelfa-youtube-play:before {
  content: ""; }

.crelfa-dropbox:before {
  content: ""; }

.crelfa-stack-overflow:before {
  content: ""; }

.crelfa-flickr:before {
  content: ""; }

.crelfa-adn:before {
  content: ""; }

.crelfa-bitbucket:before {
  content: ""; }

.crelfa-bitbucket-square:before {
  content: ""; }

.crelfa-tumblr:before {
  content: ""; }

.crelfa-tumblr-square:before {
  content: ""; }

.crelfa-long-arrow-down:before {
  content: ""; }

.crelfa-long-arrow-up:before {
  content: ""; }

.crelfa-long-arrow-left:before {
  content: ""; }

.crelfa-long-arrow-right:before {
  content: ""; }

.crelfa-apple:before {
  content: ""; }

.crelfa-windows:before {
  content: ""; }

.crelfa-android:before {
  content: ""; }

.crelfa-linux:before {
  content: ""; }

.crelfa-dribbble:before {
  content: ""; }

.crelfa-skype:before {
  content: ""; }

.crelfa-foursquare:before {
  content: ""; }

.crelfa-trello:before {
  content: ""; }

.crelfa-female:before {
  content: ""; }

.crelfa-male:before {
  content: ""; }

.crelfa-gittip:before,
.crelfa-gratipay:before {
  content: ""; }

.crelfa-sun-o:before {
  content: ""; }

.crelfa-moon-o:before {
  content: ""; }

.crelfa-archive:before {
  content: ""; }

.crelfa-bug:before {
  content: ""; }

.crelfa-vk:before {
  content: ""; }

.crelfa-weibo:before {
  content: ""; }

.crelfa-renren:before {
  content: ""; }

.crelfa-pagelines:before {
  content: ""; }

.crelfa-stack-exchange:before {
  content: ""; }

.crelfa-arrow-circle-o-right:before {
  content: ""; }

.crelfa-arrow-circle-o-left:before {
  content: ""; }

.crelfa-toggle-left:before,
.crelfa-caret-square-o-left:before {
  content: ""; }

.crelfa-dot-circle-o:before {
  content: ""; }

.crelfa-wheelchair:before {
  content: ""; }

.crelfa-vimeo-square:before {
  content: ""; }

.crelfa-turkish-lira:before,
.crelfa-try:before {
  content: ""; }

.crelfa-plus-square-o:before {
  content: ""; }

.crelfa-space-shuttle:before {
  content: ""; }

.crelfa-slack:before {
  content: ""; }

.crelfa-envelope-square:before {
  content: ""; }

.crelfa-wordpress:before {
  content: ""; }

.crelfa-openid:before {
  content: ""; }

.crelfa-institution:before,
.crelfa-bank:before,
.crelfa-university:before {
  content: ""; }

.crelfa-mortar-board:before,
.crelfa-graduation-cap:before {
  content: ""; }

.crelfa-yahoo:before {
  content: ""; }

.crelfa-google:before {
  content: ""; }

.crelfa-reddit:before {
  content: ""; }

.crelfa-reddit-square:before {
  content: ""; }

.crelfa-stumbleupon-circle:before {
  content: ""; }

.crelfa-stumbleupon:before {
  content: ""; }

.crelfa-delicious:before {
  content: ""; }

.crelfa-digg:before {
  content: ""; }

.crelfa-pied-piper-pp:before {
  content: ""; }

.crelfa-pied-piper-alt:before {
  content: ""; }

.crelfa-drupal:before {
  content: ""; }

.crelfa-joomla:before {
  content: ""; }

.crelfa-language:before {
  content: ""; }

.crelfa-fax:before {
  content: ""; }

.crelfa-building:before {
  content: ""; }

.crelfa-child:before {
  content: ""; }

.crelfa-paw:before {
  content: ""; }

.crelfa-spoon:before {
  content: ""; }

.crelfa-cube:before {
  content: ""; }

.crelfa-cubes:before {
  content: ""; }

.crelfa-behance:before {
  content: ""; }

.crelfa-behance-square:before {
  content: ""; }

.crelfa-steam:before {
  content: ""; }

.crelfa-steam-square:before {
  content: ""; }

.crelfa-recycle:before {
  content: ""; }

.crelfa-automobile:before,
.crelfa-car:before {
  content: ""; }

.crelfa-cab:before,
.crelfa-taxi:before {
  content: ""; }

.crelfa-tree:before {
  content: ""; }

.crelfa-spotify:before {
  content: ""; }

.crelfa-deviantart:before {
  content: ""; }

.crelfa-soundcloud:before {
  content: ""; }

.crelfa-database:before {
  content: ""; }

.crelfa-file-pdf-o:before {
  content: ""; }

.crelfa-file-word-o:before {
  content: ""; }

.crelfa-file-excel-o:before {
  content: ""; }

.crelfa-file-powerpoint-o:before {
  content: ""; }

.crelfa-file-photo-o:before,
.crelfa-file-picture-o:before,
.crelfa-file-image-o:before {
  content: ""; }

.crelfa-file-zip-o:before,
.crelfa-file-archive-o:before {
  content: ""; }

.crelfa-file-sound-o:before,
.crelfa-file-audio-o:before {
  content: ""; }

.crelfa-file-movie-o:before,
.crelfa-file-video-o:before {
  content: ""; }

.crelfa-file-code-o:before {
  content: ""; }

.crelfa-vine:before {
  content: ""; }

.crelfa-codepen:before {
  content: ""; }

.crelfa-jsfiddle:before {
  content: ""; }

.crelfa-life-bouy:before,
.crelfa-life-buoy:before,
.crelfa-life-saver:before,
.crelfa-support:before,
.crelfa-life-ring:before {
  content: ""; }

.crelfa-circle-o-notch:before {
  content: ""; }

.crelfa-ra:before,
.crelfa-resistance:before,
.crelfa-rebel:before {
  content: ""; }

.crelfa-ge:before,
.crelfa-empire:before {
  content: ""; }

.crelfa-git-square:before {
  content: ""; }

.crelfa-git:before {
  content: ""; }

.crelfa-y-combinator-square:before,
.crelfa-yc-square:before,
.crelfa-hacker-news:before {
  content: ""; }

.crelfa-tencent-weibo:before {
  content: ""; }

.crelfa-qq:before {
  content: ""; }

.crelfa-wechat:before,
.crelfa-weixin:before {
  content: ""; }

.crelfa-send:before,
.crelfa-paper-plane:before {
  content: ""; }

.crelfa-send-o:before,
.crelfa-paper-plane-o:before {
  content: ""; }

.crelfa-history:before {
  content: ""; }

.crelfa-circle-thin:before {
  content: ""; }

.crelfa-header:before {
  content: ""; }

.crelfa-paragraph:before {
  content: ""; }

.crelfa-sliders:before {
  content: ""; }

.crelfa-share-alt:before {
  content: ""; }

.crelfa-share-alt-square:before {
  content: ""; }

.crelfa-bomb:before {
  content: ""; }

.crelfa-soccer-ball-o:before,
.crelfa-futbol-o:before {
  content: ""; }

.crelfa-tty:before {
  content: ""; }

.crelfa-binoculars:before {
  content: ""; }

.crelfa-plug:before {
  content: ""; }

.crelfa-slideshare:before {
  content: ""; }

.crelfa-twitch:before {
  content: ""; }

.crelfa-yelp:before {
  content: ""; }

.crelfa-newspaper-o:before {
  content: ""; }

.crelfa-wifi:before {
  content: ""; }

.crelfa-calculator:before {
  content: ""; }

.crelfa-paypal:before {
  content: ""; }

.crelfa-google-wallet:before {
  content: ""; }

.crelfa-cc-visa:before {
  content: ""; }

.crelfa-cc-mastercard:before {
  content: ""; }

.crelfa-cc-discover:before {
  content: ""; }

.crelfa-cc-amex:before {
  content: ""; }

.crelfa-cc-paypal:before {
  content: ""; }

.crelfa-cc-stripe:before {
  content: ""; }

.crelfa-bell-slash:before {
  content: ""; }

.crelfa-bell-slash-o:before {
  content: ""; }

.crelfa-trash:before {
  content: ""; }

.crelfa-copyright:before {
  content: ""; }

.crelfa-at:before {
  content: ""; }

.crelfa-eyedropper:before {
  content: ""; }

.crelfa-paint-brush:before {
  content: ""; }

.crelfa-birthday-cake:before {
  content: ""; }

.crelfa-area-chart:before {
  content: ""; }

.crelfa-pie-chart:before {
  content: ""; }

.crelfa-line-chart:before {
  content: ""; }

.crelfa-lastfm:before {
  content: ""; }

.crelfa-lastfm-square:before {
  content: ""; }

.crelfa-toggle-off:before {
  content: ""; }

.crelfa-toggle-on:before {
  content: ""; }

.crelfa-bicycle:before {
  content: ""; }

.crelfa-bus:before {
  content: ""; }

.crelfa-ioxhost:before {
  content: ""; }

.crelfa-angellist:before {
  content: ""; }

.crelfa-cc:before {
  content: ""; }

.crelfa-shekel:before,
.crelfa-sheqel:before,
.crelfa-ils:before {
  content: ""; }

.crelfa-meanpath:before {
  content: ""; }

.crelfa-buysellads:before {
  content: ""; }

.crelfa-connectdevelop:before {
  content: ""; }

.crelfa-dashcube:before {
  content: ""; }

.crelfa-forumbee:before {
  content: ""; }

.crelfa-leanpub:before {
  content: ""; }

.crelfa-sellsy:before {
  content: ""; }

.crelfa-shirtsinbulk:before {
  content: ""; }

.crelfa-simplybuilt:before {
  content: ""; }

.crelfa-skyatlas:before {
  content: ""; }

.crelfa-cart-plus:before {
  content: ""; }

.crelfa-cart-arrow-down:before {
  content: ""; }

.crelfa-diamond:before {
  content: ""; }

.crelfa-ship:before {
  content: ""; }

.crelfa-user-secret:before {
  content: ""; }

.crelfa-motorcycle:before {
  content: ""; }

.crelfa-street-view:before {
  content: ""; }

.crelfa-heartbeat:before {
  content: ""; }

.crelfa-venus:before {
  content: ""; }

.crelfa-mars:before {
  content: ""; }

.crelfa-mercury:before {
  content: ""; }

.crelfa-intersex:before,
.crelfa-transgender:before {
  content: ""; }

.crelfa-transgender-alt:before {
  content: ""; }

.crelfa-venus-double:before {
  content: ""; }

.crelfa-mars-double:before {
  content: ""; }

.crelfa-venus-mars:before {
  content: ""; }

.crelfa-mars-stroke:before {
  content: ""; }

.crelfa-mars-stroke-v:before {
  content: ""; }

.crelfa-mars-stroke-h:before {
  content: ""; }

.crelfa-neuter:before {
  content: ""; }

.crelfa-genderless:before {
  content: ""; }

.crelfa-pinterest-p:before {
  content: ""; }

.crelfa-server:before {
  content: ""; }

.crelfa-user-plus:before {
  content: ""; }

.crelfa-user-times:before {
  content: ""; }

.crelfa-hotel:before,
.crelfa-bed:before {
  content: ""; }

.crelfa-viacoin:before {
  content: ""; }

.crelfa-train:before {
  content: ""; }

.crelfa-subway:before {
  content: ""; }

.crelfa-medium:before {
  content: ""; }

.crelfa-yc:before,
.crelfa-y-combinator:before {
  content: ""; }

.crelfa-optin-monster:before {
  content: ""; }

.crelfa-opencart:before {
  content: ""; }

.crelfa-expeditedssl:before {
  content: ""; }

.crelfa-battery-4:before,
.crelfa-battery:before,
.crelfa-battery-full:before {
  content: ""; }

.crelfa-battery-3:before,
.crelfa-battery-three-quarters:before {
  content: ""; }

.crelfa-battery-2:before,
.crelfa-battery-half:before {
  content: ""; }

.crelfa-battery-1:before,
.crelfa-battery-quarter:before {
  content: ""; }

.crelfa-battery-0:before,
.crelfa-battery-empty:before {
  content: ""; }

.crelfa-mouse-pointer:before {
  content: ""; }

.crelfa-i-cursor:before {
  content: ""; }

.crelfa-object-group:before {
  content: ""; }

.crelfa-object-ungroup:before {
  content: ""; }

.crelfa-sticky-note:before {
  content: ""; }

.crelfa-sticky-note-o:before {
  content: ""; }

.crelfa-cc-jcb:before {
  content: ""; }

.crelfa-cc-diners-club:before {
  content: ""; }

.crelfa-clone:before {
  content: ""; }

.crelfa-balance-scale:before {
  content: ""; }

.crelfa-hourglass-o:before {
  content: ""; }

.crelfa-hourglass-1:before,
.crelfa-hourglass-start:before {
  content: ""; }

.crelfa-hourglass-2:before,
.crelfa-hourglass-half:before {
  content: ""; }

.crelfa-hourglass-3:before,
.crelfa-hourglass-end:before {
  content: ""; }

.crelfa-hourglass:before {
  content: ""; }

.crelfa-hand-grab-o:before,
.crelfa-hand-rock-o:before {
  content: ""; }

.crelfa-hand-stop-o:before,
.crelfa-hand-paper-o:before {
  content: ""; }

.crelfa-hand-scissors-o:before {
  content: ""; }

.crelfa-hand-lizard-o:before {
  content: ""; }

.crelfa-hand-spock-o:before {
  content: ""; }

.crelfa-hand-pointer-o:before {
  content: ""; }

.crelfa-hand-peace-o:before {
  content: ""; }

.crelfa-trademark:before {
  content: ""; }

.crelfa-registered:before {
  content: ""; }

.crelfa-creative-commons:before {
  content: ""; }

.crelfa-gg:before {
  content: ""; }

.crelfa-gg-circle:before {
  content: ""; }

.crelfa-tripadvisor:before {
  content: ""; }

.crelfa-odnoklassniki:before {
  content: ""; }

.crelfa-odnoklassniki-square:before {
  content: ""; }

.crelfa-get-pocket:before {
  content: ""; }

.crelfa-wikipedia-w:before {
  content: ""; }

.crelfa-safari:before {
  content: ""; }

.crelfa-chrome:before {
  content: ""; }

.crelfa-firefox:before {
  content: ""; }

.crelfa-opera:before {
  content: ""; }

.crelfa-internet-explorer:before {
  content: ""; }

.crelfa-tv:before,
.crelfa-television:before {
  content: ""; }

.crelfa-contao:before {
  content: ""; }

.crelfa-500px:before {
  content: ""; }

.crelfa-amazon:before {
  content: ""; }

.crelfa-calendar-plus-o:before {
  content: ""; }

.crelfa-calendar-minus-o:before {
  content: ""; }

.crelfa-calendar-times-o:before {
  content: ""; }

.crelfa-calendar-check-o:before {
  content: ""; }

.crelfa-industry:before {
  content: ""; }

.crelfa-map-pin:before {
  content: ""; }

.crelfa-map-signs:before {
  content: ""; }

.crelfa-map-o:before {
  content: ""; }

.crelfa-map:before {
  content: ""; }

.crelfa-commenting:before {
  content: ""; }

.crelfa-commenting-o:before {
  content: ""; }

.crelfa-houzz:before {
  content: ""; }

.crelfa-vimeo:before {
  content: ""; }

.crelfa-black-tie:before {
  content: ""; }

.crelfa-fonticons:before {
  content: ""; }

.crelfa-reddit-alien:before {
  content: ""; }

.crelfa-edge:before {
  content: ""; }

.crelfa-credit-card-alt:before {
  content: ""; }

.crelfa-codiepie:before {
  content: ""; }

.crelfa-modx:before {
  content: ""; }

.crelfa-fort-awesome:before {
  content: ""; }

.crelfa-usb:before {
  content: ""; }

.crelfa-product-hunt:before {
  content: ""; }

.crelfa-mixcloud:before {
  content: ""; }

.crelfa-scribd:before {
  content: ""; }

.crelfa-pause-circle:before {
  content: ""; }

.crelfa-pause-circle-o:before {
  content: ""; }

.crelfa-stop-circle:before {
  content: ""; }

.crelfa-stop-circle-o:before {
  content: ""; }

.crelfa-shopping-bag:before {
  content: ""; }

.crelfa-shopping-basket:before {
  content: ""; }

.crelfa-hashtag:before {
  content: ""; }

.crelfa-bluetooth:before {
  content: ""; }

.crelfa-bluetooth-b:before {
  content: ""; }

.crelfa-percent:before {
  content: ""; }

.crelfa-gitlab:before {
  content: ""; }

.crelfa-wpbeginner:before {
  content: ""; }

.crelfa-wpforms:before {
  content: ""; }

.crelfa-envira:before {
  content: ""; }

.crelfa-universal-access:before {
  content: ""; }

.crelfa-wheelchair-alt:before {
  content: ""; }

.crelfa-question-circle-o:before {
  content: ""; }

.crelfa-blind:before {
  content: ""; }

.crelfa-audio-description:before {
  content: ""; }

.crelfa-volume-control-phone:before {
  content: ""; }

.crelfa-braille:before {
  content: ""; }

.crelfa-assistive-listening-systems:before {
  content: ""; }

.crelfa-asl-interpreting:before,
.crelfa-american-sign-language-interpreting:before {
  content: ""; }

.crelfa-deafness:before,
.crelfa-hard-of-hearing:before,
.crelfa-deaf:before {
  content: ""; }

.crelfa-glide:before {
  content: ""; }

.crelfa-glide-g:before {
  content: ""; }

.crelfa-signing:before,
.crelfa-sign-language:before {
  content: ""; }

.crelfa-low-vision:before {
  content: ""; }

.crelfa-viadeo:before {
  content: ""; }

.crelfa-viadeo-square:before {
  content: ""; }

.crelfa-snapchat:before {
  content: ""; }

.crelfa-snapchat-ghost:before {
  content: ""; }

.crelfa-snapchat-square:before {
  content: ""; }

.crelfa-pied-piper:before {
  content: ""; }

.crelfa-first-order:before {
  content: ""; }

.crelfa-yoast:before {
  content: ""; }

.crelfa-themeisle:before {
  content: ""; }

.crelfa-google-plus-circle:before,
.crelfa-google-plus-official:before {
  content: ""; }

.crelfa-fa:before,
.crelfa-font-awesome:before {
  content: ""; }

.crelfa-handshake-o:before {
  content: ""; }

.crelfa-envelope-open:before {
  content: ""; }

.crelfa-envelope-open-o:before {
  content: ""; }

.crelfa-linode:before {
  content: ""; }

.crelfa-address-book:before {
  content: ""; }

.crelfa-address-book-o:before {
  content: ""; }

.crelfa-vcard:before,
.crelfa-address-card:before {
  content: ""; }

.crelfa-vcard-o:before,
.crelfa-address-card-o:before {
  content: ""; }

.crelfa-user-circle:before {
  content: ""; }

.crelfa-user-circle-o:before {
  content: ""; }

.crelfa-user-o:before {
  content: ""; }

.crelfa-id-badge:before {
  content: ""; }

.crelfa-drivers-license:before,
.crelfa-id-card:before {
  content: ""; }

.crelfa-drivers-license-o:before,
.crelfa-id-card-o:before {
  content: ""; }

.crelfa-quora:before {
  content: ""; }

.crelfa-free-code-camp:before {
  content: ""; }

.crelfa-telegram:before {
  content: ""; }

.crelfa-thermometer-4:before,
.crelfa-thermometer:before,
.crelfa-thermometer-full:before {
  content: ""; }

.crelfa-thermometer-3:before,
.crelfa-thermometer-three-quarters:before {
  content: ""; }

.crelfa-thermometer-2:before,
.crelfa-thermometer-half:before {
  content: ""; }

.crelfa-thermometer-1:before,
.crelfa-thermometer-quarter:before {
  content: ""; }

.crelfa-thermometer-0:before,
.crelfa-thermometer-empty:before {
  content: ""; }

.crelfa-shower:before {
  content: ""; }

.crelfa-bathtub:before,
.crelfa-s15:before,
.crelfa-bath:before {
  content: ""; }

.crelfa-podcast:before {
  content: ""; }

.crelfa-window-maximize:before {
  content: ""; }

.crelfa-window-minimize:before {
  content: ""; }

.crelfa-window-restore:before {
  content: ""; }

.crelfa-times-rectangle:before,
.crelfa-window-close:before {
  content: ""; }

.crelfa-times-rectangle-o:before,
.crelfa-window-close-o:before {
  content: ""; }

.crelfa-bandcamp:before {
  content: ""; }

.crelfa-grav:before {
  content: ""; }

.crelfa-etsy:before {
  content: ""; }

.crelfa-imdb:before {
  content: ""; }

.crelfa-ravelry:before {
  content: ""; }

.crelfa-eercast:before {
  content: ""; }

.crelfa-microchip:before {
  content: ""; }

.crelfa-snowflake-o:before {
  content: ""; }

.crelfa-superpowers:before {
  content: ""; }

.crelfa-wpexplorer:before {
  content: ""; }

.crelfa-meetup:before {
  content: ""; }

.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; }

/* Echo Plugins Fonts */
@font-face {
  font-family: "crel_ep_icons";
  src: url("../../fonts/crel_ep_icons.eot?1grnhe");
  src: url("../../fonts/crel_ep_icons.eot?1grnhe#iefix") format("embedded-opentype"), url("../../fonts/crel_ep_icons.ttf?1grnhe") format("truetype"), url("../../fonts/crel_ep_icons.woff?1grnhe") format("woff"), url("../../fonts/crel_ep_icons.svg?1grnhe#crel_ep_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="crel_ep_font_"], [class*=" crel_ep_font_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "crel_ep_icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.crel_ep_font_icon_arrow_carrot_down_circle:before {
  content: ""; }

.crel_ep_font_icon_arrow_carrot_left_circle:before {
  content: ""; }

.crel_ep_font_icon_arrow_carrot_up:before {
  content: ""; }

.crel_ep_font_icon_arrow_carrot_right:before {
  content: ""; }

.crel_ep_font_icon_arrow_carrot_down:before {
  content: ""; }

.crel_ep_font_icon_arrow_carrot_left:before {
  content: ""; }

.crel_ep_font_icon_up_arrow:before {
  content: ""; }

.crel_ep_font_icon_right_arrow:before {
  content: ""; }

.crel_ep_font_icon_down_arrow:before {
  content: ""; }

.crel_ep_font_icon_left_arrow:before {
  content: ""; }

.crel_ep_font_icon_book:before {
  content: ""; }

.crel_ep_font_icon_folder:before {
  content: ""; }

.crel_ep_font_icon_document:before {
  content: ""; }

.crel_ep_font_icon_clip_board:before {
  content: ""; }

.crel_ep_font_icon_brief_case:before {
  content: ""; }

.crel_ep_font_icon_building:before {
  content: ""; }

.crel_ep_font_icon_checkmark:before {
  content: ""; }

.crel_ep_font_icon_xmark:before {
  content: ""; }

.crel_ep_font_icon_full_star:before {
  content: ""; }

.crel_ep_font_icon_half_star:before {
  content: ""; }

.crel_ep_font_icon_empty_star:before {
  content: ""; }

.crel_ep_font_icon_comment:before {
  content: ""; }

.crel_ep_font_icon_credit_card:before {
  content: ""; }

.crel_ep_font_icon_data_report:before {
  content: ""; }

.crel_ep_font_icon_info:before {
  content: ""; }

.crel_ep_font_icon_error_circle:before {
  content: ""; }

.crel_ep_font_icon_error_oct:before {
  content: ""; }

.crel_ep_font_icon_error_sheild:before {
  content: ""; }

.crel_ep_font_icon_error_triangle:before {
  content: ""; }

.crel_ep_font_icon_question:before {
  content: ""; }

.crel_ep_font_icon_external_link:before {
  content: ""; }

.crel_ep_font_icon_flow_chart:before {
  content: ""; }

.crel_ep_font_icon_folder_add:before {
  content: ""; }

.crel_ep_font_icon_folder_open:before {
  content: ""; }

.crel_ep_font_icon_gear:before {
  content: ""; }

.crel_ep_font_icon_gears:before {
  content: ""; }

.crel_ep_font_icon_hour_glass:before {
  content: ""; }

.crel_ep_font_icon_house:before {
  content: ""; }

.crel_ep_font_icon_life_saver:before {
  content: ""; }

.crel_ep_font_icon_light_bulb:before {
  content: ""; }

.crel_ep_font_icon_loading:before {
  content: ""; }

.crel_ep_font_icon_map:before {
  content: ""; }

.crel_ep_font_icon_money:before {
  content: ""; }

.crel_ep_font_icon_paperclip:before {
  content: ""; }

.crel_ep_font_icon_pencil:before {
  content: ""; }

.crel_ep_font_icon_people:before {
  content: ""; }

.crel_ep_font_icon_person:before {
  content: ""; }

.crel_ep_font_icon_plus:before {
  content: ""; }

.crel_ep_font_icon_minus:before {
  content: ""; }

.crel_ep_font_icon_plus_box:before {
  content: ""; }

.crel_ep_font_icon_screen:before {
  content: ""; }

.crel_ep_font_icon_search:before {
  content: ""; }

.crel_ep_font_icon_shopping_cart:before {
  content: ""; }

.crel_ep_font_icon_tag:before {
  content: ""; }

.crel_ep_font_icon_screw_driver:before {
  content: ""; }

.crel_ep_font_icon_tools:before {
  content: ""; }

.crel_ep_font_icon_wrench:before {
  content: ""; }

.crel_ep_font_icon_faq_icons:before {
  content: ""; }

.crel_ep_font_icon_help_dialog:before {
  content: "";
  color: #828282; }

.crel_ep_font_help_dialog-background:before {
  content: "";
  color: #828282; }

@font-face {
  font-family: "creativeaddons";
  src: url("../../fonts/crel-fonts/creativeaddons.eot?u7uurh");
  src: url("../../fonts/crel-fonts/creativeaddons.eot?u7uurh#iefix") format("embedded-opentype"), url("../../fonts/crel-fonts/creativeaddons.ttf?u7uurh") format("truetype"), url("../../fonts/crel-fonts/creativeaddons.woff?u7uurh") format("woff"), url("../../fonts/crel-fonts/creativeaddons.svg?u7uurh#creativeaddons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.crelfont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "creativeaddons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.crel-advanced-heading-icon:before {
  content: ""; }

.crel-advanced-list-icon:before {
  content: ""; }

.crel-code-block-icon:before {
  content: ""; }

.crel-feature-list-icon:before {
  content: ""; }

.crel-image-guide-icon:before {
  content: ""; }

.crel-kb-article-list-icon:before {
  content: ""; }

.crel-kb-book-2-icon:before {
  content: ""; }

.crel-kb-book-icon:before {
  content: ""; }

.crel-kb-category-list-icon:before {
  content: ""; }

.crel-kb-graduation-icon:before {
  content: ""; }

.crel-kb-search-icon:before {
  content: ""; }

.crel-logo-solid-icon:before {
  content: ""; }

.crel-logo-wireframe-icon:before {
  content: ""; }

.crel-notification-box-icon:before {
  content: ""; }

.crel-steps-icon:before {
  content: ""; }

.crel-text-image-icon:before {
  content: ""; }

.crel-dashboard {
  padding: 20px 0 0 0;
  margin-right: 20px; }
  .crel-dashboard h2 {
    margin: 0 0 10px 0; }
  .crel-dashboard .crel-dashboard-row {
    display: flex; }
  .crel-dashboard .crel-dashboard-2col {
    display: grid;
    grid-template-rows: auto;
    align-items: stretch;
    grid-template-columns: 50% 50%;
    width: 100%;
    max-width: 100%;
    grid-template-areas: "col_1 col_2"; }
  .crel-dashboard .crel-dashboard__header-bar-container {
    padding: 10px;
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08); }
    .crel-dashboard .crel-dashboard__header-bar-container .crel-dashboard__header-bar__left-container {
      display: flex;
      align-items: center; }
      .crel-dashboard .crel-dashboard__header-bar-container .crel-dashboard__header-bar__left-container .crel-dashboard__header-bar__logo {
        width: 48px; }
        .crel-dashboard .crel-dashboard__header-bar-container .crel-dashboard__header-bar__left-container .crel-dashboard__header-bar__logo img {
          height: 75px; }
      .crel-dashboard .crel-dashboard__header-bar-container .crel-dashboard__header-bar__left-container .crel-dashboard__header-bar__title {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 9px; }
  .crel-dashboard #crel-nav-home-content .crel-dashboard-row .crel-dashboard-tabs__content__left {
    width: 70%; }
  .crel-dashboard #crel-nav-home-content .crel-dashboard-row .crel-dashboard-tabs__content__right {
    margin-left: auto; }
  .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__nav {
    display: flex; }
    .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__nav .crel-dashboard-tabs__nav__item {
      padding: 15px 40px;
      margin-right: 10px;
      font-size: 20px;
      text-decoration: none;
      color: #888;
      background-color: #e8e8e8; }
      .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__nav .crel-dashboard-tabs__nav__item:focus {
        box-shadow: none; }
      .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__nav .crel-dashboard-tabs__nav__item.crel-dashboard-tabs__nav__item--active {
        background-color: #fff; }
  .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__content {
    background-color: #fff;
    padding: 15px 15px; }
    .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__content .crel-dashboard-tabs__content__panel {
      display: none;
      min-height: 500px; }
      .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__content .crel-dashboard-tabs__content__panel.crel-dashboard-tabs__content__panel--active {
        display: block; }
      .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__content .crel-dashboard-tabs__content__panel .crel-dashboard-tabs__content__panel__header {
        margin: 10px; }
        .crel-dashboard .crel-dashboard__tabs .crel-dashboard__tabs__content .crel-dashboard-tabs__content__panel .crel-dashboard-tabs__content__panel__header img {
          width: 100%; }
  .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container {
      display: flex;
      flex-basis: 350px;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 15px;
      box-sizing: border-box;
      margin: 10px;
      border: 1px solid #e8e8e8;
      border-radius: 5px; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__icon, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__icon {
        font-size: 27px;
        color: #666; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info {
        min-width: 200px;
        display: flex;
        align-items: center; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__title, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__title {
          margin-right: 10px;
          font-weight: 700; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link {
          margin-right: 10px;
          color: #2EA3F2; }
          .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link a, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link a {
            color: #2EA3F2;
            text-decoration: none; }
            .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link a:hover, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__demo-link a:hover {
              color: #0073aa; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link {
          color: #ddd; }
          .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link a, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link a {
            color: #2EA3F2;
            text-decoration: none; }
            .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link a:hover, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container .crel-dashboard-widget__info .crel-dashboard-widget__info__info-link a:hover {
              color: #0073aa; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container label, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container label {
        width: 48px;
        height: 24px;
        position: relative;
        cursor: pointer;
        display: block; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container label:after, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container label:after {
          content: "";
          position: absolute;
          width: 18px;
          height: 17px;
          border-radius: 100%;
          left: 5px;
          top: 4px;
          transition: all 0.2s ease;
          box-shadow: 0 0 0 5px #fcfff4 inset;
          background: #cbcfd0;
          z-index: 2;
          animation: switch-off 0.3s ease-out; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container label:before, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container label:before {
          content: "";
          position: absolute;
          width: 48px;
          height: 24px;
          left: 2px;
          transition: background 0.1s 0.1s ease;
          background: #cbcfd0;
          border: 1px solid #cbcfd0;
          border-radius: 50px; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container input[type="checkbox"]:checked + label::before, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container input[type="checkbox"]:checked + label::before {
        background: #ca428f;
        border: 1px solid #ca428f; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container input[type="checkbox"]:checked + label::after, .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container input[type="checkbox"]:checked + label::after {
        left: 29px;
        background: #ffffff;
        animation: switch-on 0.3s ease-out; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__widgets .crel-dashboard-widget-container input[type="checkbox"], .crel-dashboard .crel-dashboard-tabs__content__panel__body__settings .crel-dashboard-widget-container input[type="checkbox"] {
        visibility: hidden;
        display: none; }
  .crel-dashboard .crel-dashboard__widget-save-container {
    text-align: right; }
  .crel-dashboard .crel-dashboard__info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    margin: 10px 10px 25px 10px;
    box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.07);
    border-radius: 5px; }
    .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__header {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__header .crel-dashboard__info-box__header__icon {
        color: #9d38a7;
        background-color: white;
        font-size: 21px;
        padding: 12px;
        margin-right: 10px;
        border-radius: 40px; }
      .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__header .crel-dashboard__info-box__header__title {
        font-weight: bold;
        font-size: 18px; }
    .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__body {
      margin-left: 52px; }
      .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__body .crel-dashboard__info-box__body__btn {
        border-radius: 3px;
        background-image: -moz-linear-gradient(-169deg, #662db2, #ca428f);
        background-image: -webkit-linear-gradient(-169deg, #662db2, #ca428f);
        background-image: -ms-linear-gradient(-169deg, #662db2, #ca428f);
        background-color: #ca428f;
        color: #fff;
        padding: 6px 20px;
        border: none;
        box-shadow: none;
        text-transform: uppercase;
        text-shadow: none;
        letter-spacing: 0.05em;
        text-decoration: none;
        font-size: 12px;
        margin-top: 10px;
        display: inline-block; }
        .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__body .crel-dashboard__info-box__body__btn:hover {
          cursor: pointer;
          background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
          background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
          background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
          background-color: #02cc7b; }
        .crel-dashboard .crel-dashboard__info-box .crel-dashboard__info-box__body .crel-dashboard__info-box__body__btn:focus {
          background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
          background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
          background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
          background-color: #02cc7b;
          border: none; }
  .crel-dashboard .crel-dashboard__save-settings {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #662db2, #ca428f);
    background-image: -webkit-linear-gradient(-169deg, #662db2, #ca428f);
    background-image: -ms-linear-gradient(-169deg, #662db2, #ca428f);
    background-color: #ca428f;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none;
    width: 160px;
    height: 50px;
    font-size: 14px; }
    .crel-dashboard .crel-dashboard__save-settings:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-dashboard .crel-dashboard__save-settings:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-dashboard .crel-dashboard__btn {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #662db2, #ca428f);
    background-image: -webkit-linear-gradient(-169deg, #662db2, #ca428f);
    background-image: -ms-linear-gradient(-169deg, #662db2, #ca428f);
    background-color: #ca428f;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block; }
    .crel-dashboard .crel-dashboard__btn:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-dashboard .crel-dashboard__btn:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-dashboard .crel-dashboard__presets-save-container {
    text-align: right; }
  .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header {
    display: flex;
    margin-bottom: 10px; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container {
      align-items: center;
      padding: 15px;
      margin: 10px;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      justify-content: flex-start;
      display: flex;
      cursor: pointer;
      width: 100%; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container .crel-dashboard-widget__icon {
        font-size: 20px;
        color: #666;
        margin-right: 15px; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container .crel-dashboard-widget__info__title {
        font-weight: 700; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container:hover {
        background-color: #f7f7f7; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container.crel-dashboard-widget-container--active {
        background-color: #2EA3F2;
        border: 1px solid #257db8;
        color: #fff; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__header .crel-dashboard-widget-container.crel-dashboard-widget-container--active .crelfont {
          color: #fff; }
  .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview {
    background-color: #ccc;
    display: none; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview.crel-dashboard-presets__widget-preview--not_selected {
      font-size: 18px;
      justify-content: center;
      margin: 30px 10px;
      color: white;
      padding: 20px; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview.crel-dashboard-presets__widget-preview--not_selected i {
        margin-right: 10px; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview.crel-dashboard-presets__widget-preview--active {
      display: flex;
      flex-wrap: wrap; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview {
      background: #FFFFFF;
      width: calc(50% - 62px);
      margin: 10px;
      position: relative;
      border: 1px solid #662db2;
      padding: 57px 20px 20px 20px;
      text-align: center; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview h4 {
        position: absolute;
        display: inline-block;
        padding: 13px 10px;
        color: #ffffff;
        background: #666666;
        border-radius: 0 0 10px 0;
        top: 0;
        left: 0px;
        z-index: 2;
        margin: 0; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview .crel-dashboard-presets__preset-preview__note {
        position: absolute;
        display: inline-block;
        padding: 13px 10px;
        background: white;
        border-radius: 0px 0px 0px 10px;
        top: 0;
        right: 0px;
        font-weight: 600;
        z-index: 2; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview img {
        max-width: 100%; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview label {
        width: 48px;
        height: 24px;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        display: block;
        padding: 10px;
        background: white;
        border-radius: 0px 0px 0px 10px; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview label:before {
          content: "";
          position: absolute;
          width: 48px;
          height: 24px;
          left: 12px;
          transition: background 0.1s 0.1s ease;
          background: #cbcfd0;
          border: 1px solid #cbcfd0;
          border-radius: 50px; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview label:after {
          content: "";
          position: absolute;
          width: 18px;
          height: 17px;
          border-radius: 100%;
          left: 15px;
          top: 14px;
          transition: all 0.2s ease;
          box-shadow: 0 0 0 5px #fcfff4 inset;
          background: #cbcfd0;
          z-index: 2;
          animation: switch-off 0.3s ease-out; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview input {
        display: none; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview input:checked + label:before {
          background: #ca428f;
          border: 1px solid #ca428f; }
        .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__widgets-preview__wrap .crel-dashboard-presets__widget-preview .crel-dashboard-presets__preset-preview input:checked + label:after {
          left: 39px;
          background: #ffffff;
          animation: switch-on 0.3s ease-out; }
  .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__preset-previews {
    display: flex;
    flex-wrap: wrap; }
    .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__preset-previews .crel-dashboard-presets__preset-preview__color {
      display: flex;
      margin: 5px;
      align-items: center; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__preset-previews .crel-dashboard-presets__preset-preview__color span {
        display: block;
        font-weight: bold;
        margin-right: 15px;
        width: 100px;
        min-width: 100px; }
      .crel-dashboard .crel-dashboard-tabs__content__panel__body__presets .crel-dashboard-presets__preset-previews .crel-dashboard-presets__preset-preview__color img {
        max-height: 40px;
        display: block;
        max-width: calc( 100% - 115px ) !important; }

.crel-elementor-control-format-help {
  padding: 10px;
  border-radius: 3px;
  background-color: #f0f0f0;
  font-size: 11px; }
  .crel-elementor-control-format-help h4 {
    font-size: 15px;
    font-weight: bold !important;
    margin-bottom: 7px; }
  .crel-elementor-control-format-help ul li {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    background-color: #e6e6e6;
    padding: 5px 10px; }
    .crel-elementor-control-format-help ul li:hover {
      background-color: #bde4e6; }
    .crel-elementor-control-format-help ul li .crel-elementor-control-format-help__info {
      text-align: right; }

.elementor-control.elementor-control-type-creative_preset {
  padding: 0; }
  .elementor-control.elementor-control-type-creative_preset .elementor-control-input-wrapper {
    position: relative; }
    .elementor-control.elementor-control-type-creative_preset .elementor-control-input-wrapper .crel-reset-design {
      position: absolute;
      right: 3px;
      top: -20px;
      cursor: pointer; }
      .elementor-control.elementor-control-type-creative_preset .elementor-control-input-wrapper .crel-reset-design:hover {
        color: black; }
  .elementor-control.elementor-control-type-creative_preset .crel-with-reset {
    margin-top: 20px; }
  .elementor-control.elementor-control-type-creative_preset .crel-preset-v2__select {
    display: none; }
  .elementor-control.elementor-control-type-creative_preset .elementor-control-field {
    padding: 0 20px 15px; }

.crel-notice-box {
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid;
  line-height: 1.2; }
  .crel-notice-box.crel-notice-box--error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .crel-notice-box.crel-notice-box--info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085; }
  .crel-notice-box.crel-notice-box--note {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
  .crel-notice-box.crel-notice-box--warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .crel-notice-box.crel-notice-box--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }

.crel-mouse-drag #elementor-element--promotion__dialog {
  display: none !important; }

#elementor-element--promotion__dialog .crel-dialog-buttons-action {
  display: none; }
#elementor-element--promotion__dialog.crel-promo-popup button.dialog-button {
  display: none; }
#elementor-element--promotion__dialog.crel-promo-popup .dialog-buttons-wrapper {
  display: flex;
  justify-content: space-between; }
#elementor-element--promotion__dialog.crel-promo-popup .crel-dialog-buttons-action {
  display: inline-block;
  text-align: center;
  width: 100%; }
  #elementor-element--promotion__dialog.crel-promo-popup .crel-dialog-buttons-action + .crel-dialog-buttons-action {
    margin-left: 5px; }
#elementor-element--promotion__dialog.crel-promo-popup .eicon-pro-icon:before {
  display: none; }
#elementor-element--promotion__dialog.crel-promo-popup .eicon-pro-icon:after {
  content: 'KB Plugin';
  font-family: sans-serif;
  color: white;
  font-size: 9px;
  background: #a4afb7;
  border-radius: 3px;
  width: 60px;
  height: 14px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  font-weight: 100;
  position: relative;
  top: -1px; }

.crel-promo-invisible {
  opacity: 0 !important; }

/* Loader for admin side */
.crel-packman {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 555; }
  .crel-packman .crel-packman--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7); }
  .crel-packman .crel-packman--image {
    position: relative;
    z-index: 2;
    width: 170px;
    height: 125px;
    background: url(../../images/Creative-add-ons-logo-1.png);
    background-repeat: no-repeat;
    animation: packman_img 0.5s infinite linear; }
    .crel-packman .crel-packman--image:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50px;
      height: 20px;
      width: 20px;
      background: linear-gradient(#C7418E, #6A126D);
      border-radius: 50%;
      animation: packman_balls 0.3s infinite linear; }
    .crel-packman .crel-packman--image:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0px;
      height: 2px;
      width: 80px;
      background: #640F6C;
      animation: packman_line 1s infinite linear; }

@keyframes packman_balls {
  0% {
    right: 0;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    right: 120px;
    opacity: 0; } }
@keyframes packman_line {
  0% {
    right: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    right: 140px;
    opacity: 0; } }
@keyframes packman_img {
  0% {
    background-size: 100px 120px;
    background-position: 0px 0px; }
  50% {
    background-size: 100px 100px;
    background-position: 0px 10px; }
  100% {
    background-size: 100px 120px;
    background-position: 0px 0px; } }
.crel-dashboard--get-help {
  max-width: 1000px; }

.elementor-control-crel_advancedLists__list_text.elementor-control-type-wysiwyg .wp-media-buttons {
  display: none; }

/* C Logo for Element Box */
.elementor-element-wrapper .crelfont::after {
  content: "";
  font-family: "creativeaddons" !important;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #cdcfd2;
  padding: 4px;
  border-radius: 3px; }

.crel-fake-select {
  padding-top: 15px; }
  .crel-fake-select .elementor-control-unit-5 {
    margin-left: auto; }
  .crel-fake-select .elementor-control-input-wrapper {
    position: relative; }
    .crel-fake-select .elementor-control-input-wrapper .crel-reset-design {
      position: absolute;
      right: 3px;
      top: -20px;
      cursor: pointer; }
      .crel-fake-select .elementor-control-input-wrapper .crel-reset-design:hover {
        color: black; }

.crel-presets-link {
  text-align: right; }
  .crel-presets-link a {
    color: #3437a9 !important; }
  .crel-presets-link.crel-presets-link--new a {
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid;
    line-height: 1.2;
    display: inline-block;
    color: #004085; }

[class*="elementor-control-crel"] .mce-active button {
  color: #2EA3F2 !important; }
  [class*="elementor-control-crel"] .mce-active button i {
    color: #2EA3F2 !important; }

.crel-notification-box-basic {
  padding: 10px;
  position: relative;
  z-index: 0;
  display: flex;
  border-left-width: 4px;
  border-left-style: solid; }
  .crel-notification-box-basic .crel-notification-box-basic__icon {
    font-size: 40px; }
    .crel-notification-box-basic .crel-notification-box-basic__icon .crel-notification-box-basic__icon__inner {
      padding: 0;
      border-radius: 0; }
  .crel-notification-box-basic .crel-notification-box-basic__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .crel-notification-box-basic .crel-notification-box-basic__body .crel-notification-box-basic__body__title {
      margin: 0 0 8px 0;
      font-size: 20px; }
    .crel-notification-box-basic .crel-notification-box-basic__body .crel-notification-box-basic__body__desc {
      margin-bottom: 0; }
  .crel-notification-box-basic.crel-notification-box-basic--success {
    border-left-color: #5cb85c;
    background-color: #e3f3e3; }
    .crel-notification-box-basic.crel-notification-box-basic--success .crel-notification-box-basic__icon__inner {
      color: #5cb85c;
      background-color: #e3f3e3; }
    .crel-notification-box-basic.crel-notification-box-basic--success .crel-notification-box-basic__body .crel-notification-box-basic__body__title {
      color: #5cb85c; }
    .crel-notification-box-basic.crel-notification-box-basic--success .crel-notification-box-basic__body .crel-notification-box-basic__body__desc {
      color: #5cb85c; }
  .crel-notification-box-basic.crel-notification-box-basic--error {
    border-left-color: #d9534f;
    background-color: #fbefee; }
    .crel-notification-box-basic.crel-notification-box-basic--error .crel-notification-box-basic__icon__inner {
      color: #d9534f;
      background-color: #fbefee; }
    .crel-notification-box-basic.crel-notification-box-basic--error .crel-notification-box-basic__body .crel-notification-box-basic__body__title {
      color: #d9534f; }
    .crel-notification-box-basic.crel-notification-box-basic--error .crel-notification-box-basic__body .crel-notification-box-basic__body__desc {
      color: #d9534f; }
  .crel-notification-box-basic.crel-notification-box-basic--warning {
    border-left-color: #F0BC71;
    background-color: white; }
    .crel-notification-box-basic.crel-notification-box-basic--warning .crel-notification-box-basic__icon__inner {
      color: #F0BC71;
      background-color: white; }
    .crel-notification-box-basic.crel-notification-box-basic--warning .crel-notification-box-basic__body .crel-notification-box-basic__body__title {
      color: #F0BC71; }
    .crel-notification-box-basic.crel-notification-box-basic--warning .crel-notification-box-basic__body .crel-notification-box-basic__body__desc {
      color: #F0BC71; }
  .crel-notification-box-basic.crel-notification-box-basic--info {
    border-left-color: #2EA3F2;
    background-color: #e4f3fd; }
    .crel-notification-box-basic.crel-notification-box-basic--info .crel-notification-box-basic__icon__inner {
      color: #2EA3F2;
      background-color: #e4f3fd; }
    .crel-notification-box-basic.crel-notification-box-basic--info .crel-notification-box-basic__body .crel-notification-box-basic__body__title {
      color: #2EA3F2; }
    .crel-notification-box-basic.crel-notification-box-basic--info .crel-notification-box-basic__body .crel-notification-box-basic__body__desc {
      color: #2EA3F2; }

.elementor-control-crel_image_guide__spot_text .wp-editor-tools > div, .elementor-control-crel_image_guide__description .wp-editor-tools > div, .elementor-control-crel_text_image__text .wp-editor-tools > div {
  display: none; }
.elementor-control-crel_image_guide__spot_text .wp-editor-tools .wp-editor-tabs, .elementor-control-crel_image_guide__description .wp-editor-tools .wp-editor-tabs, .elementor-control-crel_text_image__text .wp-editor-tools .wp-editor-tabs {
  display: flex; }

.crel-admin-ad-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
  padding: 40px 30px;
  background-color: #fff;
  margin: 10px 10px 25px 10px;
  box-shadow: 0 8px 38px 0 rgba(16, 16, 16, 0.07);
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  .crel-admin-ad-container .featured_img {
    cursor: pointer; }
  .crel-admin-ad-container .crel-admin-ad-container__new-feature {
    position: absolute;
    top: -13px;
    left: -48px;
    background-color: #5cb85c;
    padding: 35px 34px 3px 34px;
    color: #fff;
    transform: rotate(-40deg); }
    .crel-admin-ad-container .crel-admin-ad-container__new-feature .crelfa-star {
      position: absolute;
      top: 12px;
      left: 58px; }
  .crel-admin-ad-container .crel-admin-ad-container__new-add-on {
    position: absolute;
    top: -13px;
    left: -48px;
    background-color: #eaf140;
    padding: 35px 34px 3px 34px;
    color: #000;
    transform: rotate(-40deg); }
    .crel-admin-ad-container .crel-admin-ad-container__new-add-on .crelfa-plug {
      position: absolute;
      top: 12px;
      left: 58px;
      transform: rotate(-45deg); }
  .crel-admin-ad-container .crel-admin-ad-container__widget {
    position: absolute;
    top: -14px;
    left: -47px;
    background-color: #507ab8;
    padding: 35px 34px 3px 42px;
    color: #fff;
    transform: rotate(-40deg); }
    .crel-admin-ad-container .crel-admin-ad-container__widget .crelfa-puzzle-piece {
      position: absolute;
      top: 19px;
      left: 56px; }
  .crel-admin-ad-container .crel-aa__header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px; }
    .crel-admin-ad-container .crel-aa__header-container .crel-header__icon {
      color: #002852;
      background-color: #f8f8f8;
      font-size: 21px;
      padding: 12px;
      margin-right: 10px;
      border-radius: 40px; }
    .crel-admin-ad-container .crel-aa__header-container .crel-header__title {
      font-weight: bold;
      font-size: 18px; }
  .crel-admin-ad-container .crel-aa__body-container h1, .crel-admin-ad-container .crel-aa__body-container h2, .crel-admin-ad-container .crel-aa__body-container h3, .crel-admin-ad-container .crel-aa__body-container h4, .crel-admin-ad-container .crel-aa__body-container h5, .crel-admin-ad-container .crel-aa__body-container h6 {
    color: #2EA3F2; }
  .crel-admin-ad-container .crel-aa__body-container p {
    margin: 0 0 10px 0; }
  .crel-admin-ad-container .crel-aa__body-container ul {
    list-style: disc;
    padding-left: 20px;
    font-style: italic; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__img {
    width: 100%; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__desc {
    padding: 10px 0; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__check-mark-list-container {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__check-mark-list-container .crel-check-mark-list__item {
      display: flex;
      justify-content: flex-start;
      align-items: baseline; }
      .crel-admin-ad-container .crel-aa__body-container .crel-body__check-mark-list-container .crel-check-mark-list__item .crel-check-mark-list__item__icon {
        color: #80c780; }
      .crel-admin-ad-container .crel-aa__body-container .crel-body__check-mark-list-container .crel-check-mark-list__item .crel-check-mark-list__item__text {
        padding-left: 6px; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 10px 0; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--blue {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #2EA3F2, #106ECD);
    background-image: -webkit-linear-gradient(-169deg, #2EA3F2, #106ECD);
    background-image: -ms-linear-gradient(-169deg, #2EA3F2, #106ECD);
    background-color: #2EA3F2;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--blue:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--blue:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--yellow {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #ffff05, #e3e305);
    background-image: -webkit-linear-gradient(-169deg, #ffff05, #e3e305);
    background-image: -ms-linear-gradient(-169deg, #ffff05, #e3e305);
    background-color: #2EA3F2;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #000; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--yellow:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--yellow:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--orange {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #ffc659, #efb659);
    background-image: -webkit-linear-gradient(-169deg, #ffc659, #efb659);
    background-image: -ms-linear-gradient(-169deg, #ffc659, #efb659);
    background-color: #2EA3F2;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--orange:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--orange:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--red {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #d9534f, #b84a30);
    background-image: -webkit-linear-gradient(-169deg, #d9534f, #b84a30);
    background-image: -ms-linear-gradient(-169deg, #d9534f, #b84a30);
    background-color: #2EA3F2;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--red:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--red:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--green {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-169deg, #5cb85c, #278629);
    background-image: -webkit-linear-gradient(-169deg, #5cb85c, #278629);
    background-image: -ms-linear-gradient(-169deg, #5cb85c, #278629);
    background-color: #2EA3F2;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
    text-decoration: none; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--green:hover {
      cursor: pointer;
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b; }
    .crel-admin-ad-container .crel-aa__body-container .crel-body__btn--green:focus {
      background-image: -moz-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -webkit-linear-gradient(-169deg, #029249, #02cc7b);
      background-image: -ms-linear-gradient(-169deg, #029249, #02cc7b);
      background-color: #02cc7b;
      border: none; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link .crel-body__link__icon-after {
    font-size: 12px; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link--blue {
    color: #106ECD; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link--yellow {
    color: #e3e305; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link--orange {
    color: #efb659; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link--red {
    color: #d9534f; }
  .crel-admin-ad-container .crel-aa__body-container .crel-body__link--green {
    color: #5cb85c; }

.image_zoom {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -530px;
  width: 1062px;
  background-color: rgba(221, 221, 221, 0.94);
  -webkit-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  z-index: 9999; }
  @media (max-width: 1100px) {
    .image_zoom {
      width: 70%;
      left: 18%; } }
  .image_zoom img {
    width: inherit !important; }
  .image_zoom .layout_option {
    background-size: 100% 445px !important;
    width: 100% !important; }
  .image_zoom .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 61px;
    background-color: #bbb9b9;
    z-index: 99999; }
    .image_zoom .close:hover {
      cursor: pointer;
      background-color: #cdcdcd; }
  .image_zoom:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    z-index: 9; }

.elementor-control-crel_text_image__layout_type_trigger, .elementor-control-crel_image_guide__layout_type_trigger {
  display: none !important; }

.crel-features-container {
  margin: 0 20px 20px 0;
  clear: both; }
  .crel-features-container .crel-grid-row-4-col {
    display: grid;
    grid-template-rows: auto;
    align-items: stretch;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    max-width: 100%;
    grid-template-areas: "col_1 col_2 col_3 col_4"; }
    @media only screen and (max-width: 1750px) {
      .crel-features-container .crel-grid-row-4-col {
        display: grid;
        grid-template-rows: auto;
        align-items: stretch;
        grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
        width: 100%;
        max-width: 100%;
        grid-template-areas: "col_1 col_2 col_3"; } }
    @media only screen and (max-width: 1300px) {
      .crel-features-container .crel-grid-row-4-col {
        display: grid;
        grid-template-rows: auto;
        align-items: stretch;
        grid-template-columns: 50% 50%;
        width: 100%;
        max-width: 100%;
        grid-template-areas: "col_1 col_2"; } }
  .crel-features-container .crel-grid-row-5-col {
    display: grid;
    grid-template-rows: auto;
    align-items: stretch;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 100%;
    max-width: 100%;
    grid-template-areas: "col_1 col_2 col_3 col_4 col_5"; }
    @media only screen and (max-width: 2110px) {
      .crel-features-container .crel-grid-row-5-col {
        display: grid;
        grid-template-rows: auto;
        align-items: stretch;
        grid-template-columns: 25% 25% 25% 25%;
        width: 100%;
        max-width: 100%;
        grid-template-areas: "col_1 col_2 col_3 col_4"; } }
    @media only screen and (max-width: 1750px) {
      .crel-features-container .crel-grid-row-5-col {
        display: grid;
        grid-template-rows: auto;
        align-items: stretch;
        grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
        width: 100%;
        max-width: 100%;
        grid-template-areas: "col_1 col_2 col_3"; } }
    @media only screen and (max-width: 1300px) {
      .crel-features-container .crel-grid-row-5-col {
        display: grid;
        grid-template-rows: auto;
        align-items: stretch;
        grid-template-columns: 50% 50%;
        width: 100%;
        max-width: 100%;
        grid-template-areas: "col_1 col_2"; } }
  .crel-features-container .crel-features__top-banner {
    position: relative;
    width: 100%; }
    .crel-features-container .crel-features__top-banner .crel-features__top-banner__inner {
      position: relative;
      z-index: 3; }
      .crel-features-container .crel-features__top-banner .crel-features__top-banner__inner h1 {
        z-index: 10;
        position: relative;
        color: #262626;
        font-size: 40px !important;
        line-height: 1.2;
        margin: 6px 0;
        font-weight: bold; }
      .crel-features-container .crel-features__top-banner .crel-features__top-banner__inner p {
        color: #262626;
        font-size: 20px !important; }
    .crel-features-container .crel-features__top-banner .crel-features__top-banner__background {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px; }
  .crel-features-container .crel-features__nav-container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10; }
    .crel-features-container .crel-features__nav-container ul {
      margin: 0;
      padding: 0; }
      .crel-features-container .crel-features__nav-container ul li {
        display: inline-block;
        padding: 10px 30px;
        margin: 0;
        font-size: 21px;
        line-height: 30px;
        color: #bbbbbb;
        background-color: #E5E5E5;
        cursor: pointer;
        border-top: 2px solid #E5E5E5; }
      .crel-features-container .crel-features__nav-container ul .crel-fnc--active-tab, .crel-features-container .crel-features__nav-container ul .active {
        background-color: #fff !important;
        color: #555555 !important;
        display: inline-block !important; }
    .crel-features-container .crel-features__nav-container .nav_tab .crelfa {
      margin-right: 10px; }
    .crel-features-container .crel-features__nav-container .crel-features__counter {
      display: inline-block;
      vertical-align: middle;
      margin: 1px 0 -1px 2px;
      padding: 0 5px;
      min-width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #ca4a1f;
      color: #fff;
      font-size: 11px;
      line-height: 20px;
      text-align: center; }
  .crel-features-container .crel-features__panel-container {
    float: left;
    width: 100%;
    background-color: #fff; }
    .crel-features-container .crel-features__panel-container .crel-features__panel {
      display: none;
      padding: 20px; }
    .crel-features-container .crel-features__panel-container .crel-features__panel--active {
      display: block; }
  .crel-features-container .crel-features__new-feature {
    text-align: center;
    box-sizing: border-box;
    margin: 10px 20px;
    min-height: 445px;
    -webkit-box-shadow: 0px 7px 29px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 7px 29px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 29px -6px rgba(0, 0, 0, 0.5); }
    .crel-features-container .crel-features__new-feature .crel-fnf__header {
      position: relative;
      padding: 30px 20px 14px 20px;
      overflow: hidden;
      min-height: 41px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__title {
        margin: 0;
        padding: 5px 41px 0 41px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__new-add-on {
        position: absolute;
        top: -13px;
        left: -48px;
        background-color: #eaf140;
        padding: 35px 34px 3px 34px;
        color: #000;
        transform: rotate(-40deg); }
        .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__new-add-on .crelfa-plug {
          position: absolute;
          top: 12px;
          left: 58px;
          transform: rotate(-45deg); }
      .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__new-feature {
        position: absolute;
        top: -13px;
        left: -48px;
        background-color: #5cb85c;
        padding: 35px 34px 3px 34px;
        color: #fff;
        transform: rotate(-40deg); }
        .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__new-feature .crelfa-star {
          position: absolute;
          top: 12px;
          left: 58px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__widget {
        position: absolute;
        top: -14px;
        left: -47px;
        background-color: #507ab8;
        padding: 35px 34px 3px 42px;
        color: #fff;
        transform: rotate(-40deg); }
        .crel-features-container .crel-features__new-feature .crel-fnf__header .crel-fnf__header__widget .crelfa-puzzle-piece {
          position: absolute;
          top: 19px;
          left: 56px; }
    .crel-features-container .crel-features__new-feature .crel-fnf__img {
      height: 170px;
      overflow: hidden;
      border: solid 5px #909090; }
      .crel-features-container .crel-features__new-feature .crel-fnf__img:hover {
        cursor: pointer; }
      .crel-features-container .crel-features__new-feature .crel-fnf__img img {
        width: 100%; }
    .crel-features-container .crel-features__new-feature .crel-fnf__video iframe {
      max-width: 100%; }
    .crel-features-container .crel-features__new-feature .crel-fnf__meta {
      font-size: 13px;
      display: grid;
      grid-template-rows: auto;
      align-items: "stretch";
      grid-template-columns: 20% 55% 25%;
      width: 100%;
      max-width: 100%;
      grid-template-areas: "col_1 col_2 col_3";
      align-items: center;
      margin-top: 5px; }
      @media only screen and (max-width: 1400px) {
        .crel-features-container .crel-features__new-feature .crel-fnf__meta {
          font-size: 11px; } }
      @media only screen and (max-width: 1300px) {
        .crel-features-container .crel-features__new-feature .crel-fnf__meta {
          font-size: 13px; } }
      .crel-features-container .crel-features__new-feature .crel-fnf__meta .crel-fnf__meta__addon {
        background-color: #f6f6f6;
        padding: 10px 0;
        margin: 2px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__meta .crel-fnf__meta__plugin {
        background-color: #f6f6f6;
        padding: 10px 0;
        margin: 2px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__meta .crel-fnf__meta__core {
        background-color: #f6f6f6;
        padding: 10px 0;
        margin: 2px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__meta .crel-fnf__meta__date {
        background-color: #f6f6f6;
        padding: 10px 0;
        margin: 2px; }
    .crel-features-container .crel-features__new-feature .crel-fnf__body {
      min-height: 90px;
      padding: 0 20px; }
      .crel-features-container .crel-features__new-feature .crel-fnf__body p {
        font-size: 16px; }
    .crel-features-container .crel-features__new-feature .crel-fnf__button-container {
      background-color: #f7f7f7;
      padding: 20px;
      border-top: solid 1px #ddd; }
  .crel-features-container #crel-nav-plugins-content .the-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap; }
    .crel-features-container #crel-nav-plugins-content .the-list ul {
      list-style: none; }
    .crel-features-container #crel-nav-plugins-content .the-list .plugin-card {
      display: flex;
      flex-direction: column;
      width: calc(33% - 8px); }
      .crel-features-container #crel-nav-plugins-content .the-list .plugin-card .plugin-card-top {
        flex-grow: 1; }
        .crel-features-container #crel-nav-plugins-content .the-list .plugin-card .plugin-card-top h3 {
          margin-bottom: 12px; }
      .crel-features-container #crel-nav-plugins-content .the-list .plugin-card .column-description p {
        margin: 13px 0; }

#crel-admin-page-wrap .image_zoom {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -530px;
  width: 1062px;
  background-color: rgba(221, 221, 221, 0.94);
  -webkit-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  z-index: 9999; }
  @media (max-width: 1100px) {
    #crel-admin-page-wrap .image_zoom {
      width: 70%;
      left: 18%; } }
  #crel-admin-page-wrap .image_zoom img {
    width: inherit !important; }
  #crel-admin-page-wrap .image_zoom .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 61px;
    background-color: #bbb9b9;
    z-index: 99999; }
    #crel-admin-page-wrap .image_zoom .close:hover {
      cursor: pointer;
      background-color: #cdcdcd; }
  #crel-admin-page-wrap .image_zoom:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    z-index: 9; }

.elementor-control-type-creative_preset .crel-new-preset-name {
  margin-bottom: 10px;
  transition: 0.2s; }
.elementor-control-type-creative_preset .crel-new-preset-name--error {
  border-color: #93003c; }
.elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper {
  display: flex;
  align-items: center; }
  .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-update-preset, .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-save_new-preset {
    margin-bottom: 0;
    max-width: 25px;
    min-width: 25px;
    padding: 4px 0;
    background: none;
    border: 1px solid #d5dadf;
    font-size: 14px; }
    .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-update-preset:hover, .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-save_new-preset:hover {
      box-shadow: none;
      opacity: 0.8; }
    .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-update-preset i, .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-save_new-preset i {
      margin-right: 0; }
  .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-update-preset {
    margin-right: 5px;
    margin-left: 5px;
    color: #71D7F7; }
  .elementor-control-type-creative_preset .elementor-control-field .elementor-control-input-wrapper .crel-button-save_new-preset {
    color: #31D00B; }
.elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup {
  top: 42px;
  padding-top: 0; }
  .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-checkbox {
    display: flex;
    align-items: center; }
    .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-checkbox input[type=checkbox] {
      width: 20px; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-checkbox input[type=checkbox].crel-new-preset-name--error + span {
        color: #93003c; }
    .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-checkbox span {
      display: inline-block;
      padding-left: 5px; }
  .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons {
    display: flex;
    flex-wrap: wrap; }
    .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button {
      padding: 5px 10px;
      font-weight: 400;
      min-width: 69px;
      text-align: center;
      margin-bottom: 10px; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-elementor-button-error {
        background: #B55039;
        color: white; }
        .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-elementor-button-error:hover {
          opacity: 0.85;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12); }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-elementor-button-cancel {
        background: #b3b3b3;
        color: #fff; }
        .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-elementor-button-cancel:hover {
          opacity: 0.85;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12); }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button .crel-button-state-icon {
        display: none; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-cancel-update-preset-button {
        margin-right: 10px;
        margin-left: 10px; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-pre-delete-preset-button {
        margin-left: auto; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-cancel-preset-button {
        margin-left: 10px; }
      .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-buttons .elementor-button.crel-cancel-delete-preset-button {
        margin-left: 10px; }
  .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup label {
    cursor: pointer; }
  .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-popup--update_preset_2 {
    display: none; }
    .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-popup--update_preset_2 p {
      min-height: 67px; }
  .elementor-control-type-creative_preset .elementor-control-field .crel-panel-popup .crel-panel-checkbox {
    min-height: 26px; }
.elementor-control-type-creative_preset .elementor-control-field .crel-update-preset-message .crel-update-preset-message--error {
  color: #B55039; }
.elementor-control-type-creative_preset .elementor-control-field .crel-update-preset-message .crel-update-preset-message--success {
  color: #62b559; }
.elementor-control-type-creative_preset .crel-preset-empty-text {
  display: none; }
.elementor-control-type-creative_preset.crel-preset-wrap-empty select {
  display: none; }
.elementor-control-type-creative_preset.crel-preset-wrap-empty .crel-button-update-preset {
  display: none; }
.elementor-control-type-creative_preset.crel-preset-wrap-empty .crel-preset-empty-text {
  display: block;
  padding-right: 5px; }

[dir=rtl] .elementor-control-type-creative_preset .elementor-control-input-wrapper .crel-reset-design {
  left: 3px;
  right: auto;
  top: -20px; }
