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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*
Some default styling.  This applies to edit mode and run mode, and effects things
such as HTML elements.
*/
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

body {
  font-family: Helvetica, Arial, sans-serif; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

ul, ol {
  display: block;
  padding-left: 40px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: inherit; }
  a:visited {
    color: inherit;
    text-decoration: none; }

input[type="input"], input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="input"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A9A9A9; }
  input[type="input"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #A9A9A9;
    opacity: 1; }
  input[type="input"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #A9A9A9 !important; }
  input[type="input"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #A9A9A9;
    opacity: 1; }
  input[type="input"].grey::-webkit-input-placeholder, input[type="text"].grey::-webkit-input-placeholder, input[type="password"].grey::-webkit-input-placeholder, input[type="email"].grey::-webkit-input-placeholder, input[type="search"].grey::-webkit-input-placeholder, textarea.grey::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A9A9A9; }
  input[type="input"].grey::-moz-placeholder, input[type="text"].grey::-moz-placeholder, input[type="password"].grey::-moz-placeholder, input[type="email"].grey::-moz-placeholder, input[type="search"].grey::-moz-placeholder, textarea.grey::-moz-placeholder {
    /* Firefox 19+ */
    color: #A9A9A9;
    opacity: 1; }
  input[type="input"].grey:-ms-input-placeholder, input[type="text"].grey:-ms-input-placeholder, input[type="password"].grey:-ms-input-placeholder, input[type="email"].grey:-ms-input-placeholder, input[type="search"].grey:-ms-input-placeholder, textarea.grey:-ms-input-placeholder {
    /* IE 10+ */
    color: #A9A9A9 !important; }
  input[type="input"].grey:-moz-placeholder, input[type="text"].grey:-moz-placeholder, input[type="password"].grey:-moz-placeholder, input[type="email"].grey:-moz-placeholder, input[type="search"].grey:-moz-placeholder, textarea.grey:-moz-placeholder {
    /* Firefox 18- */
    color: #A9A9A9;
    opacity: 1; }
  input[type="input"].white::-webkit-input-placeholder, input[type="text"].white::-webkit-input-placeholder, input[type="password"].white::-webkit-input-placeholder, input[type="email"].white::-webkit-input-placeholder, input[type="search"].white::-webkit-input-placeholder, textarea.white::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF; }
  input[type="input"].white::-moz-placeholder, input[type="text"].white::-moz-placeholder, input[type="password"].white::-moz-placeholder, input[type="email"].white::-moz-placeholder, input[type="search"].white::-moz-placeholder, textarea.white::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1; }
  input[type="input"].white:-ms-input-placeholder, input[type="text"].white:-ms-input-placeholder, input[type="password"].white:-ms-input-placeholder, input[type="email"].white:-ms-input-placeholder, input[type="search"].white:-ms-input-placeholder, textarea.white:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF !important; }
  input[type="input"].white:-moz-placeholder, input[type="text"].white:-moz-placeholder, input[type="password"].white:-moz-placeholder, input[type="email"].white:-moz-placeholder, input[type="search"].white:-moz-placeholder, textarea.white:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1; }
  input[type="input"].black::-webkit-input-placeholder, input[type="text"].black::-webkit-input-placeholder, input[type="password"].black::-webkit-input-placeholder, input[type="email"].black::-webkit-input-placeholder, input[type="search"].black::-webkit-input-placeholder, textarea.black::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333; }
  input[type="input"].black::-moz-placeholder, input[type="text"].black::-moz-placeholder, input[type="password"].black::-moz-placeholder, input[type="email"].black::-moz-placeholder, input[type="search"].black::-moz-placeholder, textarea.black::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
    opacity: 1; }
  input[type="input"].black:-ms-input-placeholder, input[type="text"].black:-ms-input-placeholder, input[type="password"].black:-ms-input-placeholder, input[type="email"].black:-ms-input-placeholder, input[type="search"].black:-ms-input-placeholder, textarea.black:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333 !important; }
  input[type="input"].black:-moz-placeholder, input[type="text"].black:-moz-placeholder, input[type="password"].black:-moz-placeholder, input[type="email"].black:-moz-placeholder, input[type="search"].black:-moz-placeholder, textarea.black:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
    opacity: 1; }
  input[type="input"].blue::-webkit-input-placeholder, input[type="text"].blue::-webkit-input-placeholder, input[type="password"].blue::-webkit-input-placeholder, input[type="email"].blue::-webkit-input-placeholder, input[type="search"].blue::-webkit-input-placeholder, textarea.blue::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #60AEF7; }
  input[type="input"].blue::-moz-placeholder, input[type="text"].blue::-moz-placeholder, input[type="password"].blue::-moz-placeholder, input[type="email"].blue::-moz-placeholder, input[type="search"].blue::-moz-placeholder, textarea.blue::-moz-placeholder {
    /* Firefox 19+ */
    color: #60AEF7;
    opacity: 1; }
  input[type="input"].blue:-ms-input-placeholder, input[type="text"].blue:-ms-input-placeholder, input[type="password"].blue:-ms-input-placeholder, input[type="email"].blue:-ms-input-placeholder, input[type="search"].blue:-ms-input-placeholder, textarea.blue:-ms-input-placeholder {
    /* IE 10+ */
    color: #60AEF7 !important; }
  input[type="input"].blue:-moz-placeholder, input[type="text"].blue:-moz-placeholder, input[type="password"].blue:-moz-placeholder, input[type="email"].blue:-moz-placeholder, input[type="search"].blue:-moz-placeholder, textarea.blue:-moz-placeholder {
    /* Firefox 18- */
    color: #60AEF7;
    opacity: 1; }
  input[type="input"].green::-webkit-input-placeholder, input[type="text"].green::-webkit-input-placeholder, input[type="password"].green::-webkit-input-placeholder, input[type="email"].green::-webkit-input-placeholder, input[type="search"].green::-webkit-input-placeholder, textarea.green::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #69C765; }
  input[type="input"].green::-moz-placeholder, input[type="text"].green::-moz-placeholder, input[type="password"].green::-moz-placeholder, input[type="email"].green::-moz-placeholder, input[type="search"].green::-moz-placeholder, textarea.green::-moz-placeholder {
    /* Firefox 19+ */
    color: #69C765;
    opacity: 1; }
  input[type="input"].green:-ms-input-placeholder, input[type="text"].green:-ms-input-placeholder, input[type="password"].green:-ms-input-placeholder, input[type="email"].green:-ms-input-placeholder, input[type="search"].green:-ms-input-placeholder, textarea.green:-ms-input-placeholder {
    /* IE 10+ */
    color: #69C765; }
  input[type="input"].green:-moz-placeholder, input[type="text"].green:-moz-placeholder, input[type="password"].green:-moz-placeholder, input[type="email"].green:-moz-placeholder, input[type="search"].green:-moz-placeholder, textarea.green:-moz-placeholder {
    /* Firefox 18- */
    color: #69C765;
    opacity: 1; }
  input[type="input"].red::-webkit-input-placeholder, input[type="text"].red::-webkit-input-placeholder, input[type="password"].red::-webkit-input-placeholder, input[type="email"].red::-webkit-input-placeholder, input[type="search"].red::-webkit-input-placeholder, textarea.red::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FF8585; }
  input[type="input"].red::-moz-placeholder, input[type="text"].red::-moz-placeholder, input[type="password"].red::-moz-placeholder, input[type="email"].red::-moz-placeholder, input[type="search"].red::-moz-placeholder, textarea.red::-moz-placeholder {
    /* Firefox 19+ */
    color: #FF8585;
    opacity: 1; }
  input[type="input"].red:-ms-input-placeholder, input[type="text"].red:-ms-input-placeholder, input[type="password"].red:-ms-input-placeholder, input[type="email"].red:-ms-input-placeholder, input[type="search"].red:-ms-input-placeholder, textarea.red:-ms-input-placeholder {
    /* IE 10+ */
    color: #FF8585 !important; }
  input[type="input"].red:-moz-placeholder, input[type="text"].red:-moz-placeholder, input[type="password"].red:-moz-placeholder, input[type="email"].red:-moz-placeholder, input[type="search"].red:-moz-placeholder, textarea.red:-moz-placeholder {
    /* Firefox 18- */
    color: #FF8585;
    opacity: 1; }

textarea {
  resize: none; }


/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1000000000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

/*------------------
RUNMODE VISUAL EFFECTS
--------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

div.bubble-element, a.bubble-element {
  overflow: hidden;
  /*Generally speaking Bubble elements hide anything that is out of them, but for containers, we allow this*/ }
  div.bubble-element.main-page, div.bubble-element.CustomElement, div.bubble-element.FloatingGroup, div.bubble-element.Group, div.bubble-element.Popup, div.bubble-element.group-item, a.bubble-element.main-page, a.bubble-element.CustomElement, a.bubble-element.FloatingGroup, a.bubble-element.Group, a.bubble-element.Popup, a.bubble-element.group-item {
    overflow: visible; }

img.hidden-image-for-caching {
  display: none;
  left: -9000px;
  top: 9000px; }

*:focus {
  outline: 0px dotted transparent; }
  *:focus:active {
    outline: 0px dotted transparent !important; }

.bubble-element.clickable-element {
  outline: 0px dotted transparent;
  touch-action: manipulation; }
  .bubble-element.clickable-element.show-outline {
    outline: 1px dotted grey; }

.bad-revision {
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(48, 48, 48, 0.9);
  font-weight: 600;
  color: white;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 20000;
  line-height: 1.4;
  cursor: pointer; }

input:focus, textarea:focus, select:focus {
  outline: none; }

input[type="checkbox"]:focus {
  outline: 1px dotted #c4c4c4; }

.bubble-element.PoweredByBubble:hover {
  text-decoration: none; }

/* STRIPE CHECKOUT FALLBACK ON MOBILE */
.stripe-checkout-greyout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.6); }

.stripe-checkout-btn {
  overflow: hidden;
  position: fixed;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
  .stripe-checkout-btn .stripe-checkout-display {
    position: relative;
    padding: 0 12px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

/*------------------
RESPONSIVE
--------------------*/
.bubble-r-line {
  clear: both;
  position: relative; }
  .bubble-r-line .bubble-r-box {
    position: absolute;
    top: 0px; }
    .bubble-r-line .bubble-r-box.debug {
      box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 0.6); }
  .bubble-r-line.debug {
    box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7); }
  .bubble-r-line:after {
    content: ' ';
    display: block;
    clear: both; }

