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



a {
  outline: none;
  color: #f2e0b1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fff;
}

button:focus {
  outline: none;
}


.content {
  padding: 0 40px 1em 100px;
}


.website {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
  border-top: 30px solid #acadae;
  border-bottom: 20px solid #acadae;
  border-radius: 10px;
  color: #7b7b7f;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.website::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fdb0ad;
  box-shadow: 20px 0 0 #fdeaa2, 40px 0 0 #d7edb4;
}


.logo {
  display: block;
  font-weight: bold;
  padding: 0 20px;
  font-size: 3em;
  line-height: 1.5;
}

.logo .fa {
  margin-right: 10px;
}

.section {
  padding: 80px 0;
  background: #f4f4f4;
}

.section--dark {
  background: #f4f4f4;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid--spread {
  justify-content: space-between;
}

.heading {
  width: 100%;
  margin: 0;
  text-align:center;
}
.hidden{
  display: none;
  overflow: hidden;
}
.heading-subline {
  display: block;
  font-size: 45%;
  margin: 25px 0 15px;
}

.heading--single {
  padding: 0 20px 1.5em;
}

.heading--box {
  background: #aaa;
  padding: 30px;
  color: #fff;
}

.heading--box > span {
  display: block;
}

.heading--large {
  font-size: 3.5em;
}

.grid-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 20px;
}

.blockquote {
  font-size: 2.25em;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  margin: 0;
}

.blockquote p {
  padding: 1.5em 0 0.25em;
  margin: 0;
}

.blockquote p::before {
  content: "“";
  font-family: serif;
  font-size: 3em;
  line-height: 0;
  display: block;
  margin: 0 0 20px 0;
}

.blockquote p {
  margin: 0 0 30px 0;
}

.blockquote footer {
  font-size: 75%;
}

.blockquote footer::before {
  content: "\2015 ";
}

/* width classes */

.width--half {
  width: 50%;
}

.width--third {
  width: 33%;
}

.width--fourth {
  width: 25%;
}

.img {
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 200px;
  height: 200px;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.img--large {
  height: 300px;
  line-height: 300px;
  border-radius: 5px;
}

.grid-item > p {
  line-height: 1.65;
  margin: 0;
}

.caption > h3 {
  margin: 0;
  padding: 1em 0 0.5em;
}

.caption--box {
  background: rgba(181, 183, 188, 0.5);
  padding: 20px 20px 30px 20px;
  text-align: center;
  border-radius: 10% 0 10% 0;
}

.section--dark .caption--box {
  background: #fff;
}

.pricing {
  background: #fff;
  text-align: center;
  padding: 0 0 20px;
}

.bigtext {
  font-size: 3em;
  font-weight: bold;
  padding: 30px 0;
}
/* THE COOL STUFF RELATED TO THE DRAG DROP COLOUR */
.list-wrap {
  background: #dbdbdb;
  margin: 0 0 15px 0;
  padding: 10px 0;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.list li {
  padding: 10px;
}

.button {
  border: none;
  background: #a8a8a9;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.85em;
  padding: 1.5em 2.5em;
  margin: 20px 0;
  white-space: nowrap;
}

.button .fa {
  margin-left: 10px;
}

.drop-zone {
  overflow: hidden;
  position: relative;
  transition: background 0.2s, color 0.2s;
}

.paint--active.drop-zone {
  transition: none;
}

.paint--active.drop-zone--text {
  transition: color 0.3s;
}

.drop-zone.drop-zone--highlight:not(.drop-zone--text) {
  box-shadow: inset 0 0 0 3px rgb(133, 125, 255);
}

.drop-zone--text.drop-zone--highlight {
  text-shadow: -1px -1px 0 rgba(133, 125, 255, 0.5),
    1px -1px 0 rgba(133, 125, 255, 0.5), -1px 1px 0 rgba(133, 125, 255, 0.5),
    1px 1px 0 rgba(133, 125, 255, 0.5);
}

.drop-zone * {
  position: relative;
  z-index: 1;
  cursor: default;
}

.paint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.paint circle {
  fill-opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  transition: fill-opacity 0.4s, -webkit-transform 0.8s;
  transition: transform 0.8s, fill-opacity 0.4s;
  transition: transform 0.8s, fill-opacity 0.4s, -webkit-transform 0.8s;
  transition-timing-function: ease-out;
}

.paint--active .paint circle {
  fill-opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* palette */
.palette {
  background: rgba(68, 68, 68,0.7);
  max-height: 100%;
  z-index: 10000;
  padding: 15px 10px;
  border-radius:5px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.toolbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.toolbar li {
  width: 40px;
  height: 40px;
  display: block;
  margin: 5px;
  border-radius: 50%;
}

.colour-1 {
  background: #333;
  color: #333;
}
.colour-2 {
  background: #f0f0f0;
  color: #f0f0f0;
}
.colour-3 {
  background: #c0c3d5;
  color: #c0c3d5;
}
.colour-4 {
  background: #5fa1e0;
  color: #5fa1e0;
}
.colour-5 {
  background: #9966ff;
  color: #9966ff;
}
.colour-6 {
  background: #47ae73;
  color: #47ae73;
}
.colour-7 {
  background: #eae7c4;
  color: #eae7c4;
}
.colour-8 {
  background: #fb6964;
  color: #fb6964;
}
.colour-9 {
  background: #e0a800;
  color: #e0a800;
}


.can-drag {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.can-drag:hover {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.drop {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  position: absolute;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.drop-helper-1,
.drop-helper-2,
.drop-helper-3,
.drop-helper-4 {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}

.drop-helper-3,
.drop-helper-4 {
  width: 10px;
  height: 10px;
  margin-left: -5px;
}

.drop-helper-1 {
  -webkit-transform-origin: -33px 50%;
  transform-origin: -33px 50%;
}

.drop-helper-2 {
  -webkit-transform-origin: 45px 50%;
  transform-origin: 45px 50%;
}

.drop-helper-3 {
  -webkit-transform-origin: -18px 50%;
  transform-origin: -18px 50%;
}

.drop-helper-4 {
  -webkit-transform-origin: 30px 50%;
  transform-origin: 30px 50%;
}

.can-drag--dropped .drop {
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transform: translate3d(0, 25px, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0.2, 0.2, 1);
  transform: translate3d(0, 25px, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0.2, 0.2, 1);
  opacity: 0;
}

.can-drag--dropped .drop-helper-1,
.can-drag--dropped .drop-helper-3 {
  -webkit-animation: drop-anim-1 0.3s ease-out 0.15s forwards;
  animation: drop-anim-1 0.3s ease-out 0.15s forwards;
}

.can-drag--dropped .drop-helper-2,
.can-drag--dropped .drop-helper-4 {
  -webkit-animation: drop-anim-2 0.3s ease-out 0.15s forwards;
  animation: drop-anim-2 0.3s ease-out 0.15s forwards;
}

.can-drag--dropped .drop-helper-4 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

@-webkit-keyframes drop-anim-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
}

@keyframes drop-anim-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
}

@-webkit-keyframes drop-anim-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes drop-anim-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.can-drag--dropped-text .drop {
  transition: opacity 0.3s;
  opacity: 0;
}

.start-over {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 30px;
  height: 30px;
  margin: 0;
  color: transparent;
  font-size: 0px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1911405/drop_reset.svg)
    no-repeat center center;
  background-size: 100%;
}
/* The intro modal */
.info-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  font-family: "Cute Font", Arial, sans-serif;
}

.info {
  width: 90%;
  max-width: 500px;
  background: #333;
  padding: 2.5em 2em;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.info h3 {
  margin: 0;
  font-size: 1.5em;
}

.info img {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 20px;
}

.info-close {
  border: 3px solid #fff;
  color: #fff;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 2em;
  letter-spacing: 1px;
  margin: 1em 0 0 0;
}
/* media queries */
@media screen and (max-width: 70em) {
  .width--fourth {
    width: 50%;
  }
}

@media screen and (max-width: 60em) {
  .width--third {
    width: 100%;
  }
}

@media screen and (max-width: 50em) {
  body {
    padding-top: 100px;
    text-align: center;
  }
  .palette {
    width: 100%;
    height: auto;
    padding: 30px 0;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }
  .toolbar {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .toolbar li {
    margin: 3px;
  }
  .content {
    padding: 1em 0;
  }
  .section {
    padding: 40px 0;
  }
  .content {
    padding: 0 10px;
  }
  .width--fourth,
  .width--half {
    width: 100%;
  }
  .heading--large {
    font-size: 2.25em;
  }
  .blockquote {
    font-size: 1.5em;
  }
}
/* AW YEA TOOLTIPS */
@import url("http://fonts.googleapis.com/css?family=Cute+Font");
.tooltip {
  position: absolute;
  z-index: 999;
  width: 2.2em;
  height: 2.2em;
  cursor: pointer;
}

/* Trigger item */

.tooltip-item {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #e35583;
  -webkit-animation: pulse 0.6s infinite alternate;
  animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tooltip:hover .tooltip-item {
  border-color: #fff;
}

.tooltip:nth-child(3) {
  top: 40%;
  left: 50%;
}

.tooltip:nth-child(4) {
  top: 70%;
  left: 70%;
}

/* Tooltip */

.tooltip-content {
  position: absolute;
  background: #e35583;
  z-index: 9999;
  width: 200px;
  bottom: 50%;
  margin-bottom: -1em;
  padding: 10px;
  border-radius: 20px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  font-family: "Cute Font", cursive;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-after .tooltip-content {
  left: 3em;
  -webkit-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}

.tooltip-before .tooltip-content {
  right: 4em;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
}

/* Gap "bridge" and arrow */

.tooltip-content::before,
.tooltip-content::after {
  content: "";
  position: absolute;
}

.tooltip-content::before {
  height: 100%;
  width: 3em;
}

.tooltip-content::after {
  width: 2em;
  height: 2em;
  top: 50%;
  margin: -1em 0 0;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1911405/tooltip2.svg)
    no-repeat center center;
  background-size: 100%;
}

.tooltip-after .tooltip-content::before,
.tooltip-after .tooltip-content::after {
  right: 99%;
}

.tooltip-before .tooltip-content::before,
.tooltip-before .tooltip-content::after {
  left: 99%;
}

.tooltip-before .tooltip-content::after {
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

/*checkboxes */
.ac-custom {
  padding: 0 3em;
  max-width: 900px;
  margin: 0 auto;
}

.ac-custom h2 {
  font-size: 3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0 0 30px;
}

.ac-custom ul,
.ac-custom ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.ac-custom li {
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}

.ac-custom label {
  display: inline-block;
  position: relative;
  font-size: 2em;
  padding: 0 0 0 80px;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  position: absolute;
  cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.ac-custom label::before {
  content: "";
  border: 4px solid #fff;
  transition: opacity 0.3s;
}

.ac-radio label::before {
  border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
  color: #fff;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
  opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 5px;
  pointer-events: none;
}

.ac-custom svg path {
  stroke: #333;
  stroke-width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.tooltip__base {
	position: absolute;
	bottom: 2em;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.tooltip__content {
	color: #4a4a4a;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 65%;
	padding: 0 1em;
	opacity: 0;
	font-size: 0.85em;
}

.tooltip__shape,
.tooltip__deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tooltip__shape {
	fill: #141514;
}
#shadows {
  box-shadow: inset -4px 4px 4px -1px rgba(0, 0, 0, 1), inset 4px -4px 1px 1px rgba(0 , 0 , 0 , 1);
}