/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import '/jf/cdn.jotfor.ms/fonts/?family=Open+Sans|Poppins';
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.no-text, .text-truncate {
  white-space: nowrap;
  overflow: hidden;
}

.no-text, .oh, .text-truncate {
  overflow: hidden;
}

[class*="column five six"], [class*="column ten twelve"] {
  width: 83.33333333%;
}

[class*="column eight ten"], [class*="column four five"] {
  width: 80%;
}

[class*="column six eight"], [class*="column three four"], [class*="column nine twelve"] {
  width: 75%;
}

[class*="column six ten"], [class*="column three five"] {
  width: 60%;
}

[class*="column eight twelve"], [class*="column six nine"], [class*="column four six"], [class*="column two three"] {
  width: 66.66666667%;
}

[class*="column four ten"], [class*="column two five"] {
  width: 40%;
}

[class*="column twelve twelve"], [class*="column eight eight"], [class*="column seven seven"], [class*="column eleven eleven"], [class*="column five five"], [class*="column four four"], [class*="column ten ten"], [class*="column three three"], [class*="column two two"], [class*="column one one"], [class*="column nine nine"] {
  width: 100%;
}

[class*="column six twelve"], [class*="column five ten"], [class*="column four eight"], [class*="column three six"], [class*="column two four"], [class*="column one two"] {
  width: 50%;
}

[class*="column four twelve"], [class*="column three nine"], [class*="column two six"], [class*="column one three"] {
  width: 33.33333333%;
}

[class*="column three twelve"], [class*="column two eight"], [class*="column one four"] {
  width: 25%;
}

[class*="column two ten"], [class*="column one five"] {
  width: 20%;
}

[class*="column two twelve"], [class*="column one six"] {
  width: 16.66666667%;
}

.vertical-align {
  top: 50%;
  transform: translateY(-50%);
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.db, .line {
  display: block;
}

.cp {
  cursor: pointer;
}

.centeredDiv {
  margin-right: auto;
  margin-left: auto;
}

.text-truncate {
  text-overflow: ellipsis;
}

.no-text {
  text-indent: 100%;
}

[class*="column eleven twelve"] {
  width: 91.66666667%;
}

[class*="column ten eleven"] {
  width: 90.90909091%;
}

[class*="column nine ten"] {
  width: 90%;
}

[class*="column nine eleven"] {
  width: 81.81818182%;
}

[class*="column eight nine"] {
  width: 88.88888889%;
}

[class*="column eight eleven"] {
  width: 72.72727273%;
}

[class*="column seven eight"] {
  width: 87.5%;
}

[class*="column seven nine"] {
  width: 77.77777778%;
}

[class*="column seven ten"] {
  width: 70%;
}

[class*="column seven eleven"] {
  width: 63.63636364%;
}

[class*="column seven twelve"] {
  width: 58.33333333%;
}

[class*="column six six"] {
  width: 100%;
}

[class*="column six seven"] {
  width: 85.71428571%;
}

[class*="column six eleven"] {
  width: 54.54545455%;
}

[class*="column five seven"] {
  width: 71.42857143%;
}

[class*="column five eight"] {
  width: 62.5%;
}

[class*="column five nine"] {
  width: 55.55555556%;
}

[class*="column five eleven"] {
  width: 45.45454545%;
}

[class*="column five twelve"] {
  width: 41.66666667%;
}

[class*="column four seven"] {
  width: 57.14285714%;
}

[class*="column four nine"] {
  width: 44.44444444%;
}

[class*="column four eleven"] {
  width: 36.36363636%;
}

[class*="column three seven"] {
  width: 42.85714286%;
}

[class*="column three eight"] {
  width: 37.5%;
}

[class*="column three ten"] {
  width: 30%;
}

[class*="column three eleven"] {
  width: 27.27272727%;
}

[class*="column two seven"] {
  width: 28.57142857%;
}

[class*="column two nine"] {
  width: 22.22222222%;
}

[class*="column two eleven"] {
  width: 18.18181818%;
}

[class*="column one seven"] {
  width: 14.28571429%;
}

[class*="column one eight"] {
  width: 12.5%;
}

[class*="column one nine"] {
  width: 11.11111111%;
}

[class*="column one ten"] {
  width: 10%;
}

[class*="column one eleven"] {
  width: 9.09090909%;
}

[class*="column one twelve"] {
  width: 8.33333333%;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  [class*="laptop six eight"], [class*="laptop three four"] {
    width: 75%;
  }
  [class*="laptop two three"], [class*="laptop four six"] {
    width: 66.66666667%;
  }
  [class*="laptop one one"], [class*="laptop eight eight"], [class*="laptop seven seven"], [class*="laptop six six"], [class*="laptop five five"], [class*="laptop four four"], [class*="laptop three three"], [class*="laptop two two"] {
    width: 100%;
  }
  [class*="laptop two four"], [class*="laptop one two"], [class*="laptop four eight"], [class*="laptop three six"] {
    width: 50%;
  }
  [class*="laptop two six"], [class*="laptop one three"] {
    width: 33.33333333%;
  }
  [class*="laptop two eight"], [class*="laptop one four"] {
    width: 25%;
  }
  [class*="laptop seven eight"] {
    width: 87.5%;
  }
  [class*="laptop six seven"] {
    width: 85.71428571%;
  }
  [class*="laptop five six"] {
    width: 83.33333333%;
  }
  [class*="laptop five seven"] {
    width: 71.42857143%;
  }
  [class*="laptop five eight"] {
    width: 62.5%;
  }
  [class*="laptop four five"] {
    width: 80%;
  }
  [class*="laptop four seven"] {
    width: 57.14285714%;
  }
  [class*="laptop three five"] {
    width: 60%;
  }
  [class*="laptop three seven"] {
    width: 42.85714286%;
  }
  [class*="laptop three eight"] {
    width: 37.5%;
  }
  [class*="laptop two five"] {
    width: 40%;
  }
  [class*="laptop two seven"] {
    width: 28.57142857%;
  }
  [class*="laptop one five"] {
    width: 20%;
  }
  [class*="laptop one six"] {
    width: 16.66666667%;
  }
  [class*="laptop one seven"] {
    width: 14.28571429%;
  }
  [class*="laptop one eight"] {
    width: 12.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  [class*="tablet four six"], [class*="tablet two three"] {
    width: 66.66666667%;
  }
  [class*="tablet six six"], [class*="tablet five five"], [class*="tablet four four"], [class*="tablet three three"], [class*="tablet two two"], [class*="tablet one one"] {
    width: 100%;
  }
  [class*="tablet three six"], [class*="tablet two four"], [class*="tablet one two"] {
    width: 50%;
  }
  [class*="tablet two six"], [class*="tablet one three"] {
    width: 33.33333333%;
  }
  [class*="tablet five six"] {
    width: 83.33333333%;
  }
  [class*="tablet four five"] {
    width: 80%;
  }
  [class*="tablet three four"] {
    width: 75%;
  }
  [class*="tablet three five"] {
    width: 60%;
  }
  [class*="tablet two five"] {
    width: 40%;
  }
  [class*="tablet one four"] {
    width: 25%;
  }
  [class*="tablet one five"] {
    width: 20%;
  }
  [class*="tablet one six"] {
    width: 16.66666667%;
  }
}
@media screen and (max-width: 480px) {
  [class*="mobile four four"], [class*="mobile three three"], [class*="mobile two two"], [class*="mobile one one"] {
    width: 100%;
  }
  [class*="mobile two four"], [class*="mobile one two"] {
    width: 50%;
  }
  [class*="mobile three four"] {
    width: 75%;
  }
  [class*="mobile two three"] {
    width: 66.66666667%;
  }
  [class*="mobile one three"] {
    width: 33.33333333%;
  }
  [class*="mobile one four"] {
    width: 25%;
  }
}
.column {
  float: left;
  margin: 0;
  padding: 0;
}

.column.u-right {
  float: right;
}

.column.u-center {
  float: none;
  margin: 0 auto;
}

.line:after, .line:before {
  content: " ";
  display: table;
}

.line:after {
  clear: both;
}

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga", "kern";
}

button {
  cursor: pointer;
}

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%;
}

:root {
  font-family: "freight-sans-pro", "helvetica", "arial", sans-serif;
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -webkit-overflow-scrolling: touch;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

div.div.wishbox-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.container {
  padding: 0 3%;
  margin: 0 auto;
  max-width: 1100px;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}

ol, ul {
  list-style: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

strong {
  font-weight: bold;
}

body {
  font-size: 62.5%;
  background: #444444;
}

h1 {
  font-size: 4em;
  font-family: "Fjalla One", sans-serif;
}

p {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #666;
  padding: 10px 10px 10px 4px;
  font-family: "Open Sans", sans-serif;
}

.textarea {
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  background-color: #FFFFFF;
  border: 1px solid #999;
  padding: 3px 6px;
}

.textarea:focus {
  border-color: #F4AD33;
}

.button {
  margin: 0px;
  overflow: visible;
  padding: 1px 6px;
  width: auto;
  border-radius: 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-shadow: 0 -1px 0px #C64F00;
  padding: 6px 18px;
  border: 1px solid #C64F00;
  color: #fff;
  font-size: 12px;
  background: #f9c667;
  margin-left: 60px;
  background: linear-gradient(top, #FAA84C 0%, #FF7B0D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FAA84C", endColorstr="#FF7B0D",GradientType=0 );
}

.button::-moz-focus-inner {
  border: 0px;
  padding: 1px 6px;
}

.button:hover {
  background: #FFDFA2;
  background: linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FBCB5D", endColorstr="#EFA003",GradientType=0 );
  border-color: #D08A01;
}

.button:active {
  background: #CD7410;
  background: linear-gradient(top, #EFA003 0%, #FBCB5D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#EFA003", endColorstr="#FBCB5D",GradientType=0 );
  border-color: #D08A01;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, 0.1) inset;
}

.clear {
  clear: both;
}

#body {
  background: rgb(218, 218, 218);
}

.column {
  float: left;
}

.last-column {
  width: 160px;
  text-align: right;
  margin-right: 0;
}

#jot-header {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-bottom: 1px solid #000000;
  z-index: 2;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#jot-header-content {
  margin: 0 auto;
  position: relative;
  width: 960px;
  padding: 0px 10px 17px 17px;
  height: 50px;
}
#jot-header-content > a {
  margin-top: 6px;
}

#header {
  background: #ffc000;
  box-shadow: 0 1px 0 #F5F5F5;
}

#power {
  font-size: 16px;
  font-family: "Open Sans", serif;
  font-style: italic;
  color: #666;
  padding-top: 62px;
  border-bottom: 1px solid #FFD651;
  margin-bottom: 42px;
}
#power p {
  float: right;
  margin-top: 34px;
  font-size: 16px;
  padding: 0;
}
html[dir=rtl] #power p {
  float: none;
}
#power img {
  width: 100%;
  max-width: 340px;
}
html[dir=rtl] #power img {
  float: right;
}

#headline {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -1px;
  padding-top: 80px;
  padding-right: 20px;
}

#video {
  padding: 8px;
  margin-bottom: 73px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#getCode {
  z-index: 99;
  pointer-events: none;
}

.gradient {
  background: rgb(237, 237, 237);
  background: linear-gradient(top, rgb(237, 237, 237) 0%, rgb(247, 247, 247) 7%, rgb(249, 249, 249) 7%, rgb(252, 252, 252) 10%, rgb(254, 254, 254) 10%, rgb(255, 255, 255) 17%, rgb(244, 244, 244) 25%, rgb(237, 237, 237) 28%, rgb(234, 234, 234) 30%, rgb(220, 220, 220) 37%, rgb(212, 212, 212) 44%, rgb(214, 214, 214) 53%, rgb(226, 226, 226) 63%, rgb(228, 228, 228) 63%, rgb(232, 233, 232) 70%, rgb(234, 234, 234) 70%, rgb(234, 234, 234) 76%, rgb(232, 233, 232) 76%, rgb(229, 229, 229) 81%, rgb(226, 226, 226) 82%, rgb(223, 223, 223) 85%, rgb(211, 211, 211) 91%, rgb(209, 209, 209) 92%, rgb(205, 205, 205) 95%, rgb(203, 203, 203) 95%, rgb(197, 198, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#c5c6c5",GradientType=0 );
}

#video iframe {
  border: 1px solid #666;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #f5f5f5;
}

#loading-page span {
  display: block;
  background: #eee; /* for IE */
  background: rgba(252, 255, 255, 0.5);
  padding: 2px 6px;
  border-radius: 5px;
  box-shadow: 0 0 2px #888;
  margin-top: -4px;
}

#loading-page > div {
  margin: 12px 0;
  font-size: 14px;
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/alpha2.png"); /* for IE */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  position: relative;
}

.big-button img {
  margin: 0px -4px -4px 4px;
}

.wizard-input {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #C1C1C1;
  padding: 4px 6px 3px;
  border-color: #B1B1B1 #BABABA #C1C1C1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px;
}

.pages p, #loading-page p {
  font-size: 15px !important;
  line-height: 22px !important;
}

#page3 p a {
  text-decoration: underline;
  color: #EA9300;
}
#page3 p a:hover {
  text-decoration: none;
}

.rel {
  position: relative;
}

.soc_but {
  text-align: center;
}

.wishbox-button {
  background: 0 0;
  outline: 0 !important;
  display: block;
  overflow: visible;
  position: relative;
  top: -48px;
  cursor: pointer;
  margin: 10px auto;
  padding: 21px 42px 12px;
  border: 1px solid #000;
  max-width: 340px;
  color: #ffc000;
  border: 2px solid #ebebeb;
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 23px;
  -moz-border-radius: 6px 6px;
  -moz-box-shadow: 0 1px 0 #FFF, 0 1px 0 #8C8C8C inset;
  background: #222;
  background: linear-gradient(top, #444 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444", endColorstr="#000000", GradientType=0);
}
.wishbox-button .small {
  color: #cc9a00;
  font-size: 13px;
  font-family: "Open Sans", serif;
  font-weight: normal;
}
.wishbox-button::-moz-focus-inner {
  border: 0px;
  padding: 0px;
}
.wishbox-button:hover {
  background: #444444; /* Old browsers */
  background: linear-gradient(top, #444444 0%, #222222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#222222",GradientType=0 ); /* IE6-9 */
}
.wishbox-button:active {
  background: #222222; /* Old browsers */
  background: linear-gradient(top, #222222 0%, #333333 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#222222", endColorstr="#333333",GradientType=0 ); /* IE6-9 */
  text-shadow: 0 2px 0 #000000;
  box-shadow: 0 1px 0 #FFFFFF, 0 -1px 0 #808080 inset;
}

#content {
  margin: 0 auto;
  padding: 0 10px 130px;
  position: relative;
  width: 940px;
  min-height: 500px;
}

.summary {
  padding-top: 150px;
  background: #ebebeb;
}
.summary .container {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 100px;
}
.summary p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  font-family: "Open Sans", serif;
  margin: 0;
}
.summary img {
  float: right;
  width: 100%;
  max-width: 430px;
}

.texts {
  padding: 100px 0;
  background: #ebebeb;
}
.texts h2 {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin: 0 0 50px;
  line-height: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.texts img {
  border: 6px solid rgba(187, 187, 187, 0.3);
  border-radius: 4px;
  width: 208px;
  height: 138px;
}
.texts img:hover {
  border: 6px solid #ffc000;
}
.texts p {
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  width: 220px;
  color: #666;
  font-family: "Open Sans", serif;
}
.texts h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 12px 0;
  font-family: "Poppins", sans-serif;
}

.seperator {
  overflow: visible;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc000+0,d89700+100 */
  background: #ffc000; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffc000 0%, #d89700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc000", endColorstr="#d89700",GradientType=1 ); /* IE6-9 */
}
.seperator #getCode-under {
  max-width: 433px;
  position: static;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ebebeb;
  pointer-events: none;
}
.seperator #getCode-under span {
  color: #ebebeb;
}

.big-select {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/dropdown-back.png") repeat scroll 0 0 #F5F5F5;
  color: #000;
  display: inline-block;
  border: 0.1em solid #AAAAAA;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 1.7em;
  position: relative;
  width: 11em;
  text-align: left;
  border-radius: 0.2em 0.2em;
  box-shadow: 0 1px 0 #EEEEEE, 0 -1px 4px #FFFFFF inset;
}

.big-select-arrow {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/dropdown-arrows.png") no-repeat scroll center center transparent;
  float: left;
  height: 100%;
  width: 15%;
}

.big-select-content {
  float: left;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  text-shadow: 0 1px 0 #FFFFFF;
}

.big-select-content-span {
  padding: 0.1em 0.1em 0.1em 0.4em;
  line-height: 1.6em;
}

.big-select-list {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 0.1em solid #AAAAAA;
  left: 0.2em;
  list-style: none outside none;
  position: absolute;
  top: 1.7em;
  width: 94%;
  z-index: 1000000;
  border-radius: 0 0 0.4em 0.4em;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.5);
}
.big-select-list li {
  cursor: default;
  font-size: 0.9em;
  margin: 0.2em;
  padding: 0.2em 0.4em;
}

.title {
  color: #666;
  margin: 25px 8px 0;
  text-shadow: 0 1px 0 #FFFFFF;
}

#lang-bar {
  width: 160px;
  text-align: right;
}
#lang-bar .big-select {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/grad-footer.png") repeat-x;
  width: 9em;
  padding: 2px 4px 3px;
  top: -7px;
  border-color: #333;
  color: #fff;
  box-shadow: 0 1px 0 #555555, 0 1px 0 #666666 inset;
}
#lang-bar .big-select-content {
  text-shadow: 0 -1px 0 #333;
}
#lang-bar .big-select-list {
  background: #555;
  border-color: #333;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 -0.1em 0.1em rgba(0, 0, 0, 0.5);
}
#lang-bar #nav {
  background-image: url("/p/wishbox/assets/img-min/p/wishbox/images/navbg.png");
  background-color: #333333 !important;
  border: 1px solid #666666;
  border-bottom-color: #333333;
  border-top-color: #333333;
  list-style: none;
  list-style-position: outside;
  padding: 0px;
  float: right;
  margin-top: -1px;
  box-shadow: 0 0 10px #111, 0 -1px 1px rgba(255, 255, 255, 0.2) inset;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
}
#lang-bar #nav li:first-child {
  border-left: none;
  border-bottom-left-radius: 5px 5px;
}
#lang-bar #nav li:last-child {
  border-right: none;
  border-bottom-right-radius: 5px 5px;
}

.navItem {
  float: left;
  text-shadow: 1px -1px 0 #000000;
  border-left: 1px solid #666666;
  border-right: 1px solid #333333;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  font-size: 12px;
  height: 35px;
  cursor: pointer;
  line-height: 13px;
}
.navItem a {
  color: #ffffff;
  text-decoration: none;
  min-width: 70px;
  max-width: 100px;
  padding: 9px 4px 13px;
  display: block;
}
.navItem:hover a {
  color: #E99A21;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.navPressed, .navItem:hover {
  background: #555 url("/p/wishbox/assets/img-min/p/wishbox/images/navOver.png") repeat-x 0 -1px;
  text-shadow: 1px 1px 0 #000000;
}

.window-content-wrapper {
  border-bottom: 1px solid #ABABAB;
  border-top: 1px solid #FFFFFF;
  background: rgb(238, 238, 238);
  background: linear-gradient(center bottom, rgb(219, 219, 219) 50%, rgb(238, 238, 238) 100%);
  text-shadow: 0 0 5px #ffffff;
}
.window-content-wrapper > div {
  background: url("/p/wishbox/assets/img-min/images/wishbox-icon.png") no-repeat bottom right;
}

.window-content {
  padding: 30px;
  display: block !important;
  width: auto !important;
}

#feedbackDemo {
  margin-right: 0;
}

.close-wiz {
  height: 19px;
  width: 26px;
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/close-wiz-sprite.png") no-repeat scroll 0 0 transparent;
}
.close-wiz:hover {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/close-wiz-sprite.png") no-repeat scroll 0 -19px transparent;
}

/* Fixes for sharewiz.css */
#shareWizard .cell {
  float: none !important;
  margin: 0 !important;
}

#shareWizard #shareOptionInstructions .widgetOptions.styleLb {
  display: none;
}

/* Color Picker CSS */
.plugin {
  background: #F5F5F5;
  border: 1px solid #ccc;
  color: #333;
  cursor: move;
  display: inline-block;
  font-family: arial;
  font-size: 11px;
  padding: 7px 10px 5px;
  z-index: 1;
  position: relative;
  width: 199px;
}
.plugin br {
  clear: both;
  margin: 0;
  padding: 0;
}
.plugin .plugHEX {
  float: left;
  position: relative;
  border: 1px solid #666;
  padding: 3px;
  margin-top: 8px;
}
.plugin .plugCUR {
  float: left;
  width: 10px;
  height: 10px;
  font-size: 1px;
  background: #FFF;
  margin-right: 3px;
  margin-top: 8px;
  height: 20px;
  width: 20px;
  border: 1px solid #666;
}
.plugin .SV {
  background: #FF0000 url("/p/wishbox/assets/img-min/p/wishbox/images/SatVal.png");
  border: 1px solid #000;
  position: relative;
  cursor: crosshair;
  float: left;
  height: 166px;
  width: 167px;
  margin-right: 9px; /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/p/wishbox/images/SatVal.png', sizingMethod='scale'); */
}
.plugin .SVslide {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/slide.gif");
  height: 9px;
  width: 9px;
  position: absolute;
  line-height: 1px;
}
.plugin .H {
  border: 1px solid #000;
  cursor: crosshair;
  float: left;
  position: relative;
  width: 19px;
  padding: 0;
  top: 0px;
}
.plugin .Hslide {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/slidehue.gif");
  height: 5px;
  width: 33px;
  position: absolute;
  line-height: 1px;
}
.plugin .Hmodel {
  position: relative;
  top: 0px;
}
.plugin .Hmodel div {
  height: 1px;
  width: 19px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

#socialButtons {
  display: inline-block;
  opacity: 0.5;
  position: relative;
  top: -51px;
}
#socialButtons:hover {
  opacity: 1;
}
#socialButtons > div {
  float: left;
  margin: 0 4px;
  top: 25px;
}

.address-info > p {
  text-shadow: none;
  font-size: 15px;
  padding: 0;
}

/* Buttons */
.drags, .button, .window-buttons {
  height: 20px;
  padding: 0 0.25em 0 0.25em;
  /*white-space:nowrap; I  know why this is here. But it needs to be commited out for a reason. Contact me if there is a problem :) Seyhun  */
  margin: 0px;
  margin-right: 5px;
  margin-top: 1px;
  overflow: visible;
  padding-left: 20px;
  cursor: default;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 11px;
  border: none;
  background: none;
  text-align: left;
  outline: none !important;
}

.window-buttons {
  float: none;
  width: auto;
  border: 1px solid #aaaaaa;
  background: url(/jf/cdn.jotfor.ms/l/images/button-back.png);
}

A.buttons {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.buttons {
  background: #f5f5f5;
  border: 1px solid #aaaaaa;
  padding: 4px 10px;
  background: url(/jf/cdn.jotfor.ms/l/images/button-back.png) repeat-x;
}

.buttons:focus {
  box-shadow: 0 0 5px rgba(0, 0, 240, 0.5);
}

.buttons-green {
  background-repeat: repeat-x;
  background-color: green;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-green.png) !important;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) !important;
  border: 1px solid green !important;
}

.buttons-dark {
  background-repeat: repeat-x;
  background-color: black;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-dark.png) !important;
  color: #FFFFFF;
  text-shadow: 0 0px 0 #000000 !important;
  border: 1px solid #333 !important;
}

.buttons-fire {
  background-repeat: repeat-x;
  background-color: red;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-fire.png) !important;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000 !important;
  border: 1px solid #888 !important;
}

.buttons-grey {
  background-repeat: repeat-x;
  background-color: gray;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-grey.png) !important;
  color: #000;
  text-shadow: 0 1px 0 #eee !important;
  border: 1px solid #777 !important;
}

.buttons-blood {
  background-repeat: repeat-x;
  background-color: red;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-blood.png) !important;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000 !important;
  border: 1px solid #333 !important;
}

.buttons-red {
  background-repeat: repeat-x;
  background-color: orange;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-red.png) !important;
  text-shadow: #ccc 0px 1px 0px !important;
  border: 1px solid #333 !important;
}

.buttons-black {
  background-repeat: repeat-x;
  background-color: #222222;
  background-image: url(/jf/cdn.jotfor.ms/l/images/button-back-black.png) !important;
  text-shadow: #000 0px 1px 0px !important;
  border: 1px solid #444444;
  padding: 5px 10px;
  color: #dddddd;
}

.has-left-icon {
  padding-left: 5px;
}

.has-right-icon {
  padding-left: 5px;
}

.window-buttons:hover, .buttons:hover {
  border-color: #999999;
  background-position: 0 -30px;
}

.button-press {
  border: 1px solid #999 !important;
}

.window-buttons:active, .buttons:active {
  border-color: #666666;
  background-position: 0 -60px;
}

.drags {
  position: relative;
  padding: 3px 0 !important;
  /* width:280px !important;  */
  height: 16px;
  float: none;
}

span.button {
  padding-left: 22px;
}

.info {
  display: none;
  position: absolute;
  right: 0;
  cursor: help;
}

.drags:hover .info {
  display: inline;
}

.drags:hover, .dragging, .button-press {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/drag-back.png");
}

.button-over, .button:hover {
  background-color: #e5e5e5;
}

.button-over {
  background-image: url("/p/wishbox/assets/img-min/p/wishbox/images/tool_grad_over.png");
  height: 69px !important;
}

.drags:active, .button-down, .button:active, .window-buttons:active {
  background-color: #c5c5c5 !important;
}

.window-buttons {
  padding: 0 1em;
}

.close-wiz {
  height: 19px;
  width: 22px;
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/close-wiz-sprite.png") no-repeat scroll 0 0 transparent;
}

.close-wiz:hover {
  background: url("/p/wishbox/assets/img-min/p/wishbox/images/close-wiz-sprite.png") no-repeat scroll 0 -19px transparent;
}

.fullscreen-wiz {
  width: 18px;
  height: 18px;
  opacity: 0.4;
}

.fullscreen-wiz:hover {
  opacity: 0.7;
}

.window-buttons-wrapper > div {
  height: unset !important;
}

.window-buttons-wrapper .big-button {
  margin: 0px 4px;
}

.window-content-wrapper {
  background: #f5f5f5;
  border-bottom: 1px solid #ABABAB;
  border-top: 1px solid #EEE6E6;
}

.icon-left {
  left: -3px;
  margin: -2px 3px 0 -2px;
  position: relative;
  top: 1px;
}

.icon-right {
  right: -3px;
  margin: -4px -2px 0 3px;
  position: relative;
  top: 1px;
}

.window-content-wrapper .window-content h3,
.window-content-wrapper .window-content p {
  margin: 0 !important;
}

.window-buttons-wrapper .big-button .icon-left {
  margin: -4px 3px 0 -2px;
}

.window-buttons-wrapper .big-button .icon-right {
  margin: -6px -2px 0 3px;
}

#shareWizard #shareOptionInstructions .widgetOptions {
  display: block;
  margin: 0 0 10px;
  border: 1px solid #bbb;
  padding: 5px 0;
  vertical-align: top;
  /* width: 100%; */
  padding: 10px;
}

#shareWizard #shareOptionInstructions .widgetOptCol {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 0;
}

#shareWizard #shareOptionInstructions .widgetOptColLeft {
  margin-right: 6%;
}

#feedbackDemo {
  margin-left: 10px;
}

.discontinue-modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
}
.discontinue-modal-container.show-modal {
  display: flex;
}
.discontinue-modal-container .discontinue-modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 380px;
  padding: 100px 80px;
  background-color: #ffffff;
  border-radius: 8px;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-close-btn {
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  outline: none;
  background-color: transparent;
}
html[dir=rtl] .discontinue-modal-container .discontinue-modal-wrapper .discontinue-close-btn {
  right: unset;
  left: 20px;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-close-btn svg {
  width: 24px;
  height: 24px;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-img {
  width: 192px;
  height: 43px;
  margin-bottom: 20px;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-text {
  color: #000000;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-text .discontinue-link {
  color: #0075e3;
  text-decoration: none;
  position: relative;
}
.discontinue-modal-container .discontinue-modal-wrapper .discontinue-text .discontinue-link:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #0075e3;
  width: 100%;
  position: absolute;
  top: 24px;
  right: 0;
}

@media screen and (max-width: 480px) {
  :root {
    font-size: 16px;
  }
  .hide-on-mobile {
    display: none;
  }
  .seperator #getCode-under span.small {
    display: none;
  }
  #getCode-under {
    border-radius: 8px;
  }
  .wishbox-button {
    line-height: 130%;
    padding: 12px 42px;
    font-size: 20px;
  }
  .discontinue-modal-container .discontinue-modal-wrapper {
    padding: 0;
  }
  .discontinue-text {
    padding: 10px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  :root {
    font-size: 16px;
  }
  .hide-on-tablet {
    display: none;
  }
  div > [class*="column one four"] {
    width: 100%;
  }
  #power, #power p, #power img {
    float: none;
    text-align: center;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 480px), screen and (min-width: 481px) and (max-width: 768px) {
  div li a.jfHeader-menuListLink {
    text-shadow: none;
    color: #f5f5f5 !important;
  }
  #power, #power p {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 480px), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 991px) {
  :root {
    font-size: 16px;
  }
  .hide-on-desktop-sm {
    display: none;
  }
  .container {
    max-width: 765px;
  }
  .texts > .container {
    text-align: center;
  }
  .summary {
    padding-top: 0;
  }
  footer div.footer-info {
    float: none !important;
  }
  .texts p {
    width: auto;
    padding: 0 55px;
  }
  div > [class*="column one two"] {
    width: 100%;
  }
  div > [class*="column one four"] {
    width: 50%;
  }
  [class*="column one two"] > img, [class*="column one four"] > img {
    float: none;
  }
  .mid_img {
    text-align: center;
  }
  #headline {
    padding-top: 0;
    text-align: center;
  }
  footer {
    text-align: center;
    background: none;
  }
  footer .link-list {
    margin-bottom: 25px;
  }
  footer .footer-info {
    float: none;
  }
  footer .address-info {
    float: none;
    text-align: center;
  }
  div [class*="tablet six six"] {
    width: 100%;
  }
  #nav-login, #nav-profile, #new-nav, .index-navbg {
    display: none !important;
  }
  div .hamburger-wp {
    display: block;
  }
  .hamburger-wp input[type=checkbox] {
    display: none;
  }
  .hamburger-wp input[type=checkbox]:checked ~ .hamburger-list {
    display: block;
    animation-name: hamburgercontent;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .hamburger-wp input[type=checkbox]:checked ~ .show-menu .hamburger-icon {
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
  .hamburger-wp input[type=checkbox]:checked ~ .show-menu .hamburger-icon:before {
    transform: rotate(-90deg);
    top: 0px;
  }
  .hamburger-wp input[type=checkbox]:checked ~ .show-menu .hamburger-icon:after {
    transform: rotate(-90deg);
    top: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  :root {
    font-size: 16px;
  }
  .hide-on-desktop-m {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :root {
    font-size: 16px;
  }
  .hide-on-desktop-xl {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    font-size: 16px;
  }
  .hide-on-desktop-xxl {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  div > [class*="column one four"] {
    width: 100%;
  }
}