@font-face {
  font-family: 'entypo_icomoon';
  src: url('../fonts/entypo_icomoon.eot');
  src: url('../fonts/entypo_icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/entypo_icomoon.ttf') format('truetype'), url('../fonts/entypo_icomoon.woff') format('woff'), url('../fonts/entypo_icomoon.svg?#entypo_icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans_300-webfont.eot');
  src: url('../fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_300-webfont.woff') format('woff'), url('../fonts/museosans_300-webfont.ttf') format('truetype'), url('../fonts/museosans_300-webfont.svg#museo_sans300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-500-webfont.eot');
  src: url('../fonts/museosans-500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-500-webfont.woff') format('woff'), url('../fonts/museosans-500-webfont.ttf') format('truetype'), url('../fonts/museosans-500-webfont.svg#museo_sans500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans_700-webfont.eot');
  src: url('../fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_700-webfont.woff') format('woff'), url('../fonts/museosans_700-webfont.ttf') format('truetype'), url('../fonts/museosans_700-webfont.svg#museo_sans700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans_900-webfont.eot');
  src: url('../fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_900-webfont.woff') format('woff'), url('../fonts/museosans_900-webfont.ttf') format('truetype'), url('../fonts/museosans_900-webfont.svg#museo_sans900') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* add multiline comment to make things work, i.e. remove double slash at the start of this line */
.top-align {
  display: table;
}
.top-align > * {
  display: table-cell;
  vertical-align: top;
}
.mid-align {
  display: table;
}
.mid-align > * {
  display: table-cell;
  vertical-align: middle;
}
.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text {
  color: #fbae17;
  display: inline-block;
  margin-left: 5px;
}
.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fbae17;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
  animation: bounce 500ms alternate infinite ease;
}
@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
/* add multiline comment to make things work, i.e. remove double slash at the start of this line */
[class^="entypo-"],
[class*=" entypo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'entypo_icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entypo-add-to-list:before {
  content: "\e900";
}
.entypo-classic-computer:before {
  content: "\e901";
}
.entypo-controller-fast-backward:before {
  content: "\e902";
}
.entypo-creative-commons-attribution:before {
  content: "\e903";
}
.entypo-creative-commons-noderivs:before {
  content: "\e904";
}
.entypo-creative-commons-noncommercial-eu:before {
  content: "\e905";
}
.entypo-creative-commons-noncommercial-us:before {
  content: "\e906";
}
.entypo-creative-commons-public-domain:before {
  content: "\e907";
}
.entypo-creative-commons-remix:before {
  content: "\e908";
}
.entypo-creative-commons-share:before {
  content: "\e909";
}
.entypo-creative-commons-sharealike:before {
  content: "\e90a";
}
.entypo-creative-commons:before {
  content: "\e90b";
}
.entypo-document-landscape:before {
  content: "\e90c";
}
.entypo-remove-user:before {
  content: "\e90d";
}
.entypo-warning:before {
  content: "\e90e";
}
.entypo-arrow-bold-down:before {
  content: "\e90f";
}
.entypo-arrow-bold-left:before {
  content: "\e910";
}
.entypo-arrow-bold-right:before {
  content: "\e911";
}
.entypo-arrow-bold-up:before {
  content: "\e912";
}
.entypo-arrow-down:before {
  content: "\e913";
}
.entypo-arrow-left:before {
  content: "\e914";
}
.entypo-arrow-long-down:before {
  content: "\e915";
}
.entypo-arrow-long-left:before {
  content: "\e916";
}
.entypo-arrow-long-right:before {
  content: "\e917";
}
.entypo-arrow-long-up:before {
  content: "\e918";
}
.entypo-arrow-right:before {
  content: "\e919";
}
.entypo-arrow-up:before {
  content: "\e91a";
}
.entypo-arrow-with-circle-down:before {
  content: "\e91b";
}
.entypo-arrow-with-circle-left:before {
  content: "\e91c";
}
.entypo-arrow-with-circle-right:before {
  content: "\e91d";
}
.entypo-arrow-with-circle-up:before {
  content: "\e91e";
}
.entypo-bookmark:before {
  content: "\e91f";
}
.entypo-bookmarks:before {
  content: "\e920";
}
.entypo-chevron-down:before {
  content: "\e921";
}
.entypo-chevron-left:before {
  content: "\e922";
}
.entypo-chevron-right:before {
  content: "\e923";
}
.entypo-chevron-small-down:before {
  content: "\e924";
}
.entypo-chevron-small-left:before {
  content: "\e925";
}
.entypo-chevron-small-right:before {
  content: "\e926";
}
.entypo-chevron-small-up:before {
  content: "\e927";
}
.entypo-chevron-thin-down:before {
  content: "\e928";
}
.entypo-chevron-thin-left:before {
  content: "\e929";
}
.entypo-chevron-thin-right:before {
  content: "\e92a";
}
.entypo-chevron-thin-up:before {
  content: "\e92b";
}
.entypo-chevron-up:before {
  content: "\e92c";
}
.entypo-chevron-with-circle-down:before {
  content: "\e92d";
}
.entypo-chevron-with-circle-left:before {
  content: "\e92e";
}
.entypo-chevron-with-circle-right:before {
  content: "\e92f";
}
.entypo-chevron-with-circle-up:before {
  content: "\e930";
}
.entypo-cloud:before {
  content: "\e931";
}
.entypo-controller-fast-forward:before {
  content: "\e932";
}
.entypo-controller-jump-to-start:before {
  content: "\e933";
}
.entypo-controller-next:before {
  content: "\e934";
}
.entypo-controller-paus:before {
  content: "\e935";
}
.entypo-controller-play:before {
  content: "\e936";
}
.entypo-controller-record:before {
  content: "\e937";
}
.entypo-controller-stop:before {
  content: "\e938";
}
.entypo-controller-volume:before {
  content: "\e939";
}
.entypo-dot-single:before {
  content: "\e93a";
}
.entypo-dots-three-horizontal:before {
  content: "\e93b";
}
.entypo-dots-three-vertical:before {
  content: "\e93c";
}
.entypo-dots-two-horizontal:before {
  content: "\e93d";
}
.entypo-dots-two-vertical:before {
  content: "\e93e";
}
.entypo-download:before {
  content: "\e93f";
}
.entypo-emoji-flirt:before {
  content: "\e940";
}
.entypo-flow-branch:before {
  content: "\e941";
}
.entypo-flow-cascade:before {
  content: "\e942";
}
.entypo-flow-line:before {
  content: "\e943";
}
.entypo-flow-parallel:before {
  content: "\e944";
}
.entypo-flow-tree:before {
  content: "\e945";
}
.entypo-install:before {
  content: "\e946";
}
.entypo-layers:before {
  content: "\e947";
}
.entypo-open-book:before {
  content: "\e948";
}
.entypo-resize-100:before {
  content: "\e949";
}
.entypo-resize-full-screen:before {
  content: "\e94a";
}
.entypo-save:before {
  content: "\e94b";
}
.entypo-select-arrows:before {
  content: "\e94c";
}
.entypo-sound-mute:before {
  content: "\e94d";
}
.entypo-sound:before {
  content: "\e94e";
}
.entypo-trash:before {
  content: "\e94f";
}
.entypo-triangle-down:before {
  content: "\e950";
}
.entypo-triangle-left:before {
  content: "\e951";
}
.entypo-triangle-right:before {
  content: "\e952";
}
.entypo-triangle-up:before {
  content: "\e953";
}
.entypo-uninstall:before {
  content: "\e954";
}
.entypo-upload-to-cloud:before {
  content: "\e955";
}
.entypo-upload:before {
  content: "\e956";
}
.entypo-add-user:before {
  content: "\e957";
}
.entypo-address:before {
  content: "\e958";
}
.entypo-adjust:before {
  content: "\e959";
}
.entypo-air:before {
  content: "\e95a";
}
.entypo-aircraft-landing:before {
  content: "\e95b";
}
.entypo-aircraft-take-off:before {
  content: "\e95c";
}
.entypo-aircraft:before {
  content: "\e95d";
}
.entypo-align-bottom:before {
  content: "\e95e";
}
.entypo-align-horizontal-middle:before {
  content: "\e95f";
}
.entypo-align-left:before {
  content: "\e960";
}
.entypo-align-right:before {
  content: "\e961";
}
.entypo-align-top:before {
  content: "\e962";
}
.entypo-align-vertical-middle:before {
  content: "\e963";
}
.entypo-archive:before {
  content: "\e964";
}
.entypo-area-graph:before {
  content: "\e965";
}
.entypo-attachment:before {
  content: "\e966";
}
.entypo-awareness-ribbon:before {
  content: "\e967";
}
.entypo-back-in-time:before {
  content: "\e968";
}
.entypo-back:before {
  content: "\e969";
}
.entypo-bar-graph:before {
  content: "\e96a";
}
.entypo-battery:before {
  content: "\e96b";
}
.entypo-beamed-note:before {
  content: "\e96c";
}
.entypo-bell:before {
  content: "\e96d";
}
.entypo-blackboard:before {
  content: "\e96e";
}
.entypo-block:before {
  content: "\e96f";
}
.entypo-book:before {
  content: "\e970";
}
.entypo-bowl:before {
  content: "\e971";
}
.entypo-box:before {
  content: "\e972";
}
.entypo-briefcase:before {
  content: "\e973";
}
.entypo-browser:before {
  content: "\e974";
}
.entypo-brush:before {
  content: "\e975";
}
.entypo-bucket:before {
  content: "\e976";
}
.entypo-cake:before {
  content: "\e977";
}
.entypo-calculator:before {
  content: "\e978";
}
.entypo-calendar:before {
  content: "\e979";
}
.entypo-camera:before {
  content: "\e97a";
}
.entypo-ccw:before {
  content: "\e97b";
}
.entypo-chat:before {
  content: "\e97c";
}
.entypo-check:before {
  content: "\e97d";
}
.entypo-circle-with-cross:before {
  content: "\e97e";
}
.entypo-circle-with-minus:before {
  content: "\e97f";
}
.entypo-circle-with-plus:before {
  content: "\e980";
}
.entypo-circle:before {
  content: "\e981";
}
.entypo-circular-graph:before {
  content: "\e982";
}
.entypo-clapperboard:before {
  content: "\e983";
}
.entypo-clipboard:before {
  content: "\e984";
}
.entypo-clock:before {
  content: "\e985";
}
.entypo-code:before {
  content: "\e986";
}
.entypo-cog:before {
  content: "\e987";
}
.entypo-colours:before {
  content: "\e988";
}
.entypo-compass:before {
  content: "\e989";
}
.entypo-copy:before {
  content: "\e98a";
}
.entypo-credit-card:before {
  content: "\e98b";
}
.entypo-credit:before {
  content: "\e98c";
}
.entypo-cross:before {
  content: "\e98d";
}
.entypo-cup:before {
  content: "\e98e";
}
.entypo-cw:before {
  content: "\e98f";
}
.entypo-cycle:before {
  content: "\e990";
}
.entypo-database:before {
  content: "\e991";
}
.entypo-dial-pad:before {
  content: "\e992";
}
.entypo-direction:before {
  content: "\e993";
}
.entypo-document:before {
  content: "\e994";
}
.entypo-documents:before {
  content: "\e995";
}
.entypo-drink:before {
  content: "\e996";
}
.entypo-drive:before {
  content: "\e997";
}
.entypo-drop:before {
  content: "\e998";
}
.entypo-edit:before {
  content: "\e999";
}
.entypo-email:before {
  content: "\e99a";
}
.entypo-emoji-happy:before {
  content: "\e99b";
}
.entypo-emoji-neutral:before {
  content: "\e99c";
}
.entypo-emoji-sad:before {
  content: "\e99d";
}
.entypo-erase:before {
  content: "\e99e";
}
.entypo-eraser:before {
  content: "\e99f";
}
.entypo-export:before {
  content: "\e9a0";
}
.entypo-eye:before {
  content: "\e9a1";
}
.entypo-feather:before {
  content: "\e9a2";
}
.entypo-flag:before {
  content: "\e9a3";
}
.entypo-flash:before {
  content: "\e9a4";
}
.entypo-flashlight:before {
  content: "\e9a5";
}
.entypo-flat-brush:before {
  content: "\e9a6";
}
.entypo-folder-images:before {
  content: "\e9a7";
}
.entypo-folder-music:before {
  content: "\e9a8";
}
.entypo-folder-video:before {
  content: "\e9a9";
}
.entypo-folder:before {
  content: "\e9aa";
}
.entypo-forward:before {
  content: "\e9ab";
}
.entypo-funnel:before {
  content: "\e9ac";
}
.entypo-game-controller:before {
  content: "\e9ad";
}
.entypo-gauge:before {
  content: "\e9ae";
}
.entypo-globe:before {
  content: "\e9af";
}
.entypo-graduation-cap:before {
  content: "\e9b0";
}
.entypo-grid:before {
  content: "\e9b1";
}
.entypo-hair-cross:before {
  content: "\e9b2";
}
.entypo-hand:before {
  content: "\e9b3";
}
.entypo-heart-outlined:before {
  content: "\e9b4";
}
.entypo-heart:before {
  content: "\e9b5";
}
.entypo-help-with-circle:before {
  content: "\e9b6";
}
.entypo-help:before {
  content: "\e9b7";
}
.entypo-home:before {
  content: "\e9b8";
}
.entypo-hour-glass:before {
  content: "\e9b9";
}
.entypo-image-inverted:before {
  content: "\e9ba";
}
.entypo-image:before {
  content: "\e9bb";
}
.entypo-images:before {
  content: "\e9bc";
}
.entypo-inbox:before {
  content: "\e9bd";
}
.entypo-infinity:before {
  content: "\e9be";
}
.entypo-info-with-circle:before {
  content: "\e9bf";
}
.entypo-info:before {
  content: "\e9c0";
}
.entypo-key:before {
  content: "\e9c1";
}
.entypo-keyboard:before {
  content: "\e9c2";
}
.entypo-lab-flask:before {
  content: "\e9c3";
}
.entypo-landline:before {
  content: "\e9c4";
}
.entypo-language:before {
  content: "\e9c5";
}
.entypo-laptop:before {
  content: "\e9c6";
}
.entypo-leaf:before {
  content: "\e9c7";
}
.entypo-level-down:before {
  content: "\e9c8";
}
.entypo-level-up:before {
  content: "\e9c9";
}
.entypo-lifebuoy:before {
  content: "\e9ca";
}
.entypo-light-bulb:before {
  content: "\e9cb";
}
.entypo-light-down:before {
  content: "\e9cc";
}
.entypo-light-up:before {
  content: "\e9cd";
}
.entypo-line-graph:before {
  content: "\e9ce";
}
.entypo-link:before {
  content: "\e9cf";
}
.entypo-list:before {
  content: "\e9d0";
}
.entypo-location-pin:before {
  content: "\e9d1";
}
.entypo-location:before {
  content: "\e9d2";
}
.entypo-lock-open:before {
  content: "\e9d3";
}
.entypo-lock:before {
  content: "\e9d4";
}
.entypo-log-out:before {
  content: "\e9d5";
}
.entypo-login:before {
  content: "\e9d6";
}
.entypo-loop:before {
  content: "\e9d7";
}
.entypo-magnet:before {
  content: "\e9d8";
}
.entypo-magnifying-glass:before {
  content: "\e9d9";
}
.entypo-mail:before {
  content: "\e9da";
}
.entypo-man:before {
  content: "\e9db";
}
.entypo-map:before {
  content: "\e9dc";
}
.entypo-mask:before {
  content: "\e9dd";
}
.entypo-medal:before {
  content: "\e9de";
}
.entypo-megaphone:before {
  content: "\e9df";
}
.entypo-menu:before {
  content: "\e9e0";
}
.entypo-message:before {
  content: "\e9e1";
}
.entypo-mic:before {
  content: "\e9e2";
}
.entypo-minus:before {
  content: "\e9e3";
}
.entypo-mobile:before {
  content: "\e9e4";
}
.entypo-modern-mic:before {
  content: "\e9e5";
}
.entypo-moon:before {
  content: "\e9e6";
}
.entypo-mouse:before {
  content: "\e9e7";
}
.entypo-music:before {
  content: "\e9e8";
}
.entypo-network:before {
  content: "\e9e9";
}
.entypo-new-message:before {
  content: "\e9ea";
}
.entypo-new:before {
  content: "\e9eb";
}
.entypo-news:before {
  content: "\e9ec";
}
.entypo-note:before {
  content: "\e9ed";
}
.entypo-notification:before {
  content: "\e9ee";
}
.entypo-old-mobile:before {
  content: "\e9ef";
}
.entypo-old-phone:before {
  content: "\e9f0";
}
.entypo-palette:before {
  content: "\e9f1";
}
.entypo-paper-plane:before {
  content: "\e9f2";
}
.entypo-pencil:before {
  content: "\e9f3";
}
.entypo-phone:before {
  content: "\e9f4";
}
.entypo-pie-chart:before {
  content: "\e9f5";
}
.entypo-pin:before {
  content: "\e9f6";
}
.entypo-plus:before {
  content: "\e9f7";
}
.entypo-popup:before {
  content: "\e9f8";
}
.entypo-power-plug:before {
  content: "\e9f9";
}
.entypo-price-ribbon:before {
  content: "\e9fa";
}
.entypo-price-tag:before {
  content: "\e9fb";
}
.entypo-print:before {
  content: "\e9fc";
}
.entypo-progress-empty:before {
  content: "\e9fd";
}
.entypo-progress-full:before {
  content: "\e9fe";
}
.entypo-progress-one:before {
  content: "\e9ff";
}
.entypo-progress-two:before {
  content: "\ea00";
}
.entypo-publish:before {
  content: "\ea01";
}
.entypo-quote:before {
  content: "\ea02";
}
.entypo-radio:before {
  content: "\ea03";
}
.entypo-reply-all:before {
  content: "\ea04";
}
.entypo-reply:before {
  content: "\ea05";
}
.entypo-retweet:before {
  content: "\ea06";
}
.entypo-rocket:before {
  content: "\ea07";
}
.entypo-round-brush:before {
  content: "\ea08";
}
.entypo-rss:before {
  content: "\ea09";
}
.entypo-ruler:before {
  content: "\ea0a";
}
.entypo-scissors:before {
  content: "\ea0b";
}
.entypo-share-alternitive:before {
  content: "\ea0c";
}
.entypo-share:before {
  content: "\ea0d";
}
.entypo-shareable:before {
  content: "\ea0e";
}
.entypo-shield:before {
  content: "\ea0f";
}
.entypo-shop:before {
  content: "\ea10";
}
.entypo-shopping-bag:before {
  content: "\ea11";
}
.entypo-shopping-basket:before {
  content: "\ea12";
}
.entypo-shopping-cart:before {
  content: "\ea13";
}
.entypo-shuffle:before {
  content: "\ea14";
}
.entypo-signal:before {
  content: "\ea15";
}
.entypo-sound-mix:before {
  content: "\ea16";
}
.entypo-sports-club:before {
  content: "\ea17";
}
.entypo-spreadsheet:before {
  content: "\ea18";
}
.entypo-squared-cross:before {
  content: "\ea19";
}
.entypo-squared-minus:before {
  content: "\ea1a";
}
.entypo-squared-plus:before {
  content: "\ea1b";
}
.entypo-star-outlined:before {
  content: "\ea1c";
}
.entypo-star:before {
  content: "\ea1d";
}
.entypo-stopwatch:before {
  content: "\ea1e";
}
.entypo-suitcase:before {
  content: "\ea1f";
}
.entypo-swap:before {
  content: "\ea20";
}
.entypo-sweden:before {
  content: "\ea21";
}
.entypo-switch:before {
  content: "\ea22";
}
.entypo-tablet:before {
  content: "\ea23";
}
.entypo-tag:before {
  content: "\ea24";
}
.entypo-text-document-inverted:before {
  content: "\ea25";
}
.entypo-text-document:before {
  content: "\ea26";
}
.entypo-text:before {
  content: "\ea27";
}
.entypo-thermometer:before {
  content: "\ea28";
}
.entypo-thumbs-down:before {
  content: "\ea29";
}
.entypo-thumbs-up:before {
  content: "\ea2a";
}
.entypo-thunder-cloud:before {
  content: "\ea2b";
}
.entypo-ticket:before {
  content: "\ea2c";
}
.entypo-time-slot:before {
  content: "\ea2d";
}
.entypo-tools:before {
  content: "\ea2e";
}
.entypo-traffic-cone:before {
  content: "\ea2f";
}
.entypo-tree:before {
  content: "\ea30";
}
.entypo-trophy:before {
  content: "\ea31";
}
.entypo-tv:before {
  content: "\ea32";
}
.entypo-typing:before {
  content: "\ea33";
}
.entypo-unread:before {
  content: "\ea34";
}
.entypo-untag:before {
  content: "\ea35";
}
.entypo-user:before {
  content: "\ea36";
}
.entypo-users:before {
  content: "\ea37";
}
.entypo-v-card:before {
  content: "\ea38";
}
.entypo-video:before {
  content: "\ea39";
}
.entypo-vinyl:before {
  content: "\ea3a";
}
.entypo-voicemail:before {
  content: "\ea3b";
}
.entypo-wallet:before {
  content: "\ea3c";
}
.entypo-water:before {
  content: "\ea3d";
}
.entypo-500px-with-circle:before {
  content: "\ea3e";
}
.entypo-500px:before {
  content: "\ea3f";
}
.entypo-basecamp:before {
  content: "\ea40";
}
.entypo-behance:before {
  content: "\ea41";
}
.entypo-creative-cloud:before {
  content: "\ea42";
}
.entypo-dropbox:before {
  content: "\ea43";
}
.entypo-evernote:before {
  content: "\ea44";
}
.entypo-flattr:before {
  content: "\ea45";
}
.entypo-foursquare:before {
  content: "\ea46";
}
.entypo-google-drive:before {
  content: "\ea47";
}
.entypo-google-hangouts:before {
  content: "\ea48";
}
.entypo-grooveshark:before {
  content: "\ea49";
}
.entypo-icloud:before {
  content: "\ea4a";
}
.entypo-mixi:before {
  content: "\ea4b";
}
.entypo-onedrive:before {
  content: "\ea4c";
}
.entypo-paypal:before {
  content: "\ea4d";
}
.entypo-picasa:before {
  content: "\ea4e";
}
.entypo-qq:before {
  content: "\ea4f";
}
.entypo-rdio-with-circle:before {
  content: "\ea50";
}
.entypo-renren:before {
  content: "\ea51";
}
.entypo-scribd:before {
  content: "\ea52";
}
.entypo-sina-weibo:before {
  content: "\ea53";
}
.entypo-skype-with-circle:before {
  content: "\ea54";
}
.entypo-skype:before {
  content: "\ea55";
}
.entypo-slideshare:before {
  content: "\ea56";
}
.entypo-smashing:before {
  content: "\ea57";
}
.entypo-soundcloud:before {
  content: "\ea58";
}
.entypo-spotify-with-circle:before {
  content: "\ea59";
}
.entypo-spotify:before {
  content: "\ea5a";
}
.entypo-swarm:before {
  content: "\ea5b";
}
.entypo-vine-with-circle:before {
  content: "\ea5c";
}
.entypo-vine:before {
  content: "\ea5d";
}
.entypo-vk-alternitive:before {
  content: "\ea5e";
}
.entypo-vk-with-circle:before {
  content: "\ea5f";
}
.entypo-vk:before {
  content: "\ea60";
}
.entypo-xing-with-circle:before {
  content: "\ea61";
}
.entypo-xing:before {
  content: "\ea62";
}
.entypo-yelp:before {
  content: "\ea63";
}
.entypo-dribbble-with-circle:before {
  content: "\ea64";
}
.entypo-dribbble:before {
  content: "\ea65";
}
.entypo-facebook-with-circle:before {
  content: "\ea66";
}
.entypo-facebook:before {
  content: "\ea67";
}
.entypo-flickr-with-circle:before {
  content: "\ea68";
}
.entypo-flickr:before {
  content: "\ea69";
}
.entypo-github-with-circle:before {
  content: "\ea6a";
}
.entypo-github:before {
  content: "\ea6b";
}
.entypo-google-with-circle:before {
  content: "\ea6c";
}
.entypo-google:before {
  content: "\ea6d";
}
.entypo-instagram-with-circle:before {
  content: "\ea6e";
}
.entypo-instagram:before {
  content: "\ea6f";
}
.entypo-lastfm-with-circle:before {
  content: "\ea70";
}
.entypo-lastfm:before {
  content: "\ea71";
}
.entypo-linkedin-with-circle:before {
  content: "\ea72";
}
.entypo-linkedin:before {
  content: "\ea73";
}
.entypo-pinterest-with-circle:before {
  content: "\ea74";
}
.entypo-pinterest:before {
  content: "\ea75";
}
.entypo-rdio:before {
  content: "\ea76";
}
.entypo-stumbleupon-with-circle:before {
  content: "\ea77";
}
.entypo-stumbleupon:before {
  content: "\ea78";
}
.entypo-tumblr-with-circle:before {
  content: "\ea79";
}
.entypo-tumblr:before {
  content: "\ea7a";
}
.entypo-twitter-with-circle:before {
  content: "\ea7b";
}
.entypo-twitter:before {
  content: "\ea7c";
}
.entypo-vimeo-with-circle:before {
  content: "\ea7d";
}
.entypo-vimeo:before {
  content: "\ea7e";
}
.entypo-youtube-with-circle:before {
  content: "\ea7f";
}
.entypo-youtube:before {
  content: "\ea80";
}
.entypo-pdf:before {
  content: "\ea81";
}
.entypo-video-circle:before {
  content: "\ea82";
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: auto;
}
#toast-container.toast-bottom-center,
#toast-container.toast-center,
#toast-container.toast-top-center {
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-center > div,
#toast-container.toast-top-center > div {
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-bottom-center > button,
#toast-container.toast-center > button,
#toast-container.toast-top-cente > button {
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-wait {
  background-image: url(data:image/gif;base64,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) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info,
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8;
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
  opacity: 0;
}
tags-input {
  display: block;
}
tags-input *,
tags-input :after,
tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  height: 100%;
}
tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 5px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 34px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: .65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #ffffff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #ffffff;
}
.bootstrap .tags {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px 5px 5px 0px;
}
.bootstrap .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap .tags .tag-item {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
  color: #fff;
}
.bootstrap .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}
.bootstrap .tags .tag-item button {
  background: transparent;
  color: #000;
  opacity: .4;
}
.bootstrap .autocomplete {
  border-radius: 4px;
}
.bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}
.bootstrap .autocomplete .suggestion-item em {
  font-weight: normal;
  background-color: #ffff00;
}
.bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ffff00;
}
/* graphic sugar */
.keyframes-fade-in-from-none 0% {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.keyframes-fade-in-from-none 1% {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.keyframes-fade-in-from-none 100% {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.fadein {
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.2s ease-in-out;
  -moz-animation: fadeInFromNone 0.2s ease-in-out;
  -ms-animation: fadeInFromNone 0.2s ease-in-out;
  -o-animation: fadeInFromNone 0.2s ease-in-out;
  animation: fadeInFromNone 0.2s ease-in-out;
}
.fadein.ng-hide {
  display: none;
  opacity: 0;
}
.keyframes-fade-out 0% {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.keyframes-fade-out 100% {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-o-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.fadeout {
  opacity: 0;
  -webkit-animation: fadeOut 0.2s 1;
  -moz-animation: fadeOut 0.2s 1;
  -ms-animation: fadeOut 0.2s 1;
  -o-animation: fadeOut 0.2s 1;
  animation: fadeOut 0.2s 1;
}
.fadeout.ng-hide {
  display: block;
  opacity: 1;
}
/* structure */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
html,
body {
  font-family: 'museosans';
  font-size: 12px;
  font-weight: 500;
  color: #111;
  background-color: #cad3db;
}
.textWithGlyphicon {
  font-family: 'museosans';
}
h1 {
  color: dimgray;
}
header {
  position: absolute;
  width: 100%;
  height: 10px;
}
header h1 {
  text-align: center;
  color: #555;
}
.glyphicon {
  top: 0px;
}
.circle {
  margin-top: 10px;
  display: inline-block;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  background-color: #E59400;
  position: relative;
}
.circle.good {
  background-color: #32CD32;
}
.circle label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 21px;
}
.main {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main h1.header {
  text-align: center;
  color: #555;
}
.page {
  width: 100%;
}
.block {
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.2s ease-in-out;
  -moz-animation: fadeInFromNone 0.2s ease-in-out;
  -ms-animation: fadeInFromNone 0.2s ease-in-out;
  -o-animation: fadeInFromNone 0.2s ease-in-out;
  animation: fadeInFromNone 0.2s ease-in-out;
  margin: 10px 15px;
  padding: 25px 28px;
  font-size: 1.13em;
  background-color: white;
  border: 1px solid #a3a3a3;
  box-shadow: 0 1px 5px #a3a3a3;
}
.block.ng-hide {
  display: none;
  opacity: 0;
}
.block h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*.btn {
    .reset-button();
    border: 1px solid @gray;
    padding: 5px;
    min-width: 50px;
    font-weight: 700;
    font-size: 15px;
    &.blue{
        background-color: @blue;
        color: white;
    }
    &.gray{
        background-color: @gray;
        color: @text;
    }
}*/
.viewRules .header {
  text-align: center;
}
.viewRules .content {
  margin-top: 10px;
}
.viewRules .content .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
}
.viewRules .content .filter .cntRules {
  padding-top: 8px;
  text-align: center;
}
.viewRules .content .filter .instrumentType {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 30px;
}
.viewRules .content .filter .directionType {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.viewRules .content .filter h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.viewRules .content .scroll {
  overflow-y: auto;
}
.viewRules .content .scroll .glyphicon-chevron-down,
.viewRules .content .scroll glyphicon-chevron-up {
  vertical-align: middle;
}
.viewRules .content .onOff:hover {
  cursor: pointer;
}
.viewRules .content .onOff.on {
  color: green;
}
.viewRules .content .onOff.off {
  color: red;
}
.viewRules .content .removed {
  color: red;
}
.viewRules .content .removed:hover {
  cursor: pointer;
}
.viewSpan {
  border: 0.5px solid #c0c9cf;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
}
.modal-content {
  padding: 30px;
}
.modal-content .modal-insertRule .input-group {
  margin-bottom: 10px;
  width: 100%;
}
.modal-content .modal-insertRule .footer {
  text-align: right;
  color: #030303;
}
.modal-content .modal-insertCategory .input-group {
  margin-bottom: 10px;
  width: 100%;
}
.modal-content .modal-insertCategory .footer {
  text-align: right;
  color: #030303;
}
.modal-content .listable {
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
.result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.result .viewExcludeWord {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.result .viewExcludeWord .insert-exclude-word {
  cursor: pointer;
}
.result .viewExcludeWord .removed {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.result .viewExcludeWord .content {
  margin-top: 10px;
}
.result .viewExcludeWord .content .listable {
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
.result .viewUnmatchedTransactions {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.result .viewUnmatchedTransactions .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.result .viewUnmatchedTransactions .header h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.result .viewUnmatchedTransactions .header button {
  width: 60px;
}
.result .viewUnmatchedTransactions .content {
  margin-top: 10px;
}
.result .viewUnmatchedTransactions .content.opc {
  opacity: 0.3;
}
.result .viewUnmatchedTransactions .content .btn {
  margin-top: 10px;
}
.result .viewUnmatchedTransactions .content .listable {
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
.result .viewFacet {
  position: relative;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.result .viewFacet .content {
  margin-top: 10px;
}
.result .viewFacet .content.opc {
  opacity: 0.3;
}
.result .viewFacet .content .listable {
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
.viewCategoriesGlobal {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.viewCategoriesGlobal .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.viewCategoriesGlobal .header h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.viewCategoriesGlobal .header button {
  width: 60px;
}
.viewCategoriesGlobal .content {
  margin-top: 10px;
}
.viewCategoriesGlobal .content .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
}
.viewCategoriesGlobal .content .listable {
  max-height: 600px;
  overflow-y: scroll;
  text-overflow: ellipsis;
}
.viewCategoriesGlobal .content .listable .glyphicon-chevron-down,
.viewCategoriesGlobal .content .listable glyphicon-chevron-up {
  vertical-align: middle;
}
.viewCategoriesGlobal .content .cell {
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.viewCategoriesGlobal .content .enlargeable {
  max-width: 100px;
  text-overflow: ellipsis;
}
.viewCategoriesGlobal .content .actionCell {
  max-width: 20px;
}
.viewCategoriesGlobal .content .removed {
  max-width: 30px;
  color: red;
}
.viewCategoriesGlobal .content .removed:hover {
  cursor: pointer;
}
.viewCategoriesTenantSpecific {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.viewCategoriesTenantSpecific .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.viewCategoriesTenantSpecific .header h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.viewCategoriesTenantSpecific .header button {
  width: 60px;
}
.viewCategoriesTenantSpecific .content {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.viewCategoriesTenantSpecific .content .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
}
.viewCategoriesTenantSpecific .content .listable {
  max-height: 600px;
  overflow-y: scroll;
}
.viewCategoriesTenantSpecific .content .listable .glyphicon-chevron-down,
.viewCategoriesTenantSpecific .content .listable glyphicon-chevron-up {
  vertical-align: middle;
}
.viewCategoriesTenantSpecific .content .removed {
  color: red;
}
.viewCategoriesTenantSpecific .content .removed:hover {
  cursor: pointer;
}
.paddedTop {
  padding-top: 7px;
}
.addTransactions .content.opc {
  opacity: 0.3;
}
.table {
  font-size: 13px;
}
.youtube {
  width: 100%;
  height: 300px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.toright {
  text-align: right;
}
.btn-margin {
  margin-left: 3px;
}
.margin-top-bottom {
  margin-bottom: 18px;
  margin-top: 18px;
}
.margin-top-bottom-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.tab-col {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tab-col.user {
  max-width: 52px;
}
.tab-col.merchant {
  max-width: 92px;
}
.clicked {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.added {
  color: green;
}
.added:hover {
  cursor: pointer;
}
.color-font {
  color: #555;
}
.color-font-error {
  color: #9a090b;
}
.margin-top-login {
  margin-top: 5%;
}
.font-size {
  font-size: 14px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  cursor: pointer;
}
.navStyle {
  background-color: #286090;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.navFont {
  font-size: 18px;
  color: white;
}
.check {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.instrument {
  margin: 5px;
}
.pattern {
  margin: 5px;
}
